Method | Description | |
---|---|---|
CommitValue ( |
||
GetValue ( |
||
GetValue ( long attime ) : object | ||
RollbackValue ( |
||
SetValue ( |
||
SetValue ( long time, object value ) : void | ||
TransactionalValue ( |
Method | Description | |
---|---|---|
ReleaseValues ( long activetime ) : void |
public CommitValue ( |
||
transaction | ||
return | void |
public GetValue ( |
||
transaction | ||
return | object |
public RollbackValue ( |
||
transaction | ||
return | void |
public SetValue ( |
||
transaction | ||
value | object | |
return | void |
public SetValue ( long time, object value ) : void | ||
time | long | |
value | object | |
return | void |
public TransactionalValue ( |
||
trobj | ||
position | int | |
return | System |