A B C D E F G H I K L M N O P S T U W

A

ANY - Static variable in class com.candle.roma.kxm.KxmMsgCreateOptions
Message creation option.
See KxmMsgCreateOptions.setOptions(int options)
ANY - Static variable in class com.candle.roma.kxm.KxmMessage
Type of message:
See KxmMessage.KxmMessage(String)
See KxmMessage.KxmMessage(String,int)
See KxmMessage.KxmMessage(String,byte[])
See KxmMessage.KxmMessage(String,byte[],int)
See KxmMessage.KxmMessage(byte[],int)
See KxmMessage.KxmMessage(byte[])
applyFormat(int) - Method in class com.candle.roma.kxm.KxmField
Apply the specified format to the field.
applyFormat(KxmFieldFormat) - Method in class com.candle.roma.kxm.KxmField
Apply the specified format to the field.
at(int) - Method in class com.candle.roma.kxm.KxmField
Returns an array element at the specified index.

B

BINARY_BASE64 - Static variable in class com.candle.roma.kxm.KxmFieldFormat
Indicates that Base64 format should be applied to the field.
BINARY_HEX - Static variable in class com.candle.roma.kxm.KxmFieldFormat
Indicates that HEX format should be applied to the field.
BY_MAP - Static variable in class com.candle.roma.kxm.KxmMsgConvertOptions
Message conversion option.
See KxmMsgConvertOptions.setOptions(int options)
BY_MAP - Static variable in class com.candle.roma.kxm.KxmMessage
Determines how the function converts the message
See KxmMessage.convert(String,int)
See KxmMessage.convert(String)
BYTEORDER_BE - Static variable in class com.candle.roma.kxm.KxmEncoding
Big-endian, hex value 0x1234 is stored as 0x12 0x34 in memory.
BYTEORDER_DEFAULT - Static variable in class com.candle.roma.kxm.KxmEncoding
Byte-order specified by the MDR definition.
BYTEORDER_LE - Static variable in class com.candle.roma.kxm.KxmEncoding
Little-endian, hex value 0x1234 is stored as 0x34 0x12 in memory.
BYTEORDER_NATIVE - Static variable in class com.candle.roma.kxm.KxmEncoding
Byte-order of the platform.

C

clone() - Method in class com.candle.roma.kxm.KxmEncoding
Returns a clone of the object.
clone() - Method in class com.candle.roma.kxm.KxmMsgConvertOptions
Returns a clone of the object.
clone() - Method in class com.candle.roma.kxm.KxmMsgCreateOptions
Returns a clone of the object.
clone() - Method in class com.candle.roma.kxm.KxmFieldFormat
Creates and returns a clone of this object.
clone() - Method in class com.candle.roma.kxm.KxmTimeZone
Returns a clone of the object.
clone() - Method in class com.candle.roma.kxm.KxmQName
Returns a clone of the object.
clone() - Method in class com.candle.roma.kxm.KxmRange
Creates and returns a copy of this KxmRange object
clone() - Method in class com.candle.roma.kxm.KxmDuration
Returns a clone of the object.
clone() - Method in class com.candle.roma.kxm.KxmMessage
Returns a copy of the KxmMessage object.
clone() - Method in class com.candle.roma.kxm.KxmMsgWriteOptions
Returns a clone of the object.
clone() - Method in class com.candle.roma.kxm.KxmDate
Returns the clone of the object.
com.candle.roma.kxm - package com.candle.roma.kxm
 
convert(String) - Method in class com.candle.roma.kxm.KxmMessage
Converts message data from one format to another one.
convert(String, int) - Method in class com.candle.roma.kxm.KxmMessage
Converts a message buffer from one message format to another one.
convert(String, KxmMsgConvertOptions) - Method in class com.candle.roma.kxm.KxmMessage
Converts message data from one message format to another one.

D

DATE - Static variable in class com.candle.roma.kxm.KxmDate
The status indicating that only date value set.
DATETIME - Static variable in class com.candle.roma.kxm.KxmDate
The status indicating that date and time value set.
declareNs(String, String, String) - Method in class com.candle.roma.kxm.KxmField
Declares an XML namespace on the specified field.
destroy() - Method in class com.candle.roma.kxm.KxmMessage
Forces destruction of the underlying JNI object.
DISABLE_NAMESPACES - Static variable in class com.candle.roma.kxm.KxmMsgConvertOptions
Message conversion option.
See KxmMsgConvertOptions.setOptions(int options)
DISABLE_NAMESPACES - Static variable in class com.candle.roma.kxm.KxmMsgCreateOptions
Message creation option.
See KxmMsgCreateOptions.setOptions(int options)
DTYPE_DATE - Static variable in class com.candle.roma.kxm.KxmField
Date field type.
DTYPE_DATETIME - Static variable in class com.candle.roma.kxm.KxmField
Date field type.
DTYPE_GDAY - Static variable in class com.candle.roma.kxm.KxmField
Date field type.
DTYPE_GMONTH - Static variable in class com.candle.roma.kxm.KxmField
Date field type.
DTYPE_GMONTHDAY - Static variable in class com.candle.roma.kxm.KxmField
Date field type.
DTYPE_GYEAR - Static variable in class com.candle.roma.kxm.KxmField
Date field type.
DTYPE_GYEARMONTH - Static variable in class com.candle.roma.kxm.KxmField
Date field type.
DTYPE_NONE - Static variable in class com.candle.roma.kxm.KxmField
Date field type.
DTYPE_TIME - Static variable in class com.candle.roma.kxm.KxmField
Date field type.

E

ET_API - Static variable in class com.candle.roma.kxm.KxmException
Type of Error
ET_CRITICAL - Static variable in class com.candle.roma.kxm.KxmException
Type of Error
ET_ERROR - Static variable in class com.candle.roma.kxm.KxmException
Type of Error
ET_TRANSIENT - Static variable in class com.candle.roma.kxm.KxmException
Type of Error
EXACT - Static variable in class com.candle.roma.kxm.KxmField
Field search option.

F

findField(String) - Method in class com.candle.roma.kxm.KxmField
Returns the sub-field with the given name.
findField(String, int) - Method in class com.candle.roma.kxm.KxmField
Returns the sub-field with the given name.
FLAG_ARRAY - Static variable in class com.candle.roma.kxm.KxmField
Field flag.
FLAG_DEFAULT_VALUE - Static variable in class com.candle.roma.kxm.KxmField
Field flag.
FLAG_GROUP - Static variable in class com.candle.roma.kxm.KxmField
Field flag.
FLAG_ROOT - Static variable in class com.candle.roma.kxm.KxmField
Field flag.
FLAG_UNION - Static variable in class com.candle.roma.kxm.KxmField
Field flag.
FLAG_XMLATTR - Static variable in class com.candle.roma.kxm.KxmField
Field flag.
FLAG_XMLDOC - Static variable in class com.candle.roma.kxm.KxmField
Field flag.
FLAG_XMLELEM - Static variable in class com.candle.roma.kxm.KxmField
Field flag.
FORMAT_NAME - Static variable in class com.candle.roma.kxm.KxmMsgCreateOptions
Message creation option.
See KxmMsgCreateOptions.setOptions(int options)
FORMAT_NAME - Static variable in class com.candle.roma.kxm.KxmMessage
Type of message:
See KxmMessage.KxmMessage(String)
See KxmMessage.KxmMessage(String,int)
See KxmMessage.KxmMessage(String,byte[])
See KxmMessage.KxmMessage(String,byte[],int)
See KxmMessage.KxmMessage(byte[],int)
See KxmMessage.KxmMessage(byte[])

