|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CometContext | |
|---|---|
| com.sun.enterprise.web.connector.grizzly.comet | |
| com.sun.grizzly.cometd | |
| Uses of CometContext in com.sun.enterprise.web.connector.grizzly.comet |
|---|
| Fields in com.sun.enterprise.web.connector.grizzly.comet with type parameters of type CometContext | |
|---|---|
protected ConcurrentHashMap<String,CometContext> |
CometEngine.activeContexts
The current active CometContext keyed by context path. |
protected Queue<CometContext> |
CometEngine.cometContexts
Cache of CometContext instance. |
protected ConcurrentHashMap<Long,CometContext> |
CometEngine.updatedCometContexts
Store modified CometContext. |
| Methods in com.sun.enterprise.web.connector.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 CometContext> contextclass)
Instanciate a new CometContext. |
CometContext |
CometEngine.unregister(String topic)
Unregister the CometHandler to the list of the
CometContext. |
| Methods in com.sun.enterprise.web.connector.grizzly.comet with parameters of type CometContext | |
|---|---|
protected SelectionKey |
CometEngine.activateContinuation(Long threadId,
CometContext cometContext,
boolean continueExecution)
Tell the CometEngine to activate Grizzly ARP on that CometContext. |
protected void |
CometEvent.setCometContext(CometContext cometContext)
Set the CometContext that fired this event. |
void |
CometTask.setCometContext(CometContext cometContext)
Set the CometContext used to notify CometHandler. |
| Method parameters in com.sun.enterprise.web.connector.grizzly.comet with type arguments of type CometContext | |
|---|---|
CometContext |
CometEngine.register(String topic,
int type,
Class<? extends CometContext> contextclass)
Instanciate a new CometContext. |
| Uses of CometContext in com.sun.grizzly.cometd |
|---|
| Methods in com.sun.grizzly.cometd that return CometContext | |
|---|---|
CometContext |
EventRouterImpl.getCometContext()
|
| Methods in com.sun.grizzly.cometd with parameters of type CometContext | |
|---|---|
boolean |
BayeuxCometHandler.removeActiveHandler(String clientId,
CometContext ctx)
Remove an DataHandler from the list of active listener. |
void |
EventRouterImpl.setCometContext(CometContext cometContext)
|
| Constructors in com.sun.grizzly.cometd with parameters of type CometContext | |
|---|---|
EventRouterImpl(CometContext cometContext)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||