org.ow2.easybeans.console.jmxbrowser.service
Class JMXBrowserService
java.lang.Object
org.ow2.easybeans.console.jmxbrowser.service.JMXBrowserService
- All Implemented Interfaces:
- Serializable
public class JMXBrowserService
- extends Object
- implements Serializable
Manages the POJO service used by flex clients.
- Author:
- Florent Benoit
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXBrowserService
public JMXBrowserService()
getCounter
public int getCounter()
getXML
public Document getXML()
getAttributes
public String[] getAttributes(String oName)
updateAttributeValue
public void updateAttributeValue(String oNameStr,
String name,
Object value)
throws InstanceNotFoundException,
AttributeNotFoundException,
MBeanException,
ReflectionException,
Exception
- Throws:
InstanceNotFoundException
AttributeNotFoundException
MBeanException
ReflectionException
Exception
callOperation
public Object callOperation(String oNameStr,
String operationName,
Object[] signatureObj,
Object[] params)
throws InstanceNotFoundException,
MBeanException,
ReflectionException,
IOException,
Exception
- Throws:
InstanceNotFoundException
MBeanException
ReflectionException
IOException
Exception
getObjectName
protected ObjectName getObjectName(String oNameStr)
getJMXAttributes
public List<JMXAttributes> getJMXAttributes(String oNameStr)
getJMXOperations
public List<JMXOperation> getJMXOperations(String oNameStr)
getProtocols
public List<String> getProtocols()
Copyright © 2006-2011 OW2 Consortium. All Rights Reserved.