public class SampleComponentState$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SampleComponentState$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SampleComponentState$() |
Modifier and Type | Method and Description |
---|---|
Choice |
akkaLocationRemovedChoice() |
Choice |
akkaLocationUpdatedChoice() |
GChoiceKey |
choiceKey() |
Choices |
choices() |
Choice |
commandValidationChoice() |
Choice |
domainChoice() |
Choice |
eventReceivedChoice() |
Prefix |
failedPrefix() |
Connection.HttpConnection |
httpConnection() |
Choice |
httpLocationRemovedChoice() |
Choice |
httpLocationUpdatedChoice() |
Choice |
initChoice() |
Choice |
observeConfigChoice() |
Choice |
offlineChoice() |
Choice |
oneWayCommandChoice() |
Choice |
onlineChoice() |
Prefix |
prefix() |
Choice |
restartChoice() |
CommandName |
setSeverityCommand() |
Choice |
setupConfigChoice() |
Choice |
shutdownChoice() |
Choice |
submitCommandChoice() |
Prefix |
successPrefix() |
Connection.TcpConnection |
tcpConnection() |
Choice |
tcpLocationRemovedChoice() |
Choice |
tcpLocationUpdatedChoice() |
csw.services.alarm.api.models.Key.AlarmKey |
testAlarmKey() |
csw.services.alarm.api.models.AlarmSeverity.Warning$ |
testSeverity() |
public static final SampleComponentState$ MODULE$
public Choice restartChoice()
public Choice onlineChoice()
public Choice domainChoice()
public Choice shutdownChoice()
public Choice setupConfigChoice()
public Choice observeConfigChoice()
public Choice commandValidationChoice()
public Choice submitCommandChoice()
public Choice oneWayCommandChoice()
public Choice initChoice()
public Choice offlineChoice()
public Choice akkaLocationUpdatedChoice()
public Choice akkaLocationRemovedChoice()
public Choice httpLocationUpdatedChoice()
public Choice httpLocationRemovedChoice()
public Choice tcpLocationUpdatedChoice()
public Choice tcpLocationRemovedChoice()
public Choice eventReceivedChoice()
public Prefix prefix()
public Prefix successPrefix()
public Prefix failedPrefix()
public CommandName setSeverityCommand()
public csw.services.alarm.api.models.Key.AlarmKey testAlarmKey()
public csw.services.alarm.api.models.AlarmSeverity.Warning$ testSeverity()
public Choices choices()
public GChoiceKey choiceKey()
public Connection.HttpConnection httpConnection()
public Connection.TcpConnection tcpConnection()