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

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

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

Subclasses of CometContext in com.sun.enterprise.web.connector.grizzly.comet
 class CometContext<E>
          Deprecated. use CometContext
 

Uses of CometContext in com.sun.grizzly.comet
 

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

Fields in com.sun.grizzly.comet with type parameters of type CometContext
protected  ConcurrentHashMap<String,CometContext> CometEngine.activeContexts
          The current active CometContext keyed by context path.
protected  Queue<CometContext> CometEngine.cometContextCache
          cached CometContexts
 

Methods in com.sun.grizzly.comet that return CometContext
 CometContext CometTask.getCometContext()
          Return the CometContext associated with this instance.
 CometContext CometEvent.getCometContext()
          Return the CometContext that fired this event.
 CometContext CometEngine.getCometContext(String topic)
          Return the CometContext associated with the topic.
 CometContext CometEngine.register(String topic)
          Register a context path with this CometEngine.
 CometContext CometEngine.register(String topic, int type)
          Register a context path with this CometEngine.
 CometContext CometEngine.register(String topic, int type, Class<? extends NotificationHandler> notificationClass)
          Instantiate a new CometContext.
 CometContext CometEngine.unregister(String topic)
          Unregister the CometHandler to the list of the CometContext.
 

Methods in com.sun.grizzly.comet with parameters of type CometContext
protected  void CometEvent.setCometContext(CometContext cometContext)
          Set the CometContext that fired this event.
 

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.