Package | Description |
---|---|
org.omg.CosTransactions |
Modifier and Type | Field and Description |
---|---|
Vote |
VoteHolder.value |
static Vote |
Vote.VoteCommit |
static Vote |
Vote.VoteReadOnly |
static Vote |
Vote.VoteRollback |
Modifier and Type | Method and Description |
---|---|
static Vote |
VoteHelper.extract(Any any) |
static Vote |
Vote.from_int(int value) |
Vote |
ResourceOperations.prepare() |
Vote |
_ResourceStub.prepare() |
Vote |
_SubtransactionAwareResourceStub.prepare() |
Vote |
ResourcePOATie.prepare() |
Vote |
SubtransactionAwareResourcePOATie.prepare() |
static Vote |
VoteHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
VoteHelper.insert(Any any,
Vote s) |
static void |
VoteHelper.write(OutputStream out,
Vote s) |
Constructor and Description |
---|
VoteHolder(Vote initial) |