Interface WebServiceComponentNames
public interface WebServiceComponentNames
Names of parts of this web service.
- Author:
- Donal Fellows
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The memory address query parameter name.static final String
The boot path.static final String
The P coordinate query parameter name.static final String
The X coordinate query parameter name.static final String
The Y coordinate query parameter name.static final String
The Ethernet address query parameter name.static final String
The X coordinate of the Ethernet chip of the chip.static final String
The Y coordinate of the Ethernet chip of the chip.static final String
The fast-data-read path.static final String
The fast-data-write path.static final String
The processor ID of the gather core.static final String
The X coordinate of the gather core.static final String
The Y coordinate of the gather core.static final String
The ID path parameter name.static final String
The IPTag query parameter name.static final String
The job resource name component.static final String
The job board-by-chip resource name component.static final String
The job keep-alive resource name component.static final String
The job machine resource name component.static final String
The job power resource name component.static final String
The machine resource name component.static final String
The machine board IP address resource name component.static final String
The machine chip resource name component.static final String
The machine logical board resource name component.static final String
The machine physical board resource name component.static final String
The job memory to read or write.static final String
The name path parameter name.static final String
The job report-an-issue-with-a-board resource name component.static final String
The overall service name in URL space.static final String
The size to read or write query parameter name.static final String
The wait-for-change query parameter name.
-
Field Details
-
SERV
The overall service name in URL space.- See Also:
-
MACH
The machine resource name component.- See Also:
-
MACH_BOARD_BY_LOGICAL
The machine logical board resource name component.- See Also:
-
MACH_BOARD_BY_PHYSICAL
The machine physical board resource name component.- See Also:
-
MACH_BOARD_BY_CHIP
The machine chip resource name component.- See Also:
-
MACH_BOARD_BY_ADDRESS
The machine board IP address resource name component.- See Also:
-
JOB
The job resource name component.- See Also:
-
JOB_KEEPALIVE
The job keep-alive resource name component.- See Also:
-
JOB_MACHINE
The job machine resource name component.- See Also:
-
JOB_MACHINE_POWER
The job power resource name component.- See Also:
-
JOB_BOARD_BY_CHIP
The job board-by-chip resource name component.- See Also:
-
REPORT_ISSUE
The job report-an-issue-with-a-board resource name component.- See Also:
-
MEMORY
The job memory to read or write.- See Also:
-
BOOT
The boot path.- See Also:
-
FAST_DATA_WRITE
The fast-data-write path.- See Also:
-
FAST_DATA_READ
The fast-data-read path.- See Also:
-
WAIT
The wait-for-change query parameter name.- See Also:
-
ID
The ID path parameter name.- See Also:
-
NAME
The name path parameter name.- See Also:
-
CHIP_X
The X coordinate query parameter name.- See Also:
-
CHIP_Y
The Y coordinate query parameter name.- See Also:
-
CHIP_P
The P coordinate query parameter name.- See Also:
-
ETH_X
The X coordinate of the Ethernet chip of the chip.- See Also:
-
ETH_Y
The Y coordinate of the Ethernet chip of the chip.- See Also:
-
GATHER_X
The X coordinate of the gather core.- See Also:
-
GATHER_Y
The Y coordinate of the gather core.- See Also:
-
GATHER_P
The processor ID of the gather core.- See Also:
-
ADDRESS
The memory address query parameter name.- See Also:
-
SIZE
The size to read or write query parameter name.- See Also:
-
ETH_ADDRESS
The Ethernet address query parameter name.- See Also:
-
IPTAG
The IPTag query parameter name.- See Also:
-