Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Appendix M Java APIs Used in V6.0L20 and Earlier | > M.1 ShunSearch Class |
This method returns the content of the response data using the character code specified in the 'character encoding of returned result data' parameter of the create() method.
String[] getRecData (); |
The content of the response data from the director is returned as an array having as many elements as the number of replies.
None.
This is output when one of the following errors occurs:
Refer to M.4 Error Codes Output for details on error codes.
This method creates an array having as many elements as the number of replies and returns it to the application.
The content of the response data is stored in the first element.
Execution |
Obtained array |
Content of array |
---|---|---|
getRecData() |
Obtained array [0] |
Content of the first response data |
Obtained array [1] |
Content of the second response data |
|
Obtained array [2] |
Content of the third response data |
|
... |
... |
... |
Contents
Index
![]() ![]() |