public class HomeHandleImplIIOP extends Object implements javax.ejb.HomeHandle
Constructor and Description |
---|
HomeHandleImplIIOP(javax.ejb.EJBHome home)
Constructs a HomeHandleImplIIOP.
|
HomeHandleImplIIOP(Object home)
Constructs a HomeHandleImplIIOP.
|
HomeHandleImplIIOP(String ior)
Constructs a
HomeHandleImplIIOP . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
javax.ejb.EJBHome |
getEJBHome()
Obtains the
EJBHome represented by this home handle. |
int |
hashCode() |
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
.public javax.ejb.EJBHome getEJBHome() throws RemoteException
EJBHome
represented by this home handle.getEJBHome
in interface javax.ejb.HomeHandle
EJBHome
.RemoteException
Copyright © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.