G

GDAY - Static variable in class com.candle.roma.kxm.KxmDate
The status indicating that day set.
GET_SCHEMA_FIELDS - Static variable in class com.candle.roma.kxm.KxmField
Field feature option.
getAliveMessagesCount() - Static method in class com.candle.roma.kxm.KxmMessage
 
getArrayLen() - Method in class com.candle.roma.kxm.KxmField
Returns the current number of elements in the array (a repeated group or a repeated XML element).
getArrayLenRange() - Method in class com.candle.roma.kxm.KxmField
Returns minimum and maximum number of array elements.
getBool() - Method in class com.candle.roma.kxm.KxmField
Returns a boolean value of the field.
getByteArray() - Method in class com.candle.roma.kxm.KxmField
Returns a binary stream value of the field.
getByteOrder() - Method in class com.candle.roma.kxm.KxmEncoding
Returns the byte order.
getCharacterData() - Method in class com.candle.roma.kxm.KxmField
Returns character data of the XML field.
getCodePage() - Method in class com.candle.roma.kxm.KxmEncoding
Returns the code page name.
getDate() - Method in class com.candle.roma.kxm.KxmField
Returns a date value of the field.
getDateType() - Method in class com.candle.roma.kxm.KxmField
Returns a date field type.
getDay() - Method in class com.candle.roma.kxm.KxmDate
Returns day.
getDays() - Method in class com.candle.roma.kxm.KxmDuration
Returns days.
getDefault() - Method in class com.candle.roma.kxm.KxmField
Returns a field object representing the default value of this field.
getDouble() - Method in class com.candle.roma.kxm.KxmField
Returns a double value of the field.
getDuration() - Method in class com.candle.roma.kxm.KxmField
Returns a duration value of the field.
getEncoding() - Method in class com.candle.roma.kxm.KxmMsgCreateOptions
Returns the encoding that will be used for message data parsing.
getEncoding() - Method in class com.candle.roma.kxm.KxmMsgWriteOptions
Returns the encoding that will be used for message data extraction.
getErrorMessage() - Method in class com.candle.roma.kxm.KxmException
Returns the message describing the error.
getErrorType() - Method in class com.candle.roma.kxm.KxmException
Returns the error type.
getFailedLayer() - Method in class com.candle.roma.kxm.KxmException
Returns the identifier of the code layer that returned the error.
getField(int) - Method in class com.candle.roma.kxm.KxmField
Returns an array element at the index.
getField(int, int) - Method in class com.candle.roma.kxm.KxmField
Returns an array element at the index.
getField(String) - Method in class com.candle.roma.kxm.KxmField
Returns a sub-field with the given name.
getField(String, int) - Method in class com.candle.roma.kxm.KxmField
Returns a sub-field with the given name.
getFlags() - Method in class com.candle.roma.kxm.KxmField
Returns field flags.
getFormat() - Method in class com.candle.roma.kxm.KxmFieldFormat
Returns the field format.
getFormatName() - Method in class com.candle.roma.kxm.KxmMessage
Returns the Metadata Repository format definition name that this message is based on.
getHandle() - Method in class com.candle.roma.kxm.KxmField
 
getHandle() - Method in class com.candle.roma.kxm.KxmMsgConvertOptions
 
getHandle() - Method in class com.candle.roma.kxm.KxmMsgCreateOptions
 
getHandle() - Method in class com.candle.roma.kxm.KxmMsgWriteOptions
 
