|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.atmosphere.cpr.BroadcasterConfig
org.atmosphere.util.gae.GAEBroadcasterConfig
public class GAEBroadcasterConfig
Special BroadcasterConfig that doesn't support ExecutorService
| Field Summary |
|---|
| Fields inherited from class org.atmosphere.cpr.BroadcasterConfig |
|---|
filters |
| Constructor Summary | |
|---|---|
GAEBroadcasterConfig()
|
|
| Method Summary | |
|---|---|
protected void |
configExecutors()
|
void |
destroy()
|
ExecutorService |
getDefaultExecutorService()
Throw UnsupportedOperationException since GAE doesn't support
ExecutorService |
ExecutorService |
getExecutorService()
Throw UnsupportedOperationException since GAE doesn't support
ExecutorService |
ScheduledExecutorService |
getScheduledExecutorService()
Throw UnsupportedOperationException since GAE doesn't support
ExecutorService |
void |
setExecutorService(ExecutorService executorService)
Throw UnsupportedOperationException since GAE doesn't support
ExecutorService |
void |
setScheduledExecutorService(ScheduledExecutorService executorService)
Throw UnsupportedOperationException since GAE doesn't support
ExecutorService |
| Methods inherited from class org.atmosphere.cpr.BroadcasterConfig |
|---|
addFilter, filter, removeFilter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GAEBroadcasterConfig()
| Method Detail |
|---|
protected void configExecutors()
configExecutors in class BroadcasterConfigpublic void destroy()
destroy in class BroadcasterConfigpublic void setExecutorService(ExecutorService executorService)
UnsupportedOperationException since GAE doesn't support
ExecutorService
setExecutorService in class BroadcasterConfigexecutorService - to be used when broadcasting.public ExecutorService getExecutorService()
UnsupportedOperationException since GAE doesn't support
ExecutorService
getExecutorService in class BroadcasterConfigpublic ExecutorService getDefaultExecutorService()
UnsupportedOperationException since GAE doesn't support
ExecutorService
getDefaultExecutorService in class BroadcasterConfigpublic void setScheduledExecutorService(ScheduledExecutorService executorService)
UnsupportedOperationException since GAE doesn't support
ExecutorService
setScheduledExecutorService in class BroadcasterConfigexecutorService - to be used when broadcasting.public ScheduledExecutorService getScheduledExecutorService()
UnsupportedOperationException since GAE doesn't support
ExecutorService
getScheduledExecutorService in class BroadcasterConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||