|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.proxy.ejb.handle.StatefulHandleImpl
public class 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
|
protected Hashtable |
jndiEnv
The JNDI env in effect when the home handle was created |
String |
jndiName
|
int |
objectName
The identity of the bean. |
| Constructor Summary | |
|---|---|
StatefulHandleImpl()
|
|
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()
|
| 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
protected Hashtable jndiEnv
| Constructor Detail |
|---|
public StatefulHandleImpl()
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 id| Method Detail |
|---|
public Object getID()
public String getJNDIName()
public javax.ejb.EJBObject getEJBObject()
throws RemoteException
getEJBObject in interface javax.ejb.HandleServerException - Could not get EJBObject.
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||