webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

COM.activesw.api.client
Class BrokerSharedEventTypeInfo

java.lang.Object
  extended by COM.activesw.api.client.BrokerSharedEventTypeInfo

public class BrokerSharedEventTypeInfo
extends java.lang.Object

This class stores configuration information about how an event type is shared across a territory gateway


Field Summary
 boolean accept_publish
          Whether or not this territory accepts having events being published or delivered from the remote territory.
 boolean accept_subscribe
          Whether or not this territory can forward subscriptions or deliver events to the remote territory.
 java.lang.String event_type_name
          The event type name.
 boolean is_synchronized
          Whether or not the event type is synchronized with the remote territory.
 java.lang.String subscribe_filter
          The filter string for events sent through the gateway.
 
Constructor Summary
BrokerSharedEventTypeInfo()
          Create an empty share object.
BrokerSharedEventTypeInfo(java.lang.String event_type, boolean accept_pub, boolean accept_sub)
          Create and set-up a share object.
 
Method Summary
 java.lang.String toString()
          Returns a string with the territory gateway info in a form suitable for human viewing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

event_type_name

public java.lang.String event_type_name
The event type name.


accept_publish

public boolean accept_publish
Whether or not this territory accepts having events being published or delivered from the remote territory.


accept_subscribe

public boolean accept_subscribe
Whether or not this territory can forward subscriptions or deliver events to the remote territory.


is_synchronized

public boolean is_synchronized
Whether or not the event type is synchronized with the remote territory. If not, the value of accept_publish and accept_subscribe do not matter since events will not flow.


subscribe_filter

public java.lang.String subscribe_filter
The filter string for events sent through the gateway. For example "
 cost < 300.00
 
" or "
 (total >= 300.00) and (state = "CA")
 
" The filter must be true for the event to be sent; if false, the event is discarded. The filter can be set null or set to an empty string, both meaning that no filtering is applied to events of this event type.

Constructor Detail

BrokerSharedEventTypeInfo

public BrokerSharedEventTypeInfo()
Create an empty share object.


BrokerSharedEventTypeInfo

public BrokerSharedEventTypeInfo(java.lang.String event_type,
                                 boolean accept_pub,
                                 boolean accept_sub)
Create and set-up a share object.

Method Detail

toString

public java.lang.String toString()
Returns a string with the territory gateway info in a form suitable for human viewing.

Overrides:
toString in class java.lang.Object

webMethods Broker Administration Java API
Version 9.5.1.0.171 091713


Copyright © 2001 - 2013 Software AG Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, United States of America, and/or their suppliers.