- java.lang.Object
-
- org.praxislive.core.protocols.StartableProtocol
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.praxislive.core.Protocol
Protocol.Type<T extends Protocol>, Protocol.TypeProvider
-
-
Field Summary
Fields Modifier and Type Field Description static ComponentInfoAPI_INFOstatic StartableProtocolINSTANCEstatic StringIS_RUNNINGstatic ControlInfoIS_RUNNING_INFOstatic StringSTARTstatic ControlInfoSTART_INFOstatic StringSTOPstatic ControlInfoSTOP_INFO
-
Constructor Summary
Constructors Constructor Description StartableProtocol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>controls()ControlInfogetControlInfo(String control)
-
-
-
Field Detail
-
INSTANCE
public static final StartableProtocol INSTANCE
-
START
public static final String START
- See Also:
- Constant Field Values
-
STOP
public static final String STOP
- See Also:
- Constant Field Values
-
IS_RUNNING
public static final String IS_RUNNING
- See Also:
- Constant Field Values
-
START_INFO
public static final ControlInfo START_INFO
-
STOP_INFO
public static final ControlInfo STOP_INFO
-
IS_RUNNING_INFO
public static final ControlInfo IS_RUNNING_INFO
-
API_INFO
public static final ComponentInfo API_INFO
-
-
Method Detail
-
getControlInfo
public ControlInfo getControlInfo(String control)
- Specified by:
getControlInfoin interfaceProtocol
-
-