|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
planetj.property.PropertyGroup
planetj.database.connection.ConnectionReportPropertyGroup
Insert the type's description here. Creation date: (10/28/2002 4:18:57 PM)
Field Summary | |
static java.lang.String |
ALIAS
|
static java.util.List |
ALL_PROPERTIES
|
static java.lang.String |
CONNECTION_REPORT
|
static java.lang.String |
CUMULATIVE
|
static java.lang.String |
FILE_NAME
|
static java.lang.String |
FILE_WRITE_TYPE
|
static java.lang.String |
FILE_WRITE_TYPE_APPEND
|
static java.lang.String |
FILE_WRITE_TYPE_OVERWRITE
|
static java.lang.String |
FILE_WRITE_TYPE_SEPARATE
|
static java.lang.String |
REPORT_INTERVAL
|
static java.util.List |
REQUIRED_PROPERTIES
|
static java.lang.String |
RUN_IMMEDIATELY
|
static java.lang.String |
STATEMENTS
|
Fields inherited from class planetj.property.PropertyGroup |
ALL, ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, FLOAT_PROPERTY, INTEGER_PROPERTY, JAVA_CLASS_PROPERTY, LIST_PROPERTY, MAP_PROPERTY, NONE, ROW_COLLECTION_KEY, STRING_PROPERTY |
Constructor Summary | |
ConnectionReportPropertyGroup()
ConnectionReportPropertyGroup constructor comment. |
|
ConnectionReportPropertyGroup(int initialCapacity)
ConnectionReportPropertyGroup constructor comment. |
|
ConnectionReportPropertyGroup(java.lang.String pName)
ConnectionReportPropertyGroup constructor comment. |
Method Summary | |
java.lang.String |
getAlias()
Gets the alias property |
java.util.List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties. |
java.lang.String |
getFileName()
Gets the file name property |
byte |
getFileWriteType()
Gets the file write type property |
int |
getReportInterval()
Gets the report interval property |
java.util.List |
getRequiredPropertyNames()
Gets a List containing the names of all the required properties. |
java.util.List |
getStatements()
Gets the statements property |
boolean |
isCumulative()
Gets the cumulative property |
boolean |
isRunImmediately()
Gets the run immediately property |
protected short |
propertyType(java.lang.String pPropertyName)
Gets the type of property for a specified property name. |
Methods inherited from class java.util.HashMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final java.lang.String CONNECTION_REPORT
public static final java.lang.String FILE_NAME
public static final java.lang.String ALIAS
public static final java.lang.String RUN_IMMEDIATELY
public static final java.lang.String REPORT_INTERVAL
public static final java.lang.String STATEMENTS
public static final java.lang.String FILE_WRITE_TYPE
public static final java.lang.String CUMULATIVE
public static final java.lang.String FILE_WRITE_TYPE_OVERWRITE
public static final java.lang.String FILE_WRITE_TYPE_SEPARATE
public static final java.lang.String FILE_WRITE_TYPE_APPEND
public static final java.util.List ALL_PROPERTIES
public static final java.util.List REQUIRED_PROPERTIES
Constructor Detail |
public ConnectionReportPropertyGroup()
public ConnectionReportPropertyGroup(int initialCapacity)
initialCapacity
- intpublic ConnectionReportPropertyGroup(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.lang.String getAlias()
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class PropertyGroup
public java.lang.String getFileName()
public byte getFileWriteType()
public int getReportInterval()
public java.util.List getRequiredPropertyNames()
getRequiredPropertyNames
in class PropertyGroup
public java.util.List getStatements()
public boolean isCumulative()
public boolean isRunImmediately()
protected short propertyType(java.lang.String pPropertyName)
propertyType
in class PropertyGroup
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |