Uses of Interface php.java.bridge.ISession

Uses in package php.java.servlet

Classes implementing php.java.bridge.ISession

class
Wraps the J2EE session interface

Methods with return type php.java.bridge.ISession

ISession
ContextFactory.getSession(String name, boolean clientIsNew, int timeout)

Uses in package php.java.bridge

Methods with return type php.java.bridge.ISession

ISession
JavaBridge.getSession(String name, boolean clientIsNew, int timeout)
Return a session handle shared among all JavaBridge instances.
ISession
SessionFactory.getSession(String name, boolean clientIsNew, int timeout)