php.java.bridge
Class JavaBridge.SessionFactory

java.lang.Object
  extended by php.java.bridge.JavaBridge.SessionFactory
Enclosing class:
JavaBridge

public static class JavaBridge.SessionFactory
extends java.lang.Object


Constructor Summary
JavaBridge.SessionFactory()
           
 
Method Summary
 ISession getSession(java.lang.String name, boolean clientIsNew, int timeout)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaBridge.SessionFactory

public JavaBridge.SessionFactory()
Method Detail

getSession

public ISession getSession(java.lang.String name,
                           boolean clientIsNew,
                           int timeout)
Parameters:
name - The session name. If name is null, the session is an internal session
clientIsNew - true if the client wants a new session
timeout - timeout in seconds. If 0 the session does not expire.