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

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

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

Methods in com.sun.enterprise.web.connector.grizzly.comet with parameters of type CometSelector
protected  void CometContext.setCometSelector(CometSelector cometSelector)
          Deprecated. Set the CometSelector associated with this instance.
 

Uses of CometSelector in com.sun.grizzly.comet
 

Fields in com.sun.grizzly.comet declared as CometSelector
protected  CometSelector CometEngine.cometSelector
          The CometSelector used to poll requests.
 

Methods in com.sun.grizzly.comet that return CometSelector
 CometSelector CometTask.getCometSelector()
          Return the CometSelector
 

Methods in com.sun.grizzly.comet with parameters of type CometSelector
 void CometTask.setCometSelector(CometSelector cometSelector)
          Set the CometSelector
protected  void CometContext.setCometSelector(CometSelector cometSelector)
          Set the CometSelector associated with this instance.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.