4.4.4.3 VIEW Field Definitions
The “simpview.v16 Field Definitions” listing
shows the Oracle Tuxedo VIEW field definitions for the
simpview.java
example that were shown in the previous
listing.
Listing simpview.v16 Field Definitions
#
# VIEW for SIMPVIEW. This view is used for both input and output. The
# service could also have used separate input and output views.
# The first 3 params are input params, the second 3 are outputs.
#
VIEW SimpView
$
#type cname fbname count flag size null
string inString - 1 - 32 -
long inInt - 1 - - -
float inFloat - 1 - - -
string outString - 1 - 32 -
long outInt - 1 - - -
float outFloat - 1 - - -
END
Parent topic: Using the VIEW Buffer Type