Uses of Interface
com.orchestranetworks.d3.D3Broadcast.Status
-
Packages that use D3Broadcast.Status Package Description com.orchestranetworks.d3 Provides classes for distributed data delivery (D3) functionalities.com.orchestranetworks.d3.slave Provides classes and interfaces for D3 slave functionalities. -
-
Uses of D3Broadcast.Status in com.orchestranetworks.d3
Methods in com.orchestranetworks.d3 that return D3Broadcast.Status Modifier and Type Method Description D3Broadcast.StatusD3Broadcast. getDeliveryStatus()Deprecated.Since 5.4.0D3Broadcast.StatusD3Broadcast. getDeliveryStatus(DeliveryMode aDeliveryMode)Global delivery status depending on the delivery mode ('Cluster' or 'Federation').
If the broadcast operation is waiting for its turn:
returns'Not initialized'status regardless of the delivery mode If the delivery mode in the parameter is not relevant:
throws anIllegalArgumentException -
Uses of D3Broadcast.Status in com.orchestranetworks.d3.slave
Methods in com.orchestranetworks.d3.slave that return D3Broadcast.Status Modifier and Type Method Description D3Broadcast.StatusD3ReceiveBroadcastAfterContext. getStatus()Global status of the D3 broadcast distributed transaction.
-