org.jboss.ejb3.proxy.impl
Class HomeHandleImpl
java.lang.Object
org.jboss.ejb3.proxy.impl.HomeHandleImpl
- All Implemented Interfaces:
- Serializable, javax.ejb.HomeHandle
public class HomeHandleImpl
- extends Object
- implements javax.ejb.HomeHandle
An EJB home handle implementation.
- Version:
- $Revision: 72638 $
- Author:
- Marc Fleury., Scott.Stark@jboss.org
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HomeHandleImpl
public HomeHandleImpl(String jndiName)
- Construct a HomeHandleImpl.
- Parameters:
handle
- The initial context handle that will be used
to restore the naming context or null to use
a fresh InitialContext object.name
- JNDI name.
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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.