Package com.ibm.di.api.jmx.mbeans

Provides classes for the MBeans of the JMX layer.

See:
          Description

Interface Summary
AssemblyLineHandlerMBean This interface provides several methods to handle an AssemblyLine.
AssemblyLineListener This listener listens for AssemblyLine events.
AssemblyLineMBean Represents an AssemblyLine instance.
BaseAdminMBean Base Admin MBean interface, that all MBeans from the management package extends.
BaseMBean Base MBean interface, that all MBeans from the management package inherit.
ConfigInstanceMBean ConfigInstance MBean interface that defines public methods exposed through JMX layer.
DIServerMBean DIServerMBean interface that defines public methods exposed through JMX layer for manipulating TDI Server.
LogListener This listener listens for log events.
NotifierMBean This interface is implemented by the Notifier class which provides methods for sending JMX notifications
SecurityRegistryMBean This interface provides information about various restrictions a user may have.
ServerInfoMBean This interface provides various methods for getting server information.
SystemLogMBean This interface provides various methods for getting system log information.
SystemQueueMBean System Queue MBean interface that defines public methods exposed through JMX layer.
TDIPropertiesMBean JMX interface to TDIProperties.
TombstoneManagerMBean Represents a TombstoneManager instance.
 

Class Summary
AssemblyLine Represents an AssemblyLine instance.
AssemblyLineHandler This class implements several methods to handle an AssemblyLine.
AssemblyLineListenerBase This class is used to provide a bridge between custom defined listener Java class and the Server API notification mechanism.
BaseAdmin This class implements BaseAdminMBean and is extended by most of the implementing classes from the management package.
ConfigInstance ConfigInstance class implements public methods exposed through JMX layer.
DIServer This class implements methods exposed through JMX layer for manipulating TDI Server.
Notifier This class provides methods for sending JMX notifications.
SecurityRegistry This class provides information about various restrictions a user may have.
ServerInfo This class implements various methods for getting server information.
SystemLog This class implements various methods for getting system log information.
SystemQueue SystemQueue class implements public methods exposed through JMX layer.
TDIProperties Wrapper API to expose the functionality available from com.ibm.di.config.interfaces.TDIProperties.
TombstoneManager Represents a TombstoneManager instance.
 

Package com.ibm.di.api.jmx.mbeans Description

Provides classes for the MBeans of the JMX layer.