|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.ejb.AbstractContext
com.caucho.ejb.session.AbstractSessionContext
com.caucho.ejb.session.StatefulContext
public abstract class StatefulContext
Abstract base class for an session context
| Constructor Summary | |
|---|---|
StatefulContext(StatefulServer server)
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
_caucho_newInstance()
Returns the new instance for EJB 3.0 |
protected java.lang.Object |
_caucho_newInstance(ConfigContext env)
Returns the new instance for EJB 3.0 |
protected java.lang.Object |
_caucho_newInstance21()
Returns the new instance for EJB 2.1 |
protected java.lang.Object |
_caucho_newRemoteInstance()
Returns the new remote instance for EJB 3.0 |
protected java.lang.Object |
_caucho_newRemoteInstance21()
Returns the new remote instance for EJB 2.1 |
StatefulProvider |
getProvider(java.lang.Class api)
|
AbstractServer |
getServer()
Returns the server which owns this bean. |
StatefulServer |
getStatefulServer()
Returns the server which owns this bean. |
TimerService |
getTimerService()
Returns the timer service. |
| Methods inherited from class com.caucho.ejb.session.AbstractSessionContext |
|---|
getBusinessObject, getEJBHome, getEJBLocalHome |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.ejb.SessionContext |
|---|
getEJBLocalObject, getEJBObject, getInvokedBusinessInterface |
| Methods inherited from interface javax.ejb.EJBContext |
|---|
getCallerIdentity, getCallerPrincipal, getEnvironment, getRollbackOnly, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
| Constructor Detail |
|---|
public StatefulContext(StatefulServer server)
| Method Detail |
|---|
public StatefulServer getStatefulServer()
public AbstractServer getServer()
getServer in class AbstractContextpublic StatefulProvider getProvider(java.lang.Class api)
public TimerService getTimerService()
throws java.lang.IllegalStateException
getTimerService in interface EJBContextgetTimerService in class AbstractContextjava.lang.IllegalStateExceptionprotected java.lang.Object _caucho_newInstance()
protected java.lang.Object _caucho_newInstance(ConfigContext env)
protected java.lang.Object _caucho_newInstance21()
protected java.lang.Object _caucho_newRemoteInstance()
protected java.lang.Object _caucho_newRemoteInstance21()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||