Uses of Interface
com.ibm.di.api.remote.Session

Packages that use Session
com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API. 
com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. 
com.ibm.di.config.base Provides classes that implement the Tivoli Directory Integrator configuration model. 
com.ibm.di.fc Provides classes for the Directory Integrator's function components. 
 

Uses of Session in com.ibm.di.api.remote
 

Methods in com.ibm.di.api.remote that return Session
 Session SessionFactory.createSession()
          Creates a session object.
 Session SessionFactory.createSession(String aUserName, String aPassword)
          Creates a session object with the specified username and password.
 

Uses of Session in com.ibm.di.api.remote.impl
 

Classes in com.ibm.di.api.remote.impl that implement Session
 class SessionImpl
          This class implements methods for managing remote Session.
 

Methods in com.ibm.di.api.remote.impl that return Session
 Session SessionFactoryImpl.createSession()
          Creates a session object.
 Session SessionFactoryImpl.createSession(String aUserName, String aPassword)
          Creates a session object with the specified username and password.
 

Uses of Session in com.ibm.di.config.base
 

Methods in com.ibm.di.config.base that return Session
 Session RemoteConfigURL.getSession()
          Deprecated. Method gets the current session information.
 

Methods in com.ibm.di.config.base with parameters of type Session
 void RemoteConfigURL.setSession(Session session)
          Deprecated.  
 

Uses of Session in com.ibm.di.fc
 

Methods in com.ibm.di.fc that return Session
 Session AssemblyLineFC.connectServer(String server)
          Establish a server connection.
 Session AssemblyLineFC.getSession()
          Retrieves session object.