|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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 Admin Version 7.1.0.0.211 082207 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||