org.springframework.integration.jmx.config
Class ControlBusFactoryBean
java.lang.Object
org.springframework.integration.jmx.config.ControlBusFactoryBean
- All Implemented Interfaces:
- FactoryBean<ControlBus>
public class ControlBusFactoryBean
- extends Object
- implements FactoryBean<ControlBus>
- Since:
- 2.0
- Author:
- Dave Syer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControlBusFactoryBean
public ControlBusFactoryBean(IntegrationMBeanExporter exporter,
SubscribableChannel operationChannel)
ControlBusFactoryBean
public ControlBusFactoryBean(IntegrationMBeanExporter exporter)
getObject
public ControlBus getObject()
throws Exception
- Specified by:
getObject
in interface FactoryBean<ControlBus>
- Throws:
Exception
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interface FactoryBean<ControlBus>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean<ControlBus>
Copyright © 2010. All Rights Reserved.