| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.jmx.ObjectNameSpec
public class ObjectNameSpec
Handle JMX objectName
| 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 | 
|---|
public ObjectNameSpec()
public ObjectNameSpec(String type,
                      String name)
public ObjectNameSpec(String name)
| Method Detail | 
|---|
public ObjectNameSpec getNested(String type)
public ObjectNameSpec getNested(String type,
                                String name)
public ObjectName buildObjectName()
                           throws Exception
Exception
public ObjectName buildObjectName(String type,
                                  String name)
                           throws Exception
Exception
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||