Class AbstractCheckpointMBean

  • All Implemented Interfaces:
    CheckpointMBean
    Direct Known Subclasses:
    CompositeCheckpointMBean

    public abstract class AbstractCheckpointMBean
    extends java.lang.Object
    implements CheckpointMBean
    Abstract base class for CheckpointMBean implementations. This class provides the basic functionality for converting checkpoints into tabular data.
    • Constructor Detail

      • AbstractCheckpointMBean

        public AbstractCheckpointMBean()
    • Method Detail

      • listCheckpoints

        public javax.management.openmbean.TabularData listCheckpoints()
        Description copied from interface: CheckpointMBean
        List the checkpoints that are currently present along with its id, creation time and expiry time.
        Specified by:
        listCheckpoints in interface CheckpointMBean
        Returns: