Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Broker Territories | Using Territory Gateways | Setting Shared Event Types
 
Setting Shared Event Types
The BrokerAdminClient.setTerritoryGatewaySharedEventTypes method can be used to set the event types that will be forwarded or received by a gateway Broker. You specify the following parameters:
*The territory name.
*An array of BrokerSharedEventTypeInfo objects.
Each BrokerSharedEventTypeInfo object contains:
*The event type name.
*An indication of whether or not this Broker will accept events of this type that are being published or delivered from the remote territory
*An indication of whether or not this Broker will accept forwarded subscriptions or deliver events of this type to the remote territory.
*An indication of whether or not this event type is synchronized with the remote territory.