|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.AgentID
public class AgentID
Utility class for creating JMX agent identifiers. Also contains the helper method for retrieving the AgentID of an existing MBean server instance.
MBeanServerDelegateMBean
Field Summary |
---|
Constructor Summary | |
---|---|
AgentID()
|
Method Summary | |
---|---|
static String |
create()
Creates a new agent ID string. |
static String |
get(MBeanServer server)
Returns the agent identifier string of a given MBean server instance. |
static void |
main(String[] args)
test |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentID()
Method Detail |
---|
public static String create()
This AgentID string is globally unique.
public static void main(String[] args)
args
- public static String get(MBeanServer server)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |