org.jboss.cache.jmx
Class JmxUtil

java.lang.Object
  extended by org.jboss.cache.jmx.JmxUtil

Deprecated.

@Deprecated
public class JmxUtil
extends Object

Various JMX related utilities

Version:
$Id: JmxUtil.java 7168 2008-11-19 17:37:20Z jason.greene@jboss.com $
Author:
Jerry Gauthier, Manik Surtani

Field Summary
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 Summary
JmxUtil()
          Deprecated.  
 
Method Summary
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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JBOSS_SERVER_DOMAIN

public static final String JBOSS_SERVER_DOMAIN
Deprecated. 
See Also:
Constant Field Values

JBOSS_CACHE_DOMAIN

public static final String JBOSS_CACHE_DOMAIN
Deprecated. 
See Also:
Constant Field Values

SERVICE_KEY_NAME

public static final String SERVICE_KEY_NAME
Deprecated. 
See Also:
Constant Field Values

BASE_PREFIX

public static final String BASE_PREFIX
Deprecated. 
See Also:
Constant Field Values

CLUSTER_KEY

public static final String CLUSTER_KEY
Deprecated. 
See Also:
Constant Field Values

PREFIX

public static final String PREFIX
Deprecated. 
See Also:
Constant Field Values

UNIQUE_ID_KEY

public static final String UNIQUE_ID_KEY
Deprecated. 
See Also:
Constant Field Values

NO_CLUSTER_PREFIX

public static final String NO_CLUSTER_PREFIX
Deprecated. 
See Also:
Constant Field Values

CACHE_TYPE_KEY

public static final String CACHE_TYPE_KEY
Deprecated. 
See Also:
Constant Field Values

PLAIN_CACHE_TYPE

public static final String PLAIN_CACHE_TYPE
Deprecated. 
See Also:
Constant Field Values

MBEAN_CLASS_SUFFIX

public static final String MBEAN_CLASS_SUFFIX
Deprecated. 
See Also:
Constant Field Values

JMX_RESOURCE_KEY

public static final String JMX_RESOURCE_KEY
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

JmxUtil

public JmxUtil()
Deprecated. 
Method Detail

registerCacheMBean

public static void registerCacheMBean(MBeanServer server,
                                      CacheJmxWrapperMBean cache,
                                      String cacheObjectName)
                               throws JMException
Deprecated. 
Throws:
JMException

getDefaultCacheObjectName

public static String getDefaultCacheObjectName(Cache cache)
Deprecated. 

getDefaultCacheObjectName

public static String getDefaultCacheObjectName(Configuration config,
                                               String cacheImplClass)
Deprecated. 

getUniqueId

public static String getUniqueId(String cacheImplClass)
Deprecated. 

unregisterCacheMBean

public static void unregisterCacheMBean(MBeanServer server,
                                        String cacheObjectName)
                                 throws Exception
Deprecated. 
Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.