SAP ABAP Class /SDF/CL_IVIS_SUBSCR_HANDLER (Converts subscriptions to queries)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-SDD (Application Component) Service Data Download
⤷
/SDF/INTEGR_VIS (Package) Data collectors ABAP based middleware technologies
⤷
⤷
Properties
| Class | /SDF/CL_IVIS_SUBSCR_HANDLER | |
| Short Description | Converts subscriptions to queries | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SDF/INTEGR_VIS | Data collectors ABAP based middleware technologies |
| Created | 20120608 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /SDF/CL_IVIS_SUBSCR_HANDLER has no forward declaration.
Interfaces
Class /SDF/CL_IVIS_SUBSCR_HANDLER has no interface implemented.
Friends
Class /SDF/CL_IVIS_SUBSCR_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | /SDF/CL_IVIS_QUERY_PERSIST | 20120608 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | /SDF/IVIS_DC_ID_T | List of IDs | 20120608 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | /SDF/IVIS_DC_SUBSCRIPTION_T | List of subscriptions | 20120608 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120704 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20120608 | |
| 3 | Instance method | Private | Method | Convert incoming Magellan filters to internal filters. | 20120808 | |
| 4 | Instance method | Private | Method | 20120608 | ||
| 5 | Instance method | Public | Method | 20120608 | ||
| 6 | Instance method | Private | Method | 20120608 | ||
| 7 | Instance method | Public | Method | 20120608 | ||
| 8 | Instance method | Public | Method | 20120608 | ||
| 9 | Instance method | Public | Method | 20120608 |
Events
Class /SDF/CL_IVIS_SUBSCR_HANDLER has no event.
Types
Class /SDF/CL_IVIS_SUBSCR_HANDLER has no local type.
Method Signatures
Method COMPLETE_FILTER_CRIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FILTERS | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_FILTER_T | List of filters | 20120704 | |||
| 2 | IT_FILTERS | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_FILTER_T | List of filters | 20120704 | |||
| 3 | MW_PROTOCOL | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_MWPROT_DEL | Middleware protocol | 20120704 | |||
| 4 | RT_COMP_TYPE | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_RTCOMP_TYP_DEL | Runtime component type | 20120704 |
Method COMPLETE_FILTER_CRIT on class /SDF/CL_IVIS_SUBSCR_HANDLER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /SDF/CL_IVIS_SUBSCR_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception during query handling | 20120611 |
Method CONVERT_FILTERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FILTERS | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_FILTER_T | Internal Data Collector filters. | 20120815 | |||
| 2 | IT_FILTERS | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_MGN_FILTER_T | Incoming Magellan filters. | 20120815 |
Method CONVERT_FILTERS on class /SDF/CL_IVIS_SUBSCR_HANDLER has no exception.
Method GET_MW_PROTOCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_COMP_TYPE | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_RTCOMP_TYP_DEL | Runtime component type | 20120608 | |||
| 2 | RVAL | Value transfer | Type reference (TYPE) | /SDF/IVIS_DC_MWPROT_DEL | Middleware protocol | 20120608 |
Method GET_MW_PROTOCOL on class /SDF/CL_IVIS_SUBSCR_HANDLER has no exception.
Method SUBSCRIBE_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUBSCRIPTION | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_SUBSCRIPTION | Subsription for data collector | 20120608 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception during query handling | 20120611 |
Method SUBSCRIPTION_TO_QUERIES Signature
Method SUBSCRIPTION_TO_QUERIES on class /SDF/CL_IVIS_SUBSCR_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception during query handling | 20120611 |
Method UNSUBSCRIBE_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUBSCRIPTION_ID | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_ID_DEL | Type for IVIS IDs | 20120608 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception during query handling | 20120611 |
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUBSCRIPTIONS | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_SUBSCRIPTION_T | 20120608 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception during query handling | 20120611 |
Method UPDATE_AND_REMOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUBS_RMV | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_ID_T | List of IDs | 20120608 | |||
| 2 | SUBS_UPD | Call by reference | Type reference (TYPE) | /SDF/IVIS_DC_SUBSCRIPTION_T | List of subscriptions | 20120608 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception during query handling | 20120611 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 2008_1_620 |