getHours() - Method in class com.candle.roma.kxm.KxmTimeZone
Returns hours of the GMT offset.
getHours() - Method in class com.candle.roma.kxm.KxmDuration
Returns hours.
getHours() - Method in class com.candle.roma.kxm.KxmDate
Returns hours.
getLastEncoding() - Method in class com.candle.roma.kxm.KxmMessage
Returns encoding that was in effect for the last call of the following methods:
KxmMessage.write()
KxmMessage.write(KxmEncoding)
KxmMessage.write(KxmMsgWriteOptions)
getLocalPart() - Method in class com.candle.roma.kxm.KxmField
Returns a local part of the XML field name.
getLocalPart() - Method in class com.candle.roma.kxm.KxmQName
Returns the local part of the qualified name.
getLocation() - Method in class com.candle.roma.kxm.KxmException
Returns the location of the error in the source code.
getLong() - Method in class com.candle.roma.kxm.KxmField
Returns a long value of the field.
getMax() - Method in class com.candle.roma.kxm.KxmRange
Returns the maximum value
getMessage() - Method in class com.candle.roma.kxm.KxmException
Return error message, including secondary error message
getMicroseconds() - Method in class com.candle.roma.kxm.KxmDuration
Returns microseconds.
getMicroseconds() - Method in class com.candle.roma.kxm.KxmDate
Returns microseconds.
getMilliseconds() - Method in class com.candle.roma.kxm.KxmDuration
Returns milliseconds.
getMilliseconds() - Method in class com.candle.roma.kxm.KxmDate
Returns milliseconds.
getMin() - Method in class com.candle.roma.kxm.KxmRange
Returns the minimum value.
getMinutes() - Method in class com.candle.roma.kxm.KxmTimeZone
Returns minutes of the GMT offset.
getMinutes() - Method in class com.candle.roma.kxm.KxmDuration
Returns minutes.
getMinutes() - Method in class com.candle.roma.kxm.KxmDate
Returns minutes.
getMonth() - Method in class com.candle.roma.kxm.KxmDate
Returns month.
getMonths() - Method in class com.candle.roma.kxm.KxmDuration
Returns months.
getMsecs() - Method in class com.candle.roma.kxm.KxmDate
Returns milliseconds.
getName() - Method in class com.candle.roma.kxm.KxmField
Returns a name of the field.
getName() - Method in class com.candle.roma.kxm.KxmQName
Returns the qualified name.
getNsPrefix() - Method in class com.candle.roma.kxm.KxmField
Returns an XML namespace prefix of the field.
getNsPrefix() - Method in class com.candle.roma.kxm.KxmQName
Returns the XML namespace prefix.
getNsUri() - Method in class com.candle.roma.kxm.KxmField
Returns an XML namespace URI of the field.
getNsUri() - Method in class com.candle.roma.kxm.KxmMsgConvertOptions
Returns the XML namespace URI that will be associated with the root element of the converted message.
getNsUri() - Method in class com.candle.roma.kxm.KxmMsgCreateOptions
Returns the XML namespace URI that will be associated with the root element of the created message.
getNsUri() - Method in class com.candle.roma.kxm.KxmQName
Returns the XML namespace URI.
getNumericType() - Method in class com.candle.roma.kxm.KxmField
Returns a numeric field type.
getNumOfFields() - Method in class com.candle.roma.kxm.KxmField
Returns the number of fields in a group or summary number of immediate XML sub-elements and attributes for the current field.
Note: several XML fields with the same name are considered as a single array field.
getNumOfFields(int) - Method in class com.candle.roma.kxm.KxmField
The same as above, but this method allows to specify the feature options.
getObject() - Method in class com.candle.roma.kxm.KxmField
Returns a value of the field as the Object.
getOptions() - Method in class com.candle.roma.kxm.KxmMsgConvertOptions
Returns the message conversion options.
getOptions() - Method in class com.candle.roma.kxm.KxmMsgCreateOptions
Returns the message creation options.
getOptions() - Method in class com.candle.roma.kxm.KxmMsgWriteOptions
Returns the message extraction options.
getParent() - Method in class com.candle.roma.kxm.KxmField
Returns a parent field.
getPosition() - Method in class com.candle.roma.kxm.KxmException
Returns the position.
getQName() - Method in class com.candle.roma.kxm.KxmField
Returns a qualified name value of the field.
getReason() - Method in class com.candle.roma.kxm.KxmException
Returns the error reason that was returned by the failed layer.
getReturnCode() - Method in class com.candle.roma.kxm.KxmException
Returns the return code, which identifies the error.
getSecondary() - Method in class com.candle.roma.kxm.KxmException
Returns the sub-error information.
getSeconds() - Method in class com.candle.roma.kxm.KxmDuration
Returns seconds.
getSeconds() - Method in class com.candle.roma.kxm.KxmDate
Returns seconds.
getStatus() - Method in class com.candle.roma.kxm.KxmDate
Returns a status of the object value.
getString() - Method in class com.candle.roma.kxm.KxmField
Returns a string representation of the field value.
getTimeZone() - Method in class com.candle.roma.kxm.KxmDate
Returns time zone information.
getType() - Method in class com.candle.roma.kxm.KxmField
Returns a field type.
getType() - Method in class com.candle.roma.kxm.KxmTimeZone
Returns the time zone type.
getValueLenRange() - Method in class com.candle.roma.kxm.KxmField
Returns minimum and maximum length of a string or a binary value of the field.
getXmlDocName() - Method in class com.candle.roma.kxm.KxmMessage
Returns a name of the root XML element.
getYear() - Method in class com.candle.roma.kxm.KxmDate
Returns year.
getYears() - Method in class com.candle.roma.kxm.KxmDuration
Returns years.
GMONTH - Static variable in class com.candle.roma.kxm.KxmDate
The status indicating that month set.
GMONTHDAY - Static variable in class com.candle.roma.kxm.KxmDate
The status indicating that month and day set.
GYEAR - Static variable in class com.candle.roma.kxm.KxmDate
The status indicating that year set.
GYEARMONTH - Static variable in class com.candle.roma.kxm.KxmDate
The status indicating that year and month set.

H

HANDLE_NAMESPACES - Static variable in class com.candle.roma.kxm.KxmMsgConvertOptions
Message conversion option.
See KxmMsgConvertOptions.setOptions(int options)
HANDLE_NAMESPACES - Static variable in class com.candle.roma.kxm.KxmMsgCreateOptions
Message creation option.
See KxmMsgCreateOptions.setOptions(int options)
HEX_XML_FORMAT - Static variable in class com.candle.roma.kxm.KxmMsgConvertOptions
Message conversion option.
See KxmMsgConvertOptions.setOptions(int options)
HEX_XML_FORMAT - Static variable in class com.candle.roma.kxm.KxmMsgCreateOptions
Message creation option.
See KxmMsgCreateOptions.setOptions(int options)

I

isArray() - Method in class com.candle.roma.kxm.KxmField
Returns true if the field is an array.
isDate() - Method in class com.candle.roma.kxm.KxmDate
Returns true if the object contains a date value only.
isDateTime() - Method in class com.candle.roma.kxm.KxmDate
Returns true if the object contains a date/time value.
isDefaultCodePage() - Method in class com.candle.roma.kxm.KxmEncoding
Returns true if the code page name is null, which means the default code page.
isDefaultValue() - Method in class com.candle.roma.kxm.KxmField
Returns true if the field is a default value.
isEmpty() - Method in class com.candle.roma.kxm.KxmField
Returns true if the field has no value or the field is not present in a message.
isGroup() - Method in class com.candle.roma.kxm.KxmField
Returns true if the field can have sub-fields (the fields which have the FLAG_GROUP or the FLAG_XMLELEM flag set).
isInvalid() - Method in class com.candle.roma.kxm.KxmField
Returns true if this KxmField object is not bound to any field.
isNativeCodePage() - Method in class com.candle.roma.kxm.KxmEncoding
Returns true if the code page name is "NATIVE".
isNegative() - Method in class com.candle.roma.kxm.KxmDuration
Returns true if the duration is negative.
isNil() - Method in class com.candle.roma.kxm.KxmField
Returns true if the XML field is nil.
isRoot() - Method in class com.candle.roma.kxm.KxmField
Returns true if the field is the root field of a message.
isTime() - Method in class com.candle.roma.kxm.KxmDate
Returns true if the object contains a time value only.

K

