|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.ejb.plugins.jrmp.interfaces.AbstractHandle | +--org.jboss.ejb.plugins.jrmp.interfaces.StatelessHandleImpl
An EJB stateless session bean handle.
Fields inherited from class org.jboss.ejb.plugins.jrmp.interfaces.AbstractHandle |
initialContextHandle, name |
Constructor Summary | |
StatelessHandleImpl(InitialContextHandle handle,
java.lang.String name)
Construct a StatelessHandleImpl. |
Method Summary | |
javax.ejb.EJBObject |
getEJBObject()
Handle implementation. |
Methods inherited from class org.jboss.ejb.plugins.jrmp.interfaces.AbstractHandle |
createInitialContext, getEJBObject, lookupEJBHome |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatelessHandleImpl(InitialContextHandle handle, java.lang.String name)
handle
- The initial context handle that will be used
to restore the naming context or null to use
a fresh InitialContext object.name
- JNDI name.Method Detail |
public javax.ejb.EJBObject getEJBObject() throws java.rmi.RemoteException
getEJBObject
in interface javax.ejb.Handle
ServerException
- Could not get EJBObject.java.rmi.RemoteException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |