Uses of Class
com.sun.grizzly.util.ThreadAttachment

Packages that use ThreadAttachment
com.sun.grizzly.suspendable   
com.sun.grizzly.util   
 

Uses of ThreadAttachment in com.sun.grizzly.suspendable
 

Methods in com.sun.grizzly.suspendable that return ThreadAttachment
protected  ThreadAttachment SuspendableFilter.KeyHandler.getThreadAttachment()
           
 

Methods in com.sun.grizzly.suspendable with parameters of type ThreadAttachment
protected  void SuspendableFilter.KeyHandler.setThreadAttachment(ThreadAttachment threadAttachment)
           
 

Uses of ThreadAttachment in com.sun.grizzly.util
 

Methods in com.sun.grizzly.util that return ThreadAttachment
abstract  ThreadAttachment WorkerThread.detach()
          Detach the current set of attributes (state) associated with this instance.
 ThreadAttachment WorkerThreadImpl.detach()
           
abstract  ThreadAttachment WorkerThread.getAttachment()
          Get the current set of attributes (state) associated with this instance.
 ThreadAttachment WorkerThreadImpl.getAttachment()
           
abstract  ThreadAttachment WorkerThread.updateAttachment(int mode)
          Updates Thread associated attachment according to the passed mode.
 ThreadAttachment WorkerThreadImpl.updateAttachment(int mode)
           
 

Methods in com.sun.grizzly.util with parameters of type ThreadAttachment
abstract  void WorkerThread.attach(ThreadAttachment threadAttachment)
          Attach the ThreadAttachment to this instance.
 void WorkerThreadImpl.attach(ThreadAttachment threadAttachment)
           
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.