org.jboss.proxy.ejb.handle
Class HomeHandleImpl

java.lang.Object
  extended by org.jboss.proxy.ejb.handle.HomeHandleImpl
All Implemented Interfaces:
Serializable, javax.ejb.HomeHandle

public class HomeHandleImpl
extends Object
implements javax.ejb.HomeHandle

An EJB home handle implementation.

Version:
$Revision: 1.4.6.2 $
Author:
Marc Fleury., Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
HomeHandleImpl(String jndiName)
          Construct a HomeHandleImpl.
 
Method Summary
 javax.ejb.EJBHome getEJBHome()
          HomeHandle implementation.
 String getJNDIName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeHandleImpl

public HomeHandleImpl(String jndiName)
Construct a HomeHandleImpl.

Parameters:
jndiName - JNDI name.
Method Detail

getEJBHome

public javax.ejb.EJBHome getEJBHome()
                             throws RemoteException
HomeHandle implementation.

Specified by:
getEJBHome in interface javax.ejb.HomeHandle
Returns:
EJBHome reference.
Throws:
ServerException - Could not get EJBObject.
RemoteException

getJNDIName

public String getJNDIName()
Returns:
the jndi name


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.