org.jacorb.concurrency
Class Request

java.lang.Object
  extended by org.jacorb.concurrency.Request

public class Request
extends Object


Field Summary
static int CHANGE
           
 org.jacorb.concurrency.TransactionCoordinator current
           
static int LOCK
           
 lock_mode reset_mode
           
 lock_mode set_mode
           
 int state
           
 int to_do
           
 
Constructor Summary
Request()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOCK

public static final int LOCK
See Also:
Constant Field Values

CHANGE

public static final int CHANGE
See Also:
Constant Field Values

state

public int state

current

public org.jacorb.concurrency.TransactionCoordinator current

to_do

public int to_do

set_mode

public lock_mode set_mode

reset_mode

public lock_mode reset_mode
Constructor Detail

Request

public Request()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 JacORB. All rights reserved.