|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. Applications should use the JSR 223 API instead. |
php.java.servlet | PHP/Java Bridge Servlet. Applications should use the JSR 223 API instead. |
Uses of ISession in php.java.bridge |
---|
Methods in php.java.bridge that return ISession | |
---|---|
ISession |
SessionFactory.getSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a session. |
abstract ISession |
JavaBridgeFactory.getSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a session for the JavaBridge |
ISession |
JavaBridge.getSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a session handle shared among all JavaBridge instances. |
ISession |
IJavaBridgeFactory.getSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a session for the JavaBridge |
Uses of ISession in php.java.bridge.http |
---|
Methods in php.java.bridge.http that return ISession | |
---|---|
ISession |
SimpleContextFactory.getSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a session for the JavaBridge |
ISession |
IContextFactory.getSession(java.lang.String name,
short clientIsNew,
int timeout)
|
ISession |
ContextFactory.getSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a standard session, shared with JSP |
ISession |
SimpleContextFactory.getSimpleSession(java.lang.String name,
short clientIsNew,
int timeout)
|
ISession |
IContextFactory.getSimpleSession(java.lang.String name,
short clientIsNew,
int timeout)
|
ISession |
ContextFactory.getSimpleSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a simple session which cannot be shared with JSP |
ISession |
RemoteHttpContextFactory.getSimpleSession(java.lang.String name,
short clientIsNew,
int timeout)
|
Uses of ISession in php.java.script |
---|
Methods in php.java.script that return ISession | |
---|---|
ISession |
InteractivePhpScriptContextFactory.getSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a session for the JavaBridge |
Uses of ISession in php.java.servlet |
---|
Methods in php.java.servlet that return ISession | |
---|---|
ISession |
SimpleServletContextFactory.getSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a session for the JavaBridge |
ISession |
RemoteHttpServletContextFactory.getSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a session for the JavaBridge |
ISession |
RemoteServletContextFactory.getSession(java.lang.String name,
short clientIsNew,
int timeout)
Return a session for the JavaBridge |
ISession |
SimpleServletContextFactory.getSimpleSession(java.lang.String name,
boolean clientIsNew,
int timeout)
|
ISession |
RemoteHttpServletContextFactory.getSimpleSession(java.lang.String name,
short clientIsNew,
int timeout)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |