org.codehaus.wadi.impl
Class MBeanServerFactoryBean

java.lang.Object
  extended byorg.springframework.jmx.support.MBeanServerFactoryBean
      extended byorg.codehaus.wadi.impl.MBeanServerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class MBeanServerFactoryBean
extends org.springframework.jmx.support.MBeanServerFactoryBean


Field Summary
protected  MBeanServer _server
           
 
Fields inherited from class org.springframework.jmx.support.MBeanServerFactoryBean
logger
 
Constructor Summary
MBeanServerFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 Object getObject()
           
 Class getObjectType()
           
 
Methods inherited from class org.springframework.jmx.support.MBeanServerFactoryBean
createMBeanServer, isSingleton, locateMBeanServer, setAgentId, setDefaultDomain, setLocateExistingServerIfPossible, setRegisterWithFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_server

protected MBeanServer _server
Constructor Detail

MBeanServerFactoryBean

public MBeanServerFactoryBean()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

getObject

public Object getObject()

getObjectType

public Class getObjectType()

destroy

public void destroy()


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.