public class ServerNotificationManagerConfigurator extends Object implements org.springframework.beans.factory.SmartFactoryBean
| 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 |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setDisabledNotifications(List<NotificationConfig> disabledNotifications) |
void |
setEnabledNotifications(List<NotificationConfig> enabledNotifications) |
void |
setMuleContext(MuleContext context) |
void |
setNotificationDynamic(boolean dynamic) |
void |
setNotificationListeners(Collection<ListenerSubscriptionPair> notificationListeners) |
public ServerNotificationManagerConfigurator()
public void setMuleContext(MuleContext context)
public 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 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
org.springframework.beans.BeansExceptionpublic void setEnabledNotifications(List<NotificationConfig> enabledNotifications)
public void setNotificationListeners(Collection<ListenerSubscriptionPair> notificationListeners)
public void setDisabledNotifications(List<NotificationConfig> disabledNotifications)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.