Package | Description |
---|---|
com.tailf.conf |
Data types and utilities for communication with the server.
|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
Modifier and Type | Method and Description |
---|---|
static ConfIterateFlags |
ConfIterateFlags.valueOf(int i) |
static ConfIterateFlags |
ConfIterateFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfIterateFlags[] |
ConfIterateFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Maapi.iterate(int tid,
Object initstate,
EnumSet<ConfIterateFlags> flags,
MaapiIterate iter,
ConfPath path)
Iterates through all the data in a transaction.
|