SAP ABAP Class CL_SSI_DISPATCH (Dispatch Requests)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CST (Application Component) Client/Server Technology
     SSI_DISPATCH (Package) Dispatching of Requests
Properties
Class CL_SSI_DISPATCH  
Short Description Dispatch Requests    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SSI_DISPATCH   Dispatching of Requests 
Created 20110421   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SSI_DISPATCH has no forward declaration.
Interfaces
Class CL_SSI_DISPATCH has no interface implemented.
Friends
Class CL_SSI_DISPATCH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LAST_SERVER_INDEX Instance attribute Private Type reference (TYPE) I Dispatching Index 20110421
2 MAX_REQUESTS Instance attribute Private Type reference (TYPE) I Maximum Number of Requests 20120126
3 NUM_OF_SERVER Instance attribute Private Type reference (TYPE) I 20110525
4 NUM_OF_VALID_SERVER Instance attribute Private Type reference (TYPE) I 20110525
5 ONLY_ACTIVE_SERVER Instance attribute Private Type reference (TYPE) I 1 Include Active Servers Only 20111011
6 PENDING_RESPONSE_LIMIT Instance attribute Private Type reference (TYPE) I -1 Maximum Number of Outstanding Responses 20111130
7 PENDING_RESPONSE_NUMBER Instance attribute Private Type reference (TYPE) I 0 Number of Outstanding Responses 20120127
8 SERVER_LIST Instance attribute Private Type reference (TYPE) SSI_SERVER_LIST_WITH_LOAD List of All Application Servers 20110421
9 SESSION_INFO Instance attribute Private Object reference (TYPE REF TO) CL_SESSION_INFO Get information about a session 20110524
10 WORKER_AGENTS Instance attribute Private Type reference (TYPE) I Sum of Worker Agents 20110524
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_SERVER_LOAD Instance method Private Method 20110526
2 CONSTRUCTOR Instance method Public Constructor 20110421
3 DISPATCH Instance method Public Method 20110421
4 RECEIVED_RESULT Instance method Public Method 20120127
Events
Class CL_SSI_DISPATCH has no event.
Types
Class CL_SSI_DISPATCH has no local type.
Method Signatures

Method CALCULATE_SERVER_LOAD Signature

Method CALCULATE_SERVER_LOAD on class CL_SSI_DISPATCH has no parameter.
# Exception Resumable Description Created on
1 CX_SSI_NO_AUTH no authority for this action 20120126
2 CX_SSI_NO_SERVER no resources 20110526

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAX_PARALLEL_TASKS Call by reference Type reference (TYPE) I -1 Max. Anzahl paralleler Aufgaben 20111130
2 Importing MAX_PARALLEL_TASKS_AS_PERCENT Call by reference Type reference (TYPE) I -1 Max. Anzahl paralleler Aufgaben in Prozent 20120126
3 Importing ONLY_ACTIVE_SERVER Call by reference Type reference (TYPE) I 1 Nur aktive Server berücksichtigen 20111011
4 Importing SERVER_GROUP Call by reference Type reference (TYPE) SSI_SERVER_GROUP Server group name 20110506
5 Importing SERVER_LIST Call by reference Type reference (TYPE) SSI_SERVER_LIST Liste aller Applikations-Server 20110421
# Exception Resumable Description Created on
1 CX_SSI_BAD_PARAMETER no resources 20120126
2 CX_SSI_NO_AUTH no authority for this action 20120126
3 CX_SSI_NO_SERVER no resources 20110525

Method DISPATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SERVER_NAME Value transfer Type reference (TYPE) SSI_SERVERNAME Name des Applikations-Servers 20110421
# Exception Resumable Description Created on
1 CX_SSI_NO_AUTH no authority for this action 20120126
2 CX_SSI_NO_SERVER Kein gültiger Server 20110525

Method RECEIVED_RESULT Signature

Method RECEIVED_RESULT on class CL_SSI_DISPATCH has no parameter.
Method RECEIVED_RESULT on class CL_SSI_DISPATCH has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 803