org.jboss.ejb3.proxy.intf
Interface StatefulSessionProxy

All Superinterfaces:
EjbProxy, SessionProxy
All Known Implementing Classes:
StatefulLocalProxyInvocationHandler, StatefulProxyInvocationHandlerBase, StatefulRemoteProxyInvocationHandler

public interface StatefulSessionProxy
extends SessionProxy

StatefulSessionProxy Contract for operations required of Stateful Proxies


Method Summary
 java.io.Serializable getSessionId()
          Obtains the Session ID for this SFSB instance
 void setSessionId(java.io.Serializable sessionId)
          Sets the Session ID for this SFSB instance
 

Method Detail

getSessionId

java.io.Serializable getSessionId()
Obtains the Session ID for this SFSB instance

Returns:

setSessionId

void setSessionId(java.io.Serializable sessionId)
Sets the Session ID for this SFSB instance

Parameters:
sessionId -