public final class LockType
extends java.lang.Enum
Title: Fabric Repository Framework
Description: The type of lock that may beused by the repository.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static LockType |
EXCLUSIVE |
static LockType |
NONE |
static LockType |
READ_ONLY |
static LockType |
READ_WRITE |
Modifier and Type | Method and Description |
---|---|
static LockType |
valueOf(java.lang.String name) |
static LockType[] |
values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.