| Package | Description |
|---|---|
| stella.net.tpl | |
| stella.telescope |
| Modifier and Type | Class and Description |
|---|---|
class |
TplAbort
The abort and kill commands.
|
class |
TplDisconnect
The abort and kill commands.
|
class |
TplGet
The get command.
|
class |
TplSet
The set command.
|
| Constructor and Description |
|---|
TsiTimeoutException(TplCommand src) |
TsiTimeoutException(TplCommand src,
String error) |
| Modifier and Type | Field and Description |
|---|---|
private Map<Integer,TplCommand> |
OpenPilarSocket.sending
All active commands, those sending and those not processd.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
OpenPilarSocket.Monitor.checkState(TplCommand ready)
Checks, if the incoming class is watched by this monitor.
|
private void |
Pilar3Socket.Monitor.checkState(TplCommand ready)
Checks, if the incoming class is watched by this monitor.
|
private boolean |
OpenPilarSocket.send(TplCommand command)
Sends the specified command to the server socket and puts the command to
the
OpenPilarSocket.sending lookup table. |
private boolean |
Pilar3Socket.send(TplCommand command)
Sends the specified command to the server socket and puts the command to
the
Pilar3Socket.sending lookup table. |
private void |
OpenPilarSocket.stateChanged(TplCommand changed)
An event signaled that the state on a command has changed.
|
private void |
Pilar3Socket.stateChanged(TplCommand changed)
An event signaled that the state on a command has changed.
|
private boolean |
OpenPilarSocket.waitCommandCompleted(TplCommand command,
long timeout)
Waits for a given TPL command gets completed.
|
private boolean |
Pilar3Socket.waitCommandCompleted(TplCommand command,
long timeout)
Waits for a given TPL command gets completed.
|