|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.EJBContextImpl<ServiceContainer,ServiceBeanContext>
org.jboss.ejb3.service.ServiceSessionContextImpl
public class ServiceSessionContextImpl
Field Summary |
---|
Fields inherited from class org.jboss.ejb3.EJBContextImpl |
---|
beanContext, container, ejbContextHelper, rm |
Constructor Summary | |
---|---|
protected |
ServiceSessionContextImpl(ServiceBeanContext beanContext)
|
Method Summary | ||
---|---|---|
|
getBusinessObject(Class<T> businessInterface)
|
|
javax.ejb.EJBLocalObject |
getEJBLocalObject()
|
|
javax.ejb.EJBObject |
getEJBObject()
|
|
Class<?> |
getInvokedBusinessInterface()
|
|
javax.xml.rpc.handler.MessageContext |
getMessageContext()
|
Methods inherited from class org.jboss.ejb3.EJBContextImpl |
---|
getCallerIdentity, getCallerPrincipal, getContainer, getEJBHome, getEJBLocalHome, getEnvironment, getRm, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.ejb.EJBContext |
---|
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
Constructor Detail |
---|
protected ServiceSessionContextImpl(ServiceBeanContext beanContext)
beanContext
- Method Detail |
---|
public <T> T getBusinessObject(Class<T> businessInterface) throws IllegalStateException
getBusinessObject
in interface javax.ejb.SessionContext
IllegalStateException
public javax.ejb.EJBLocalObject getEJBLocalObject() throws IllegalStateException
getEJBLocalObject
in interface javax.ejb.SessionContext
IllegalStateException
public javax.ejb.EJBObject getEJBObject() throws IllegalStateException
getEJBObject
in interface javax.ejb.SessionContext
IllegalStateException
public Class<?> getInvokedBusinessInterface() throws IllegalStateException
getInvokedBusinessInterface
in interface javax.ejb.SessionContext
IllegalStateException
public javax.xml.rpc.handler.MessageContext getMessageContext() throws IllegalStateException
getMessageContext
in interface javax.ejb.SessionContext
IllegalStateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |