org.jboss.ejb3.stateful
Class StatefulHandleRemoteImpl

java.lang.Object
  extended by 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

Constructor Summary
StatefulHandleRemoteImpl(javax.ejb.EJBObject proxy)
           
 
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
 

Constructor Detail

StatefulHandleRemoteImpl

public StatefulHandleRemoteImpl(javax.ejb.EJBObject proxy)
Method Detail

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.