当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
HomeHandleImpl (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.proxy.ejb.handle
Class HomeHandleImpl
java.lang.Object
org.jboss.proxy.ejb.handle.HomeHandleImpl
- All Implemented Interfaces:
- javax.ejb.HomeHandle, Serializable
- public class HomeHandleImpl
- extends Object
- implements javax.ejb.HomeHandle
An EJB home handle implementation.
- Version:
- $Revision: 1.4 $
- 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.
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.