EJB Palette
The EJB palette contains activities that can be added to your business processes.
- EJB2Home
This activity connects to an EJB server for EJB 2.x (specified by an EJB Configuration shared resource), performs a JNDI lookup operation to obtain a reference to a home object, and obtains a reference to a remote object from the home object. Use this activity to invoke any method defined by the home object.
- EJB2Remote
This activity invokes remote methods on the remote object obtained by the EJB2Home activity from an EJB server for EJB 2.x. This activity must be placed after an EJB2Home activity in a process definition.
- EJB3Remote
This activity connects to an EJB server for EJB 3.x (specified by an EJB Configuration shared resource), performs a JNDI lookup operation to obtain a reference to a remote object, and invokes remote methods.