com.hazelcast.jmx
Class ObjectNameSpec

java.lang.Object
  extended by com.hazelcast.jmx.ObjectNameSpec

public class ObjectNameSpec
extends Object

Handle JMX objectName

Author:
Marco Ferrante, DISI - University of Genoa

Constructor Summary
ObjectNameSpec()
           
ObjectNameSpec(String name)
           
ObjectNameSpec(String type, String name)
           
 
Method Summary
 ObjectName buildObjectName()
           
 ObjectName buildObjectName(String type, String name)
          Builde the name, overwriting the defaults
 ObjectNameSpec getNested(String type)
          Return a nested name, for clustered object
 ObjectNameSpec getNested(String type, String name)
          Return a nested name, for clustered object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectNameSpec

public ObjectNameSpec()

ObjectNameSpec

public ObjectNameSpec(String type,
                      String name)

ObjectNameSpec

public ObjectNameSpec(String name)
Method Detail

getNested

public ObjectNameSpec getNested(String type)
Return a nested name, for clustered object


getNested

public ObjectNameSpec getNested(String type,
                                String name)
Return a nested name, for clustered object


buildObjectName

public ObjectName buildObjectName()
                           throws Exception
Throws:
Exception

buildObjectName

public ObjectName buildObjectName(String type,
                                  String name)
                           throws Exception
Builde the name, overwriting the defaults

Throws:
Exception


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.