|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Session | |
|---|---|
| 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 | |
|---|---|
static Session |
APIEngine.getLocalSession()
Creates a local Session object using a local SessionFactory created during the initialization. |
static Session |
APIEngine.getLocalSession(String aUserName,
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 | |
|---|---|
static void |
JMXServerAPIListener.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 | |
|---|---|
DIServer(Session aSession)
Class constructor |
|
| Uses of Session in com.ibm.di.api.local |
|---|
| Methods in com.ibm.di.api.local 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.local.impl |
|---|
| Classes in com.ibm.di.api.local.impl that implement Session | |
|---|---|
class |
SessionImpl
This 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 | |
|---|---|
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.api.tm |
|---|
| Methods in com.ibm.di.api.tm with parameters of type Session | |
|---|---|
static void |
TombstoneManagerListener.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 | |
|---|---|
Session |
ServerAPI.getSession()
|
| Uses of Session in com.ibm.di.eclipse.http.commands |
|---|
| Methods in com.ibm.di.eclipse.http.commands that return Session | |
|---|---|
Session |
RestCommand.getSession()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||