org.objectweb.transaction.api.lock
Interface LockQueueState

All Superinterfaces:
State

public interface LockQueueState
extends State

State describing a queue of acquired locks.

Version:
0.1
Author:
Romain Rouvoy
ADL:
name="LOCK_QUEUE_STATE" value="lock-queue-state"

Field Summary
static java.lang.String LOCK_QUEUE_STATE
          ADL Identifier.
 
Fields inherited from interface org.objectweb.transaction.api.State
STATE
 
Method Summary
 void addToQueue()
           
 

Field Detail

LOCK_QUEUE_STATE

public static final java.lang.String LOCK_QUEUE_STATE
ADL Identifier.

See Also:
Constant Field Values
Method Detail

addToQueue

public void addToQueue()