org.ow2.petals.jmx
Class RuntimeConfigurationComponentClient

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

public class RuntimeConfigurationComponentClient
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
RuntimeConfigurationComponentClient(java.lang.String petalsDomain, javax.management.MBeanServerConnection beanServerConnection, java.lang.String componentName)
           
 
Method Summary
 java.util.Map<javax.management.MBeanAttributeInfo,java.lang.Object> getConfigurationMBeanAttributes()
          Get Attributes of runtime configuration MBean
 javax.management.ObjectName getMBeanName()
          Get the MBean name of this installer.
 void setAttributes(java.util.Map<javax.management.MBeanAttributeInfo,java.lang.Object> attributes)
          Set Attributes of runtime configuration MBean
 
Methods inherited from class org.ow2.petals.jmx.AbstractServiceClient
getAttribute, getAttribute, performAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeConfigurationComponentClient

public RuntimeConfigurationComponentClient(java.lang.String petalsDomain,
                                           javax.management.MBeanServerConnection beanServerConnection,
                                           java.lang.String componentName)
                                    throws RuntimeConfigurationDoesNotExistException,
                                           RuntimeConfigurationErrorException
Throws:
RuntimeConfigurationDoesNotExistException
RuntimeConfigurationErrorException
Method Detail

getConfigurationMBeanAttributes

public java.util.Map<javax.management.MBeanAttributeInfo,java.lang.Object> getConfigurationMBeanAttributes()
                                                                                                    throws PerformActionErrorException,
                                                                                                           RuntimeConfigurationErrorException
Get Attributes of runtime configuration MBean

Returns:
Map
Throws:
RuntimeConfigurationErrorException
PerformActionErrorException

setAttributes

public void setAttributes(java.util.Map<javax.management.MBeanAttributeInfo,java.lang.Object> attributes)
                   throws PerformActionErrorException,
                          RuntimeConfigurationErrorException
Set Attributes of runtime configuration MBean

Throws:
RuntimeConfigurationErrorException
PerformActionErrorException

getMBeanName

public javax.management.ObjectName getMBeanName()
Get the MBean name of this installer.

Returns:


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