Interface WebServiceComponentNames
public interface WebServiceComponentNames
Names of parts of this web service.
- Author:
- Donal Fellows
-
Field Summary
Fields Modifier and Type Field Description static String
CHIP_X
The X coordinate query parameter name.static String
CHIP_Y
The Y coordinate query parameter name.static String
ID
The ID path parameter name.static String
JOB
The job resource name component.static String
JOB_BOARD_BY_CHIP
The job board-by-chip resource name component.static String
JOB_KEEPALIVE
The job keep-alive resource name component.static String
JOB_MACHINE
The job machine resource name component.static String
JOB_MACHINE_POWER
The job power resource name component.static String
MACH
The machine resource name component.static String
MACH_BOARD_BY_ADDRESS
The machine board IP address resource name component.static String
MACH_BOARD_BY_CHIP
The machine chip resource name component.static String
MACH_BOARD_BY_LOGICAL
The machine logical board resource name component.static String
MACH_BOARD_BY_PHYSICAL
The machine physical board resource name component.static String
NAME
The name path parameter name.static String
REPORT_ISSUE
The job report-an-issue-with-a-board resource name component.static String
SERV
The overall service name in URL space.static String
WAIT
The wait-for-change query parameter name.
-
Field Details
-
SERV
The overall service name in URL space.- See Also:
- Constant Field Values
-
MACH
The machine resource name component.- See Also:
- Constant Field Values
-
MACH_BOARD_BY_LOGICAL
The machine logical board resource name component.- See Also:
- Constant Field Values
-
MACH_BOARD_BY_PHYSICAL
The machine physical board resource name component.- See Also:
- Constant Field Values
-
MACH_BOARD_BY_CHIP
The machine chip resource name component.- See Also:
- Constant Field Values
-
MACH_BOARD_BY_ADDRESS
The machine board IP address resource name component.- See Also:
- Constant Field Values
-
JOB
The job resource name component.- See Also:
- Constant Field Values
-
JOB_KEEPALIVE
The job keep-alive resource name component.- See Also:
- Constant Field Values
-
JOB_MACHINE
The job machine resource name component.- See Also:
- Constant Field Values
-
JOB_MACHINE_POWER
The job power resource name component.- See Also:
- Constant Field Values
-
JOB_BOARD_BY_CHIP
The job board-by-chip resource name component.- See Also:
- Constant Field Values
-
REPORT_ISSUE
The job report-an-issue-with-a-board resource name component.- See Also:
- Constant Field Values
-
WAIT
The wait-for-change query parameter name.- See Also:
- Constant Field Values
-
ID
The ID path parameter name.- See Also:
- Constant Field Values
-
NAME
The name path parameter name.- See Also:
- Constant Field Values
-
CHIP_X
The X coordinate query parameter name.- See Also:
- Constant Field Values
-
CHIP_Y
The Y coordinate query parameter name.- See Also:
- Constant Field Values
-