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 |
---|---|
ConfAttributeType |
ConfAttributeValue.getAttributeType()
Get the Attribute type for this attribute value
|
static ConfAttributeType |
ConfAttributeType.getType(long l)
Get a ConfAttributeType for given long value or
null if the long value does not represent a enum.
|
static ConfAttributeType |
ConfAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfAttributeType[] |
ConfAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfAttributeValue.setAttributeType(ConfAttributeType attributeType)
Set the attribute type for this attribute value
|
Constructor and Description |
---|
ConfAttributeValue(ConfAttributeType typ,
ConfValue val)
Constructor of ConfAttributeValue
Consists of a value and a type.
|
Modifier and Type | Method and Description |
---|---|
ConfAttributeValue[] |
Maapi.getAttrs(int tid,
ConfAttributeType[] attribs,
String fmt,
Object... args)
Retrieve attributes for a configuration node.
|