SAP ABAP Class CL_RSWR_CLUSTER_INFO (Services in J2EE Engine Cluster)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSWEBRUNTIME (Package) Web Runtime Environment Functions (7.x)
Properties
Class CL_RSWR_CLUSTER_INFO  
Short Description Services in J2EE Engine Cluster    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSWEBRUNTIME   Web Runtime Environment Functions (7.x) 
Created 20040802   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSWR_CLUSTER_INFO has no forward declaration.
Interfaces
Class CL_RSWR_CLUSTER_INFO has no interface implemented.
Friends
Class CL_RSWR_CLUSTER_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_TH_CLUSTER_INFO Instance attribute Private Type reference (TYPE) TP_TH_CLUSTER_INFO 20040804
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20040802
2 GET_CLUSTER_IDS Instance method Public Method 20040815
3 GET_CLUSTER_INFO Instance method Public Method 20040815
4 GET_DATA Static method Private Method 20040804
Events
Class CL_RSWR_CLUSTER_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_CLUSTER_INFO Private See coding 20040802 BEGIN OF TP_S_CLUSTER_INFO, cluster_id TYPE string, is_dispatcher type rs_bool, core_version type string, os_name TYPE string, prt_bridge_version_manifest TYPE string, server_ip type string, server_name type string, server_port type string, END OF TP_S_CLUSTER_INFO
2 TP_TH_CLUSTER_INFO Private See coding 20040802 TP_TH_CLUSTER_INFO TYPE hashed TABLE OF tp_s_cluster_info with unique key cluster_id
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLUSTERS_XML Value transfer Type reference (TYPE) STRING 20040802
# Exception Resumable Description Created on
1 INTERNAL_ERROR 20040802

Method GET_CLUSTER_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CLUSTER_IDS Value transfer Type reference (TYPE) ANY 20040815

Method GET_CLUSTER_IDS on class CL_RSWR_CLUSTER_INFO has no exception.

Method GET_CLUSTER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CORE_VERSION Call by reference Type reference (TYPE) STRING Core Version 20040815
2 Exporting E_IS_DISPATCHER Call by reference Type reference (TYPE) RS_BOOL Dispatcher 20040815
3 Exporting E_OS_NAME Call by reference Type reference (TYPE) STRING OS Name 20040815
4 Exporting E_PRT_BRIDGE_VERSION_MANIFEST Call by reference Type reference (TYPE) STRING PRT Bridge Version Manifest 20040815
5 Exporting E_SERVER_IP Call by reference Type reference (TYPE) STRING Server IP 20040815
6 Exporting E_SERVER_NAME Call by reference Type reference (TYPE) STRING Server Name 20040815
7 Exporting E_SERVER_PORT Call by reference Type reference (TYPE) STRING Server Port 20040815
8 Importing I_CLUSTER_ID Call by reference Type reference (TYPE) STRING Cluster ID 20040815
# Exception Resumable Description Created on
1 UNKNOWN_CLUSTER_ID Unbekannte Cluster ID 20040815

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_IXML_ELEMENT 20040804
2 Importing I_TAG_NAME Call by reference Type reference (TYPE) STRING 20040804
3 Returning R_DATA Value transfer Type reference (TYPE) STRING 20040804

Method GET_DATA on class CL_RSWR_CLUSTER_INFO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 350