com.hazelcast.jmx
Class ManagementService

java.lang.Object
  extended by 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.


Constructor Summary
ManagementService(HazelcastInstanceImpl instance)
           
 
Method Summary
protected  ObjectName createObjectName(String type, String name)
           
 void destroy()
           
 void distributedObjectCreated(DistributedObjectEvent event)
          Invoked when a DistributedObject is created.
 void distributedObjectDestroyed(DistributedObjectEvent event)
          Invoked when a DistributedObject is destroyed.
 InstanceMBean getInstanceMBean()
           
static String quote(String text)
           
static void shutdownAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementService

public ManagementService(HazelcastInstanceImpl instance)
Method Detail

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.