Spring Integration

org.springframework.integration.jmx.config
Class ControlBusFactoryBean

java.lang.Object
  extended by 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

Constructor Summary
ControlBusFactoryBean(IntegrationMBeanExporter exporter)
           
ControlBusFactoryBean(IntegrationMBeanExporter exporter, SubscribableChannel operationChannel)
           
 
Method Summary
 ControlBus getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlBusFactoryBean

public ControlBusFactoryBean(IntegrationMBeanExporter exporter,
                             SubscribableChannel operationChannel)

ControlBusFactoryBean

public ControlBusFactoryBean(IntegrationMBeanExporter exporter)
Method Detail

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>

Spring Integration

Copyright © 2010. All Rights Reserved.