Uses of Interface
com.ibm.di.api.jmx.mbeans.BaseAdminMBean

Packages that use BaseAdminMBean
com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer. 
 

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

Subinterfaces of BaseAdminMBean in com.ibm.di.api.jmx.mbeans
 interface AssemblyLineHandlerMBean
          This interface provides several methods to handle an AssemblyLine.
 interface AssemblyLineMBean
          Represents an AssemblyLine instance.
 interface ConfigInstanceMBean
          ConfigInstance MBean interface that defines public methods exposed through JMX layer.
 interface DIServerMBean
          DIServerMBean interface that defines public methods exposed through JMX layer for manipulating TDI Server.
 interface ServerInfoMBean
          This interface provides various methods for getting server information.
 interface SystemLogMBean
          This interface provides various methods for getting system log information.
 interface SystemQueueMBean
          System Queue MBean interface that defines public methods exposed through JMX layer.
 interface TDIPropertiesMBean
          JMX interface to TDIProperties.
 interface TombstoneManagerMBean
          Represents a TombstoneManager instance.
 

Classes in com.ibm.di.api.jmx.mbeans that implement BaseAdminMBean
 class AssemblyLine
          Represents an AssemblyLine instance.
 class AssemblyLineHandler
          This class implements several methods to handle an AssemblyLine.
 class BaseAdmin
          This class implements BaseAdminMBean and is extended by most of the implementing classes from the management package.
 class ConfigInstance
          ConfigInstance class implements public methods exposed through JMX layer.
 class DIServer
          This class implements methods exposed through JMX layer for manipulating TDI Server.
 class SecurityRegistry
          This class provides information about various restrictions a user may have.
 class ServerInfo
          This class implements various methods for getting server information.
 class SystemLog
          This class implements various methods for getting system log information.
 class SystemQueue
          SystemQueue class implements public methods exposed through JMX layer.
 class TDIProperties
          Wrapper API to expose the functionality available from com.ibm.di.config.interfaces.TDIProperties.
 class TombstoneManager
          Represents a TombstoneManager instance.