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

MBeanServerFactory - JBOSS Portal 2.6 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

Version:
$Revision: 5498 $
Author:
Julien Viet

Nested Class Summary
private static class MBeanServerFactory.LazyMBeanServer
           
 
Field Summary
private  java.util.Properties env
          .
private  javax.management.MBeanServer server
          .
 
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
 

Field Detail

server

private javax.management.MBeanServer server
.


env

private java.util.Properties env
.

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