public enum NtStatus extends java.lang.Enum<NtStatus> implements EnumWithValue<NtStatus>
EnumWithValue.EnumUtils| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
boolean |
isError() |
boolean |
isSuccess() |
static NtStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NtStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NtStatus STATUS_SUCCESS
public static final NtStatus STATUS_TIMEOUT
public static final NtStatus STATUS_PENDING
public static final NtStatus STATUS_BUFFER_OVERFLOW
public static final NtStatus STATUS_END_OF_FILE
public static final NtStatus STATUS_FILE_IS_A_DIRECTORY
public static final NtStatus STATUS_NETWORK_NAME_DELETED
public static final NtStatus STATUS_INVALID_PARAMETER
public static final NtStatus STATUS_MORE_PROCESSING_REQUIRED
public static final NtStatus STATUS_ACCESS_DENIED
public static final NtStatus STATUS_OBJECT_NAME_INVALID
public static final NtStatus STATUS_OBJECT_NAME_NOT_FOUND
public static final NtStatus STATUS_OBJECT_NAME_COLLISION
public static final NtStatus STATUS_OBJECT_PATH_NOT_FOUND
public static final NtStatus STATUS_LOGON_FAILURE
public static final NtStatus STATUS_PASSWORD_EXPIRED
public static final NtStatus STATUS_INSUFFICIENT_RESOURCES
public static final NtStatus STATUS_NOT_SUPPORTED
public static final NtStatus STATUS_BAD_NETWORK_NAME
public static final NtStatus STATUS_REQUEST_NOT_ACCEPTED
public static final NtStatus STATUS_NET_WRITE_FAULT
public static final NtStatus STATUS_NOT_SAME_DEVICE
public static final NtStatus STATUS_FILE_RENAMED
public static final NtStatus STATUS_OPLOCK_NOT_GRANTED
public static final NtStatus STATUS_INTERNAL_ERROR
public static final NtStatus STATUS_UNEXPECTED_IO_ERROR
public static final NtStatus STATUS_DIRECTORY_NOT_EMPTY
public static final NtStatus STATUS_NOT_A_DIRECTORY
public static final NtStatus STATUS_NAME_TOO_LONG
public static final NtStatus STATUS_FILES_OPEN
public static final NtStatus STATUS_CONNECTION_IN_USE
public static final NtStatus STATUS_NOTIFY_CLEANUP
public static final NtStatus STATUS_NOTIFY_ENUM_DIR
public static final NtStatus STATUS_TOO_MANY_OPENED_FILES
public static final NtStatus STATUS_CANNOT_DELETE
public static final NtStatus STATUS_FILE_DELETED
public static final NtStatus STATUS_FILE_CLOSED
public static final NtStatus STATUS_OPEN_FAILED
public static final NtStatus STATUS_TOO_MANY_SIDS
public static final NtStatus STATUS_USER_SESSION_DELETED
public static final NtStatus STATUS_CONNECTION_DISCONNECTED
public static final NtStatus STATUS_CONNECTION_RESET
public static final NtStatus STATUS_NOT_FOUND
public static final NtStatus STATUS_RETRY
public static final NtStatus STATUS_DFS_UNAVAILABLE
public static final NtStatus STATUS_FILE_ENCRYPTED
public static final NtStatus STATUS_NETWORK_SESSION_EXPIRED
public static final NtStatus UNKNOWN
public static NtStatus[] values()
for (NtStatus c : NtStatus.values()) System.out.println(c);
public static NtStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic long getValue()
getValue in interface EnumWithValue<NtStatus>public boolean isSuccess()
public boolean isError()