KRROP_DOM - Static variable in class com.candle.roma.kxm.KxmException
DOM layer error
KRROP_REPOSITORY - Static variable in class com.candle.roma.kxm.KxmException
Repository layer error
KRROP_STL - Static variable in class com.candle.roma.kxm.KxmException
STL layer error
KRRRC_API_ERROR - Static variable in class com.candle.roma.kxm.KxmException
API call input parameters invariant violation
KRRRC_BAD_CAST - Static variable in class com.candle.roma.kxm.KxmException
Is thrown in the bad cast condition
KRRRC_BAD_PARAM - Static variable in class com.candle.roma.kxm.KxmException
Invalid function parameter(s)
KRRRC_DETACHED_OBJECT - Static variable in class com.candle.roma.kxm.KxmException
It's raised when KrrObject::repImpl() is requested from object which was not loaed from repository (e.g.
KRRRC_DIRECTORY_UNAVAILABLE - Static variable in class com.candle.roma.kxm.KxmException
It's raised when some failure occurs for open LDAP connection.
KRRRC_DOM_API_ERROR - Static variable in class com.candle.roma.kxm.KxmException
DOM exception has been thrown
KRRRC_DOM_INVALID_XML_DOCUMENT - Static variable in class com.candle.roma.kxm.KxmException
The error was detected when parsing the XML document
KRRRC_DOM_NOT_ASCII_SYMBOL - Static variable in class com.candle.roma.kxm.KxmException
Is thrown when the attempt to write not Ascii symbol is detected
KRRRC_DOM_ROOT_ELEMENT_NOT_EXISTS - Static variable in class com.candle.roma.kxm.KxmException
Is thrown when DOM root element is expected, but not found
KRRRC_DOM_WRONG_CPID - Static variable in class com.candle.roma.kxm.KxmException
Wrong codepage id
KRRRC_DOM_WRONG_CPID_POSITION - Static variable in class com.candle.roma.kxm.KxmException
Codepage id should be specified in the first column
KRRRC_ENV_INVALID - Static variable in class com.candle.roma.kxm.KxmException
Invalid environment variable
KRRRC_ENV_MISSING - Static variable in class com.candle.roma.kxm.KxmException
Missing environment variable
KRRRC_GROUPITEM_DUPLICATED - Static variable in class com.candle.roma.kxm.KxmException
It's raised on attemp to add duplicated item in a group.
KRRRC_GROUPITEM_INVINDEX - Static variable in class com.candle.roma.kxm.KxmException
It's raised on attemp to access method from object definition where no method with such name exists.
KRRRC_GROUPITEM_UNKNOWN - Static variable in class com.candle.roma.kxm.KxmException
It's raised on attemp to access item from a group where no item with such name exists.
KRRRC_INTERNAL_ERROR - Static variable in class com.candle.roma.kxm.KxmException
Internal error condition.
KRRRC_INVALID_CFG - Static variable in class com.candle.roma.kxm.KxmException
Invalid configuration
KRRRC_INVALID_IDSTR - Static variable in class com.candle.roma.kxm.KxmException
Invalid identifier string condition.
KRRRC_INVALID_MBCHAR - Static variable in class com.candle.roma.kxm.KxmException
Invalid muliti-byte character error
KRRRC_INVALID_OBJECT - Static variable in class com.candle.roma.kxm.KxmException
It's raised when object is accessed from LDAP and it's failed due to the following reasons include: 1.
KRRRC_INVALID_WCHAR - Static variable in class com.candle.roma.kxm.KxmException
Invalid wide character character error
KRRRC_MISSING_ROMA_HOME - Static variable in class com.candle.roma.kxm.KxmException
CANDLE_COMMON_HOME is not defined
KRRRC_NLS_ERROR - Static variable in class com.candle.roma.kxm.KxmException
LDAP/LDIF does not support extended ASCII characters
KRRRC_NOT_ACCESSIBLE - Static variable in class com.candle.roma.kxm.KxmException
LDAP directory is not accessible.
KRRRC_NOT_CONFIGURED - Static variable in class com.candle.roma.kxm.KxmException
Is thrown when the LDAP is not populated
KRRRC_NOT_IMPLEMENTED - Static variable in class com.candle.roma.kxm.KxmException
Not implemented functionality
KRRRC_OBJECT_ALREADY_EXISTS - Static variable in class com.candle.roma.kxm.KxmException
It's raised when object is added to LDAP but another object with the same name already exists.
KRRRC_OBJMETHOD_DUPLICATED - Static variable in class com.candle.roma.kxm.KxmException
It's raised on attempt to add duplicated method in the object definition
KRRRC_OBJMETHOD_INVINDEX - Static variable in class com.candle.roma.kxm.KxmException
It's raised on attemp to access method from object definition where no method with such index exists.
KRRRC_OBJMETHOD_UNKNOWN - Static variable in class com.candle.roma.kxm.KxmException
It's raised on attemp to access method from object definition where no method with such name exists.
KRRRC_OUT_OF_MEMORY - Static variable in class com.candle.roma.kxm.KxmException
Out of memory error
KRRRC_RDFLOADER_ERROR - Static variable in class com.candle.roma.kxm.KxmException
RDF interpreter error: RDF semantics are not valid.
KRRRC_RDFPARSER_ERROR - Static variable in class com.candle.roma.kxm.KxmException
RDF parser error: RDF syntax is not valid.
KRRRC_SHLIB_ERROR - Static variable in class com.candle.roma.kxm.KxmException
Shared library error code
KRRRC_STANZA_ALREADY_EXISTS - Static variable in class com.candle.roma.kxm.KxmException
Is thrown when the entry already exists in LDAP
KRRRC_STANZA_BASE_DN_NOT_FOUND - Static variable in class com.candle.roma.kxm.KxmException
Is thrown when stanza's base dn was not found
KRRRC_STANZA_GENERAL_ERROR - Static variable in class com.candle.roma.kxm.KxmException
Stanza general exception error
KRRRC_STANZA_INVALID_LDAP - Static variable in class com.candle.roma.kxm.KxmException
Invalid LDAP url was specified
KRRRC_STANZA_INVALID_LDIF - Static variable in class com.candle.roma.kxm.KxmException
Invalid (not-existing) LDIF file specified
KRRRC_STANZA_INVALID_PORT - Static variable in class com.candle.roma.kxm.KxmException
Invalid port was specified
KRRRC_STANZA_INVCONTEXT - Static variable in class com.candle.roma.kxm.KxmException
Invalid context record specified
KRRRC_STANZA_NOT_SUPPORTED - Static variable in class com.candle.roma.kxm.KxmException
The specified feature is not supported in current version
KRRRC_STL_ASSERT - Static variable in class com.candle.roma.kxm.KxmException
 
KRRRC_STL_ERROR - Static variable in class com.candle.roma.kxm.KxmException
 
