| java.lang.Object org.objectweb.jonas.jmx.ManagementReprImplJSR160
ManagementReprImplJSR160 | public class ManagementReprImplJSR160 implements ManagementRepr(Code) | | Provides a management representative to be used by JMX based management applications.
author: Adriana Danes |
ManagementReprImplJSR160 | protected ManagementReprImplJSR160()(Code) | | ManagementRepr object constructor
|
getAttribute | public Object getAttribute(ObjectName on, String attribute) throws ManagementException(Code) | | Parameters: on - The ObjectName of the MBean from which the attribute is to be retrieved. Parameters: attribute - A String specifying the name of the attribute to be retrieve. The value of the attribute. throws: ManagementException - management operation failed |
getCurrentRMIConnectorName | public String getCurrentRMIConnectorName()(Code) | | This method is no more necessary with JSR160 support
a non null String |
getJonasNamingServiceURL | public String getJonasNamingServiceURL()(Code) | | This method is no more necessary with JSR160 support
null |
invoke | public Object invoke(ObjectName on, String operation, Object[] param, String[] signature) throws ManagementException(Code) | | Parameters: on - The ObjectName of the MBean of which an operation is to be executed Parameters: operation - name of the operation to execute Parameters: param - arguments of the operation to execute Parameters: signature - types of arguments return the operation result throws: ManagementException - management operation failed |
isRegistered | public boolean isRegistered(ObjectName on)(Code) | | Parameters: on - The object name of the MBean to be checked True if the MBean is already registered in the MBean server, false otherwise or if an exception is catched. |
resetCurrentRMIConnectorName | public void resetCurrentRMIConnectorName()(Code) | | This method is no more necessary with JSR160 support
|
setAttribute | public void setAttribute(ObjectName on, String attribute, Object value) throws ManagementException(Code) | | Parameters: on - The ObjectName of the MBean of which the attribute is to be set. Parameters: attribute - A String specifying the name of the attribute to be retrieve. Parameters: value - The value to set to the attribute. throws: ManagementException - management operation failed |
setAttributes | public AttributeList setAttributes(ObjectName on, AttributeList attributes) throws ManagementException(Code) | | Parameters: on - The ObjectName of the MBean of which the attribute is to be set. Parameters: attributes - A list of attributes: The identification of the attribute to be set and the value it is to be set to The list of attributes that were set, with their new values. throws: ManagementException - management operation failed |
setCurrentRMIConnectorName | public void setCurrentRMIConnectorName(String name) throws Exception(Code) | | This method is no more necessary with JSR160 support
|
setMBeanServerConnection | public void setMBeanServerConnection(MBeanServerConnection mbeanServerConnection)(Code) | | Parameters: mbeanServerConnection - The mbeanServerConnection to set. |
setServerName | public void setServerName(String serverName)(Code) | | |
|
|