public class SharingMode
extends java.lang.Object
Defines sharing mode constants used when opening a file via the CIFSDiskSession.NTCreate() method.
Modifier and Type | Field and Description |
---|---|
static int |
DELETE |
static int |
NOSHARING |
static int |
READ |
static int |
READWRITE |
static int |
READWRITEDELETE |
static int |
WRITE |
Constructor and Description |
---|
SharingMode() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getSharingModeAsString(int mode)
Return a sharing mode as a string
|
public static final int NOSHARING
public static final int READ
public static final int WRITE
public static final int DELETE
public static final int READWRITE
public static final int READWRITEDELETE
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.