|
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.BrokerSharedEventTypeRefuseUpdateInfo
public class BrokerSharedEventTypeRefuseUpdateInfo
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 |
---|
public java.lang.String event_type_name
public boolean refuse_updates
public boolean refuse_events
Constructor Detail |
---|
public BrokerSharedEventTypeRefuseUpdateInfo()
public BrokerSharedEventTypeRefuseUpdateInfo(java.lang.String event_type, boolean refuse_up)
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 |