Uses of Interface
com.sun.enterprise.web.connector.grizzly.comet.CometHandler

Packages that use CometHandler
com.sun.enterprise.web.connector.grizzly.comet   
 

Uses of CometHandler in com.sun.enterprise.web.connector.grizzly.comet
 

Fields in com.sun.enterprise.web.connector.grizzly.comet declared as CometHandler
protected  CometHandler CometTask.cometHandler
          Deprecated. The CometHandler associated with this task.
 

Methods in com.sun.enterprise.web.connector.grizzly.comet that return CometHandler
 CometHandler CometTask.getCometHandler()
          Deprecated. returns the CometHandler
 CometHandler CometContext.getCometHandler(int hashCode)
          Deprecated. Retrieve a CometHandler using its based on its CometHandler#hashCode;
 

Methods in com.sun.enterprise.web.connector.grizzly.comet with parameters of type CometHandler
 int CometContext.addCometHandler(CometHandler handler)
          Deprecated. 
 int CometContext.addCometHandler(CometHandler handler, boolean completeExecution)
          Deprecated. 
 boolean CometContext.isActive(CometHandler cometHandler)
          Deprecated. 
 void CometContext.removeCometHandler(CometHandler handler)
          Deprecated. 
 boolean CometContext.resumeCometHandler(CometHandler handler)
          Deprecated. Resume the Comet request and remove it from the active CometHandler list.
 

Constructors in com.sun.enterprise.web.connector.grizzly.comet with parameters of type CometHandler
CometTask(CometContext cometContext, CometHandler cometHandler)
          Deprecated. New CometTask.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.