Uses of Interface
com.ibm.di.api.local.Session
-
Packages that use Session Package Description com.ibm.di.api Provides packages and classes for managing the server API.com.ibm.di.api.jmx Provides classes for managing the JMX layer.com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer.com.ibm.di.api.local Provides interfaces for managing the local session of the server API.com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API.com.ibm.di.api.tm Provides classes for managing tombstones.com.ibm.di.eclipse.http com.ibm.di.eclipse.http.commands -
-
Uses of Session in com.ibm.di.api
Methods in com.ibm.di.api that return Session Modifier and Type Method Description static SessionAPIEngine. getLocalSession()Creates a local Session object using a local SessionFactory created during the initialization.static SessionAPIEngine. getLocalSession(java.lang.String aUserName, java.lang.String aPassword)Creates a local Session object using a local SessionFactory created during the initialization. -
Uses of Session in com.ibm.di.api.jmx
Methods in com.ibm.di.api.jmx with parameters of type Session Modifier and Type Method Description static voidJMXServerAPIListener. intializeListener(Session aLocalSession)Initializes the listener. -
Uses of Session in com.ibm.di.api.jmx.mbeans
Constructors in com.ibm.di.api.jmx.mbeans with parameters of type Session Constructor Description DIServer(Session aSession)Class constructor -
Uses of Session in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return Session Modifier and Type Method Description SessionSessionFactory. createSession()Creates a session object.SessionSessionFactory. createSession(java.lang.String aUserName, java.lang.String aPassword)Creates a session object with the specified username and password. -
Uses of Session in com.ibm.di.api.local.impl
Classes in com.ibm.di.api.local.impl that implement Session Modifier and Type Class Description classSessionImplThis class represents local Session and implements various methods which could be used with the started TDI Server.Methods in com.ibm.di.api.local.impl that return Session Modifier and Type Method Description SessionSessionFactoryImpl. createSession()Creates a session object.SessionSessionFactoryImpl. createSession(java.lang.String aUserName, java.lang.String aPassword)Creates a session object with the specified username and password. -
Uses of Session in com.ibm.di.api.tm
Methods in com.ibm.di.api.tm with parameters of type Session Modifier and Type Method Description static voidTombstoneManagerListener. initializeListener(Session aLocalSession, TombstoneManager aTombstoneManager)Initializes the listener. -
Uses of Session in com.ibm.di.eclipse.http
Methods in com.ibm.di.eclipse.http that return Session Modifier and Type Method Description SessionServerAPI. getSession() -
Uses of Session in com.ibm.di.eclipse.http.commands
Methods in com.ibm.di.eclipse.http.commands that return Session Modifier and Type Method Description SessionRestCommand. getSession()
-