org.ow2.petals.jmx
Class RuntimeConfigurationComponentClient
java.lang.Object
org.ow2.petals.jmx.AbstractServiceClient
org.ow2.petals.jmx.RuntimeConfigurationComponentClient
public class RuntimeConfigurationComponentClient
- extends AbstractServiceClient
- Author:
- aruffie
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeConfigurationComponentClient
public RuntimeConfigurationComponentClient(java.lang.String petalsDomain,
javax.management.MBeanServerConnection beanServerConnection,
java.lang.String componentName)
throws RuntimeConfigurationDoesNotExistException,
RuntimeConfigurationErrorException
- Throws:
RuntimeConfigurationDoesNotExistException
RuntimeConfigurationErrorException
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.