| Package | Description |
|---|---|
| stella | |
| stella.globals | |
| stella.log | |
| stella.net | |
| stella.rmi | |
| stella.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ErrorHandling
The basic interface defining error handling capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractErrorHandler
An abstract implementation of an error handler.
|
class |
MasterErrorHandler
A collection of
ErrorFinalizing objects. |
class |
ParameterSet
This class combines various
Parameters to a set. |
class |
SystemErrListener
A very easy implementation of an
ErrorListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
CastingContainer.addErrorListener(ErrorListener ear)
Registers an error event listener to this property container.
|
void |
ErrorCaster.addErrorListener(ErrorListener ear)
Registers an error event listener to this error event caster.
|
void |
CastingContainer.removeErrorListener(ErrorListener ear)
Deregisters an error event listener from this property container.
|
void |
ErrorCaster.removeErrorListener(ErrorListener ear)
Deregisters an error event listener from this error event caster
|
| Modifier and Type | Field and Description |
|---|---|
private List<ErrorListener> |
TelescopeError.ear
The list of registered error listeners.
|
private List<ErrorListener> |
DeviceTrigger.errlist
The vector of error listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TelescopeError.addErrorListener(ErrorListener handler)
Registers an error event listener to this property container.
|
void |
DeviceTrigger.addErrorListener(ErrorListener ear)
Registers an error event listener to this sequencer.
|
void |
TelescopeError.removeErrorListener(ErrorListener handler)
Deregisters an error event listener from this property container.
|
void |
DeviceTrigger.removeErrorListener(ErrorListener ear)
Deregisters an error event listener from this sequencer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorEcho
A generic error listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TelescopeClient
This class acts as the command launching interface from the SCS side to the
telescope.
|
| Modifier and Type | Field and Description |
|---|---|
private List<ErrorListener> |
AbstractRmiCasterAndListener.errlist
The vector containing local error listeners.
|
private List<ErrorListener> |
ErrorRelay.errlist
These are the local error listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericMaster.addErrorListener(ErrorListener ear)
If we register a new error listener, we check if we have current status
messages.
|
void |
AbstractRmiCasterAndListener.addErrorListener(ErrorListener ear)
Registers an error event listener to this property container.
|
void |
ErrorRelay.addErrorListener(ErrorListener ear)
Registers an error event listener to this property container.
|
void |
AbstractRmiCasterAndListener.removeErrorListener(ErrorListener ear)
Deregisters an error event listener from this property container.
|
void |
ErrorRelay.removeErrorListener(ErrorListener ear)
Deregisters an error event listener from this property container.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRmiCasterAndListener.notifyErrorListener(ErrorEvent ee,
List<ErrorListener> local,
List<RmiErrorListener> remote)
Notifies all registered ErrorListeners.
|
| Modifier and Type | Field and Description |
|---|---|
private List<ErrorListener> |
PointingScheduler.errlist
This error handlers are notified on pointing model completion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PointingScheduler.addErrorListener(ErrorListener ear)
Registers an error event listener to this property container.
|
void |
PointingScheduler.removeErrorListener(ErrorListener ear)
Deregisters an error event listener from this property container.
|