|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadAttachment | |
|---|---|
| com.sun.grizzly.util | |
| Uses of ThreadAttachment in com.sun.grizzly.util |
|---|
| Fields in com.sun.grizzly.util declared as ThreadAttachment | |
|---|---|
protected ThreadAttachment |
WorkerThreadImpl.threadAttachment
The state/attributes on this WorkerThread. |
| Methods in com.sun.grizzly.util that return ThreadAttachment | |
|---|---|
ThreadAttachment |
WorkerThreadImpl.detach()
|
abstract ThreadAttachment |
WorkerThread.detach()
Detach the current set of attributes (state) associated with this instance. |
ThreadAttachment |
WorkerThreadImpl.getAttachment()
|
abstract ThreadAttachment |
WorkerThread.getAttachment()
Get the current set of attributes (state) associated with this instance. |
ThreadAttachment |
WorkerThreadImpl.updateAttachment(int mode)
|
abstract ThreadAttachment |
WorkerThread.updateAttachment(int mode)
Updates Thread associated attachment according to the passed mode. |
| Methods in com.sun.grizzly.util with parameters of type ThreadAttachment | |
|---|---|
void |
WorkerThreadImpl.attach(ThreadAttachment threadAttachment)
|
abstract void |
WorkerThread.attach(ThreadAttachment threadAttachment)
Attach the ThreadAttachment to this instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||