public abstract class D3ReceiveBroadcastTrigger extends Object
ebx.jar.
On submit, if the class is not found or does not extend D3ReceiveBroadcastTrigger, a validation
error is displayed.
handleBeforeBroadcast(D3ReceiveBroadcastBeforeContext) is invoked in order to perform custom
operations.handleAfterBroadcast(D3ReceiveBroadcastAfterContext) is invoked to
perform
custom operations.| Constructor and Description |
|---|
D3ReceiveBroadcastTrigger() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleAfterBroadcast(D3ReceiveBroadcastAfterContext aContext)
This method is called after the transaction whatever the status.
|
void |
handleBeforeBroadcast(D3ReceiveBroadcastBeforeContext aContext)
This method is called before applying the broadcast content in the replica node.
|
public void handleBeforeBroadcast(D3ReceiveBroadcastBeforeContext aContext) throws OperationException
The default implementation does nothing.
OperationException - to be thrown when an unexpected exception occurs.
As a consequence, a failure acknowledgment is sent to the primary node
and the exception is logged.public void handleAfterBroadcast(D3ReceiveBroadcastAfterContext aContext) throws OperationException
The default implementation does nothing.
OperationException - to be thrown when an unexpected exception occurs.
As a consequence, the exception is logged.