| Package | Description |
|---|---|
| org.cipango.server.transaction |
| Modifier and Type | Method and Description |
|---|---|
static TransactionImpl.Timer |
TransactionImpl.Timer.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionImpl.Timer[] |
TransactionImpl.Timer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransactionImpl.cancelTimer(TransactionImpl.Timer timer) |
protected boolean |
TransactionImpl.isCanceled(TransactionImpl.Timer timer) |
protected void |
TransactionImpl.startTimer(TransactionImpl.Timer timer,
long delay) |
protected abstract void |
TransactionImpl.timeout(TransactionImpl.Timer timer) |
protected void |
ServerTransaction.timeout(TransactionImpl.Timer timer) |
protected void |
ClientTransactionImpl.timeout(TransactionImpl.Timer timer) |
Copyright © 2015. All Rights Reserved.