org.jboss.ejb3.stateful
Class StatefulHandleRemoteImpl
java.lang.Object
org.jboss.ejb3.stateful.StatefulHandleRemoteImpl
- All Implemented Interfaces:
- Serializable, javax.ejb.Handle
public class StatefulHandleRemoteImpl
- extends Object
- implements javax.ejb.Handle
An EJB stateful session bean handle.
- Version:
- $Revision: 72001 $
- Author:
- Marc Fleury, Jason Dillon, Bill Burke, William DeCoste, ALR
- See Also:
- Serialized Form
Method Summary |
javax.ejb.EJBObject |
getEJBObject()
Handle implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatefulHandleRemoteImpl
public StatefulHandleRemoteImpl(javax.ejb.EJBObject proxy)
getEJBObject
public javax.ejb.EJBObject getEJBObject()
throws RemoteException
- Handle implementation.
Returns the proxy
- Specified by:
getEJBObject
in interface javax.ejb.Handle
- Throws:
RemoteException
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.