|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stc.connector.sagadapter.jni.sag.Message
public class Message
Wrapper class for SAG C++ Message class. It is derived from sagappltypes.hpp.
| Constructor Summary | |
|---|---|
Message()
Creates a new instance of Message |
|
| Method Summary | |
|---|---|
void |
free()
Method free. |
Envelope |
getEnvelope()
Return the envelope for this message |
Letter |
getLetter()
Return the letter object for this message |
void |
setEnvelope(Envelope envelope)
Set the envelope for this message |
void |
setLetter(Letter letter)
Set the letter object for this message |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Message()
| Method Detail |
|---|
public void free()
public void setLetter(Letter letter)
letter - Letterpublic void setEnvelope(Envelope envelope)
envelope - Envelopepublic Letter getLetter()
public Envelope getEnvelope()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||