|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.basics.structs.DeliveryStreamStruct
A DeliveryStream is a collection of messages that a MessageDriver is expecting to receive from a source. The messages may arrive in any order. There are two collections to specify. One holds expected input (messages we expect to receive), and the other holds erroneous input (messages we should not receive). Anything not matching either expected input or erroneous input is simply ignored.
| Field Summary | |
protected MessageDescriptionStruct[] |
erroneousInput
Descriptions of messages we should not receive. |
protected MessageDescriptionStruct[] |
expectedInput
Descriptions of messages we expect to receive. |
protected java.lang.String |
sourceInstanceName
This is the instanceName of the source we are expecting this stream of input from. |
| Constructor Summary | |
DeliveryStreamStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String sourceInstanceName
protected MessageDescriptionStruct[] expectedInput
protected MessageDescriptionStruct[] erroneousInput
| Constructor Detail |
public DeliveryStreamStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||