A C D F G I L M R S

A

addLifecycleListener(LifecycleListener) - Method in class com.lamatek.valves.DBAccessLogValve
Adds a LifeCycleListener.

C

com.lamatek.valves - package com.lamatek.valves
 

D

DBAccessLogValve - Class in com.lamatek.valves
This class performs a similar function to the org.apache.catalina.valves.AccessLogValve class in that it logs each access for the Context in which it is defined.
DBAccessLogValve() - Constructor for class com.lamatek.valves.DBAccessLogValve
Creates a new DBAccessLogValve with default values.

F

findLifecycleListeners() - Method in class com.lamatek.valves.DBAccessLogValve
Returns all registered LifecycleListeners.

G

getColumnNames() - Method in class com.lamatek.valves.DBAccessLogValve
Returns the comma separated list of column names that correlates to the current pattern.
getCondition() - Method in class com.lamatek.valves.DBAccessLogValve
Returns the conditional String for this instance.
getDriver() - Method in class com.lamatek.valves.DBAccessLogValve
Returns the currently assigned driver classname.
getInfo() - Method in class com.lamatek.valves.DBAccessLogValve
 
getLookup() - Method in class com.lamatek.valves.DBAccessLogValve
Returns the JNDI lookup name for the resource specified.
getPassword() - Method in class com.lamatek.valves.DBAccessLogValve
Returns the database password currently assigned.
getPattern() - Method in class com.lamatek.valves.DBAccessLogValve
Returns the pattern currently used by this instance.
getResource() - Method in class com.lamatek.valves.DBAccessLogValve
Gets the resource name for connection pooling environments from which database connections are pulled.
getTableName() - Method in class com.lamatek.valves.DBAccessLogValve
Returns the table name where accesses are being logged.
getUrl() - Method in class com.lamatek.valves.DBAccessLogValve
Returns the url to the database that contains the logging table.
getUsername() - Method in class com.lamatek.valves.DBAccessLogValve
Returns the database username currently assigned.

I

info - Static variable in class com.lamatek.valves.DBAccessLogValve
 
invoke(Request, Response, ValveContext) - Method in class com.lamatek.valves.DBAccessLogValve
This method is called by Context anytime an access is made.
isResolveHosts() - Method in class com.lamatek.valves.DBAccessLogValve
Reports if IP resolution is enabled.

L

lifecycle - Variable in class com.lamatek.valves.DBAccessLogValve
 
log(String, Date) - Method in class com.lamatek.valves.DBAccessLogValve
This message performs the database logging functionality.

M

months - Static variable in class com.lamatek.valves.DBAccessLogValve
 

R

removeLifecycleListener(LifecycleListener) - Method in class com.lamatek.valves.DBAccessLogValve
Unregisters the given LifecycleListener.

S

setColumnNames(String) - Method in class com.lamatek.valves.DBAccessLogValve
Sets the current column names within the specified table.
setCondition(String) - Method in class com.lamatek.valves.DBAccessLogValve
Sets the conditional String for this instance.
setDriver(String) - Method in class com.lamatek.valves.DBAccessLogValve
Sets the JDBC driver classname.
setLookup(String) - Method in class com.lamatek.valves.DBAccessLogValve
Sets the JNDI lookup name to locate the current resource.
setPassword(String) - Method in class com.lamatek.valves.DBAccessLogValve
Sets the password to use for database access.
setPattern(String) - Method in class com.lamatek.valves.DBAccessLogValve
Sets the pattern for this instance, which determines which access data will be logged.
setResolveHosts(boolean) - Method in class com.lamatek.valves.DBAccessLogValve
Denotes whether to attempt to resolve IPs to host names.
setResource(String) - Method in class com.lamatek.valves.DBAccessLogValve
Sets the resource name for connection pooling environments from which database connections should be pulled.
setTableName(String) - Method in class com.lamatek.valves.DBAccessLogValve
Sets the table name where access data should be stored.
setUrl(String) - Method in class com.lamatek.valves.DBAccessLogValve
Sets database url that contains the logging table..
setUsername(String) - Method in class com.lamatek.valves.DBAccessLogValve
Sets the usernamed to use for database access.
start() - Method in class com.lamatek.valves.DBAccessLogValve
Prepares for the beginning of active use of the public methods of this component
stop() - Method in class com.lamatek.valves.DBAccessLogValve
Gracefully terminate the active use of the public methods of this component.

A C D F G I L M R S