Update Refusal Classes and Methods
You have the option of refusing all changes to document types made in the neighboring territory, or specifying which document types cannot be changed.
The following methods set and return whether a gateway refuses all updates made in a neighboring territory:
BrokerAdminClient.setTerritoryGatewayRefuseAllUpdates and
BrokerAdminClient.getTerritoryGatewayRefuseAllUpdates.
The following methods set and return the document types for which a gateway refuses updates:
BrokerAdminClient.setTerritoryGatewayRefuseEventTypeUpdates and
BrokerAdminClient.getTerritoryGatewayRefuseEventTypeUpdates.
The
BrokerSharedEventTypeRefuseUpdateInfo class stores information about how a particular event type is shared across a territory gateway, and whether the event type itself or updates to the event type are refused.
If you configure both the
BrokerAdminClient.setTerritoryGatewayRefuseAllUpdates and
BrokerAdminClient.setTerritoryGatewayRefuseEventTypeUpdates methods,
BrokerAdminClient.setTerritoryGatewayRefuseAllUpdates takes precedence, and updates to all shared document types are refused.