com.opensymphony.workflow.util.ejb.remote |
|
Java Source File Name | Type | Comment |
RemoteEJBCondition.java | Class | Condition to check a remote EJB that implements
ConditionRemote .
A required argument for this condition is ejb.location , which specifies
the JNDI location to look up the remote EJB at.
Note that by default, the EJB will be looked up from a default InitialContext. |
RemoteEJBFunctionProvider.java | Class | Function to execute a remote EJB that implements
FunctionProviderRemote .
A required argument for this function is ejb.location , which specifies
the JNDI location to look up the remote EJB at.
Note that by default, the EJB will be looked up from a default InitialContext. |
RemoteEJBRegister.java | Class | Register a remote EJB that implements
RegisterRemote .
A required argument for this register is ejb.location , which specifies
the JNDI location to look up the remote EJB at.
Note that by default, the EJB will be looked up from a default InitialContext. |
RemoteEJBValidator.java | Class | Validate against a remote EJB that implements
ValidatorRemote .
A required argument for this register is ejb.location , which specifies
the JNDI location to look up the remote EJB at.
Note that by default, the EJB will be looked up from a default InitialContext. |