public class AsyncWinsockCIFSWriteRequest extends java.lang.Object implements ThreadRequest
Holds the details of a Winsock NetBIOS JNI socket based CIFS session request for processing by a thread pool.
| Constructor and Description |
|---|
AsyncWinsockCIFSWriteRequest(SMBSrvSession sess,
int sockEvent,
AsyncWinsockCIFSRequestHandler reqHandler)
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 AsyncWinsockCIFSWriteRequest(SMBSrvSession sess, int sockEvent, AsyncWinsockCIFSRequestHandler reqHandler)
sess - SMBSrvSessionsockEvent - intreqHandler - AsyncWinsockCIFSRequestHandlerpublic void runRequest()
runRequest in interface ThreadRequestpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.