webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

COM.activesw.api.client
Class BrokerSharedEventTypeRefuseUpdateInfo

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

public class BrokerSharedEventTypeRefuseUpdateInfo
extends java.lang.Object

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


Field Summary
 java.lang.String event_type_name
          The event type name.
 boolean refuse_events
          Whether or not this territory currently refuses events of this event type.
 boolean refuse_updates
          Whether or not this territory refuses updates to the event type.
 
Constructor Summary
BrokerSharedEventTypeRefuseUpdateInfo()
          Create an empty share object.
BrokerSharedEventTypeRefuseUpdateInfo(java.lang.String event_type, boolean refuse_up)
          Create and set-up a share object.
 
Method Summary
 java.lang.String toString()
          Returns a string with the territory gateway refuse update 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.


refuse_updates

public boolean refuse_updates
Whether or not this territory refuses updates to the event type.


refuse_events

public boolean refuse_events
Whether or not this territory currently refuses events of this event type.

Constructor Detail

BrokerSharedEventTypeRefuseUpdateInfo

public BrokerSharedEventTypeRefuseUpdateInfo()
Create an empty share object.


BrokerSharedEventTypeRefuseUpdateInfo

public BrokerSharedEventTypeRefuseUpdateInfo(java.lang.String event_type,
                                             boolean refuse_up)
Create and set-up a share object.

Method Detail

toString

public java.lang.String toString()
Returns a string with the territory gateway refuse update 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.