org.ow2.easybeans.console.jmxbrowser.service
Class JMXBrowserService

java.lang.Object
  extended by 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

Constructor Summary
JMXBrowserService()
           
 
Method Summary
 Object callOperation(String oNameStr, String operationName, Object[] signatureObj, Object[] params)
           
 String[] getAttributes(String oName)
           
 int getCounter()
           
 List<JMXAttributes> getJMXAttributes(String oNameStr)
           
 List<JMXOperation> getJMXOperations(String oNameStr)
           
protected  ObjectName getObjectName(String oNameStr)
           
 List<String> getProtocols()
           
 Document getXML()
           
 void updateAttributeValue(String oNameStr, String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXBrowserService

public JMXBrowserService()
Method Detail

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.