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 intdoes not make sense for this operationstatic final intthe item was lockedstatic final java.lang.String[]static final intthe lock change did not changestatic final intunknown lock statestatic final intthe 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
static final java.lang.String[] stateNames
-