Uses of Class
com.ibm.di.api.local.impl.SessionImpl
-
Packages that use SessionImpl Package Description com.ibm.di.api Provides packages and classes for managing the server API.com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API. -
-
Uses of SessionImpl in com.ibm.di.api
Methods in com.ibm.di.api with parameters of type SessionImpl Modifier and Type Method Description ConfigInstance
ConfigurationRegistry. checkOutConfigurationAndLoad(java.lang.String configToken, Identity identity, SessionImpl session)
Checks out the specified configuration and starts a temporary Config Instance on the Server.ConfigInstance
ConfigurationRegistry. checkOutConfigurationAndLoad(java.lang.String configToken, java.lang.String password, Identity identity, SessionImpl session)
Checks out the specified configuration and starts a temporary Config Instance on the Server.ConfigInstance
ConfigurationRegistry. createNewConfigurationAndLoad(java.lang.String aRelativePath, boolean aOverwrite, Identity aIdentity, SessionImpl aSession)
Creates a new empty configuration, immediately checks it out and loads a temporary Config Instance on the Server. -
Uses of SessionImpl in com.ibm.di.api.local.impl
Constructors in com.ibm.di.api.local.impl with parameters of type SessionImpl Constructor Description AssemblyLineHandlerImpl(AssemblyLine aAssemblyLine, AssemblyLine aRawAssemblyLine, SessionImpl aSession)
ConstructorAssemblyLineImpl(AssemblyLine aAssemblyLine, ConfigInstanceImpl aConfigInstance, SessionImpl aSession)
Class constructor.ConfigInstanceImpl(RS aConfigInstance, SessionImpl aSession)
SecurityRegistryImpl(SessionImpl aSession)
Class constructor.SequenceImpl(Sequence sequence, ConfigInstanceImpl configInstance, SessionImpl session)
Class constructor.ServerInfoImpl(SessionImpl aSession)
SystemLogImpl(SessionImpl aSession)
TDIPropertiesImpl(TDIProperties aTDIProperties, SessionImpl aSession)
ConstructorTombstoneManagerImpl(SessionImpl aSession)
-