|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Respresents data received from backend and related to a particular method.
Method Summary | |
InboundContainerElement[] |
getAllElements()
Gets all body elements of this inbound conatainer. |
java.lang.String |
getAncestorContainerId()
Returns the identifier of the container which is ancestor for this one. |
java.lang.String |
getContainerId()
Returns the unique identifier of this container. |
InboundContainerElement |
getElement(java.lang.String fieldName,
java.lang.String lineNumber)
Gets the element for given field name and line number. |
InboundContainerElement[] |
getElementsWithFieldName(java.lang.String fieldName)
Gets the elements for the given field name. |
java.lang.String |
getExecutionDate()
Gets the execution date of this inbound container. |
java.lang.String |
getExecutionTime()
Gets the execution time of this inbound container. |
java.lang.String |
getGenericBody()
If this container represents an answer to outbound container with generic body. |
java.lang.String |
getMethod()
Gets the method name which is realted to this inbound container. |
java.lang.String |
getOwner()
Gets the owner of this inbound container. |
java.lang.String |
getSendDate()
Gets the date when this container was send. |
java.lang.String |
getSendTime()
Gets the time time when the container was send. |
java.lang.String |
getStatus()
Gets the status of the corresponding outbound container. |
InboundContainerElement |
readNextElement()
This method has been introduced to reduce the memory consumption on client while synchronization. |
Method Detail |
public java.lang.String getMethod()
public java.lang.String getSendDate()
public java.lang.String getSendTime()
public java.lang.String getOwner()
public java.lang.String getStatus()
RETURN
is contained with a description
what went wrong and a field SYNCUSER
that contains the user
who triggered the synchronization.
public java.lang.String getExecutionDate()
public java.lang.String getExecutionTime()
public java.lang.String getGenericBody()
public java.lang.String getContainerId()
public java.lang.String getAncestorContainerId()
public InboundContainerElement[] getAllElements()
readNextItem
should be used.
null
. If there are no elements an empty array will be
returned.public InboundContainerElement[] getElementsWithFieldName(java.lang.String fieldName)
readNextItem
should be used.
fieldName
- Field name of the elements that should be returned.
null
. If
there are no elements in the container for given field name an empty
array will be returned.public InboundContainerElement getElement(java.lang.String fieldName, java.lang.String lineNumber)
readNextItem
should be used.
fieldName
- Field name of the container element that should be
returned.lineNumber
- Line number of the container element that should be
returned.
null
if container does not contain an
element with given field name and line number.public InboundContainerElement readNextElement() throws java.io.IOException
null
will be returned.
null
if there are no more inbound
container elements. Otherwise the next inbound container element will
be returned.
java.io.IOException
- If inbound stream is corrupted an IOException may
occur. Usually this method should not occur.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |