org.mule.config.spring
Class ServerNotificationManagerConfigurator
java.lang.Object
org.mule.config.spring.ServerNotificationManagerConfigurator
- All Implemented Interfaces:
- MuleContextAware, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.SmartFactoryBean, org.springframework.context.ApplicationContextAware
public class ServerNotificationManagerConfigurator
- extends java.lang.Object
- implements MuleContextAware, org.springframework.beans.factory.SmartFactoryBean, org.springframework.context.ApplicationContextAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerNotificationManagerConfigurator
public ServerNotificationManagerConfigurator()
setMuleContext
public void setMuleContext(MuleContext context)
- Specified by:
setMuleContext
in interface MuleContextAware
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
getMergedListeners
protected java.util.Set<ListenerSubscriptionPair> getMergedListeners(ServerNotificationManager notificationManager)
getObjectType
public java.lang.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
setNotificationDynamic
public void setNotificationDynamic(boolean dynamic)
setInterfaceToTypes
public void setInterfaceToTypes(java.util.Map interfaceToEvents)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
setAllListenerSubscriptionPairs
public void setAllListenerSubscriptionPairs(java.util.Collection pairs)
setDisabledInterfaces
public void setDisabledInterfaces(java.util.Collection interfaces)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
isEagerInit
public boolean isEagerInit()
- Specified by:
isEagerInit
in interface org.springframework.beans.factory.SmartFactoryBean
isPrototype
public boolean isPrototype()
- Specified by:
isPrototype
in interface org.springframework.beans.factory.SmartFactoryBean
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.