public class BrokerSharedEventTypeInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string with the territory gateway info in a form suitable for human viewing.
|
public java.lang.String event_type_name
public boolean accept_publish
public boolean accept_subscribe
public boolean is_synchronized
public java.lang.String subscribe_filter
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.
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.