|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.query.TupleAssembler
com.sun.mdm.index.query.MatchTupleAssembler
The MatchTupleAssembler class is used by the match engine to assemble a MatchTuple object for each database tuple. The match tuple consists of a String array of elements that each correspond to a record field and the EUID of the record.
| Field Summary | |
(package private) java.text.DateFormat |
dateFormat
|
| Constructor Summary | |
MatchTupleAssembler()
Creates a new instance of the MatchTupleAssembler class. |
|
| Method Summary | |
java.lang.Object |
createRoot(java.lang.String objectName,
AttributesData attrsData)
Creates the root object for each MatchTuple object. |
void |
setDateConversionFormat(java.text.DateFormat aFormat)
Sets the format for converting java.util.Date fields into Strings in order to convert the data to the String array tuple. |
| Methods inherited from class com.sun.mdm.index.query.TupleAssembler |
createObjectAttributes, init |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.text.DateFormat dateFormat
| Constructor Detail |
public MatchTupleAssembler()
| Method Detail |
public java.lang.Object createRoot(java.lang.String objectName,
AttributesData attrsData)
throws VOAException
createRoot in interface ResultObjectAssemblercreateRoot in class TupleAssemblerobjectName - The name of the root object.attrsData - The attribute data associated with the root object.
Object - The root object of the fields in the
MatchTuple object.
VOAException - Thrown if an error occurs while creating the
root object.public void setDateConversionFormat(java.text.DateFormat aFormat)
aFormat - The new date format to use for conversion.
void - None.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.