Uses of Interface
com.ibm.di.api.local.SystemLog
-
Packages that use SystemLog Package Description 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.remote.impl Provides implementations of the interfaces for managing the remote session of the server API. -
-
Uses of SystemLog in com.ibm.di.api.jmx.mbeans
Constructors in com.ibm.di.api.jmx.mbeans with parameters of type SystemLog Constructor Description SystemLog(SystemLog aSystemLog)
-
Uses of SystemLog in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return SystemLog Modifier and Type Method Description SystemLog
Session. getSystemLog()
Returns information about the System logging. -
Uses of SystemLog in com.ibm.di.api.local.impl
Classes in com.ibm.di.api.local.impl that implement SystemLog Modifier and Type Class Description class
SystemLogImpl
This class implements various methods for getting system log information.Methods in com.ibm.di.api.local.impl that return SystemLog Modifier and Type Method Description SystemLog
SessionImpl. getSystemLog()
Returns information about the System logging. -
Uses of SystemLog in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl with parameters of type SystemLog Modifier and Type Method Description static SystemLogImpl
SystemLogImpl. createInstance(SystemLog aLocalSystemLog, SessionImpl aSession)
Creates new instance of this class.
-