getInboundThreadData()
Use the
getInboundThreadData() method to get the number of threads used in processing Inbound messages for an inbound adapter service at run time.
Parameters
The method has no parameters.
Returned Results
The following table lists the returned results:
Name
|
Type
|
Description
|
SerialNo
|
integer
|
A unique row index.
|
ServiceName
|
string
|
The name of the adapter service.
|
ServiceType
|
string
|
The type of the adapter service.
- For the Subscription Service services, the value is
IDoc.
- For the Request-Response Service services, the value is
RFC.
|
Schema
|
string
|
The name of the schema.
- For the Subscription Service services, the value is
IDoc_Type.
- For the Request-Response Service services: the value is
RFC/BAPI_Type.
|
ClientConnReference
|
string
|
The client connection reference.
|
SessionReference
|
string
|
The session reference.
|
ThreadCount
|
integer
|
The number of threads.
|
Copyright © Cloud Software Group, Inc. All Rights Reserved.