public interface ModStartUpHome
extends javax.ejb.EJBHome
The order which the beans are started in can be controlled within a single ejb-jar. The ejb env integer variable wasStartupPriority can be used to specify an ordering. The default value if this property is not present is 0. Beans are started in ascending order and stopped in descending order.
Startup beans should never be invoked by an application.
ModStartUp
Modifier and Type | Method and Description |
---|---|
ModStartUp |
create() |
ModStartUp create() throws javax.ejb.CreateException, java.rmi.RemoteException
javax.ejb.CreateException
java.rmi.RemoteException