Uses of Class
com.sun.grizzly.comet.CometTask

Packages that use CometTask
com.sun.grizzly.comet   
 

Uses of CometTask in com.sun.grizzly.comet
 

Fields in com.sun.grizzly.comet with type parameters of type CometTask
protected  ConcurrentLinkedQueue<CometTask> CometEngine.cometTasks
          Cache of CometTask instance
 

Methods in com.sun.grizzly.comet that return CometTask
protected  CometTask CometEngine.getCometTask(CometContext cometContext, SelectionKey key, Pipeline ctxPipeline)
          Return a clean and configured CometTask
 

Methods in com.sun.grizzly.comet with parameters of type CometTask
protected  void CometContext.addActiveCometTask(CometTask cometTask)
          Add a CometTask to the active list.
protected  void CometContext.interrupt(CometTask task)
          Interrupt a CometHandler by invoking CometHandler.onInterrupt(com.sun.grizzly.comet.CometEvent)
 void CometSelector.registerKey(SelectionKey key, CometTask cometTask)
          Register the SelectionKey/code> to the Selector.
protected  void CometEngine.returnTask(CometTask cometTask)
          Return a Task to the pool.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.