/AWS1/CL_DRSPARTICIPATINGSER00¶
Represents a server participating in an asynchronous Job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourceserverid TYPE /AWS1/DRSSOURCESERVERID /AWS1/DRSSOURCESERVERID¶
The Source Server ID of a participating server.
iv_recoveryinstanceid TYPE /AWS1/DRSRECOVERYINSTANCEID /AWS1/DRSRECOVERYINSTANCEID¶
The Recovery Instance ID of a participating server.
iv_launchstatus TYPE /AWS1/DRSLAUNCHSTATUS /AWS1/DRSLAUNCHSTATUS¶
The launch status of a participating server.
io_launchactionsstatus TYPE REF TO /AWS1/CL_DRSLAUNCHACTSSTATUS /AWS1/CL_DRSLAUNCHACTSSTATUS¶
The post-launch action runs of a participating server.
Queryable Attributes¶
sourceServerID¶
The Source Server ID of a participating server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCESERVERID() |
Getter for SOURCESERVERID, with configurable default |
ASK_SOURCESERVERID() |
Getter for SOURCESERVERID w/ exceptions if field has no valu |
HAS_SOURCESERVERID() |
Determine if SOURCESERVERID has a value |
recoveryInstanceID¶
The Recovery Instance ID of a participating server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOVERYINSTANCEID() |
Getter for RECOVERYINSTANCEID, with configurable default |
ASK_RECOVERYINSTANCEID() |
Getter for RECOVERYINSTANCEID w/ exceptions if field has no |
HAS_RECOVERYINSTANCEID() |
Determine if RECOVERYINSTANCEID has a value |
launchStatus¶
The launch status of a participating server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHSTATUS() |
Getter for LAUNCHSTATUS, with configurable default |
ASK_LAUNCHSTATUS() |
Getter for LAUNCHSTATUS w/ exceptions if field has no value |
HAS_LAUNCHSTATUS() |
Determine if LAUNCHSTATUS has a value |
launchActionsStatus¶
The post-launch action runs of a participating server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHACTIONSSTATUS() |
Getter for LAUNCHACTIONSSTATUS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PARTICIPATINGSERVERS¶
TYPES TT_PARTICIPATINGSERVERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DRSPARTICIPATINGSER00 WITH DEFAULT KEY
.