Class Summary |
Connection |
Manages client-side connections to an MPS server. |
InputStream |
Structures the bitstream coming from an MPS server into usable MPS
primitive types (mapped onto Java types, of course). |
NamingServiceImpl |
Implementation class for the MPS Server Interface defined in
../namingservice.mps. |
OutputStream |
Flattens the bitstream going to an MPS server from MPS primitive
types. |
Proxy |
This is the base class of all client-side MPS object handles. |
Server |
Implements all the code needed to get an implementation of an MPS
interface running as an MPS server. |
Thunk |
This class is used to glue together interface
implementation-methods and the Server dispatch code. |