Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Appendix M Java APIs Used in V6.0L20 and Earlier> M.1 ShunSearch Class

M.1.8 getRecData

mark1Function

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.

mark1Syntax

String[] getRecData ();

mark1Return Value

The content of the response data from the director is returned as an array having as many elements as the number of replies.

mark1Parameters

None.

mark1Exceptions

mark2ShunException

This is output when one of the following errors occurs:

Refer to M.4 Error Codes Output for details on error codes.

mark1Reply Layout

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 PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006