KRRRC_UNBOUND_REF - Static variable in class com.candle.roma.kxm.KxmException
Attempt to get unbound reference
KRRRC_UNKNOWN_OBJECT - Static variable in class com.candle.roma.kxm.KxmException
Object is not found in the LDAP.
KxmDate - class com.candle.roma.kxm.KxmDate.
Represents a date and/or a time value of a message field.
KxmDate() - Constructor for class com.candle.roma.kxm.KxmDate
Creates the object with no value set.
KxmDate(int, int, int) - Constructor for class com.candle.roma.kxm.KxmDate
Creates the object with a date value set.
KxmDate(int, int, int, int) - Constructor for class com.candle.roma.kxm.KxmDate
Creates the object with a time value set.
KxmDate(int, int, int, int, int, int) - Constructor for class com.candle.roma.kxm.KxmDate
Creates the object with a date/time value set.
KxmDate(int, int, int, int, int, int, int) - Constructor for class com.candle.roma.kxm.KxmDate
Creates the object with a date/time value set.
KxmDuration - class com.candle.roma.kxm.KxmDuration.
Represents a duration value of a message field.
KxmDuration() - Constructor for class com.candle.roma.kxm.KxmDuration
Creates the object with all members set to zero.
KxmEncoding - class com.candle.roma.kxm.KxmEncoding.
Represents encoding information of message data.
KxmEncoding() - Constructor for class com.candle.roma.kxm.KxmEncoding
Creates the default encoding object.
KxmEncoding(String) - Constructor for class com.candle.roma.kxm.KxmEncoding
Creates the object with the specified code page.
KxmEncoding(String, int) - Constructor for class com.candle.roma.kxm.KxmEncoding
Creates the object with the specified code page and byte order
KxmException - exception com.candle.roma.kxm.KxmException.
This class is thrown on errors by the API and encapsulates the error information.
KxmField - class com.candle.roma.kxm.KxmField.
The KxmField class provides an interface to access a single field of a message: set and get a field value, get nested fields, and get field information.
KxmFieldFormat - class com.candle.roma.kxm.KxmFieldFormat.
Represents a data format to be applied to a field.
KxmFieldFormat() - Constructor for class com.candle.roma.kxm.KxmFieldFormat
Create the object with NONE format.
KxmFieldFormat(int) - Constructor for class com.candle.roma.kxm.KxmFieldFormat
Create the object with the specified format.
KxmMessage - class com.candle.roma.kxm.KxmMessage.
This class represents a message with a collection of fields.
KxmMessage(byte[]) - Constructor for class com.candle.roma.kxm.KxmMessage
Creates a message object from data parsed as an XML.
KxmMessage(byte[], int) - Constructor for class com.candle.roma.kxm.KxmMessage
Creates a message object from data.
KxmMessage(byte[], String, int, KxmEncoding) - Constructor for class com.candle.roma.kxm.KxmMessage
Creates a message object from data.
KxmMessage(byte[], String, KxmMsgCreateOptions) - Constructor for class com.candle.roma.kxm.KxmMessage
Creates the message from data.
KxmMessage(String) - Constructor for class com.candle.roma.kxm.KxmMessage
Creates an empty message of the specified format.
KxmMessage(String, byte[]) - Constructor for class com.candle.roma.kxm.KxmMessage
Creates a message based on the MDR format defintion specified by the format parameter.
KxmMessage(String, byte[], int) - Constructor for class com.candle.roma.kxm.KxmMessage
Creates a message object from data.
KxmMessage(String, int) - Constructor for class com.candle.roma.kxm.KxmMessage
Creates an empty message of the specified format.
KxmMessage(String, KxmMsgCreateOptions) - Constructor for class com.candle.roma.kxm.KxmMessage
Creates an empty message of the specified format.
KxmMsgConvertOptions - class com.candle.roma.kxm.KxmMsgConvertOptions.
Represents the message conversion options.
KxmMsgConvertOptions() - Constructor for class com.candle.roma.kxm.KxmMsgConvertOptions
Creates the object with no options set.
KxmMsgConvertOptions(int) - Constructor for class com.candle.roma.kxm.KxmMsgConvertOptions
Creates the object and sets the specified coversion options.
KxmMsgCreateOptions - class com.candle.roma.kxm.KxmMsgCreateOptions.
Represents the message creation options.
KxmMsgCreateOptions() - Constructor for class com.candle.roma.kxm.KxmMsgCreateOptions
Creates the object with no options set.
KxmMsgCreateOptions(int) - Constructor for class com.candle.roma.kxm.KxmMsgCreateOptions
Creates the object and sets the specified options.
KxmMsgWriteOptions - class com.candle.roma.kxm.KxmMsgWriteOptions.
Represents the message extraction options.
KxmMsgWriteOptions() - Constructor for class com.candle.roma.kxm.KxmMsgWriteOptions
Creates the object with no options set.
KxmMsgWriteOptions(int) - Constructor for class com.candle.roma.kxm.KxmMsgWriteOptions
Creates the object and sets the options.
KXMOP_CONVERSION - Static variable in class com.candle.roma.kxm.KxmException
 
KXMOP_CORE - Static variable in class com.candle.roma.kxm.KxmException
 
KXMOP_HFAPI - Static variable in class com.candle.roma.kxm.KxmException
 
KXMOP_JHFAPI - Static variable in class com.candle.roma.kxm.KxmException
 
