|
Class Summary |
| AcceptResultStruct |
Aux class to convert the Hashtable returned by AOSapi.accept() to something
more usable, whilst not touching the AOSapi AcceptResult class. |
| ConnectResultStruct |
Aux class to convert the Hashtable returned by AOSapi.connect() to something
more usable, whilst not touching the AOSapi ConnectResult class. |
| CreateRoleResultStruct |
Aux class to convert the Hashtable returned by AOSapi.createTole() to
something more usable, whilst not touching the AOSapi CreateRoleResult
class. |
| EndpointStruct |
The address of a listen port or communication endpoint,
the XML-able version of kernel.Endpoint. |
| PrepareWaitACResultStruct |
Aux class to convert the Hashtable returned by
AOSapi.prepareWaitAgentContainer() to something more usable, whilst not
touching the AOSapi PrepareWaitACResult class. |
| RoleBitmapStruct |
Aux class to convert a role bitmap to something usable by the XML-RPC
library. |
| SelectSetsStruct |
Aux class to convert select() sets to something usable by the XML-RPC
library. |
| SocketAddressStruct |
Aux class to convert a socket address to something usable by the XML-RPC
library. |
| StringArray |
Aux class to convert an array of Strings to something usable by the XML-RPC
library. |
| TOCEntryStruct |
The return value of readTOC() is a TOCEntry[]. |
| WaitACResultStruct |
Aux class to convert the Hashtable returned by AOSapi.waitAC() to something
more usable, whilst not touching the AOSapi WaitACResult class. |
| XmlRpcDispatcher |
Dispatcher, i.e. |
| XmlRpcKernelClient |
Converter class that allows the transparent invocation of the kernel
primitives over XML-RPC. |
| XmlRpcKernelServer |
|