|
|||||||||
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.EntityHandleImpl
An EJB entity bean handle implementation.
Field Summary | |
protected java.lang.Object |
id
The primary key of the entity bean. |
Fields inherited from class org.jboss.ejb.plugins.jrmp.interfaces.AbstractHandle |
initialContextHandle, name |
Constructor Summary | |
EntityHandleImpl(InitialContextHandle state,
java.lang.String name,
java.lang.Object id)
Construct a EntityHandleImpl. |
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 |
Field Detail |
protected final java.lang.Object id
Constructor Detail |
public EntityHandleImpl(InitialContextHandle state, java.lang.String name, java.lang.Object id)
state
- The initial context state that will be used
to restore the naming context or null to use
a fresh InitialContext object.name
- JNDI name.id
- Primary key of the entity.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 |