Return whether or not the operation has been acknowledged.
Namespace: org.opendof.core.oalAssembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
public abstract bool isAcknowledged()
Return Value
Type:
BooleanWhether or not the operation is acknowledged.
Return whether or not the operation has been acknowledged. An operation
is acknowledged when the first response is received.
NOTE: If the response should call an
OperationListener
-derivative method, it is guaranteed to
be called (at least once) before the operation's state is set to
acknowledged.
NOTE: Some operations never receive any responses, so they are never
acknowledged. Examples: beginProvide, beginInterest, and beginQuery.
Reference