org.ow2.petals.jmx
Class ConfigurationInstallerComponentClient
java.lang.Object
org.ow2.petals.jmx.AbstractServiceClient
org.ow2.petals.jmx.ConfigurationInstallerComponentClient
public class ConfigurationInstallerComponentClient
- extends AbstractServiceClient
- Author:
- aruffie
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationInstallerComponentClient
public ConfigurationInstallerComponentClient(javax.management.ObjectName objectName,
java.lang.String petalsDomain,
javax.management.MBeanServerConnection beanServerConnection,
javax.management.MBeanInfo mbeanInfo)
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.