| java.lang.Object org.jbpm.ejb.impl.CommandServiceBean
sessionContext | SessionContext sessionContext(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | creates a command service that will be used to execute the commands that
are passed in the execute method. The command service will be build by
creating a jbpm configuration. In case the environment key JbpmCfgResource
is specified for this bean, that value will be used to resolve the jbpm
configuration file as a resource. If that key is not configured, the default
jbpm configuration file will be used (jbpm.cfg.xml).
|
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
setSessionContext | public void setSessionContext(SessionContext sessionContext)(Code) | | |
|
|