org.tigris.subversion.javahl

Interface LockStatus

public interface LockStatus

Since: 1.2 what happened to a lock during an operation

Field Summary
static intinapplicable
does not make sense for this operation
static intlocked
the item was locked
static String[]stateNames
static intunchanged
the lock change did not change
static intunknown
unknown lock state
static intunlocked
the item was unlocked

Field Detail

inapplicable

public static final int inapplicable
does not make sense for this operation

locked

public static final int locked
the item was locked

stateNames

public static final String[] stateNames

unchanged

public static final int unchanged
the lock change did not change

unknown

public static final int unknown
unknown lock state

unlocked

public static final int unlocked
the item was unlocked