com.hazelcast.jmx
Class ManagementService
java.lang.Object
com.hazelcast.jmx.ManagementService
- All Implemented Interfaces:
- DistributedObjectListener, EventListener
public class ManagementService
- extends Object
- implements DistributedObjectListener
Service responsible for registering hazelcast management beans to the platform management bean server.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagementService
public ManagementService(HazelcastInstanceImpl instance)
getInstanceMBean
public InstanceMBean getInstanceMBean()
destroy
public void destroy()
shutdownAll
public static void shutdownAll()
distributedObjectCreated
public void distributedObjectCreated(DistributedObjectEvent event)
- Description copied from interface:
DistributedObjectListener
- Invoked when a DistributedObject is created.
- Specified by:
distributedObjectCreated
in interface DistributedObjectListener
- Parameters:
event
- the event for the created DistributedObject
distributedObjectDestroyed
public void distributedObjectDestroyed(DistributedObjectEvent event)
- Description copied from interface:
DistributedObjectListener
- Invoked when a DistributedObject is destroyed.
- Specified by:
distributedObjectDestroyed
in interface DistributedObjectListener
- Parameters:
event
- the event for the destroyed DistributedObject
createObjectName
protected ObjectName createObjectName(String type,
String name)
quote
public static String quote(String text)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.