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


Field Summary
static String DOMAIN
           
 
Constructor Summary
ManagementService(com.hazelcast.instance.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
 

Field Detail

DOMAIN

public static final String DOMAIN
See Also:
Constant Field Values
Constructor Detail

ManagementService

public ManagementService(com.hazelcast.instance.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 - event

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 - event

createObjectName

protected ObjectName createObjectName(String type,
                                      String name)

quote

public static String quote(String text)


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.