Package uk.ac.gda.service.hutch
Class HutchStateMessage
java.lang.Object
uk.ac.gda.message.api.GDAMessage
uk.ac.gda.message.api.NotifyMessage
uk.ac.gda.service.hutch.HutchStateMessage
- All Implemented Interfaces:
Serializable,IGDAMessage,HutchServiceMessage
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface uk.ac.gda.service.hutch.HutchServiceMessage
HutchServiceMessage.Message -
Constructor Summary
ConstructorsConstructorDescriptionHutchStateMessage(Serializable sourceToken, String message) HutchStateMessage(String message) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetOperational(boolean isOperational) voidsetOperationalHutch(String operationalHutch) Methods inherited from class uk.ac.gda.message.api.GDAMessage
getCategory, getMessage, getSourceToken, setCategory, setMessage, setSourceTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface uk.ac.gda.message.api.IGDAMessage
getCategory, getMessage, getSourceToken, setCategory, setMessage, setSourceToken
-
Constructor Details
-
HutchStateMessage
public HutchStateMessage() -
HutchStateMessage
-
HutchStateMessage
-
-
Method Details
-
getOperationalHutch
-
isOperational
public boolean isOperational() -
setOperational
public void setOperational(boolean isOperational) -
setOperationalHutch
-