|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSCCT.JavaSubscriber.SCCT_AbstractPackage
SCCT.JavaSubscriber.SCCT_AbstractDataPackage
SCCT.JavaSubscriber.SCCT_MessagePackage
public class SCCT_MessagePackage
This class represents a message package. Each message is composed of a String (the message) and an int (the message code).
Constructor Summary | |
---|---|
SCCT_MessagePackage(java.lang.String message,
int code)
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
Gets the message sent by the producer. |
int |
getMessageCode()
Gets the message code sent by the producer. |
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractDataPackage |
---|
getSourceDescription, getSourceId |
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractPackage |
---|
getCalendar, getPackageNumber |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SCCT_MessagePackage(java.lang.String message, int code)
Method Detail |
---|
public java.lang.String getMessage()
public int getMessageCode()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |