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

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

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 with type parameters of type CometContext
protected  ConcurrentHashMap<String,CometContext> CometEngine.activeContexts
          The current active CometContext keyed by context path.
protected  ConcurrentLinkedQueue<CometContext> CometEngine.cometContexts
          Cache of CometContext instance.
protected  ConcurrentHashMap<Long,CometContext> CometEngine.updatedCometContexts
          Store modified CometContext.
 

Methods in com.sun.grizzly.comet that return CometContext
 CometContext CometEvent.getCometContext()
          Return the CometContext that fired this event.
 CometContext CometTask.getCometContext()
          Return the CometContext associated with this instance.
 CometContext CometEngine.getCometContext(String contextPath)
          Return the CometContext associated with the cometContext path.
 CometContext CometEngine.register(String contextPath)
          Register a context path with this CometEngine.
 CometContext CometEngine.register(String contextPath, int type)
          Register a context path with this CometEngine.
 CometContext CometEngine.unregister(String contextPath)
          Unregister the CometHandler to the list of the CometContext.
 

Methods in com.sun.grizzly.comet with parameters of type CometContext
protected  SelectionKey CometEngine.activateContinuation(Long threadId, CometContext cometContext, boolean continueExecution)
          Tell the CometEngine to activate Grizzly ARP on that CometContext.
protected  CometTask CometEngine.getCometTask(CometContext cometContext, SelectionKey key, Pipeline ctxPipeline)
          Return a clean and configured CometTask
protected  void CometEvent.setCometContext(CometContext cometContext)
          Set the CometContext that fired this event.
 void CometTask.setCometContext(CometContext cometContext)
          Set the CometContext used to notify CometHandler.
 

Uses of CometContext in com.sun.grizzly.cometd
 

Methods in com.sun.grizzly.cometd that return CometContext
 CometContext EventRouterImpl.getCometContext()
           
 

Methods in com.sun.grizzly.cometd with parameters of type CometContext
 void EventRouterImpl.setCometContext(CometContext cometContext)
           
 

Constructors in com.sun.grizzly.cometd with parameters of type CometContext
EventRouterImpl(CometContext cometContext)
           
 

Uses of CometContext in com.sun.grizzly.container
 

Methods in com.sun.grizzly.container with parameters of type CometContext
 void AsyncConnectionImpl.setCometContext(CometContext cometContext)
           
 

Uses of CometContext in com.sun.grizzly.messagesbus
 

Methods in com.sun.grizzly.messagesbus that return CometContext
protected  CometContext MessagesBus.createCometContext(String topic)
          Create a Grizzly Comet CometContext
 

Constructors in com.sun.grizzly.messagesbus with parameters of type CometContext
MessagesBusCometHandler(CometContext cometContext)
          Create a new CometHandler associated with CometContext
MessagesBusCometHandler(CometContext cometContext, MessagesBus.CometType cometType)
          Create a new CometHandler associated with CometContext, supported the MessagesBus#CometType.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.