Configurations for stateless_remote_cache

The stateless_remote_cache process shows how to keep an EJB 2.x remote object in a cache when handling a stateless session bean.

Activity Description
Timer This activity starts the process at a specific time.
EJBHome This activity uses the NewEJBResource.ejbResource EJB Configuration shared resource and performs a JNDI lookup of an EJB 2.x remote object. The Cache Stateless Remote Object check box is selected in the Advance tab of this activity.
EJBRemote This activity invokes a remote method on the remote object that is created by the EJBHome activity. The Release Remote Object check box is selected in the Advance tab of this activity.
EJBRemote1 This activity invokes a remote method on the remote object that is created by the EJBHome activity.