JBoss IIOP Client 1.0.0.Final-redhat-2

org.jboss.ejb.iiop
Class HomeHandleImplIIOP

java.lang.Object
  extended by org.jboss.ejb.iiop.HomeHandleImplIIOP
All Implemented Interfaces:
Serializable, javax.ejb.HomeHandle

public class HomeHandleImplIIOP
extends Object
implements javax.ejb.HomeHandle

A CORBA-based EJB home handle implementation.

See Also:
Serialized Form

Constructor Summary
HomeHandleImplIIOP(javax.ejb.EJBHome home)
          Constructs a HomeHandleImplIIOP.
HomeHandleImplIIOP(Object home)
          Constructs a HomeHandleImplIIOP.
HomeHandleImplIIOP(String ior)
          Constructs a HomeHandleImplIIOP.
 
Method Summary
 boolean equals(Object o)
           
 javax.ejb.EJBHome getEJBHome()
          Obtains the EJBHome represented by this home handle.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeHandleImplIIOP

public HomeHandleImplIIOP(String ior)
Constructs a HomeHandleImplIIOP.

Parameters:
ior - An stringfied CORBA reference for an EJBHome.

HomeHandleImplIIOP

public HomeHandleImplIIOP(javax.ejb.EJBHome home)
Constructs a HomeHandleImplIIOP.

Parameters:
home - An EJBHome.

HomeHandleImplIIOP

public HomeHandleImplIIOP(Object home)
Constructs a HomeHandleImplIIOP.

Parameters:
home - A CORBA reference for an EJBHome.
Method Detail

getEJBHome

public javax.ejb.EJBHome getEJBHome()
                             throws RemoteException
Obtains the EJBHome represented by this home handle.

Specified by:
getEJBHome in interface javax.ejb.HomeHandle
Returns:
a reference to an EJBHome.
Throws:
RemoteException

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

JBoss IIOP Client 1.0.0.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.