InsertUpdateSlotSchedule (sequenceNumber: SequenceNumber, insertUpdateSlotScheduleInfo: InsertUpdateSlotScheduleInfo): ResponseStatus
Insert a new slot schedule, or updates an existing one.
Parameters:
sequenceNumber: SequenceNumber
The sequenceNumber is incremented by 1 on each call to InsertUpdateSlotSchedule. If the has another value than expected the call should fail. The slot coordinator software should then use GetLastSequenceNumber to retrieve the last sequence number/transaction that was successfully processed, and restart from there.insertUpdateSlotScheduleInfo: InsertUpdateSlotScheduleInfo
A Schedule pattern with corresponding information describing one or more arrivals or departures at one slot regulated airport that should be created or updated.
Returns: ResponseStatus
Additional codes defined for ResponseStatusCode: None
DeleteSlotSchedule (sequenceNumber: SequenceNumber, deleteSlotScheduleInfo: DeleteSlotScheduleInfo): ResponseStatus
Used to delete one or more flight schedules at a slot regulated airport.
Parameters:
- sequenceNumber : SequenceNumber
The sequenceNumber is incremented by 1 on each call to InsertUpdateSlotSchedule. If the has another value than expected the call should fail. The slot coordinator software should then use GetLastSequenceNumber to retrieve the last sequence number/transaction that was successfully processed, and restart from there. - deleteSlotScheduleInfo : DeleteSlotScheduleInfo
A Schedule pattern describing one or more arrivals or departures at one slot regulated airport that should deleted.
Returns: ResponseStatus
Additional codes defined for ResponseStatusCode: None
GetLastSequenceNumber(): SequenceNumber
Return the last sequence number successfully processed by the InsertUpdateSlotSchedule or DeleteSlotSchedule calls.
Parameters: None
Returns: The last sequence number successfully processed.
Heartbeat (): void
The slot coordinator software call the heartbeat operation regularly to indicate that it is running ok, and that the connection is ok. The actual rate must be agreed upon between the slot coordinator and the airport.
Parameters: None
Returns: Nothing