| 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.
|
| Modifier and Type | Method and Description |
|---|---|
D3Broadcast.Status |
D3Broadcast.getDeliveryStatus()
Deprecated.
Since 5.4.0
|
D3Broadcast.Status |
D3Broadcast.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 an IllegalArgumentException
|
| Modifier and Type | Method and Description |
|---|---|
D3Broadcast.Status |
D3ReceiveBroadcastAfterContext.getStatus()
Global status of the D3 broadcast distributed transaction.
|