|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.proxy.ejb.handle.StatefulHandleImpl
An EJB stateful session bean handle.
Field Summary | |
protected static Method |
GET_EJB_OBJECT
A reference to Handle.getEJBObject() . |
Object |
id
|
Invoker |
invoker
|
String |
invokerProxyBinding
|
String |
jndiName
|
int |
objectName
The identity of the bean. |
Constructor Summary | |
StatefulHandleImpl(int objectName,
String jndiName,
Invoker invoker,
String invokerProxyBinding,
Object id,
Object invokerID)
Create an ejb handle for a stateful session bean. |
Method Summary | |
javax.ejb.EJBObject |
getEJBObject()
Handle implementation. |
Object |
getID()
|
String |
getJNDIName()
|
protected boolean |
isLocal()
Returns wether we are local to the originating container or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final Method GET_EJB_OBJECT
Handle.getEJBObject()
.
public int objectName
public String jndiName
public String invokerProxyBinding
public Invoker invoker
public Object id
Constructor Detail |
public StatefulHandleImpl(int objectName, String jndiName, Invoker invoker, String invokerProxyBinding, Object id, Object invokerID)
objectName
- - the session container jmx namejndiName
- - the session home ejb nameinvoker
- - the invoker to request the EJBObject frominvokerProxyBinding
- - the type of invoker bindingid
- - the session idMethod Detail |
public Object getID()
public String getJNDIName()
public javax.ejb.EJBObject getEJBObject() throws RemoteException
getEJBObject
in interface javax.ejb.Handle
ServerException
- Could not get EJBObject.
RemoteException
protected boolean isLocal()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |