Uses of Class
com.sun.enterprise.web.connector.grizzly.comet.CometContext

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

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

Fields in com.sun.enterprise.web.connector.grizzly.comet declared as CometContext
protected  CometContext CometTask.cometContext
          Deprecated. The CometContext associated with this instance.
 

Methods in com.sun.enterprise.web.connector.grizzly.comet that return CometContext
 CometContext CometTask.getCometContext()
          Deprecated. Return the CometContext associated with this instance.
 CometContext CometEngine.getCometContext(String contextPath)
          Deprecated. Return the CometContext associated with the topic.
 CometContext CometEngine.register(String contextPath)
          Deprecated. Register a context path with this CometEngine.
 CometContext CometEngine.register(String topic, int type)
          Deprecated. Register a context path with this CometEngine.
 

Methods in com.sun.enterprise.web.connector.grizzly.comet with parameters of type CometContext
protected  void CometEvent.setCometContext(CometContext cometContext)
          Deprecated. 
 

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.