|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.structs.MessageDescriptionStruct
public class MessageDescriptionStruct
A MessageDescription is similar to a query, but is used on the receiving end as a filter. It is also more flexible than a query since it can match more than the base message types.
| Field Summary | |
|---|---|
protected SandAttrVal[] |
description
A collection of attribute match specifications describing the message. |
protected java.lang.String |
messageClass
The classname of the message being described. |
| Constructor Summary | |
|---|---|
MessageDescriptionStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String messageClass
protected SandAttrVal[] description
| Constructor Detail |
|---|
public MessageDescriptionStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||