org.jboss.ejb3.stateless
Class StatelessHandleRemoteImpl
java.lang.Object
org.jboss.ejb3.stateless.StatelessHandleRemoteImpl
- All Implemented Interfaces:
- Serializable, javax.ejb.Handle
public class StatelessHandleRemoteImpl
- extends Object
- implements javax.ejb.Handle
An EJB stateless session bean handle.
- Version:
- $Revision: 72001 $
- Author:
- Marc Fleury, Scott.Stark@jboss.org, ALR
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatelessHandleRemoteImpl
public StatelessHandleRemoteImpl()
StatelessHandleRemoteImpl
public StatelessHandleRemoteImpl(javax.ejb.EJBObject proxy)
- Construct a StatelessHandleImpl.
- 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.
getEJBObject
public javax.ejb.EJBObject getEJBObject()
throws RemoteException
- Specified by:
getEJBObject
in interface javax.ejb.Handle
- Throws:
RemoteException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.