org.apache.xbean.tiger
Class MBeanServerFactoryBean
java.lang.Object
org.apache.xbean.tiger.MBeanServerFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class MBeanServerFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean
A Java 5 specific factory bean to access the platforms MBeanServer
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanServerFactoryBean
public MBeanServerFactoryBean()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.