Class DBEventLogDisplayInfo

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete​(java.lang.String source, java.lang.String target)  
      javax.management.openmbean.TabularData getInfos()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DBEventLogDisplayInfo

        public DBEventLogDisplayInfo()
    • Method Detail

      • getInfos

        @JMXBeanAttribute(name="Infos",
                          description="summary info about current DBEventlog present in DB")
        public javax.management.openmbean.TabularData getInfos()
        Specified by:
        getInfos in interface DBEventLogDisplayInfoMBean
      • delete

        @JMXBeanOperation(name="delete",
                          description="clear some DBEventlog in DB")
        public void delete​(@JMXBeanParameter(name="source",description="Source urid of DBeventlog to clear")
                           java.lang.String source,
                           @JMXBeanParameter(name="target",description="Target urid of DBeventlog to clear")
                           java.lang.String target)
        Specified by:
        delete in interface DBEventLogDisplayInfoMBean