Package io.hawt.jmx
Class About
- java.lang.Object
-
- io.hawt.jmx.About
-
- All Implemented Interfaces:
AboutMBean
public class About extends java.lang.Object implements AboutMBean
-
-
Constructor Summary
Constructors Constructor Description About()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()java.lang.StringgetHawtioVersion()protected javax.management.ObjectNamegetObjectName()voidinit()
-
-
-
Method Detail
-
init
public void init() throws java.lang.Exception- Throws:
java.lang.Exception
-
destroy
public void destroy() throws java.lang.Exception- Throws:
java.lang.Exception
-
getObjectName
protected javax.management.ObjectName getObjectName() throws java.lang.Exception- Throws:
java.lang.Exception
-
getHawtioVersion
public java.lang.String getHawtioVersion()
- Specified by:
getHawtioVersionin interfaceAboutMBean
-
-