|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.activesw.api.client.BrokerLogConfigEntry
public class BrokerLogConfigEntry
This class is a data structure used to describe a log setting.
Field Summary | |
---|---|
java.lang.String |
code
The code should be one of the BrokerLogConfig.LOG_OUTPUT_* or LOG_TOPIC_* values. |
boolean |
enabled
Whether or not the log entry is enabled. |
java.lang.String |
value
The value is any additional string parameter associated with a log topic or log output. |
Constructor Summary | |
---|---|
BrokerLogConfigEntry()
Create an empty entry |
|
BrokerLogConfigEntry(java.lang.String new_code,
boolean new_enabled,
java.lang.String new_value)
Create an entry with values set. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String code
public boolean enabled
public java.lang.String value
Constructor Detail |
---|
public BrokerLogConfigEntry()
public BrokerLogConfigEntry(java.lang.String new_code, boolean new_enabled, java.lang.String new_value)
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |