| java.lang.Object hero.session.XPDLSessionImportBean
XPDLSessionImportBean | public class XPDLSessionImportBean implements SessionBean,XPDLConstants(Code) | | Session Bean Template
|
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | Create the ArbreXPDLSession Bean
throws: CreateException - |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
openMainDocument | public String openMainDocument(String xpdlRepository, String fileName, String xpdlString, boolean traceDebug) throws XPDLException(Code) | | Parsing the xpdl file
Parameters: String - xpdlRepository - The path of the repository Parameters: String - fileName - The name the xpdl file Parameters: String - xpdlString - The xpdl file as string boolean traceDebug - set debug trace projectWithVersion - the project name with the version |
printHashTables | public void printHashTables(Hashtable xpdlData) throws XPDLException(Code) | | printHashTables
Utility method set in the bean interface in order to get debug info
|
setSessionContext | public void setSessionContext(javax.ejb.SessionContext context)(Code) | | |
|
|