org.tigris.subversion.javahl

Interface LockStatus

public interface LockStatus

Since:
1.2 what happened to a lock during an operation

Field Summary

static int
inapplicable
does not make sense for this operation
static int
locked
the item was locked
static String[]
stateNames
static int
unchanged
the lock change did not change
static int
unknown
unknown lock state
static int
unlocked
the item was unlocked

Field Details

inapplicable

public static final int inapplicable
does not make sense for this operation
Field Value:
0

locked

public static final int locked
the item was locked
Field Value:
3

stateNames

public static final String[] stateNames

unchanged

public static final int unchanged
the lock change did not change
Field Value:
2

unknown

public static final int unknown
unknown lock state
Field Value:
1

unlocked

public static final int unlocked
the item was unlocked
Field Value:
4