Package | Description |
---|---|
org.alfresco.jlan.client |
Modifier and Type | Method and Description |
---|---|
CIFSFile |
CIFSDiskSession.NTCreate(String name,
int access,
int attrib,
int sharing,
int exists,
long initSize,
int createOpt)
Perform an NTCreateAndX SMB to create/open a file or directory
|
protected CIFSFile |
CIFSDiskSession.NTCreateInternal(String name,
int createFlags,
int access,
int attrib,
int sharing,
int exists,
long initSize,
int createOpt,
boolean throwErr)
Perform an NTCreateAndX SMB to create/open a file or directory
|
CIFSFile |
CIFSDiskSession.NTCreateWithOplock(String name,
int oplockFlags,
OplockInterface oplockIface,
int access,
int attrib,
int sharing,
int exists,
long initSize,
int createOpt)
Perform an NTCreateAndX SMB to create/open a file with an oplock
|
Modifier and Type | Method and Description |
---|---|
protected void |
CIFSDiskSession.fileClosed(CIFSFile cifsFile)
File closed, remove from the oplocked file list
|
int |
OplockAdapter.oplockBreak(CIFSFile file)
Oplock break requested on a file
|
int |
OplockInterface.oplockBreak(CIFSFile file)
Oplock break requested on a file
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.