ca.idms.io
Interface NativeMessage

All Superinterfaces:
Native

public interface NativeMessage
extends Native

The NativeMessage interface defines methods to access status and error messages returned by the server.

Version:
1.00, 12/07/04
Author:
Dave Ross

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

getMessage

java.lang.String getMessage()
Gets a message from the Native object.

Returns:
The next message or null if no more.

setMessage

void setMessage(java.lang.String s)
Sets a message in the Native object.

Parameters:
s - Message string.

reset

void reset()
Reinitializes the Native object.


snap

void snap()
Displays object member variables.



Copyright © 2009 CA, All rights reserved