SAP ABAP Class CL_XMS_EO_QUEUE_BALANCE (EO Queue Determination)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-IEN (Application Component) Integration Engine
⤷
SXMSF (Package) XI: Integration Engine Runtime
⤷
⤷
Properties
| Class | CL_XMS_EO_QUEUE_BALANCE | |
| Short Description | EO Queue Determination | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SXMSF | XI: Integration Engine Runtime |
| Created | 20080505 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_XMS_EO_QUEUE_BALANCE has no forward declaration.
Interfaces
Class CL_XMS_EO_QUEUE_BALANCE has no interface implemented.
Friends
Class CL_XMS_EO_QUEUE_BALANCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | SXMS_QUEUE_MAX_TAB | 20080506 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080505 | |
| 2 | Instance method | Protected | Method | 20080506 | ||
| 3 | Instance method | Public | Method | 20110708 | ||
| 4 | Instance method | Protected | Method | 20080506 | ||
| 5 | Instance method | Public | Method | 20080602 | ||
| 6 | Instance method | Public | Method | 20080505 |
Events
Class CL_XMS_EO_QUEUE_BALANCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | QUEUE_STAT_STR | Public | See coding | 20080505 | BEGIN OF queue_stat_str,
prefix TYPE sxms_queue_prefix,
shortname TYPE sxms_bsn_short,
postfix TYPE int4,
count TYPE int4,
END OF queue_stat_str
|
||
| 2 | QUEUE_STAT_TTYP | Public | See coding | 20080505 | queue_stat_ttyp TYPE sorted TABLE OF queue_stat_str WITH UNIQUE KEY prefix shortname postfix count
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_XMS_EO_QUEUE_BALANCE has no parameter.
Method CONSTRUCTOR on class CL_XMS_EO_QUEUE_BALANCE has no exception.
Method CONVERT_TO_POSTFIX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20080506 | |||
| 2 | POSTFIX | Value transfer | Type reference (TYPE) | CHAR4 | Nicht näher def. Bereich, evtl. für Patchlevels verwendbar | 20080506 |
Method CONVERT_TO_POSTFIX on class CL_XMS_EO_QUEUE_BALANCE has no exception.
Method GET_ALL_QUEUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN | Value transfer | Type reference (TYPE) | SXMS_QUEUE_MAX_TAB | EO Queue Balancing | 20110708 |
Method GET_ALL_QUEUES on class CL_XMS_EO_QUEUE_BALANCE has no exception.
Method GET_RANDOM_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAX | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20080506 | |||
| 2 | NUMBER | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20080506 |
Method GET_RANDOM_NUMBER on class CL_XMS_EO_QUEUE_BALANCE has no exception.
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20080602 | |||
| 2 | MAX | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20080602 | |||
| 3 | POSTFIX | Value transfer | Type reference (TYPE) | CHAR4 | Name einer tRFC-Queue | 20080602 | |||
| 4 | PREFIX | Call by reference | Type reference (TYPE) | SXMS_QUEUE_PREFIX | Queue-Präfix | 20080602 | |||
| 5 | SHORTNAME | Call by reference | Type reference (TYPE) | SXMS_BSN_SHORT | Business Kurzname | 20080602 |
Method READ on class CL_XMS_EO_QUEUE_BALANCE has no exception.
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAX | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20080602 |
Method UPDATE on class CL_XMS_EO_QUEUE_BALANCE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |