|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISession | |
|---|---|
| php.java.bridge | VM Bridge core classes and interfaces. |
| php.java.bridge.http | Fast socket and pipe context runners for VM Bridge J2EE backends. |
| php.java.script | 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 |
SessionFactory.getSession(boolean clientIsNew,
int timeout)
Return an anonymous session for internal use. |
abstract ISession |
JavaBridgeFactory.getSession(boolean clientIsNew,
int timeout)
Return an anonymous session for internal use. |
ISession |
IJavaBridgeFactory.getSession(boolean clientIsNew,
int timeout)
|
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. |
abstract ISession |
JavaBridgeFactory.getSession(java.lang.String name,
boolean clientIsNew,
int timeout)
Return a session for the JavaBridge |
ISession |
IJavaBridgeFactory.getSession(java.lang.String name,
boolean 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(boolean clientIsNew,
int timeout)
|
ISession |
ContextFactory.getSession(boolean clientIsNew,
int timeout)
Return a session, not shared with JSP |
ISession |
IContextFactory.getSession(java.lang.String name,
boolean clientIsNew,
int timeout)
|
ISession |
SimpleContextFactory.getSession(java.lang.String name,
boolean clientIsNew,
int timeout)
Return a session for the JavaBridge |
ISession |
ContextFactory.getSession(java.lang.String name,
boolean clientIsNew,
int timeout)
Return a standard session, shared with JSP |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||