- receivingCommand(Command) - Method in class org.lsst.ccs.bus.MessagingApplicationLayer
-
- receivingLog(LogEvent) - Method in class org.lsst.ccs.bus.MessagingApplicationLayer
-
- receivingReply(CommandAckOrReply) - Method in class org.lsst.ccs.bus.MessagingApplicationLayer
-
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?
- receivingStatus(Status) - Method in class org.lsst.ccs.bus.MessagingApplicationLayer
-
- register(String, Bus...) - Method in interface org.lsst.ccs.bus.BusMessagingLayer
-
Creates low level communication entry points for a subsystem.
- registerToCommand() - Method in class org.lsst.ccs.bus.BusApplicationLayer
-
registers current subsystem to the Command bus
- registerToLog() - Method in class org.lsst.ccs.bus.BusApplicationLayer
-
registers current subsystem to the logging bus
- registerToStatus() - Method in class org.lsst.ccs.bus.BusApplicationLayer
-
registers current subsystem to the Status bus
- removeCommandListener(CommandListener) - Method in class org.lsst.ccs.bus.BusApplicationLayer
-
removes a CommandListener: since this command is based on strict identity the listener should be exactly the same
as the one registered.
- removeCommandListener(CommandListener) - Method in class org.lsst.ccs.bus.BusMessagingFactory
-
- removeCommandListener(CommandListener) - Method in class org.lsst.ccs.bus.MessagingFactory
-
- removeLogListener(LogListener) - Method in class org.lsst.ccs.bus.BusApplicationLayer
-
- removeLogListener(LogListener) - Method in class org.lsst.ccs.bus.BusMessagingFactory
-
- removeLogListener(LogListener) - Method in class org.lsst.ccs.bus.MessagingFactory
-
- removeMessageListener(String, BusMessageForwarder, Bus...) - Method in interface org.lsst.ccs.bus.BusMessagingLayer
-
Removes a message listener from the forwarder list.
- removeStatusListener(StatusListens) - Method in class org.lsst.ccs.bus.BusApplicationLayer
-
- removeStatusListener(StatusListens) - Method in class org.lsst.ccs.bus.BusMessagingFactory
-
- removeStatusListener(StatusListens) - Method in class org.lsst.ccs.bus.MessagingFactory
-
- reply(CommandAckOrReply) - Method in class org.lsst.ccs.bus.BusApplicationLayer
-
sends a reply or an ack responding to a command.
- reply(CommandAckOrReply) - Method in class org.lsst.ccs.bus.BusMessagingFactory
-
- reply(CommandAckOrReply) - Method in class org.lsst.ccs.bus.MessagingFactory
-
- replyForSending(CommandAckOrReply) - Method in class org.lsst.ccs.bus.MessagingApplicationLayer
-
this method shoudl be modified to us a transport layer information to be returned