|
Class Summary |
| RAPPAction |
This abstract class is extended by all RAPP action classes. |
| RAPPCallClass |
The callClass action is a user-defined action that is called
in the server. |
| RAPPCallHost |
The callHost action is used to get the current screen with
optional screen data and to get one or an enumeration of
host fields. |
| RAPPCallObject |
This class handles calling a Phantom Object in the server. |
| RAPPCallPanel |
The callPanel class makes the VirtualInterface
available for remote applications. |
| RAPPElement |
This class is a helper class that should be used by classes that
are stored or created from an Element. |
| RAPPEnumeration |
This abstract class handles all types of enumeration replies
for getField, globVar and callPanel (for list data). |
| RAPPGlobVar |
This class handles actions for Global Variables in the
NetPhantom Server application. |
| RAPPGlobVars |
This class handles the reply from the server for global
variable requests that uses wildcards in the variable name. |
| RAPPHostCell |
The host cell class is used to save information retrieved
using the CallHost action. |
| RAPPHostCells |
This class handles the reply from the server for callHost
requests that retrieves multiple host fields (cells) in
one operation. |
| RAPPHostScreen |
This class is used to handle the reply of a host screen
for the callHost action. |
| RAPPLine |
This class is used to store information of a line of cell strings
for a list-capable control for callPanel actions. |
| RAPPLines |
This class handles requests/replies for callPanel actions
when multiple lines of data are processed in operation such
as getListData and setListData. |
| RAPPNameSpaceItem |
This class holds information about namespace and contain some utility
methods for handling namespace. |
| RAPPTransaction |
This class is a helper to handle creation of the XML request for
the Remote Application interface. |
| RemoteApplication |
Use this class to establish a socket connection to a NetPhantom Server
in order to process remote application calls to a NetPhantom application. |
| RemoteTransaction |
Use an instance of this class to send and receive transactions over the
Remote Application interface. |
| SSLRemoteApplication |
Use this class to establish an SSL socket connection to a NetPhantom server
in order to process remote application calls to a NetPhantom application. |