org.ow2.easybeans.management
Class CommonsManagementIdentifier<T>

java.lang.Object
  extended by 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

Constructor Summary
CommonsManagementIdentifier()
           
 
Method Summary
 java.lang.String getDomain()
           
 java.lang.String getServerName()
           
 java.lang.String getTypeName()
          
 java.lang.String getTypeProperty()
          
 void setDomain(java.lang.String domainName)
          Sets the domain for this identifier.
 void setServerName(java.lang.String serverName)
          Sets the Server name for this identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easybeans.api.jmx.EZBManagementIdentifier
getAdditionnalProperties, getNamePropertyValue, getTypeValue
 

Constructor Detail

CommonsManagementIdentifier

public CommonsManagementIdentifier()
Method Detail

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.