Package | Description |
---|---|
org.alfresco.jlan.oncrpc.nfs |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
NFSServer.getHandleForFile(NFSSrvSession sess,
byte[] handle,
TreeConnection tree,
String fname)
Get the handle for the specified directory handle and file name
|
protected NetworkFile |
NFSServer.getNetworkFileForHandle(NFSSrvSession sess,
byte[] handle,
TreeConnection conn,
boolean readOnly)
Find, or open, the required network file using the file handle
|
protected NetworkFile |
NFSServer.getOpenNetworkFileForHandle(NFSSrvSession sess,
byte[] handle,
TreeConnection conn)
Find the required network file using the file handle, or return null if the file has not been opened
|
protected String |
NFSServer.getPathForHandle(NFSSrvSession sess,
byte[] handle,
TreeConnection tree)
Get the path for the specified handle
|
protected void |
NFSServer.packPostOpAttr(NFSSrvSession sess,
TreeConnection conn,
byte[] fhandle,
RpcPacket rpc)
Pack the post operation weak cache consistency data for the specified
file/directory
|
protected void |
NFSServer.packPreOpAttr(NFSSrvSession sess,
TreeConnection conn,
byte[] fhandle,
RpcPacket rpc)
Pack the pre operation weak cache consistency data for the specified
file/directory
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.