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 intinapplicabledoes not make sense for this operationstatic intlockedthe item was lockedstatic String[]stateNamesstatic intunchangedthe lock change did not changestatic intunknownunknown lock statestatic intunlockedthe item was unlocked
-
Field Details
-
inapplicable
static final int inapplicabledoes not make sense for this operation- See Also:
- Constant Field Values
-
unknown
static final int unknownunknown lock state- See Also:
- Constant Field Values
-
unchanged
static final int unchangedthe lock change did not change- See Also:
- Constant Field Values
-
locked
static final int lockedthe item was locked- See Also:
- Constant Field Values
-
unlocked
static final int unlockedthe item was unlocked- See Also:
- Constant Field Values
-
stateNames
-