org.glassfish.external.amx
Class AMXUtil

java.lang.Object
  extended by org.glassfish.external.amx.AMXUtil

@Taxonomy(stability=UNCOMMITTED)
public final class AMXUtil
extends Object

Small utilities for AMXBooter and related.


Method Summary
static ObjectName getMBeanServerDelegateObjectName()
          Get the ObjectName of the MBeanServerDelegateObjectName.
static ObjectName newObjectName(String s)
          Make a new ObjectName (unchecked exception).
static ObjectName newObjectName(String domain, String props)
          Make a new ObjectName (unchecked exception).
static String prop(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newObjectName

public static ObjectName newObjectName(String s)
Make a new ObjectName (unchecked exception).


newObjectName

public static ObjectName newObjectName(String domain,
                                       String props)
Make a new ObjectName (unchecked exception).

Parameters:
domain -
props -

getMBeanServerDelegateObjectName

public static ObjectName getMBeanServerDelegateObjectName()
Get the ObjectName of the MBeanServerDelegateObjectName.


prop

public static String prop(String key,
                          String value)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.