Package org.tigris.subversion.javahl
Interface LockStatus
public interface LockStatus
- Since:
- 1.2 what happened to a lock during an operation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
does not make sense for this operationstatic final int
the item was lockedstatic final String[]
static final int
the lock change did not changestatic final int
unknown lock statestatic final int
the item was unlocked
-
Field Details
-
inapplicable
static final int inapplicabledoes not make sense for this operation- See Also:
-
unknown
static final int unknownunknown lock state- See Also:
-
unchanged
static final int unchangedthe lock change did not change- See Also:
-
locked
static final int lockedthe item was locked- See Also:
-
unlocked
static final int unlockedthe item was unlocked- See Also:
-
stateNames
-