|
Description:
|
responseSync ATTRIBUTE
WITH ATTRIBUTE SYNTAX RTMModule.ResponseSync;
MATCHES FOR EQUALITY;
BEHAVIOUR
responseSyncBehaviour BEHAVIOUR
DEFINED AS
"This attribute is an enumerated type whose value is one of a singleCast(-1), bestEffort(0) or atomic(1). This attribute is supported by a response monitor object. If the value is singleCast , the response monitor role object monitors the only one response to one response request. If the value is atomic or bestEffort, the monitor object can monitor more than one response to a response request. If the value is atomic, the response time is monitored as the time until all the responses are returned. If the value is bestEffort, the response time is monitored as the time until the first response returns.";;
|
|
|