public class ServerNotificationManagerConfigurator extends Object implements MuleContextAware, org.springframework.beans.factory.SmartFactoryBean
| Constructor and Description |
|---|
ServerNotificationManagerConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isEagerInit() |
boolean |
isPrototype() |
boolean |
isSingleton() |
void |
setAllListenerSubscriptionPairs(Collection pairs) |
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.FactoryBeanExceptionpublic 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.SmartFactoryBeanCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.