org.ow2.easybeans.management
Class CommonsManagementIdentifier<T>
java.lang.Object
org.ow2.easybeans.management.CommonsManagementIdentifier<T>
- Type Parameters:
T - Managed Type
- All Implemented Interfaces:
- EZBManagementIdentifier<T>
- Direct Known Subclasses:
- RemoteDeployerIdentifier
public abstract class CommonsManagementIdentifier<T>
- extends java.lang.Object
- implements EZBManagementIdentifier<T>
Commons EZBManagementIdentifier.
- Author:
- Guillaume Sauthier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonsManagementIdentifier
public CommonsManagementIdentifier()
setDomain
public void setDomain(java.lang.String domainName)
- Sets the domain for this identifier.
- Specified by:
setDomain in interface EZBManagementIdentifier<T>
- Parameters:
domainName - the JMX Domain name of the MBean.
getServerName
public java.lang.String getServerName()
- Returns:
- the JMX Server name of the MBean.
setServerName
public void setServerName(java.lang.String serverName)
- Sets the Server name for this identifier.
- Specified by:
setServerName in interface EZBManagementIdentifier<T>
- Parameters:
serverName - the JMX Server name of this MBean.
getDomain
public java.lang.String getDomain()
- Specified by:
getDomain in interface EZBManagementIdentifier<T>
- Returns:
- Returns the JMX Domain name of the MBean.
getTypeName
public java.lang.String getTypeName()
-
- Specified by:
getTypeName in interface EZBManagementIdentifier<T>
getTypeProperty
public java.lang.String getTypeProperty()
-
- Specified by:
getTypeProperty in interface EZBManagementIdentifier<T>
Copyright © 2006-2009 OW2 Consortium. All Rights Reserved.