Uses of Interface
com.ibm.di.api.jmx.mbeans.BaseMBean
-
Packages that use BaseMBean Package Description 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 Modifier and Type Interface Description 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 theNotifier
class which provides methods for sending JMX notificationsinterface
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 Modifier and Type Class Description 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.
-