org.jboss.ejb3.proxy.container
Interface StatefulSessionInvokableContext

All Superinterfaces:
InvokableContext

public interface StatefulSessionInvokableContext
extends InvokableContext

StatefulSessionInvokableContext Represents an object capable of carrying out EJB3 SFSB Invocations as described by an Invocation descriptor


Method Summary
 java.io.Serializable createSession()
          Creates a new user session and returns the unique Session ID
 
Methods inherited from interface org.jboss.ejb3.proxy.container.InvokableContext
dynamicInvoke, invoke
 

Method Detail

createSession

java.io.Serializable createSession()
Creates a new user session and returns the unique Session ID

Returns: