webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

COM.activesw.api.client
Class BrokerLogConfigEntry

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

public class BrokerLogConfigEntry
extends java.lang.Object

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

code

public java.lang.String code
The code should be one of the BrokerLogConfig.LOG_OUTPUT_* or LOG_TOPIC_* values.


enabled

public boolean enabled
Whether or not the log entry is enabled.


value

public java.lang.String value
The value is any additional string parameter associated with a log topic or log output. Currently, this is only used by the LOG_OUTPUT_SYSLOG to store the syslog facility.

Constructor Detail

BrokerLogConfigEntry

public BrokerLogConfigEntry()
Create an empty entry


BrokerLogConfigEntry

public BrokerLogConfigEntry(java.lang.String new_code,
                            boolean new_enabled,
                            java.lang.String new_value)
Create an entry with values set.


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.