|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.ui.structs.VerbInstanceStruct
public class VerbInstanceStruct
An abstract base for verb messages being used as instances. The fields here correspond to the fields of the SandTransmitMessage interface.
| Field Summary | |
|---|---|
protected java.lang.String |
baseInstanceClass
The classname of the base instance message this verb instance is being used in place of. |
protected int |
sandTransmissionCount
Corresponds to the SandTransmitMessage field. |
protected long |
sandTransmitAuthID
Corresponds to the SandTransmitMessage field. |
protected java.lang.String |
sandTransmitErrorMessage
Corresponds to the SandTransmitMessage field. |
protected int |
sandTransmitStatus
Corresponds to the SandTransmitMessage field. |
| Constructor Summary | |
|---|---|
VerbInstanceStruct()
|
|
| 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 baseInstanceClass
protected int sandTransmitStatus
enumerated constant values:
STATUS_NORMAL("Normal") = 0STATUS_SYSERROR("System Error") = 1STATUS_SANDERROR("SAND Error") = 2STATUS_APPERROR("Application Error") = 3protected java.lang.String sandTransmitErrorMessage
protected long sandTransmitAuthID
protected int sandTransmissionCount
| Constructor Detail |
|---|
public VerbInstanceStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||