Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G I J L M N P R S T U V

A

append(LoggingEvent) - Method in class com.klopotek.utils.log.JDBCAppender
Internal method.
append(String) - Method in class com.klopotek.utils.log.JDBCLogger
Writes a message into the database table.
appendSQL(String) - Method in class com.klopotek.utils.log.JDBCLogger
Writes a message into the database using a given sql-statement.

B

BUFFER_OPTION - Static variable in class com.klopotek.utils.log.JDBCAppender
A buffer-option to define the size of the message-event-buffer
buffer - Variable in class com.klopotek.utils.log.JDBCAppender
 
buffer_size - Variable in class com.klopotek.utils.log.JDBCAppender
 

C

COLUMNS_OPTION - Static variable in class com.klopotek.utils.log.JDBCAppender
A columns-option to describe the important columns of the table
COMMIT_OPTION - Static variable in class com.klopotek.utils.log.JDBCAppender
A commit-option to define a auto-commitment
CONNECTOR_OPTION - Static variable in class com.klopotek.utils.log.JDBCAppender
A connector-option to specify your own JDBCConnectionHandler
close() - Method in class com.klopotek.utils.log.JDBCAppender
Internal method.
column_list - Variable in class com.klopotek.utils.log.JDBCLogger
 
com.klopotek.utils.log - package com.klopotek.utils.log
 
con - Variable in class com.klopotek.utils.log.DefaultConnectionHandler
 
con - Variable in class com.klopotek.utils.log.JDBCAppender
 
con - Variable in class com.klopotek.utils.log.JDBCLogger
 
configure() - Method in class com.klopotek.utils.log.JDBCAppender
Internal method.
configureSQL(String) - Method in class com.klopotek.utils.log.JDBCLogger
Configures this class, by storing and parsing the given sql-statement.
configureTable(String) - Method in class com.klopotek.utils.log.JDBCLogger
Configures this class, by reading in the structure of the log-table Throws an exception, if an database-error occurs !
configured - Variable in class com.klopotek.utils.log.JDBCAppender
 
connect() - Method in class com.klopotek.utils.log.JDBCAppender
Internal method.
connected - Variable in class com.klopotek.utils.log.JDBCAppender
 
connectionHandler - Variable in class com.klopotek.utils.log.JDBCAppender
 
connection_class - Variable in class com.klopotek.utils.log.JDBCAppender
 

D

DefaultConnectionHandler - class com.klopotek.utils.log.DefaultConnectionHandler.
This is a default JDBCConnectionHandler used by JDBCAppender
DefaultConnectionHandler() - Constructor for class com.klopotek.utils.log.DefaultConnectionHandler
 
docommit - Variable in class com.klopotek.utils.log.JDBCAppender
 

E

EMPTY - Static variable in class com.klopotek.utils.log.LogType
 
errormsg - Variable in class com.klopotek.utils.log.JDBCLogger
 

F

finalize() - Method in class com.klopotek.utils.log.JDBCAppender
If program terminates close the database-connection and flush the buffer
flush_buffer() - Method in class com.klopotek.utils.log.JDBCAppender
Internal method.

G

getConnection() - Method in class com.klopotek.utils.log.DefaultConnectionHandler
 
getConnection(String, String, String) - Method in class com.klopotek.utils.log.DefaultConnectionHandler
 
getConnection() - Method in interface com.klopotek.utils.log.JDBCConnectionHandler
Get a connection
getConnection(String, String, String) - Method in interface com.klopotek.utils.log.JDBCConnectionHandler
Get a defined connection
getErrorMsg() - Method in class com.klopotek.utils.log.JDBCLogger
Return the internal error message stored in instance variable msg.
getID() - Method in interface com.klopotek.utils.log.JDBCIDHandler
Get a unique ID
getOptionStrings() - Method in class com.klopotek.utils.log.JDBCAppender
Internal method.

I

ID - Static variable in class com.klopotek.utils.log.LogType
 
idhandler - Variable in class com.klopotek.utils.log.LogColumn
 
ignore - Variable in class com.klopotek.utils.log.LogColumn
 
isConfigured() - Method in class com.klopotek.utils.log.JDBCLogger
Return true, if this class is configured, else false.
isConnected() - Method in class com.klopotek.utils.log.JDBCLogger
Return true, if this connection is open, else false.
isLogType(int) - Static method in class com.klopotek.utils.log.LogType
 
isWritable - Variable in class com.klopotek.utils.log.LogColumn
 
isconfigured - Variable in class com.klopotek.utils.log.JDBCLogger
 

J

JDBCAppender - class com.klopotek.utils.log.JDBCAppender.
The JDBCAppender, writes messages into a database
JDBCAppender() - Constructor for class com.klopotek.utils.log.JDBCAppender
 
