站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

MBeanServerFactory - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.test.framework.jmx
Class MBeanServerFactory

java.lang.Object
  extended byorg.jboss.portal.test.framework.jmx.MBeanServerFactory

public class MBeanServerFactory
extends java.lang.Object


Constructor Summary
MBeanServerFactory()
           
 
Method Summary
 void create()
           
 void destroy()
           
 java.util.Properties getEnv()
           
 javax.management.MBeanServer getServer()
           
 void setEnv(java.util.Properties env)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanServerFactory

public MBeanServerFactory()
Method Detail

getEnv

public java.util.Properties getEnv()

setEnv

public void setEnv(java.util.Properties env)

create

public void create()

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()

destroy

public void destroy()

getServer

public javax.management.MBeanServer getServer()
                                       throws java.lang.Exception
Throws:
java.lang.Exception