|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CometContext | |
|---|---|
| com.sun.grizzly.comet | |
| Uses of CometContext in com.sun.grizzly.comet |
|---|
| Fields in com.sun.grizzly.comet declared as CometContext | |
|---|---|
protected CometContext |
CometTask.cometContext
The CometContext associated with this instance. |
| Fields in com.sun.grizzly.comet with type parameters of type CometContext | |
|---|---|
protected ConcurrentHashMap<String,CometContext> |
CometEngine.activeContexts
The current active CometContext keyed by context path. |
protected LinkedTransferQueue<CometContext> |
CometEngine.cometContextCache
cached CometContexts |
| Methods in com.sun.grizzly.comet that return CometContext | |
|---|---|
CometContext |
CometEvent.getCometContext()
Return the CometContext that fired this event. |
CometContext |
CometTask.getCometContext()
Return the CometContext associated with this instance. |
CometContext |
CometEngine.getCometContext(String topic)
Return the CometContext associated with the topic. |
CometContext |
CometEngine.register(String topic)
Register a context path with this CometEngine. |
CometContext |
CometEngine.register(String topic,
int type)
Register a context path with this CometEngine. |
CometContext |
CometEngine.register(String topic,
int type,
Class<? extends NotificationHandler> notificationClass)
Instanciate a new CometContext. |
CometContext |
CometEngine.unregister(String topic)
Unregister the CometHandler to the list of the
CometContext. |
| Methods in com.sun.grizzly.comet with parameters of type CometContext | |
|---|---|
protected void |
CometEvent.setCometContext(CometContext cometContext)
Set the CometContext that fired this event. |
| Constructors in com.sun.grizzly.comet with parameters of type CometContext | |
|---|---|
CometEvent(int type,
CometContext context)
|
|
CometEvent(int type,
CometContext cometContext,
E attachment)
|
|
CometTask(CometContext cometContext,
CometHandler cometHandler)
New CometTask. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||