|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ejb.containers.BaseContainer
com.sun.ejb.containers.StatelessSessionContainer
com.sun.ejb.containers.TimerBeanContainer
public class TimerBeanContainer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.ejb.containers.StatelessSessionContainer |
|---|
StatelessSessionContainer.SessionContextFactory |
| Nested classes/interfaces inherited from class com.sun.ejb.containers.BaseContainer |
|---|
BaseContainer.ContainerType |
| Field Summary |
|---|
| Fields inherited from class com.sun.ejb.containers.StatelessSessionContainer |
|---|
pool |
| Fields inherited from interface com.sun.ejb.Container |
|---|
SEC_CHECKED, SEC_EXCLUDED, SEC_NOT_INITIALIZED, SEC_UNCHECKED, secAttrStrings, TX_BEAN_MANAGED, TX_MANDATORY, TX_NEVER, TX_NOT_INITIALIZED, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, txAttrStrings |
| Constructor Summary | |
|---|---|
protected |
TimerBeanContainer(EjbDescriptor desc,
java.lang.ClassLoader loader)
This constructor is called when the timer service system application is loaded. |
| Method Summary | |
|---|---|
protected void |
doConcreteContainerShutdown(boolean appBeingUndeployed)
TODO ??? public void appendStats(StringBuffer sbuf) { sbuf.append("\nStatelessContainer: ") .append("CreateCount=").append(statCreateCount).append("; ") .append("RemoveCount=").append(statRemoveCount).append("; ") .append("]"); } |
void |
startApplication(boolean deploy)
Called after all the components in the container's application have deployed successfully. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected TimerBeanContainer(EjbDescriptor desc,
java.lang.ClassLoader loader)
throws java.lang.Exception
java.lang.Exception - on error| Method Detail |
|---|
protected void doConcreteContainerShutdown(boolean appBeingUndeployed)
StatelessSessionContainer
doConcreteContainerShutdown in class StatelessSessionContainerpublic void startApplication(boolean deploy)
startApplication in interface ContainerstartApplication in class BaseContainerdeploy - true if this method is called during application deploy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||