org.atmosphere.util.gae
Class GAEBroadcasterConfig
java.lang.Object
org.atmosphere.cpr.BroadcasterConfig
org.atmosphere.util.gae.GAEBroadcasterConfig
public class GAEBroadcasterConfig
- extends BroadcasterConfig
Special BroadcasterConfig that doesn't support ExecutorService
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GAEBroadcasterConfig
public GAEBroadcasterConfig()
configExecutors
protected void configExecutors()
- Overrides:
configExecutors in class BroadcasterConfig
destroy
public void destroy()
- Overrides:
destroy in class BroadcasterConfig
setExecutorService
public GAEBroadcasterConfig setExecutorService(ExecutorService executorService)
- Throw
UnsupportedOperationException since GAE doesn't support
ExecutorService
- Overrides:
setExecutorService in class BroadcasterConfig
- Parameters:
executorService - to be used when broadcasting.
getExecutorService
public ExecutorService getExecutorService()
- Throw
UnsupportedOperationException since GAE doesn't support
ExecutorService
- Overrides:
getExecutorService in class BroadcasterConfig
- Returns:
- An ExecutorService.
getDefaultExecutorService
public ExecutorService getDefaultExecutorService()
- Throw
UnsupportedOperationException since GAE doesn't support
ExecutorService
- Overrides:
getDefaultExecutorService in class BroadcasterConfig
- Returns:
- the defaultExecutorService
setScheduledExecutorService
public GAEBroadcasterConfig setScheduledExecutorService(ScheduledExecutorService executorService)
- Throw
UnsupportedOperationException since GAE doesn't support
ExecutorService
- Overrides:
setScheduledExecutorService in class BroadcasterConfig
- Parameters:
executorService - to be used when broadcasting.
- Returns:
- this.
getScheduledExecutorService
public ScheduledExecutorService getScheduledExecutorService()
- Throw
UnsupportedOperationException since GAE doesn't support
ExecutorService
- Overrides:
getScheduledExecutorService in class BroadcasterConfig
- Returns:
- An ExecutorService.
Copyright © 2011. All Rights Reserved.