SAP ABAP Class CL_AGENT_INFO (Agents Base Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CST (Application Component) Client/Server Technology
⤷
SSI (Package) Server Infrastructure
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AGENT_TYPES | Possible agent types | 20100428 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WORKER_INFO | Worker agent information | 20100428 |
Properties
| Class | CL_AGENT_INFO | |
| Short Description | Agents Base Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SSI | Server Infrastructure |
| Created | 20100428 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AGENT_INFO has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_AGENT_TYPES | Possible agent types | 20100428 |
Friends
Class CL_AGENT_INFO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | SSI_SERVERNAME | Name of the Application Server | 20100428 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | SSI_TIMESTAMP | Time Stamp (Number of Seconds Since 1.1.1979) | 20101207 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | SSI_AGENT_TYPE | Agent Type (e.g. Work Process, ICMAN, Gateway) | 20100428 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20100428 | |
| 2 | Instance method | Public | Method | Get process ID of the agent | 20100428 | |
| 3 | Instance method | Public | Method | Get start time of agent | 20101207 | |
| 4 | Instance method | Public | Method | Set trace level for the agent | 20100428 |
Events
Class CL_AGENT_INFO has no event.
Types
Class CL_AGENT_INFO has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SERVER_NAME | Call by reference | Type reference (TYPE) | SSI_SERVERNAME | Name des Applikations-Servers | 20100428 | |||
| 2 | TYPE | Call by reference | Type reference (TYPE) | SSI_AGENT_TYPE | Agententyp (z.B: Work-Prozess, ICMAN, Gateway) | 20100428 |
Method CONSTRUCTOR on class CL_AGENT_INFO has no exception.
Method GET_PID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PID | Value transfer | Type reference (TYPE) | SSI_PID | Prozess Nummer (PID) | 20100428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehller bei RFC Aufrufen | 20121019 |
Method GET_START_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | START_TIME | Value transfer | Type reference (TYPE) | SSI_TIMESTAMP | Zeit-Stempel (Anzahl Sekunden seit dem 1.1.1979) | 20101207 |
Method GET_START_TIME on class CL_AGENT_INFO has no exception.
Method SET_TRACE_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TRACE_LEVEL | Call by reference | Type reference (TYPE) | SSI_TRACE_LEVEL | Trace Level | 20100428 |
Method SET_TRACE_LEVEL on class CL_AGENT_INFO has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |