|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.proxy.ejb.HomeHandleImplIIOP
A CORBA-based EJB home handle implementation.
Constructor Summary | |
HomeHandleImplIIOP(javax.ejb.EJBHome home)
Constructs a HomeHandleImplIIOP. |
|
HomeHandleImplIIOP(Object home)
Constructs a HomeHandleImplIIOP. |
|
HomeHandleImplIIOP(String ior)
Constructs a HomeHandleImplIIOP . |
Method Summary | |
javax.ejb.EJBHome |
getEJBHome()
Obtains the EJBHome represented by this home handle. |
void |
readObject(ObjectInputStream oistream)
|
void |
writeObject(ObjectOutputStream oostream)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HomeHandleImplIIOP(String ior)
HomeHandleImplIIOP
.
ior
- An stringfied CORBA reference for an EJBHome
.public HomeHandleImplIIOP(javax.ejb.EJBHome home)
home
- An EJBHome
.public HomeHandleImplIIOP(Object home)
home
- A CORBA reference for an EJBHome
.Method Detail |
public javax.ejb.EJBHome getEJBHome() throws RemoteException
EJBHome
represented by this home handle.
getEJBHome
in interface javax.ejb.HomeHandle
EJBHome
.
RemoteException
public void writeObject(ObjectOutputStream oostream) throws IOException
IOException
public void readObject(ObjectInputStream oistream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |