Package org.tigris.subversion.javahl
Interface LockStatus
-
public interface LockStatus
- Since:
- 1.2 what happened to a lock during an operation
-
-
Field Summary
Fields Modifier and Type Field Description static int
inapplicable
does not make sense for this operationstatic int
locked
the item was lockedstatic java.lang.String[]
stateNames
static int
unchanged
the lock change did not changestatic int
unknown
unknown lock statestatic int
unlocked
the item was unlocked
-
-
-
Field Detail
-
inapplicable
static final int inapplicable
does not make sense for this operation- See Also:
- Constant Field Values
-
unknown
static final int unknown
unknown lock state- See Also:
- Constant Field Values
-
unchanged
static final int unchanged
the lock change did not change- See Also:
- Constant Field Values
-
locked
static final int locked
the item was locked- See Also:
- Constant Field Values
-
unlocked
static final int unlocked
the item was unlocked- See Also:
- Constant Field Values
-
stateNames
static final java.lang.String[] stateNames
-
-