|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Entry points, RMI service classes and application-level wrappers.
See:
Description
| Interface Summary | |
| AuthorizedSession | A session (over RMI) with a Rainbow server which can carry out "dangerous" operations. |
| ExecHandler | Back-execution callback. |
| ProgressWatcher | Model- and deadlock-checking progress observation callback. |
| Server | The Rainbow server as viewed from RMI. |
| Session | A session (over RMI) with a Rainbow server. |
| Class Summary | |
| AuthorizedSessionHandler | Implementation of an authorized Rainbow server session. |
| ChannelEvent | An event on a channel. |
| DeadlockResult | Used to report results of deadlock checking. |
| ModelcheckResult | Used to report results of model checking. |
| ModelcheckResult.AutomataState | An automata state on the path to a failed model-check. |
| PropTest | Proposition parser testbed for device-free propositions. |
| SessionHandler | Implementation of a Rainbow server session. |
| SimServer | Rainbow server class. |
| SimTest | Extremely simple testbed for RASM assembly and execution. |
| Status | Used to report what happened in a simulation step. |
| TestAbstract | |
Entry points, RMI service classes and application-level wrappers.
SimTest - a simple simulator test-bed.
SimServer - a sample server that can be
connected to either a single Eco4client by a pipe, or can
be attached to a socket where any number of Eco4clients can
connect. Note: this class also exports an RMI interface, principally by means of the Session class.
PropTest - a test bed for the proposition
evaluation code.
Please note that this whole package is really just temporary. It exists primarily to collect together a number of classes that handle the transfer of data between the main system classes (in uk.ac.man.cs.rainbow.* and below) and the client written in Tcl. I suppose this all ought to be moved somewhere else more appropriate (like uk.ac.man.cs.rainbow.server maybe?) but I've not got round to it yet.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||