@Deprecated public class JmxUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BASE_PREFIX
Deprecated.
|
static String |
CACHE_TYPE_KEY
Deprecated.
|
static String |
CLUSTER_KEY
Deprecated.
|
static String |
JBOSS_CACHE_DOMAIN
Deprecated.
|
static String |
JBOSS_SERVER_DOMAIN
Deprecated.
|
static String |
JMX_RESOURCE_KEY
Deprecated.
|
static String |
MBEAN_CLASS_SUFFIX
Deprecated.
|
static String |
NO_CLUSTER_PREFIX
Deprecated.
|
static String |
PLAIN_CACHE_TYPE
Deprecated.
|
static String |
PREFIX
Deprecated.
|
static String |
SERVICE_KEY_NAME
Deprecated.
|
static String |
UNIQUE_ID_KEY
Deprecated.
|
Constructor and Description |
---|
JmxUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getDefaultCacheObjectName(Cache cache)
Deprecated.
|
static String |
getDefaultCacheObjectName(Configuration config,
String cacheImplClass)
Deprecated.
|
static String |
getUniqueId(String cacheImplClass)
Deprecated.
|
static void |
registerCacheMBean(MBeanServer server,
CacheJmxWrapperMBean cache,
String cacheObjectName)
Deprecated.
|
static void |
unregisterCacheMBean(MBeanServer server,
String cacheObjectName)
Deprecated.
|
public static final String JBOSS_SERVER_DOMAIN
public static final String JBOSS_CACHE_DOMAIN
public static final String SERVICE_KEY_NAME
public static final String BASE_PREFIX
public static final String CLUSTER_KEY
public static final String PREFIX
public static final String UNIQUE_ID_KEY
public static final String NO_CLUSTER_PREFIX
public static final String CACHE_TYPE_KEY
public static final String PLAIN_CACHE_TYPE
public static final String MBEAN_CLASS_SUFFIX
public static final String JMX_RESOURCE_KEY
public static void registerCacheMBean(MBeanServer server, CacheJmxWrapperMBean cache, String cacheObjectName) throws JMException
JMException
public static String getDefaultCacheObjectName(Configuration config, String cacheImplClass)
public static void unregisterCacheMBean(MBeanServer server, String cacheObjectName) throws Exception
Exception
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.