public class TransactionMap extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionMap.State
The transaction and whether it is active.
|
| Constructor and Description |
|---|
TransactionMap() |
| Modifier and Type | Method and Description |
|---|---|
TransactionMap.State |
getState(String serverName)
Return the State for a given serverName.
|
TransactionMap.State |
getStateWithCreate(String serverName)
Return the State for a given serverName.
|
boolean |
isEmpty() |
TransactionMap.State |
removeState(String serverName)
Remove and return the State for a given serverName.
|
String |
toString() |
public boolean isEmpty()
public TransactionMap.State getState(String serverName)
public TransactionMap.State getStateWithCreate(String serverName)
public TransactionMap.State removeState(String serverName)
Copyright © 2014. All Rights Reserved.