public class PollingPushDispatcher extends AbstractPushDispatcher implements INotifyService.INotificationListner, org.springframework.beans.factory.DisposableBean, org.springframework.context.SmartLifecycle
AbstractPushDispatcher.PushResult, AbstractPushDispatcher.PushResultMessage| Constructor and Description |
|---|
PollingPushDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
int |
getPhase() |
int |
getPoolSize() |
boolean |
isAutoStartup() |
boolean |
isRunning() |
void |
notification(Notification notification) |
void |
setNotifyService(INotifyService notifyService) |
void |
setPoolSize(int poolSize) |
void |
start() |
void |
stop() |
void |
stop(Runnable callback) |
dispatch, dispatchNow, getDispatchService, getErrorListener, getMaxErrorCount, getNotificationDAO, getPreferencesDAO, getPushChannels, newDefaultPreferences, setDispatchService, setErrorListener, setMaxErrorCount, setNotificationDAO, setPreferencesDAO, setPushChannelspublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class AbstractPushDispatcherpublic void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeanpublic void notification(Notification notification)
notification in interface INotifyService.INotificationListnerpublic void setNotifyService(INotifyService notifyService)
public int getPoolSize()
public void setPoolSize(int poolSize)
public void start()
start in interface org.springframework.context.Lifecyclepublic void stop()
stop in interface org.springframework.context.Lifecyclepublic boolean isRunning()
isRunning in interface org.springframework.context.Lifecyclepublic int getPhase()
getPhase in interface org.springframework.context.Phasedpublic boolean isAutoStartup()
isAutoStartup in interface org.springframework.context.SmartLifecyclepublic void stop(Runnable callback)
stop in interface org.springframework.context.SmartLifecycleCopyright © 2015 Molindo GmbH. All Rights Reserved.