/AWS1/CL_EVBREPLAY¶
A Replay
object that contains details about a replay.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_replayname
TYPE /AWS1/EVBREPLAYNAME
/AWS1/EVBREPLAYNAME
¶
The name of the replay.
iv_eventsourcearn
TYPE /AWS1/EVBARCHIVEARN
/AWS1/EVBARCHIVEARN
¶
The ARN of the archive to replay event from.
iv_state
TYPE /AWS1/EVBREPLAYSTATE
/AWS1/EVBREPLAYSTATE
¶
The current state of the replay.
iv_statereason
TYPE /AWS1/EVBREPLAYSTATEREASON
/AWS1/EVBREPLAYSTATEREASON
¶
A description of why the replay is in the current state.
iv_eventstarttime
TYPE /AWS1/EVBTIMESTAMP
/AWS1/EVBTIMESTAMP
¶
A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
iv_eventendtime
TYPE /AWS1/EVBTIMESTAMP
/AWS1/EVBTIMESTAMP
¶
A time stamp for the time to start replaying events. Any event with a creation time prior to the
EventEndTime
specified is replayed.
iv_eventlastreplayedtime
TYPE /AWS1/EVBTIMESTAMP
/AWS1/EVBTIMESTAMP
¶
A time stamp for the time that the last event was replayed.
iv_replaystarttime
TYPE /AWS1/EVBTIMESTAMP
/AWS1/EVBTIMESTAMP
¶
A time stamp for the time that the replay started.
iv_replayendtime
TYPE /AWS1/EVBTIMESTAMP
/AWS1/EVBTIMESTAMP
¶
A time stamp for the time that the replay completed.
Queryable Attributes¶
ReplayName¶
The name of the replay.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLAYNAME() |
Getter for REPLAYNAME, with configurable default |
ASK_REPLAYNAME() |
Getter for REPLAYNAME w/ exceptions if field has no value |
HAS_REPLAYNAME() |
Determine if REPLAYNAME has a value |
EventSourceArn¶
The ARN of the archive to replay event from.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENTSOURCEARN() |
Getter for EVENTSOURCEARN, with configurable default |
ASK_EVENTSOURCEARN() |
Getter for EVENTSOURCEARN w/ exceptions if field has no valu |
HAS_EVENTSOURCEARN() |
Determine if EVENTSOURCEARN has a value |
State¶
The current state of the replay.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
StateReason¶
A description of why the replay is in the current state.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATEREASON() |
Getter for STATEREASON, with configurable default |
ASK_STATEREASON() |
Getter for STATEREASON w/ exceptions if field has no value |
HAS_STATEREASON() |
Determine if STATEREASON has a value |
EventStartTime¶
A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENTSTARTTIME() |
Getter for EVENTSTARTTIME, with configurable default |
ASK_EVENTSTARTTIME() |
Getter for EVENTSTARTTIME w/ exceptions if field has no valu |
HAS_EVENTSTARTTIME() |
Determine if EVENTSTARTTIME has a value |
EventEndTime¶
A time stamp for the time to start replaying events. Any event with a creation time prior to the
EventEndTime
specified is replayed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENTENDTIME() |
Getter for EVENTENDTIME, with configurable default |
ASK_EVENTENDTIME() |
Getter for EVENTENDTIME w/ exceptions if field has no value |
HAS_EVENTENDTIME() |
Determine if EVENTENDTIME has a value |
EventLastReplayedTime¶
A time stamp for the time that the last event was replayed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENTLASTREPLAYEDTIME() |
Getter for EVENTLASTREPLAYEDTIME, with configurable default |
ASK_EVENTLASTREPLAYEDTIME() |
Getter for EVENTLASTREPLAYEDTIME w/ exceptions if field has |
HAS_EVENTLASTREPLAYEDTIME() |
Determine if EVENTLASTREPLAYEDTIME has a value |
ReplayStartTime¶
A time stamp for the time that the replay started.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLAYSTARTTIME() |
Getter for REPLAYSTARTTIME, with configurable default |
ASK_REPLAYSTARTTIME() |
Getter for REPLAYSTARTTIME w/ exceptions if field has no val |
HAS_REPLAYSTARTTIME() |
Determine if REPLAYSTARTTIME has a value |
ReplayEndTime¶
A time stamp for the time that the replay completed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLAYENDTIME() |
Getter for REPLAYENDTIME, with configurable default |
ASK_REPLAYENDTIME() |
Getter for REPLAYENDTIME w/ exceptions if field has no value |
HAS_REPLAYENDTIME() |
Determine if REPLAYENDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REPLAYLIST
¶
TYPES TT_REPLAYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EVBREPLAY WITH DEFAULT KEY
.