|
||||||||||
| 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.StatelessContext
public abstract class StatelessContext
Abstract base class for an stateless session context
| Constructor Summary | |
|---|---|
StatelessContext(StatelessServer 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 |
EJBObject |
getEJBObject()
Returns the EJBObject stub for the container. |
StatelessProvider |
getProvider(java.lang.Class api)
|
AbstractServer |
getServer()
Returns the server which owns this bean. |
StatelessServer |
getStatelessServer()
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, getInvokedBusinessInterface |
| Methods inherited from interface javax.ejb.EJBContext |
|---|
getCallerIdentity, getCallerPrincipal, getEnvironment, getRollbackOnly, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
| Constructor Detail |
|---|
public StatelessContext(StatelessServer server)
| Method Detail |
|---|
public StatelessServer getStatelessServer()
public AbstractServer getServer()
getServer in class AbstractContext
public TimerService getTimerService()
throws java.lang.IllegalStateException
getTimerService in interface EJBContextgetTimerService in class AbstractContextjava.lang.IllegalStateExceptionpublic StatelessProvider getProvider(java.lang.Class api)
public EJBObject getEJBObject()
getEJBObject in interface SessionContextgetEJBObject in class AbstractContextprotected 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 | |||||||||