Package gda.jython
Class JythonServerStatus
java.lang.Object
gda.jython.JythonServerStatus
- All Implemented Interfaces:
Serializable
Class which holds a snapshot of the state of the server. Used by classes to inform each other of the server state
changing.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal JythonStatusStatus of the currently running scan (only one can run at once).final StringName of the currently running script - null if no script is runningfinal JythonStatusStatus of the currently running script -
Constructor Summary
ConstructorsConstructorDescriptionJythonServerStatus(JythonStatus scriptStatus, JythonStatus scanStatus) JythonServerStatus(JythonStatus scriptStatus, JythonStatus scanStatus, String scriptName) -
Method Summary
-
Field Details
-
scriptStatus
Status of the currently running script -
scanStatus
Status of the currently running scan (only one can run at once). -
scriptName
Name of the currently running script - null if no script is running
-
-
Constructor Details
-
JythonServerStatus
-
JythonServerStatus
-
-
Method Details