| Package | Description |
|---|---|
| stella | |
| stella.net | |
| stella.rmi | |
| stella.util | |
| stella.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
AcknowledgeEvent
The event representing an acknowledge event.
|
class |
DoneEvent
The event representing a done event.
|
| Modifier and Type | Method and Description |
|---|---|
static ReplyEvent |
ReplyEvent.createMatch(Object src,
String type,
long time,
CommandEvent to)
Creates a reply match.
|
static ReplyEvent |
ReplyEvent.createReply(MessageBin bin)
Creates a non-abstract subclass of a reply event from a
MessageBin object. |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterLauncher.announceInterest(ReplyEvent re)
Adds a new reply event pattern to the pattern list.
|
void |
ReplyDeliverer.announceInterest(ReplyEvent re)
The method a reply subscriber calls to announce that it is interested
to be forwarded reply events matching re.
|
void |
ReplySubscriber.forward(ReplyEvent re)
The method all matching reply events are passed to.
|
boolean |
ReplyEvent.matches(ReplyEvent that)
Checks if this reply event matches the argument one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PilarLauncher.announceInterest(ReplyEvent rpl) |
void |
CasterClient.announceInterest(ReplyEvent re)
Adds a new reply event pattern to the pattern list.
|
protected void |
CasterClient.checkForward(ReplyEvent re)
Checks if the received reply message should be forwarded to the
registered reply subscriber.
|
void |
TelescopeClient.Blocking.forward(ReplyEvent re)
If the received reply matches an offset sent during guiding, we
remove it from the list and return without notifying.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CasterTorso.announceInterest(ReplyEvent re)
Adds a new reply event pattern to the pattern list.
|
private void |
CasterTorso.checkForward(ReplyEvent re)
Checks if the received reply message should be forwarded to the
registered reply subscriber.
|
| Modifier and Type | Field and Description |
|---|---|
private List<ReplyEvent> |
TelescopeSubsidiaryCaster.offsets
For locking on a reply.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DummySequencer.forward(ReplyEvent re)
This method is called from reply deliverers.
|
void |
SimulatorSequencer.forward(ReplyEvent rp)
Ignore.
|
| Modifier and Type | Field and Description |
|---|---|
private ReplyEvent |
XMLSequencer.Conditioner.reply
The reply received.
|
private ReplyEvent |
LoopingSequencer.Conditioner.reply
The reply received.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSequencer.forward(ReplyEvent answer)
This method is called by the
ReplyDeliverer. |
void |
LoopingSequencer.forward(ReplyEvent answer)
This method is called by the
ReplyDeliverer. |
private String |
XMLSequencer.getVariableFromReply(ReplyEvent reply)
Converts an incomming reply to a reply variable.
|
private String |
LoopingSequencer.getVariableFromReply(ReplyEvent reply)
Converts an incomming reply to a reply variable.
|
| Constructor and Description |
|---|
Conditioner(ReplyEvent rep)
Constructs and starts a new conditioner processing the argument
reply event.
|
Conditioner(ReplyEvent rep)
Constructs and starts a new conditioner processing the argument reply
event.
|