| Package | Description |
|---|---|
| stella | |
| stella.adapter | |
| stella.net | |
| stella.rmi | |
| stella.util | |
| stella.xml |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Sequencing<E>
The interface defining sequencing capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSequencer<E>
An abstract implementation of a sequencing class.
|
| Modifier and Type | Field and Description |
|---|---|
private ReplySubscriber |
MasterLauncher.forward
The registered reply subscriber.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MasterLauncher.registerReplySubscriber(ReplySubscriber sub)
Registers the reply subscriber.
|
void |
ReplyDeliverer.registerReplySubscriber(ReplySubscriber rs)
Registers the reply subscriber.
|
| Modifier and Type | Field and Description |
|---|---|
private ReplySubscriber |
AdapterTelescopeCaster.reply
The reply subscriber used for blocking command-sends.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
TelescopeClient.Blocking
A class that allows blocking on incoming commands.
|
| Modifier and Type | Field and Description |
|---|---|
private ReplySubscriber |
CasterClient.forward
The registered reply subscriber.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PilarLauncher.registerReplySubscriber(ReplySubscriber sub) |
void |
CasterClient.registerReplySubscriber(ReplySubscriber fwd)
Registers the reply subscriber.
|
| Modifier and Type | Field and Description |
|---|---|
private ReplySubscriber |
CasterTorso.forward
The registered reply subscriber.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CasterTorso.registerReplySubscriber(ReplySubscriber forward)
Registers the reply subscriber.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummySequencer
A class that implements a sequencer for testing the master mind.
|
class |
SimulatorSequencer
This class is used as a
Sequencing instanance for
simulating the target load on STELLA. |
| Modifier and Type | Field and Description |
|---|---|
private ReplySubscriber |
TelescopeSubsidiaryCaster.reply
The reply subscriber used for blocking command-sends.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoopingSequencer |
class |
XMLSequencer |