@Deprecated public final class Management extends Object
Modifier and Type | Method and Description |
---|---|
static void |
bootstrap(com.pushtechnology.diffusion.management.ManagementService managementService)
Deprecated.
|
static void |
register(Manageable manageable)
Deprecated.
Register a
Manageable object in the JMX management service. |
static void |
unregister(Manageable manageable)
Deprecated.
Unregister a
Manageable object. |
public static void bootstrap(com.pushtechnology.diffusion.management.ManagementService managementService)
public static void register(Manageable manageable) throws APIException
Manageable
object in the JMX management service.
This may only be used with a server environment (e.g. in Publishers).
manageable
- the object to register.APIException
- not thrownpublic static void unregister(Manageable manageable) throws APIException
Manageable
object.manageable
- the object to unregisterAPIException
- not thrownCopyright © 2016 Push Technology Ltd. All Rights Reserved.