JDBCConnectionHandler - interface com.klopotek.utils.log.JDBCConnectionHandler.
This interface has to be implemented for your own database-connection-handling and its used in class JDBCLogger.
JDBCIDHandler - interface com.klopotek.utils.log.JDBCIDHandler.
This interface has to be implemented to provide ID-columns with unique IDs and its used in class JDBCLogger.
JDBCLogger - class com.klopotek.utils.log.JDBCLogger.
This class encapsulate the logic which is necessary to log into a table.
JDBCLogger() - Constructor for class com.klopotek.utils.log.JDBCLogger
 
jlogger - Variable in class com.klopotek.utils.log.JDBCAppender
 

L

LogColumn - class com.klopotek.utils.log.LogColumn.
This class encapsulate all by class JDBCLogger needed data around a column
LogColumn() - Constructor for class com.klopotek.utils.log.LogColumn
 
LogType - class com.klopotek.utils.log.LogType.
This class contains all constants which are necessary to define a columns log-type.
LogType() - Constructor for class com.klopotek.utils.log.LogType
 
logcols - Variable in class com.klopotek.utils.log.JDBCLogger
 
logtype - Variable in class com.klopotek.utils.log.LogColumn
 

M

MSG - Static variable in class com.klopotek.utils.log.LogType
 
msg_wildcard - Static variable in class com.klopotek.utils.log.JDBCLogger
 
msg_wildcard_pos - Variable in class com.klopotek.utils.log.JDBCLogger
 

N

name - Variable in class com.klopotek.utils.log.LogColumn
 
new_sql - Variable in class com.klopotek.utils.log.JDBCLogger
 
new_sql_part1 - Variable in class com.klopotek.utils.log.JDBCLogger
 
new_sql_part2 - Variable in class com.klopotek.utils.log.JDBCLogger
 
nullable - Variable in class com.klopotek.utils.log.LogColumn
 
num - Variable in class com.klopotek.utils.log.JDBCLogger
 

P

PASSWORD_OPTION - Static variable in class com.klopotek.utils.log.JDBCAppender
A database-option to set the user's password.
parseLogType(String) - Static method in class com.klopotek.utils.log.LogType
 
password - Variable in class com.klopotek.utils.log.JDBCAppender
 

R

ready - Variable in class com.klopotek.utils.log.JDBCAppender
 
ready() - Method in class com.klopotek.utils.log.JDBCAppender
Internal method.
ready - Variable in class com.klopotek.utils.log.JDBCLogger
 
ready() - Method in class com.klopotek.utils.log.JDBCLogger
Return true, if this class is ready to append(), else false.
requiresLayout() - Method in class com.klopotek.utils.log.JDBCAppender
Internal method.
rs - Variable in class com.klopotek.utils.log.JDBCLogger
 

S

SQL_OPTION - Static variable in class com.klopotek.utils.log.JDBCAppender
A sql-option to specify a static sql-statement which will be performed with every occuring message-event
STATIC - Static variable in class com.klopotek.utils.log.LogType
 
setConnection(Connection) - Method in class com.klopotek.utils.log.JDBCLogger
Sets a connection.
setLogType(String, int, Object) - Method in class com.klopotek.utils.log.JDBCAppender
You have to call this function for all provided columns of your log-table !
setLogType(String, int, Object) - Method in class com.klopotek.utils.log.JDBCLogger
Sets a columns logtype (LogTypes) and value, which depends on that logtype.
setOption(String, String) - Method in class com.klopotek.utils.log.JDBCAppender
Sets all necessary options
sql - Variable in class com.klopotek.utils.log.JDBCAppender
 
sql - Variable in class com.klopotek.utils.log.JDBCLogger
 
stmt - Variable in class com.klopotek.utils.log.JDBCLogger
 

T

TABLE_OPTION - Static variable in class com.klopotek.utils.log.JDBCAppender
A table-option to specify a table contained by the database
TIMESTAMP - Static variable in class com.klopotek.utils.log.LogType
 
table - Variable in class com.klopotek.utils.log.JDBCAppender
 
table - Variable in class com.klopotek.utils.log.JDBCLogger
 
type - Variable in class com.klopotek.utils.log.LogColumn
 

U

URL_OPTION - Static variable in class com.klopotek.utils.log.JDBCAppender
A database-option to to set a database url of the form jdbc:subprotocol:subname.
USERNAME_OPTION - Static variable in class com.klopotek.utils.log.JDBCAppender
A database-option to set the database user on whose behalf the connection is being made.
url - Variable in class com.klopotek.utils.log.JDBCAppender
 
username - Variable in class com.klopotek.utils.log.JDBCAppender
 

V

value - Variable in class com.klopotek.utils.log.LogColumn
 

A B C D E F G I J L M N P R S T U V