Class JMXRegistration
- java.lang.Object
-
- org.apache.sling.distribution.journal.shared.JMXRegistration
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class JMXRegistration extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description JMXRegistration(Object bean, String type, String id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
static ObjectName
nameOf(String type, String id)
-
-
-
Field Detail
-
DOMAIN
public static final String DOMAIN
- See Also:
- Constant Field Values
-
-
Method Detail
-
nameOf
public static ObjectName nameOf(String type, String id) throws MalformedObjectNameException
- Throws:
MalformedObjectNameException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-