Uses of Class
php.java.bridge.SessionFactory

Packages that use SessionFactory
php.java.bridge PHP/Java Bridge core classes and interfaces. 
php.java.bridge.http Fast socket and pipe context runners for PHP/Java Bridge J2EE backends. 
 

Uses of SessionFactory in php.java.bridge
 

Methods in php.java.bridge with parameters of type SessionFactory
 void JavaBridge.setSessionFactory(SessionFactory sessionFactory)
          This method sets a new session factory.
 

Uses of SessionFactory in php.java.bridge.http
 

Subclasses of SessionFactory in php.java.bridge.http
 class ContextFactory
          Create session, jsr223 contexts.