com.sun.enterprise.web.connector.grizzly
Interface WorkerThread

All Known Implementing Classes:
SSLWorkerThread, WorkerThreadImpl

public interface WorkerThread

Simple interface to allow the addition of Thread attributes.

Author:
Jean-Francois Arcand

Method Summary
 ByteBuffer getByteBuffer()
          Get the ByteBuffer
 void setByteBuffer(ByteBuffer byteBuffer)
          Set an instance of ByteBuffer
 

Method Detail

setByteBuffer

void setByteBuffer(ByteBuffer byteBuffer)
Set an instance of ByteBuffer


getByteBuffer

ByteBuffer getByteBuffer()
Get the ByteBuffer



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.