public class ServerNotificationManagerConfigurator extends Object implements MuleContextAware, org.springframework.beans.factory.SmartFactoryBean, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
ServerNotificationManagerConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<ListenerSubscriptionPair> |
getMergedListeners(ServerNotificationManager notificationManager) |
Object |
getObject() |
Class |
getObjectType() |
boolean |
isEagerInit() |
boolean |
isPrototype() |
boolean |
isSingleton() |
void |
setAllListenerSubscriptionPairs(Collection pairs) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setDisabledInterfaces(Collection interfaces) |
void |
setInterfaceToTypes(Map interfaceToEvents) |
void |
setMuleContext(MuleContext context) |
void |
setNotificationDynamic(boolean dynamic) |
public ServerNotificationManagerConfigurator()
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarepublic Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionprotected Set<ListenerSubscriptionPair> getMergedListeners(ServerNotificationManager notificationManager)
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setNotificationDynamic(boolean dynamic)
public void setInterfaceToTypes(Map interfaceToEvents) throws ClassNotFoundException
ClassNotFoundExceptionpublic void setAllListenerSubscriptionPairs(Collection pairs)
public void setDisabledInterfaces(Collection interfaces) throws ClassNotFoundException
ClassNotFoundExceptionpublic boolean isEagerInit()
isEagerInit in interface org.springframework.beans.factory.SmartFactoryBeanpublic boolean isPrototype()
isPrototype in interface org.springframework.beans.factory.SmartFactoryBeanpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.