org.jboss.proxy.ejb.handle
Class StatelessHandleImpl

java.lang.Object
  extended byorg.jboss.proxy.ejb.handle.StatelessHandleImpl
All Implemented Interfaces:
Handle (src) , java.io.Serializable

public class StatelessHandleImpl
extends java.lang.Object
implements Handle (src)

An EJB stateless session bean handle.

See Also:
Serialized Form

Constructor Summary
StatelessHandleImpl(java.lang.String jndiName)
          Construct a StatelessHandleImpl.
 
Method Summary
 EJBObject (src) getEJBObject()
          Obtains the EJB object reference represented by this handle.
 java.lang.String getJNDIName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatelessHandleImpl

public StatelessHandleImpl(java.lang.String jndiName)
Construct a StatelessHandleImpl.

Method Detail

getEJBObject

public EJBObject (src)  getEJBObject()
                       throws java.rmi.ServerException
Description copied from interface: Handle (src)
Obtains the EJB object reference represented by this handle.

Specified by:
getEJBObject in interface Handle (src)
Returns:
The EJB object reference represented by this handle.
Throws:
java.rmi.ServerException

getJNDIName

public java.lang.String getJNDIName()
Returns:
the jndi name