org.jboss.test.cts.ejb
Class SessionRef

java.lang.Object
  extended byorg.jboss.test.cts.ejb.SessionRef
All Implemented Interfaces:
java.io.Serializable

public class SessionRef
extends java.lang.Object
implements java.io.Serializable

A serializable object that holds a reference to a session handle

See Also:
Serialized Form

Constructor Summary
SessionRef(Handle (src)  sessionHandle)
          Creates a new instance of SessionRef
 
Method Summary
 Handle (src) getHandle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionRef

public SessionRef(Handle (src)  sessionHandle)
Creates a new instance of SessionRef

Method Detail

getHandle

public Handle (src)  getHandle()