public class NIOCIFSThreadRequest extends java.lang.Object implements ThreadRequest
Holds the details of an NIO channel based CIFS session request for processing by a thread pool.
| Constructor and Description |
|---|
NIOCIFSThreadRequest(SMBSrvSession sess,
java.nio.channels.SelectionKey selKey)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
runRequest()
Run the CIFS request
|
java.lang.String |
toString()
Return the CIFS request details as a string
|
public NIOCIFSThreadRequest(SMBSrvSession sess, java.nio.channels.SelectionKey selKey)
sess - SMBSrvSessionselKey - SelectionKeyhandler - CIFSRequestHandlerpublic void runRequest()
runRequest in interface ThreadRequestpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.