5. Configuring the OpenROAD Server : Server Component and Gatekeeper Configuration : How You Configure the OpenROAD Server Java Client Gatekeeper : Java Classes
 
Share this page                  
Java Classes
The openroad.jar file contains classes from two different packages:
com.ca.openroad
com.ca.openroad.asoLib
Most of the classes in the com.ca.openroad package are wrappers for the corresponding COM classes. This package also includes classes that support the HTTP transport option by providing services that let you write an HTTP gatekeeper servlet. The important classes are:
ParameterData
A Java wrapper for the OpenROAD.ParameterData COM class
RemoteServer
A Java wrapper for the OpenROAD.RemoteServer COM class
ASOSession
A Java wrapper for the OpenROAD.ASOSession COM class
SerialRemoteServer
A Java wrapper for the OpenROAD.SerialRemoteServer COM class (which is used only in the context of an HTTP gatekeeper)
InitiateRequest, Call4GLRequestHeader, DisconnectRequest
Simple "public struct" classes to facilitate the return of multiple string values from a single SerialRemoteServer method call
COMException
A Java exception class that contains a COM HRESULT error code, and error text. It extends Java.io.IOException.