Package com.zfabrik.management.home
Interface IHomeMBeanServer
public interface IHomeMBeanServer
remotely available MBeanServer functions
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(ObjectName name, String attribute)
getAttributes(ObjectName name, String[] attributes)
invoke(ObjectName name, String operationName, Object[] params, String[] signature)
queryNames(ObjectName name, QueryExp query)
-
Method Details
-
invoke
Object invoke(ObjectName name, String operationName, Object[] params, String[] signature) throws InstanceNotFoundException, MBeanException, ReflectionException, IOException, RemoteException -
queryNames
- Throws:
IOException
-
getMBeanCount
- Throws:
IOException
-
getAttribute
Object getAttribute(ObjectName name, String attribute) throws IOException, MBeanException, ReflectionException, AttributeNotFoundException, InstanceNotFoundException -
getAttributes
AttributeList getAttributes(ObjectName name, String[] attributes) throws IOException, MBeanException, ReflectionException, AttributeNotFoundException, InstanceNotFoundException
-