SAP ABAP Class CL_WBEM_CLIENTFACTORY (Factory for WBEM Clients)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-SLD-ABA (Application Component) System Landscape Directory ABAP Connectivity
⤷
S_WBEM_CLIENT (Package) WBEM Client: CIM Operations and Communication
⤷
⤷
Properties
| Class | CL_WBEM_CLIENTFACTORY | |
| Short Description | Factory for WBEM Clients | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_WBEM_CLIENT | WBEM Client: CIM Operations and Communication |
| Created | 20081118 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WBEM_CLIENTFACTORY has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_WBEM_REMOTE_CLIENT | 20091111 | Client for WBEM Operations over HTTP |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_WBEM_CLIENTFACTORY | CIM Standard Configuration | 20081215 | |||
| 2 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_WBEM_CLIENTFACTORY | Dynamic Standard Configuration | 20091111 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | 20081215 | ||||
| 4 | Constant | Public | Type reference (TYPE) | I | 1 | ID for CIM Standard Configuration | 20081215 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | 4 | ID for Dynamic Standard Configuration | 20091111 | ||
| 6 | Constant | Public | Type reference (TYPE) | I | 3 | ID for Standard LMDB Configuration | 20091111 | ||
| 7 | Constant | Public | Type reference (TYPE) | I | 2 | ID for SLD Standard Configuration | 20081215 | ||
| 8 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_WBEM_CLIENTFACTORY | Standard LMDB Configuration | 20091111 | |||
| 9 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_WBEM_CLIENTFACTORY | SLD Standard Configuration | 20081215 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081215 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20081215 | |
| 3 | Instance method | Public | Method | Creates a client with HTTP destination (SM59) | 20081118 | |
| 4 | Instance method | Public | Method | Creates a client with explicit parameters | 20081126 | |
| 5 | Instance method | Public | Method | Creates a client with URL | 20081126 | |
| 6 | Instance method | Private | Method | Gets default target namespace | 20081215 | |
| 7 | Instance method | Private | Method | Gets default reference normalizer | 20081215 | |
| 8 | Instance method | Public | Method | Gets ID | 20081215 |
Events
Class CL_WBEM_CLIENTFACTORY has no event.
Types
Class CL_WBEM_CLIENTFACTORY has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WBEM_CLIENTFACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WBEM_CLIENTFACTORY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | I | ID | 20081215 |
Method CONSTRUCTOR on class CL_WBEM_CLIENTFACTORY has no exception.
Method CREATE_BY_DEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | HTTP-Destinationsname (SM59) | 20081118 | |||
| 2 | WBEMCLIENT | Value transfer | Object reference (TYPE REF TO) | IF_WBEM_SAP_CLIENT | WBEM-Operationen mit SAP-Erweiterungen | 20081118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme der WBEM-Programmierschnittstelle | 20081118 |
Method CREATE_BY_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HOST | Call by reference | Type reference (TYPE) | STRING | Hostname des CIM-Servers | 20081126 | |||
| 2 | PASSWORD | Call by reference | Type reference (TYPE) | STRING | Passwort | 20081126 | |||
| 3 | PATH | Call by reference | Type reference (TYPE) | STRING | Pfad des CIM-Servers | 20081202 | |||
| 4 | PORT | Call by reference | Type reference (TYPE) | I | Port des CIM-Servers | 20081126 | |||
| 5 | SECURE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | HTTPS verwenden? | 20081126 | ||
| 6 | USERNAME | Call by reference | Type reference (TYPE) | STRING | Anmeldename | 20081126 | |||
| 7 | WBEMCLIENT | Value transfer | Object reference (TYPE REF TO) | IF_WBEM_SAP_CLIENT | WBEM-Operationen mit SAP-Erweiterungen | 20081126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme der WBEM-Programmierschnittstelle | 20081126 |
Method CREATE_BY_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PASSWORD | Call by reference | Type reference (TYPE) | STRING | Passwort | 20081126 | |||
| 2 | URL | Call by reference | Type reference (TYPE) | STRING | URL des CIM-Servers | 20081126 | |||
| 3 | USERNAME | Call by reference | Type reference (TYPE) | STRING | Anmeldename | 20081126 | |||
| 4 | WBEMCLIENT | Value transfer | Object reference (TYPE REF TO) | IF_WBEM_SAP_CLIENT | WBEM-Operationen mit SAP-Erweiterungen | 20081126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme der WBEM-Programmierschnittstelle | 20081126 |
Method GET_DEFAULT_NAMESPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACE | Value transfer | Object reference (TYPE REF TO) | CL_CIM_NAMESPACE | Name eines CIM-Namespace | 20081215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme der WBEM-Programmierschnittstelle | 20090109 |
Method GET_DEFAULT_REFNORMALIZER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REFNORM | Value transfer | Object reference (TYPE REF TO) | CL_WBEM_REFNORMALIZER | Normalisiert CIM-Reference-Objekte | 20081215 |
Method GET_DEFAULT_REFNORMALIZER on class CL_WBEM_CLIENTFACTORY has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | I | ID | 20081215 |
Method GET_ID on class CL_WBEM_CLIENTFACTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |