Uses of Class
com.ados.hestia.sdk.session.SessionProcessor

Packages that use SessionProcessor
com.ados.hestia.repository The repository service. 
com.ados.hestia.sdk.session The sessions service. 
com.ados.hestia.utils Provides util classes for the server. 
 

Uses of SessionProcessor in com.ados.hestia.repository
 

Fields in com.ados.hestia.repository declared as SessionProcessor
protected  SessionProcessor Collector.m_processorSession
           
 

Methods in com.ados.hestia.repository that return SessionProcessor
 SessionProcessor Collector.getSessionProcessor()
           
 

Uses of SessionProcessor in com.ados.hestia.sdk.session
 

Fields in com.ados.hestia.sdk.session declared as SessionProcessor
protected  SessionProcessor SessionManager.m_processor
           
 

Methods in com.ados.hestia.sdk.session that return SessionProcessor
static SessionProcessor SessionProcessorPredefined.getHSQLProcessor(File folder)
          Allocate default DB connection over local instance of HSQL.
static SessionProcessor SessionProcessorPredefined.getMySQLProcessor(String host, int port, String dbname, String user, String password)
          Allocate connection over MYSQL DB.
static SessionProcessor SessionProcessorPredefined.getOracleProcessor(String host, int port, String sid, String user, String password)
          Allocate connection over Oracle DB.
 

Constructors in com.ados.hestia.sdk.session with parameters of type SessionProcessor
SessionManager(MessageExchanger exchanger, SessionProcessor processor)
          Create manager over specific processor.
 

Uses of SessionProcessor in com.ados.hestia.utils
 

Methods in com.ados.hestia.utils that return SessionProcessor
static SessionProcessor Utils.getSessionProcessor()
          Find and return TPAProcessor.
 



Copyright © 2005-2006 ADOS Co.,Ltd.. All Rights Reserved.