Package org.lsst.ccs.scripting
Class ScriptingStatusBusMessage
java.lang.Object
org.lsst.ccs.scripting.ScriptingStatusBusMessage
An object encapsulating the original BusMessage received on the Status bus
- Author:
- The LSST CCS Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe original BusMessage.The canonical class name of the original message.The origin of the message;
-
Constructor Details
-
ScriptingStatusBusMessage
-
-
Method Details
-
getOrigin
The origin of the message;- Returns:
- The origin.
-
getClassName
The canonical class name of the original message. *- Returns:
- the canonical class name.
-
getBusMessage
The original BusMessage.- Returns:
- the original message.
-