|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NativeMessage
The NativeMessage interface defines methods to access status and error messages returned by the server.
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Gets a message from the Native object. |
void |
reset()
Reinitializes the Native object. |
void |
setMessage(java.lang.String s)
Sets a message in the Native object. |
void |
snap()
Displays object member variables. |
| Methods inherited from interface ca.idms.io.Native |
|---|
getClient, length, readNative, writeNative |
| Method Detail |
|---|
java.lang.String getMessage()
void setMessage(java.lang.String s)
s - Message string.void reset()
void snap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||