| Package | Description |
|---|---|
| org.lsst.ccs.bus |
This package deals with standard messages for the CCS buses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandAck |
class |
CommandReply
Reply to command.
|
class |
NegativeAck
An ack message to notify initiator of a command rejection.
|
class |
PositiveAck |
| Modifier and Type | Method and Description |
|---|---|
CommandAckOrReply |
MessagingApplicationLayer.receivingReply(CommandAckOrReply reply)
if you are not the one who initiated the command, ditch it!
it means that CommandReply should have a destination !
is this a transport or an application layer problem?
|
CommandAckOrReply |
MessagingApplicationLayer.replyForSending(CommandAckOrReply reply)
this method shoudl be modified to us a transport layer information to be returned
|
| Modifier and Type | Method and Description |
|---|---|
CommandAckOrReply |
MessagingApplicationLayer.receivingReply(CommandAckOrReply reply)
if you are not the one who initiated the command, ditch it!
it means that CommandReply should have a destination !
is this a transport or an application layer problem?
|
void |
BusMessagingFactory.reply(CommandAckOrReply cmd)
Deprecated.
|
void |
MessagingFactory.reply(CommandAckOrReply cmd) |
void |
BusApplicationLayer.reply(CommandAckOrReply cmd)
sends a reply or an ack responding to a command.
|
CommandAckOrReply |
MessagingApplicationLayer.replyForSending(CommandAckOrReply reply)
this method shoudl be modified to us a transport layer information to be returned
|
Copyright © 2015 LSST. All rights reserved.