|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CometTask | |
---|---|
com.sun.enterprise.web.connector.grizzly.comet | |
com.sun.grizzly.comet |
Uses of CometTask in com.sun.enterprise.web.connector.grizzly.comet |
---|
Subclasses of CometTask in com.sun.enterprise.web.connector.grizzly.comet | |
---|---|
class |
CometTask
Deprecated. |
Methods in com.sun.enterprise.web.connector.grizzly.comet that return types with arguments of type CometTask | |
---|---|
protected ConcurrentHashMap<CometHandler,CometTask> |
CometContext.handlers()
Deprecated. Return the internal list of active CometHandler |
Methods in com.sun.enterprise.web.connector.grizzly.comet with parameters of type CometTask | |
---|---|
protected void |
CometEngine.flushPostExecute(CometTask task,
boolean finishExecution)
Deprecated. |
protected boolean |
CometEngine.interrupt(CometTask task,
boolean finishExecution)
Deprecated. |
protected void |
CometEngine.interrupt0(CometTask task,
boolean finishExecution)
Deprecated. interrupt logic in its own method, so it can be executed either async or sync. cometHandler.onInterrupt is performed async due to its functionality is unknown, hence not safe to run in the performance critical selector thread. |
Uses of CometTask in com.sun.grizzly.comet |
---|
Fields in com.sun.grizzly.comet with type parameters of type CometTask | |
---|---|
protected ConcurrentHashMap<CometHandler,CometTask> |
CometContext.handlers
The list of registered CometHandler |
protected static ThreadLocal<CometTask> |
CometEngine.updatedContexts
Store updatedCometContext. |
Methods in com.sun.grizzly.comet that return types with arguments of type CometTask | |
---|---|
protected ConcurrentHashMap<CometHandler,CometTask> |
CometContext.handlers()
Return the internal list of active CometHandler |
Methods in com.sun.grizzly.comet with parameters of type CometTask | |
---|---|
protected void |
CometContext.addActiveHandler(CometTask cometTask)
adds a CometTask to the active set |
protected void |
CometEngine.flushPostExecute(CometTask task,
boolean cancelKey)
Ensures ProcessorTask is recycled and that SelectionKey is canceled when needed. |
protected boolean |
CometEngine.interrupt(CometTask task,
boolean finishExecution)
Interrupt a CometHandler by invoking CometHandler.onInterrupt(com.sun.grizzly.comet.CometEvent) |
protected void |
CometEngine.interrupt0(CometTask task,
boolean finishExecution)
Interrupt logic in its own method, so it can be executed either async or sync. cometHandler.onInterrupt is performed async due to its functionality is unknown, hence not safe to run in the performance critical selector thread. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |