org.objectweb.petals.tools.rmi.common.serializable
Class MBeanNames

java.lang.Object
  extended by org.objectweb.petals.tools.rmi.common.serializable.MBeanNames
All Implemented Interfaces:
java.io.Serializable, javax.jbi.management.MBeanNames

public class MBeanNames
extends java.lang.Object
implements javax.jbi.management.MBeanNames, java.io.Serializable

the MBeanNames implementation for RMI component.

Author:
nsalatge
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.jbi.management.MBeanNames
BOOTSTRAP_EXTENSION, COMPONENT_LIFE_CYCLE_EXTENSION
 
Constructor Summary
MBeanNames(java.lang.String domain)
          Constructs the MBeanNames with the specified domain name.
 
Method Summary
 javax.management.ObjectName createCustomComponentMBeanName(java.lang.String customName)
           
 java.lang.String getJmxDomainName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanNames

public MBeanNames(java.lang.String domain)
Constructs the MBeanNames with the specified domain name. This domain name will be used for creating mBean names.

Parameters:
domain - the domain
Method Detail

createCustomComponentMBeanName

public javax.management.ObjectName createCustomComponentMBeanName(java.lang.String customName)
Specified by:
createCustomComponentMBeanName in interface javax.jbi.management.MBeanNames
Parameters:
customName - the customName
Returns:
the object name
See Also:
MBeanNames.createCustomComponentMBeanName(String customName)

getJmxDomainName

public java.lang.String getJmxDomainName()
Specified by:
getJmxDomainName in interface javax.jbi.management.MBeanNames
Returns:
the domain
See Also:
MBeanNames.getJmxDomainName()


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.