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

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. 
 CometContext CometEngine.register(String contextPath)
          Deprecated. 
 CometContext CometEngine.register(String topic, int type)
          Deprecated. 
 

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 © 2011 Oracle Corpration. All Rights Reserved.