Package | Description |
---|---|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
Modifier and Type | Method and Description |
---|---|
XPathNodeIterateResultFlag |
MaapiXPathEvalResult.result(ConfObject[] kp,
ConfValue value,
Object state)
For each node in the resulting node set evaluated by the xpath
this method will be called.
|
XPathNodeIterateResultFlag |
MaapiXPathEvalTrace.trace(String str)
The interface declare a method that takes a single string as argument.
|
static XPathNodeIterateResultFlag |
XPathNodeIterateResultFlag.valueOf(int i) |
static XPathNodeIterateResultFlag |
XPathNodeIterateResultFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPathNodeIterateResultFlag[] |
XPathNodeIterateResultFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|