KxmQName - class com.candle.roma.kxm.KxmQName.
Represents an XML qualified name value of a message field.
KxmQName() - Constructor for class com.candle.roma.kxm.KxmQName
Creates the object with no data set.
KxmQName(String, String) - Constructor for class com.candle.roma.kxm.KxmQName
Creates the object and sets the specified values.
KxmQName(String, String, String) - Constructor for class com.candle.roma.kxm.KxmQName
Creates the object and sets the specified values.
KxmRange - class com.candle.roma.kxm.KxmRange.
Encapsulates pair of integers that define range of values.
KxmRange() - Constructor for class com.candle.roma.kxm.KxmRange
Creates an object with the minimum and maximum values set to 0.
KxmRange(long, long) - Constructor for class com.candle.roma.kxm.KxmRange
Creates an object with the specified minimum and maximum values.
KXMRC_API_MISUSE - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_ARRAY_TOO_SMALL - Static variable in class com.candle.roma.kxm.KxmException
Array is smaller than required to store the value and auto-expand is disabled.
KXMRC_BUFFER_TOO_SMALL - Static variable in class com.candle.roma.kxm.KxmException
Supplied buffer is too small to store data in and auto-allocation is disabled.
KXMRC_CANNOT_LOAD_ILS - Static variable in class com.candle.roma.kxm.KxmException
ILS error
KXMRC_CANT_SET_FIELD - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_CONV_NOT_INSTALLED - Static variable in class com.candle.roma.kxm.KxmException
Conversion engine not installed Java Message Handling error
KXMRC_CONVERSION_FAILED - Static variable in class com.candle.roma.kxm.KxmException
Value cannot be converted for the set or get function.
KXMRC_CONVERSION_IMPOSSIBLE - Static variable in class com.candle.roma.kxm.KxmException
Mismatch between type of a value and type of the set or get function called.
KXMRC_CORRUPTED_DATA - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_COUNT_TOO_BIG - Static variable in class com.candle.roma.kxm.KxmException
Array does not contain specified number of elements.
KXMRC_DEFAULT_VALUE - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_DOC_TYPE_MISMATCH - Static variable in class com.candle.roma.kxm.KxmException
Name of the XML document does not match the name specified in the repository.
KXMRC_EMPTY_FIELD - Static variable in class com.candle.roma.kxm.KxmException
Field is empty.
KXMRC_EVAL_ERROR - Static variable in class com.candle.roma.kxm.KxmException
Expression evaluation error.
KXMRC_EXPR_DEF_MISMATCH - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_EXPR_NOT_BOOLEAN - Static variable in class com.candle.roma.kxm.KxmException
Expression passed to the KxmBoolExpr class is not boolean.
KXMRC_EXPR_NOT_COMPARABLE - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_FIELD_NOT_UNIQUE - Static variable in class com.candle.roma.kxm.KxmException
Message (group) does not contain specified field.
KXMRC_FORMAT_ERROR - Static variable in class com.candle.roma.kxm.KxmException
Error in formatting message.
KXMRC_FORMAT_MISMATCH - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_FUNCLIB_ERROR - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_INTERNAL_ERROR - Static variable in class com.candle.roma.kxm.KxmException
Internal logic error.
KXMRC_INVALID_ARRAY_VALUE - Static variable in class com.candle.roma.kxm.KxmException
C Helper Functions error codes
KXMRC_INVALID_ARRAYVAL - Static variable in class com.candle.roma.kxm.KxmException
C Helper Functions error codes
KXMRC_INVALID_BUFFER - Static variable in class com.candle.roma.kxm.KxmException
Buffer structure is invalid.
KXMRC_INVALID_COUNT - Static variable in class com.candle.roma.kxm.KxmException
C Helper Functions error codes
KXMRC_INVALID_DATALEN - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_DATETIME - Static variable in class com.candle.roma.kxm.KxmException
Message (group) does not contain specified field.
KXMRC_INVALID_DURATION - Static variable in class com.candle.roma.kxm.KxmException
The value is not a properly structured duration value.
KXMRC_INVALID_EXPR - Static variable in class com.candle.roma.kxm.KxmException
Expression is invalid.
KXMRC_INVALID_FIELD - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_FIELD_INFO - Static variable in class com.candle.roma.kxm.KxmException
C Helper Functions error codes
KXMRC_INVALID_FIELD_NAME - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_FORMAT_NAME - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_HANDLE - Static variable in class com.candle.roma.kxm.KxmException
Message or field handle is invalid.
KXMRC_INVALID_INDEX - Static variable in class com.candle.roma.kxm.KxmException
Index is out of range.
KXMRC_INVALID_MAP - Static variable in class com.candle.roma.kxm.KxmException
Map definition or one of the definitions it refers to is invalid.
KXMRC_INVALID_MESSAGE - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_MESSAGE_INFO - Static variable in class com.candle.roma.kxm.KxmException
C Helper Functions error codes
KXMRC_INVALID_OPTIONS - Static variable in class com.candle.roma.kxm.KxmException
Options structure is invalid.
KXMRC_INVALID_PARAM - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_POINTER - Static variable in class com.candle.roma.kxm.KxmException
Pointer is NULL or does not point to valid address.
KXMRC_INVALID_QNAME - Static variable in class com.candle.roma.kxm.KxmException
The value is not a properly structured qname value.
KXMRC_INVALID_REPOSITORY - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_STRING - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_TIMEZONE - Static variable in class com.candle.roma.kxm.KxmException
The value is not a properly structured time zone value.
KXMRC_INVALID_TRANHEAD - Static variable in class com.candle.roma.kxm.KxmException
Invalid value in the KXMTRANHEAD structure
KXMRC_INVALID_TYPE - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_TYPEID - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_XML_FILTER - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_INVALID_XMLCHAR - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_KXC_ERROR - Static variable in class com.candle.roma.kxm.KxmException
Message (group) does not contain specified field.
KXMRC_LDAP_WRONG_CONFIG - Static variable in class com.candle.roma.kxm.KxmException
LDAP access error
KXMRC_LIB_ALREADY_INITIALIZED - Static variable in class com.candle.roma.kxm.KxmException
Library already initialized
KXMRC_LIB_NOT_INITIALIZED - Static variable in class com.candle.roma.kxm.KxmException
Library is not initialized.
KXMRC_MAP_ERROR - Static variable in class com.candle.roma.kxm.KxmException
Map failed to convert data.
KXMRC_MAP_NOT_FOUND - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_MDR_NOT_AVAILABLE - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_MULTIPLE_MAPS - Static variable in class com.candle.roma.kxm.KxmException
Multiple conversion maps exist to do conversion between formats.
KXMRC_NO_DEFAULT - Static variable in class com.candle.roma.kxm.KxmException
Message (group) does not contain specified field.
KXMRC_NO_MATCHED_FIELDS - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_NO_WRITE - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_NOT_APPLICABLE - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_NOT_ARRAY - Static variable in class com.candle.roma.kxm.KxmException
Message (group) does not contain specified field.
KXMRC_NOT_GROUP - Static variable in class com.candle.roma.kxm.KxmException
Message (group) does not contain specified field.
KXMRC_NOT_PRIMITIVE - Static variable in class com.candle.roma.kxm.KxmException
Message (group) does not contain specified field.
KXMRC_NOT_SUPPORTED - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_NOT_XML_ELEMENT - Static variable in class com.candle.roma.kxm.KxmException
Message (group) does not contain specified field.
KXMRC_NOT_XML_FIELD - Static variable in class com.candle.roma.kxm.KxmException
The value is not an XML field (element, attribute, etc.)
KXMRC_NOTHING_VALUE - Static variable in class com.candle.roma.kxm.KxmException
Expression evaluated to NOTHING
KXMRC_OK - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_OS_ERROR - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_OUT_OF_MEMORY - Static variable in class com.candle.roma.kxm.KxmException
Out of memory error
KXMRC_PARENT_IS_ABSENT - Static variable in class com.candle.roma.kxm.KxmException
C Helper Functions error codes
KXMRC_PARSE_ERROR - Static variable in class com.candle.roma.kxm.KxmException
Error in parsing message.
KXMRC_READ_ONLY - Static variable in class com.candle.roma.kxm.KxmException
C++ Helper Functions error codes
KXMRC_RESTRICTION_FAILED - Static variable in class com.candle.roma.kxm.KxmException
Field value does not meet the restriction specified in the repository.
KXMRC_SET_ILLEGAL_CLASS - Static variable in class com.candle.roma.kxm.KxmException
Try to pass ILLEGAL Class Object to KxmField.set(object) Java Message Handling error
KXMRC_UNEXPECTED_CHANGES - Static variable in class com.candle.roma.kxm.KxmException
LDAP access error
KXMRC_UNKNOWN_FIELD - Static variable in class com.candle.roma.kxm.KxmException
Message (group) does not contain specified field.
KXMRC_UNKNOWN_XMLSCHEMA_TYPE - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_UNSUPPORTED_TYPE - Static variable in class com.candle.roma.kxm.KxmException
 
