Class CollectedInfo


  • public class CollectedInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.management.MBeanServer mBeanServer  
      protected javax.management.ObjectName objName  
    • Constructor Summary

      Constructors 
      Constructor Description
      CollectedInfo​(java.lang.String host, int port)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(java.lang.String host, int port)  
      void refresh()  
      • Methods inherited from class java.lang.Object

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

      • mBeanServer

        protected javax.management.MBeanServer mBeanServer
      • objName

        protected javax.management.ObjectName objName
    • Constructor Detail

      • CollectedInfo

        public CollectedInfo​(java.lang.String host,
                             int port)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • init

        public void init​(java.lang.String host,
                         int port)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • refresh

        public void refresh()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception