Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-124
Class ScLibUserConversion
Description
This class provides the Java equivalent of the standard user conversion routines 
provided in the TCP user library object file, PATHTCPL.
Member Summary
Constructor
ScLibUserConversion()
Methods 
Method Constructor
Syntax
public ScLibUserConversion (String serverClass, Gateway gateway)
Description
Constructor for the ScLibUserConversion class.
Parameters 
Method doInputUserConversion
Purpose
Performs input user conversion.
Syntax
public boolean doInputUserConversion (ScreenField[] fldArray)
doInputUserConversion() Implementation of the standard screen input 
user conversion routines
doOutputUserConversion() Implementation of the standard screen output 
user conversion routines
getServerClassName() Returns the name of the server class that 
performs the user conversion
serverClass Name of the user conversion server class
gateway Gateway object to be used for server-class send operations to 
the user conversion server










