|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.activesw.api.client.BrokerSharedEventTypeInfo
public class BrokerSharedEventTypeInfo
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 |
---|
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.
Constructor Detail |
---|
public BrokerSharedEventTypeInfo()
public BrokerSharedEventTypeInfo(java.lang.String event_type, boolean accept_pub, boolean accept_sub)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |