|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.TrackQueryResultsData
public class TrackQueryResultsData
Encapsulates result data returned by the TrackQueryResults class. For each
SIF_Response message received by TrackQueryResults, an instance of this
class is returned by the next method.
| Constructor Summary | |
|---|---|
TrackQueryResultsData(DataObjectInputStream data,
Zone zone,
SIFMessageInfo info)
Constructor |
|
TrackQueryResultsData(SIF_Error error,
ElementDef objectType,
Zone zone,
SIFMessageInfo info)
Constructor for a response with errors |
|
| Method Summary | |
|---|---|
DataObjectInputStream |
getData()
Gets the array of SIFDataObjects received from the SIF_Response message. |
SIF_Error |
getError()
Gets the SIF_Error element received from the SIF_Response message, if applicable. |
SIFMessageInfo |
getMessageInfo()
Gets the SIFMessageInfo object describing additional information about the SIF Response message, including SIF header fields and optionally the XML content of the message. |
Zone |
getZone()
Gets the zone from which the SIF Response data was received |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrackQueryResultsData(DataObjectInputStream data,
Zone zone,
SIFMessageInfo info)
data - The array of SIFDataObjects received from the SIF_Response messagezone - The zone from which the SIF Response data was receivedinfo - The SIFMessageInfo object describing additional information
about the SIF_Response message, including SIF header fields and
optionally the XML content of the message.
public TrackQueryResultsData(SIF_Error error,
ElementDef objectType,
Zone zone,
SIFMessageInfo info)
error - The SIF_Error object contained in the SIF_Response messageobjectType - A constant from the SIFDTD class identifying the
SIF Data Object type associated with this responsezone - The zone from which the SIF Response data was receivedinfo - The SIFMessageInfo object describing additional information
about the SIF_Response message, including SIF header fields and
optionally the XML content of the message.| Method Detail |
|---|
public Zone getZone()
public SIFMessageInfo getMessageInfo()
public DataObjectInputStream getData()
getError()public SIF_Error getError()
getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||