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 MuleContextAware
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
protected Set<ListenerSubscriptionPair> getMergedListeners(ServerNotificationManager notificationManager)
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void setNotificationDynamic(boolean dynamic)
public void setInterfaceToTypes(Map interfaceToEvents) throws ClassNotFoundException
ClassNotFoundException
public void setAllListenerSubscriptionPairs(Collection pairs)
public void setDisabledInterfaces(Collection interfaces) throws ClassNotFoundException
ClassNotFoundException
public boolean isEagerInit()
isEagerInit
in interface org.springframework.beans.factory.SmartFactoryBean
public boolean isPrototype()
isPrototype
in interface org.springframework.beans.factory.SmartFactoryBean
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.