|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModStartUpHome
Any startup beans who's start() methods are to be invoked at module start time must use this interface in their J2EE descriptors. The beans must be session beans which use ModStartUpHome for their home interface and ModStartUp for their remote interface.
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
Method Summary | |
---|---|
ModStartUp |
create()
|
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Method Detail |
---|
ModStartUp create() throws javax.ejb.CreateException, java.rmi.RemoteException
javax.ejb.CreateException
java.rmi.RemoteException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |