| java.lang.Object org.jbpm.ejb.impl.TimerEntityBean
entityContext | EntityContext entityContext(Code) | | |
cancel | public void cancel()(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).
|
ejbRemove | public void ejbRemove()(Code) | | |
ejbTimeout | public void ejbTimeout(Timer timer)(Code) | | |
getEJBLocalHome | public EJBLocalHome getEJBLocalHome() throws EJBException(Code) | | |
getPrimaryKey | public Object getPrimaryKey() throws EJBException(Code) | | |
isIdentical | public boolean isIdentical(EJBLocalObject elo) throws EJBException(Code) | | |
remove | public void remove() throws RemoveException, EJBException(Code) | | |
schedule | public void schedule()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext entityContext)(Code) | | |
|
|