KXMRC_XMLNS_DISABLED - Static variable in class com.candle.roma.kxm.KxmException
XML namespaces handling is disabled
KxmTimeZone - class com.candle.roma.kxm.KxmTimeZone.
Represents time zone information of a date field value.
KxmTimeZone() - Constructor for class com.candle.roma.kxm.KxmTimeZone
Creates the object with the type set to UNKNOWN.
KxmTimeZone(int) - Constructor for class com.candle.roma.kxm.KxmTimeZone
Creates the object with the specified type.
KxmTimeZone(int, int) - Constructor for class com.candle.roma.kxm.KxmTimeZone
Creates the object with the specified type and the GMT offset.
KxmTimeZone(int, int, int) - Constructor for class com.candle.roma.kxm.KxmTimeZone
Creates the object with the specified type and the GMT offset.

L

loadMessageApi() - Static method in class com.candle.roma.kxm.KxmField
 

M

MAP_REQUIRED - Static variable in class com.candle.roma.kxm.KxmMsgConvertOptions
Message conversion option.
See KxmMsgConvertOptions.setOptions(int options)
MDR - Static variable in class com.candle.roma.kxm.KxmMsgCreateOptions
Message creation option.
See KxmMsgCreateOptions.setOptions(int options)
MDR - Static variable in class com.candle.roma.kxm.KxmMessage
Type of message:
See KxmMessage.KxmMessage(String)
See KxmMessage.KxmMessage(String,int)
See KxmMessage.KxmMessage(String,byte[])
See KxmMessage.KxmMessage(String,byte[],int)
See KxmMessage.KxmMessage(byte[],int)
See KxmMessage.KxmMessage(byte[])

N

NEG - Static variable in class com.candle.roma.kxm.KxmTimeZone
The type indicating that hours and minutes represent a negative offset to GMT.
NO_MARGINS - Static variable in class com.candle.roma.kxm.KxmMsgWriteOptions
Message extraction option.
See KxmMsgWriteOptions.setOptions(int options)
NONE - Static variable in class com.candle.roma.kxm.KxmFieldFormat
Indicates that no format information should be applied to the field.
NONE - Static variable in class com.candle.roma.kxm.KxmDate
The status indicating that no value set.
NTYPE_DECIMAL - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_DOUBLE - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_FLOAT - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_INT16 - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_INT32 - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_INT64 - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_INT8 - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_INTEGER - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_NONE - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_UINT16 - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_UINT32 - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_UINT64 - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.
NTYPE_UINT8 - Static variable in class com.candle.roma.kxm.KxmField
Numeric field type.

O

OLD_TEXT_FORMAT - Static variable in class com.candle.roma.kxm.KxmMsgConvertOptions
Message conversion option.
See KxmMsgConvertOptions.setOptions(int options)
OLD_TEXT_FORMAT - Static variable in class com.candle.roma.kxm.KxmMsgCreateOptions
Message creation option.
See KxmMsgCreateOptions.setOptions(int options)

P

POS - Static variable in class com.candle.roma.kxm.KxmTimeZone
The type indicates that hours and minutes represent a positive offset to GMT.
PRESERVE_XML_SPACES - Static variable in class com.candle.roma.kxm.KxmMsgCreateOptions
Message creation option.
See KxmMsgCreateOptions.setOptions(int options)

S

SCALAR_AS_ARRAY - Static variable in class com.candle.roma.kxm.KxmMsgConvertOptions
Message conversion option.
See KxmMsgConvertOptions.setOptions(int options)
SCALAR_AS_ARRAY - Static variable in class com.candle.roma.kxm.KxmMsgCreateOptions
Message creation option.
See KxmMsgCreateOptions.setOptions(int options)
SEARCH - Static variable in class com.candle.roma.kxm.KxmField
Field search option.
set(byte[]) - Method in class com.candle.roma.kxm.KxmField
Sets a binary data to the field.
set(double) - Method in class com.candle.roma.kxm.KxmField
Sets a double value to the field.
set(int, int, int, int, int, int) - Method in class com.candle.roma.kxm.KxmDate
Sets a date/time value.
set(int, int, int, int, int, int, int) - Method in class com.candle.roma.kxm.KxmDate
Sets a date/time value.
set(KxmDate) - Method in class com.candle.roma.kxm.KxmField
Sets a date/time value to the field.
set(KxmDuration) - Method in class com.candle.roma.kxm.KxmField
Sets a duration value to the field.
set(KxmField) - Method in class com.candle.roma.kxm.KxmField
Sets the field with a content of another field.
set(KxmQName) - Method in class com.candle.roma.kxm.KxmField
Sets a qualified name value to the field.
set(long) - Method in class com.candle.roma.kxm.KxmField
Sets a long value to the field.
set(Object) - Method in class com.candle.roma.kxm.KxmField
Sets an Object to the field.
set(String) - Method in class com.candle.roma.kxm.KxmField
Sets a string value to the field.
setArrayLen(int) - Method in class com.candle.roma.kxm.KxmField
Sets the new length for the array.
setBool(boolean) - Method in class com.candle.roma.kxm.KxmField
Sets a boolean value to the field.
setByteOrder(int) - Method in class com.candle.roma.kxm.KxmEncoding
Sets the byte order.
setCharacterData(String) - Method in class com.candle.roma.kxm.KxmField
Sets character data of the XML field.
setCodePage(String) - Method in class com.candle.roma.kxm.KxmEncoding
Sets the code page name.
setDate(int, int, int) - Method in class com.candle.roma.kxm.KxmDate
Sets a date value.
setDay(int) - Method in class com.candle.roma.kxm.KxmDate
Sets day.
setDays(int) - Method in class com.candle.roma.kxm.KxmDuration
Sets days.
setEmpty() - Method in class com.candle.roma.kxm.KxmField
Removes content of the field.
setEncoding(KxmEncoding) - Method in class com.candle.roma.kxm.KxmMsgCreateOptions
Sets the encoding that will be used for message data parsing.
setEncoding(KxmEncoding) - Method in class com.candle.roma.kxm.KxmMsgWriteOptions
Sets the encoding that will be used for message data extraction.
setHours(int) - Method in class com.candle.roma.kxm.KxmTimeZone
Sets hours of the GMT offset.
setHours(int) - Method in class com.candle.roma.kxm.KxmDuration
Sets hours.
setHours(int) - Method in class com.candle.roma.kxm.KxmDate
Sets hours.
setLocalPart(String) - Method in class com.candle.roma.kxm.KxmQName
Sets the local part of the qualified name.
setMicroseconds(int) - Method in class com.candle.roma.kxm.KxmDuration
Sets microseconds.
setMicroseconds(int) - Method in class com.candle.roma.kxm.KxmDate
Sets microseconds.
setMilliseconds(int) - Method in class com.candle.roma.kxm.KxmDuration
Sets milliseconds.
setMilliseconds(int) - Method in class com.candle.roma.kxm.KxmDate
Sets milliseconds.
setMinutes(int) - Method in class com.candle.roma.kxm.KxmTimeZone
Sets minutes of the GMT offset.
setMinutes(int) - Method in class com.candle.roma.kxm.KxmDuration
Sets minutes.
setMinutes(int) - Method in class com.candle.roma.kxm.KxmDate
Sets minutes.
setMonth(int) - Method in class com.candle.roma.kxm.KxmDate
Sets month.
setMonths(int) - Method in class com.candle.roma.kxm.KxmDuration
Sets months.
setName(String) - Method in class com.candle.roma.kxm.KxmQName
Sets the qualified name.
setNegative(boolean) - Method in class com.candle.roma.kxm.KxmDuration
Sets sign of the duration.
setNil() - Method in class com.candle.roma.kxm.KxmField
Marks the XML field as nil.
setNsPrefix(String) - Method in class com.candle.roma.kxm.KxmQName
Sets the XML namespace prefix.
setNsUri(String) - Method in class com.candle.roma.kxm.KxmMsgConvertOptions
Sets the XML namespace URI that will be associated with the root element of the converted message.
setNsUri(String) - Method in class com.candle.roma.kxm.KxmMsgCreateOptions
Sets the XML namespace URI that will be associated with the root element of the created message.
setNsUri(String) - Method in class com.candle.roma.kxm.KxmQName
Sets the XML namespace URI.
setOptions(int) - Method in class com.candle.roma.kxm.KxmMsgConvertOptions
Sets the message conversion options.
setOptions(int) - Method in class com.candle.roma.kxm.KxmMsgCreateOptions
Sets the message creation options.
setOptions(int) - Method in class com.candle.roma.kxm.KxmMsgWriteOptions
Sets the message extraction options.
setSeconds(int) - Method in class com.candle.roma.kxm.KxmDuration
Sets seconds.
setSeconds(int) - Method in class com.candle.roma.kxm.KxmDate
Sets seconds.
setStatus(int) - Method in class com.candle.roma.kxm.KxmDate
Sets a status of the object value.
setTime(int, int, int) - Method in class com.candle.roma.kxm.KxmDate
Sets a time value.
setTime(int, int, int, int) - Method in class com.candle.roma.kxm.KxmDate
Sets a time value.
setTimeZone(KxmTimeZone) - Method in class com.candle.roma.kxm.KxmDate
Sets time zone information.
setType(int) - Method in class com.candle.roma.kxm.KxmTimeZone
Sets the time zone type.
setYear(int) - Method in class com.candle.roma.kxm.KxmDate
Sets year.
setYears(int) - Method in class com.candle.roma.kxm.KxmDuration
Sets years.
STANDALONE - Static variable in class com.candle.roma.kxm.KxmMsgCreateOptions
Message creation option.
See KxmMsgCreateOptions.setOptions(int options)
STANDALONE - Static variable in class com.candle.roma.kxm.KxmMessage
Type of message:
See KxmMessage.KxmMessage(String)
See KxmMessage.KxmMessage(String,int)
See KxmMessage.KxmMessage(String,byte[])
See KxmMessage.KxmMessage(String,byte[],int)
See KxmMessage.KxmMessage(byte[],int)
See KxmMessage.KxmMessage(byte[])

