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

java.lang.Object
  extended by org.jboss.portal.test.framework.impl.jboss.jmx.MBeanServerFactory

public class MBeanServerFactory
extends java.lang.Object

Version:
$Revision: 5498 $
Author:
Julien Viet

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