org.lsst.ccs.bus
Class BusApplicationLayer.ForwarderToCommand
java.lang.Object
org.lsst.ccs.bus.BusApplicationLayer.ForwarderToCommand
- All Implemented Interfaces:
- BusMessageForwarder
- Enclosing class:
- BusApplicationLayer
protected class BusApplicationLayer.ForwarderToCommand
- extends Object
- implements BusMessageForwarder
instances of this class will forward commands coming from the transport layer
to the registered CommandListener.
When the incoming message is a command to be executed the TreadLocal
data that links commands with their corresponding relpis or ack is populated
(see reply method documentation).
|
Method Summary |
void |
update(org.lsst.ccs.bus.BusMessage message)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
update
public void update(org.lsst.ccs.bus.BusMessage message)
- Specified by:
update in interface BusMessageForwarder
Copyright © 2013 LSST. All Rights Reserved.