Uses of Interface
com.ibm.di.api.local.SystemLog

Packages that use SystemLog
com.ibm.di.api.jmx.mbeans   
com.ibm.di.api.local   
com.ibm.di.api.local.impl   
com.ibm.di.api.remote.impl   
 

Uses of SystemLog in com.ibm.di.api.jmx.mbeans
 

Constructors in com.ibm.di.api.jmx.mbeans with parameters of type SystemLog
SystemLog(SystemLog aSystemLog)
           
 

Uses of SystemLog in com.ibm.di.api.local
 

Methods in com.ibm.di.api.local that return SystemLog
 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
 class SystemLogImpl
           
 

Methods in com.ibm.di.api.local.impl that return SystemLog
 SystemLog SessionImpl.getSystemLog()
           
 

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

Methods in com.ibm.di.api.remote.impl with parameters of type SystemLog
static SystemLogImpl SystemLogImpl.createInstance(SystemLog aLocalSystemLog, SessionImpl aSession)