Uses of Interface
php.java.bridge.ISession

Packages that use ISession
php.java.bridge Internal VM Bridge core classes and interfaces. 
php.java.bridge.http Internal fast socket and pipe context runners for VM Bridge J2EE backends. 
php.java.script Internal PHP script engine implementation. 
php.java.servlet PHP/Java Bridge Servlet. 
 

Uses of ISession in php.java.bridge
 

Methods in php.java.bridge that return ISession
 ISession IJavaBridgeFactory.getSession(boolean clientIsNew, int timeout)
           
abstract  ISession JavaBridgeFactory.getSession(boolean clientIsNew, int timeout)
          Return an anonymous session for internal use.
 ISession SessionFactory.getSession(boolean clientIsNew, int timeout)
          Return an anonymous session for internal use.
 ISession IJavaBridgeFactory.getSession(java.lang.String name, boolean clientIsNew, int timeout)
          Return a session for the JavaBridge
abstract  ISession JavaBridgeFactory.getSession(java.lang.String name, boolean clientIsNew, int timeout)
          Return a session for the JavaBridge
 ISession SessionFactory.getSession(java.lang.String name, boolean clientIsNew, int timeout)
          Return a session.
 ISession JavaBridge.getSession(java.lang.String name, boolean clientIsNew, int timeout)
          Return a session handle shared among all JavaBridge instances.
 

Uses of ISession in php.java.bridge.http
 

Methods in php.java.bridge.http that return ISession
 ISession ContextFactory.getSession(boolean clientIsNew, int timeout)
          Return a session, not shared with JSP
 ISession SimpleContextFactory.getSession(boolean clientIsNew, int timeout)
          
 ISession ContextFactory.getSession(java.lang.String name, boolean clientIsNew, int timeout)
          Return a standard session, shared with JSP
 ISession SimpleContextFactory.getSession(java.lang.String name, boolean clientIsNew, int timeout)
          Return a session for the JavaBridge
 ISession IContextFactory.getSession(java.lang.String name, boolean clientIsNew, int timeout)
           
 ISession ContextFactory.getSimpleSession(boolean clientIsNew, int timeout)
          Return a simple session which cannot be shared with JSP
 ISession ContextFactory.getSimpleSession(java.lang.String name, boolean clientIsNew, int timeout)
          Return a simple session which cannot be shared with JSP
 

Uses of ISession in php.java.script
 

Methods in php.java.script that return ISession
 ISession InteractivePhpScriptContextFactory.getSession(boolean clientIsNew, int timeout)
          
 

Uses of ISession in php.java.servlet
 

Methods in php.java.servlet that return ISession
 ISession RemoteServletContextFactory.getSession(java.lang.String name, boolean clientIsNew, int timeout)
          Return a session for the JavaBridge
 ISession SimpleServletContextFactory.getSession(java.lang.String name, boolean clientIsNew, int timeout)
          Return a session for the JavaBridge