org.ow2.petals.jmx
Class ConfigurationInstallerComponentClient

java.lang.Object
  extended by org.ow2.petals.jmx.AbstractServiceClient
      extended by org.ow2.petals.jmx.ConfigurationInstallerComponentClient

public class ConfigurationInstallerComponentClient
extends AbstractServiceClient

Author:
aruffie

Field Summary
 
Fields inherited from class org.ow2.petals.jmx.AbstractServiceClient
JMX_FIELD_NAME, JMX_FIELD_TYPE, JMX_SERVICE_TYPE, mbeanName, mBeanServerConnection, petalsDomain
 
Constructor Summary
ConfigurationInstallerComponentClient(javax.management.ObjectName objectName, java.lang.String petalsDomain, javax.management.MBeanServerConnection beanServerConnection, javax.management.MBeanInfo mbeanInfo)
           
 
Method Summary
 java.lang.Object getAttribute(java.lang.String attribute)
           
 java.util.Map<javax.management.MBeanAttributeInfo,java.lang.Object> getAttributes()
           
 void setAttribute(java.lang.String name, java.lang.Object value)
           
 void setAttributes(java.util.Map<javax.management.MBeanAttributeInfo,java.lang.Object> attributes)
           
 
Methods inherited from class org.ow2.petals.jmx.AbstractServiceClient
getAttribute, performAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationInstallerComponentClient

public ConfigurationInstallerComponentClient(javax.management.ObjectName objectName,
                                             java.lang.String petalsDomain,
                                             javax.management.MBeanServerConnection beanServerConnection,
                                             javax.management.MBeanInfo mbeanInfo)
Method Detail

getAttribute

public java.lang.Object getAttribute(java.lang.String attribute)
                              throws AttributeErrorException
Overrides:
getAttribute in class AbstractServiceClient
Throws:
AttributeErrorException

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.Object value)
                  throws AttributeErrorException
Throws:
AttributeErrorException

getAttributes

public java.util.Map<javax.management.MBeanAttributeInfo,java.lang.Object> getAttributes()
                                                                                  throws AttributeErrorException
Throws:
AttributeErrorException

setAttributes

public void setAttributes(java.util.Map<javax.management.MBeanAttributeInfo,java.lang.Object> attributes)
                   throws AttributeErrorException
Throws:
AttributeErrorException


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