com.metamatrix.common.log.reader
Class LogEntryPropertyNames

java.lang.Object
  extended by com.metamatrix.common.log.reader.LogEntryPropertyNames
All Implemented Interfaces:
java.io.Serializable

public class LogEntryPropertyNames
extends java.lang.Object
implements java.io.Serializable

Since:
4.3
See Also:
Serialized Form

Nested Class Summary
static class LogEntryPropertyNames.ColumnName
           
 
Field Summary
static java.util.List COLUMN_NAMES
          List of String database column names which store the log message attributes
static java.lang.String MAX_LOG_ROWS_RETURNED
          The name of the System property that contains the maximum number of rows that will be returned for viewing..
 
Constructor Summary
LogEntryPropertyNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_LOG_ROWS_RETURNED

public static final java.lang.String MAX_LOG_ROWS_RETURNED
The name of the System property that contains the maximum number of rows that will be returned for viewing.. This is an optional property that defaults to '2500'.

See Also:
Constant Field Values

COLUMN_NAMES

public static java.util.List COLUMN_NAMES
List of String database column names which store the log message attributes

Constructor Detail

LogEntryPropertyNames

public LogEntryPropertyNames()


Copyright © 2009. All Rights Reserved.