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

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

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

Subinterfaces of BaseMBean 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 BaseAdminMBean
          Base Admin MBean interface, that all MBeans from the management package extends.
 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 NotifierMBean
          This interface is implemented by the Notifier class which provides methods for sending JMX notifications
 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 BaseMBean
 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 Notifier
          This class provides methods for sending JMX notifications.
 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.