org.jboss.proxy.ejb.handle
Class HomeHandleImpl
java.lang.Object
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
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:
jndiName
- 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 © 2002 JBoss Group, LLC. All Rights Reserved.