T

TIME - Static variable in class com.candle.roma.kxm.KxmDate
The status indicating that only time value set.
TO_FORMAT - Static variable in class com.candle.roma.kxm.KxmMsgConvertOptions
Message conversion option.
See KxmMsgConvertOptions.setOptions(int options)
TO_FORMAT - Static variable in class com.candle.roma.kxm.KxmMessage
Determines how the function converts the message
See KxmMessage.convert(String,int)
See KxmMessage.convert(String)
TO_XML - Static variable in class com.candle.roma.kxm.KxmMsgConvertOptions
Message conversion option.
See KxmMsgConvertOptions.setOptions(int options)
TO_XML - Static variable in class com.candle.roma.kxm.KxmMessage
Determines how the function converts the message
See KxmMessage.convert(String,int)
See KxmMessage.convert(String)
toString() - Method in class com.candle.roma.kxm.KxmEncoding
Returns a string representation of the object.
toString() - Method in class com.candle.roma.kxm.KxmField
Returns a string representation of the object.
toString() - Method in class com.candle.roma.kxm.KxmMsgConvertOptions
Returns a string representation of the object.
toString() - Method in class com.candle.roma.kxm.KxmMsgCreateOptions
Returns a string representation of the object.
toString() - Method in class com.candle.roma.kxm.KxmFieldFormat
Returns a string representation of the object.
toString() - Method in class com.candle.roma.kxm.KxmTimeZone
Returns a string representation of the object.
toString() - Method in class com.candle.roma.kxm.KxmQName
Returns a string representation of the object.
toString() - Method in class com.candle.roma.kxm.KxmRange
Returns a string representation of the KxmRange object
toString() - Method in class com.candle.roma.kxm.KxmDuration
Returns a string representation of the object.
toString() - Method in class com.candle.roma.kxm.KxmMessage
Returns a string representation of the object.
toString() - Method in class com.candle.roma.kxm.KxmMsgWriteOptions
Returns a string representation of the object.
toString() - Method in class com.candle.roma.kxm.KxmDate
Returns a string representation of the object.
TYPE_BINARY - Static variable in class com.candle.roma.kxm.KxmField
Field type.
TYPE_BOOL - Static variable in class com.candle.roma.kxm.KxmField
Field type.
TYPE_DATE - Static variable in class com.candle.roma.kxm.KxmField
Field type.
TYPE_DURATION - Static variable in class com.candle.roma.kxm.KxmField
Field type.
TYPE_GROUP - Static variable in class com.candle.roma.kxm.KxmField
Field type.
TYPE_NUMBER - Static variable in class com.candle.roma.kxm.KxmField
Field type.
TYPE_QNAME - Static variable in class com.candle.roma.kxm.KxmField
Field type.
TYPE_STRING - Static variable in class com.candle.roma.kxm.KxmField
Field type.
TYPE_XMLATTR - Static variable in class com.candle.roma.kxm.KxmField
Field type.
TYPE_XMLELEM - Static variable in class com.candle.roma.kxm.KxmField
Field type.

U

UNIQUE - Static variable in class com.candle.roma.kxm.KxmField
Field search option.
UNKNOWN - Static variable in class com.candle.roma.kxm.KxmTimeZone
The type indicates that the given date conforms to local time.
UNLIMITED - Static variable in class com.candle.roma.kxm.KxmRange
Used to set Maximum value of KxmRange to UNLIMITED( equals Long.MAX_VALUE )
UTC - Static variable in class com.candle.roma.kxm.KxmTimeZone
The type indicates that the given date conforms to Coordinated Universal Time.

W

write() - Method in class com.candle.roma.kxm.KxmMessage
Extracts message data.
write(KxmEncoding) - Method in class com.candle.roma.kxm.KxmMessage
Extracts message data.
write(KxmMsgWriteOptions) - Method in class com.candle.roma.kxm.KxmMessage
Extracts message data.

A B C D E F G H I K L M N O P S T U W