com.centrasite.jaxr
Interface LockQualifier


public interface LockQualifier

LockQualifier provides constants to be used in the Connection.lock() method.

See Also:
CentraSiteConnection.lock(java.util.Collection, java.util.Collection)

Field Summary
static java.lang.String LOCK_NOWAIT
          If a lock cannot be granted immediately throw a LockNotAvailableException.
 

Field Detail

LOCK_NOWAIT

static final java.lang.String LOCK_NOWAIT
If a lock cannot be granted immediately throw a LockNotAvailableException.

See Also:
Constant Field Values