当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 varia API Documentation 英文版文档
Server (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档
org.jboss.jmx.adaptor.control
Class Server
java.lang.Object
org.jboss.jmx.adaptor.control.Server
- public class Server
- extends Object
Utility methods related to the MBeanServer interface
- Version:
- $Revision: 1.12 $
- Author:
- Scott.Stark@jboss.org, Dimitris Andreadis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server()
getMBeanServer
public static javax.management.MBeanServer getMBeanServer()
getDomainData
public static Iterator getDomainData(String filter)
throws javax.management.JMException
- Throws:
javax.management.JMException
getMBeanData
public static MBeanData getMBeanData(String name)
throws javax.management.JMException
- Throws:
javax.management.JMException
getMBeanAttributeObject
public static Object getMBeanAttributeObject(String name,
String attrName)
throws javax.management.JMException
- Throws:
javax.management.JMException
getMBeanAttribute
public static String getMBeanAttribute(String name,
String attrName)
throws javax.management.JMException
- Throws:
javax.management.JMException
getMBeanAttributeResultInfo
public static AttrResultInfo getMBeanAttributeResultInfo(String name,
javax.management.MBeanAttributeInfo attrInfo)
throws javax.management.JMException
- Throws:
javax.management.JMException
setAttributes
public static javax.management.AttributeList setAttributes(String name,
HashMap attributes)
throws javax.management.JMException
- Throws:
javax.management.JMException
invokeOp
public static OpResultInfo invokeOp(String name,
int index,
String[] args)
throws javax.management.JMException
- Throws:
javax.management.JMException
invokeOpByName
public static OpResultInfo invokeOpByName(String name,
String opName,
String[] argTypes,
String[] args)
throws javax.management.JMException
- Throws:
javax.management.JMException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.