iiitToolkit 1.0
A B C D E F G H I J L M N P R S T

A

addAttribute(String, String) - Method in class de.iiit.xmlconfig.Configuration
Add a single attribute to the configuration
addElement(Object, Object) - Method in class de.iiit.cache.GenericCache
Add a new element to the cache.
addElement(Object, Object) - Method in class de.iiit.cache.GenericTimeoutCache
Add a new element to the cache.
addElement(Object, Object) - Method in class de.iiit.cache.GenericInvalidationCache
Add a new element to the cache.
addSubConfiguration(Configuration) - Method in class de.iiit.xmlconfig.Configuration
Adds a subconfiguration

B

byteArrayToHexString(byte[]) - Static method in class de.iiit.util.StringUtil
Converts a byte array into a hex string

C

CacheFaultException - exception de.iiit.cache.CacheFaultException.
Thrown by the cache-classes of this package to signal cache-misses.
CacheFaultException() - Constructor for class de.iiit.cache.CacheFaultException
Creates a new instance of CacheFaultException
clear() - Method in class de.iiit.cache.GenericCache
Clears the cache
clearBatch() - Method in class de.iiit.jdbc.JdbcPreparedStatement
Empties this JdbcPreparedStatement object's current list of SQL commands.
clearWarnings() - Method in class de.iiit.jdbc.JdbcPreparedStatement
Clears all the warnings reported on this Statement object.
close() - Method in class de.iiit.jdbc.JdbcResultSet
Releases this JdbcResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class de.iiit.jdbc.JdbcDatabaseMetaData
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class de.iiit.jdbc.JdbcPreparedStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class de.iiit.jdbc.JdbcStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
ConfigReader - class de.iiit.xmlconfig.ConfigReader.
Deprecated. This class is deprecated. Use Configuration.load(java.lang.String) instead.
ConfigReader() - Constructor for class de.iiit.xmlconfig.ConfigReader
Deprecated. Creates a new instance of ConfigReader
Configuration - class de.iiit.xmlconfig.Configuration.
Represents the configuration read by ConfigFileReader.
Configuration(String) - Constructor for class de.iiit.xmlconfig.Configuration
Creates a new instance of Configuration
createStatement() - Method in class de.iiit.jdbc.JdbcConnectionPool
Creates a Statement object for sending SQL statements to the database.
createStatement() - Method in class de.iiit.jdbc.JdbcConnection
Creates a Statement object for sending SQL statements to the database.

D

de.iiit.cache - package de.iiit.cache
Provides different implementations of caches
de.iiit.jdbc - package de.iiit.jdbc
Provides a thread-safe replacement of the package java.sql.
de.iiit.ldap - package de.iiit.ldap
Provides classes and methods for easy access to LDAP servers.
de.iiit.util - package de.iiit.util
Provides different utility classes.
de.iiit.xmlconfig - package de.iiit.xmlconfig
Provides classes for reading and representing XML configuration files
destroyConnection() - Method in class de.iiit.jdbc.JdbcConnection
Do not move the connection to pool of free ones.
destroyConnection(JdbcConnection) - Method in class de.iiit.jdbc.JdbcConnectionPool
Remove the connection from the pool of busy ones but do not move it to free ones.

E

endElement(String, String, String) - Method in class de.iiit.xmlconfig.ConfigReader
Deprecated. Implementation of the call-back method defined in Xerces' DefaultHandler
execute(String) - Method in class de.iiit.jdbc.JdbcStatement
Executes the given SQL statement, which may return multiple results.
executeQuery() - Method in class de.iiit.jdbc.JdbcPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the JdbcResultSet object generated by the query.
executeUpdate() - Method in class de.iiit.jdbc.JdbcPreparedStatement
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.

F

FileSearch - class de.iiit.util.FileSearch.
This class searches for a given file name in a set of directories
FileSearch() - Constructor for class de.iiit.util.FileSearch
Creates a new instance of FileSearch
finalize() - Method in class de.iiit.jdbc.JdbcResultSet
Release the JdbcConnection hold by this object explicitly.
finalize() - Method in class de.iiit.jdbc.JdbcDatabaseMetaData
Release the JdbcConnection hold by this object explicitly.
finalize() - Method in class de.iiit.jdbc.JdbcPreparedStatement
Release the JdbcConnection hold by this object explicitly.
finalize() - Method in class de.iiit.jdbc.JdbcConnection
closes the encapsulated java.sql.Connection explicitly.
finalize() - Method in class de.iiit.jdbc.JdbcStatement
Release the JdbcConnection hold by this object explicitly.
first() - Method in class de.iiit.jdbc.JdbcResultSet
Moves the cursor to the first row in this ResultSet object.

G

GenericCache - class de.iiit.cache.GenericCache.
Implements a very generic cache
GenericCache() - Constructor for class de.iiit.cache.GenericCache
Creates a new instance of GenericCache
GenericInvalidationCache - class de.iiit.cache.GenericInvalidationCache.
A cache with a guaranteed maximum lifetime of each entry
GenericInvalidationCache() - Constructor for class de.iiit.cache.GenericInvalidationCache
Creates a new instance of GenericInvalidationCache
GenericInvalidationCache(long) - Constructor for class de.iiit.cache.GenericInvalidationCache
Creates a new instance of GenericInvalidationCache
GenericTimeoutCache - class de.iiit.cache.GenericTimeoutCache.
A cache with background clean-up thread which removes all entries not used for a given period of time.
GenericTimeoutCache() - Constructor for class de.iiit.cache.GenericTimeoutCache
Creates a new instance of GenericTimeoutCache
GenericTimeoutCache(long) - Constructor for class de.iiit.cache.GenericTimeoutCache
Creates a new instance of GenericTimeoutCache
GenericTimeoutCache(long, long) - Constructor for class de.iiit.cache.GenericTimeoutCache
Creates a new instance of GenericTimeoutCache
getAbsoluteName() - Method in class de.iiit.ldap.LdapGenericObject
Retrieves the absolute name of object, which is a combination of the base name and the relative name
getAttribute(String) - Method in class de.iiit.ldap.LdapGenericObject
Retrieves a single named attribute as a Vector of Strings
getAttribute(String) - Method in class de.iiit.xmlconfig.Configuration
Retrieve an attribute of the current configuration with a given name
getAttribute(String, String) - Method in class de.iiit.xmlconfig.Configuration
Retrieve an attribute from the current configuration with a given name
getAttributeKeys() - Method in class de.iiit.xmlconfig.Configuration
Returns an Enumeration of all defined attribute names of the current configuration
getAttributes() - Method in class de.iiit.ldap.LdapGenericObject
Retrieves the attributes of the object as a HashTable containing Vectors for each attribute.
getAttributes() - Method in class de.iiit.xmlconfig.Configuration
Get the Hashtable containig all attributes of the current configuration
getBase() - Method in class de.iiit.ldap.LdapGenericObject
Retrieves the base name of the object.
getBooleanAttribute(String) - Method in class de.iiit.xmlconfig.Configuration
Retrieve an boolean attribute of the current configuration with a given name
getBooleanAttribute(String, boolean) - Method in class de.iiit.xmlconfig.Configuration
Retrieve an boolean attribute of the current configuration with a given name
getContext() - Method in class de.iiit.ldap.LdapConnectionManager
Get a javax.naming.ldap.LdapContext
getElement(Object) - Method in class de.iiit.cache.GenericCache
Retrieves a cache-entry
getElement(Object) - Method in class de.iiit.cache.GenericTimeoutCache
Retrieves an cache-entry.
getElement(Object) - Method in class de.iiit.cache.GenericInvalidationCache
Retrieves an cache-entry.
getElementTimeout(Object) - Method in class de.iiit.cache.GenericTimeoutCache
Retrieves the timeout of the cache element.
getInt(int) - Method in class de.iiit.jdbc.JdbcResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getIntAttribute(String) - Method in class de.iiit.xmlconfig.Configuration
Retrieve an integer attribute of the current configuration with a given name
getIntAttribute(String, int) - Method in class de.iiit.xmlconfig.Configuration
Retrieve an integer attribute of the current configuration with a given name
getKeys() - Method in class de.iiit.cache.GenericCache
Get all defined keys
getLong(int) - Method in class de.iiit.jdbc.JdbcResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getMetaData() - Method in class de.iiit.jdbc.JdbcConnectionPool
Retrieves a JdbcDatabaseMetaData object that contains metadata about the database to which this JdbcConnectionPool object represents a connection.
getMetaData() - Method in class de.iiit.jdbc.JdbcConnection
Retrieves a JdbcDatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getName() - Method in class de.iiit.ldap.LdapGenericObject
Retrieves the object's name relative to the base
getName() - Method in class de.iiit.xmlconfig.Configuration
Get the name of the current configuration
getSearchPath() - Static method in class de.iiit.util.FileSearch
Returns the array of directory names to search in
getSearchPathAsString() - Static method in class de.iiit.util.FileSearch
Returns the current set of directories as a String.
getString(int) - Method in class de.iiit.jdbc.JdbcResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getSubConfiguration(String) - Method in class de.iiit.xmlconfig.Configuration
Retrieve a single sub-configuration with a given name.
getSubConfigurations() - Method in class de.iiit.xmlconfig.Configuration
Get all sub-configurations of the current configuration
getSubConfigurations(String) - Method in class de.iiit.xmlconfig.Configuration
Get all sub-configurations of the current configuration with a given name
getTables(String, String, String, String[]) - Method in class de.iiit.jdbc.JdbcDatabaseMetaData
Retrieves a description of the tables available in the given catalog.

H

hexStringToByteArray(String) - Static method in class de.iiit.util.StringUtil
Converts a hex string into a byte array

I

init() - Static method in class de.iiit.util.LogUtil
Initializes the Logger to log all messages with an log-level of DEBUB or higher.
init(Configuration) - Static method in class de.iiit.util.LogUtil
Uses a Configuration block to configure and initialize the Logger These Attributes are read from the configuration:
LogLevel - log all messages of this level or higher
LogLayout - use this layout string, defaults to "%d [%t] %-5p %c{1} - * %m%n"
LogFile - the full pathname of the log file to write
MaxFileSize - the maximum file size of the log file, default: 1,000,000 Bytes
MaxBackupFiles - the number of old log files to save, default: 5
init(Configuration, Level) - Static method in class de.iiit.util.LogUtil
Uses a Configuration block to configure and initialize the Logger These Attributes are read from the configuration:
LogLevel - log all messages of this level or higher
LogLayout - use this layout string, defaults to "%d [%t] %-5p %c{1} - * %m%n"
LogFile - the full pathname of the log file to write
MaxFileSize - the maximum file size of the log file, default: 1,000,000 Bytes
MaxBackupFiles - the number of old log files to save, default: 5
init(Level) - Static method in class de.iiit.util.LogUtil
Initializes the Logger to log all messages with an log-level of level or higher.
init(Level, String) - Static method in class de.iiit.util.LogUtil
Initializes the Logger to log all messages with an log-level of level or higher.
init(Level, String, int, int) - Static method in class de.iiit.util.LogUtil
Initializes the Logger to log all messages with an log-level of level or higher.
init(String, Level) - Static method in class de.iiit.util.LogUtil
Initializes the Logger to log all messages with an log-level of level or higher.
init(String, String) - Static method in class de.iiit.util.LogUtil
Initializes the Logger to log all messages with an log-level of level or higher.
init(String, String, int, int) - Static method in class de.iiit.util.LogUtil
Initializes the Logger to log all messages with an log-level of level or higher.

J

JDBC_DRIVER - Static variable in class de.iiit.jdbc.JdbcUtil
the String "ClassName"
JdbcConnection - class de.iiit.jdbc.JdbcConnection.
This class holds a java.sql.connection.
JdbcConnection(JdbcConnectionPool, Connection) - Constructor for class de.iiit.jdbc.JdbcConnection
Creates a new instance of JdbcConnection
JdbcConnectionPool - class de.iiit.jdbc.JdbcConnectionPool.
To be used as an pooled replacement of java.sql.connection.
JdbcConnectionPool(String, String, String) - Constructor for class de.iiit.jdbc.JdbcConnectionPool
Creates a pool prepared to connect to the given database URL.
JdbcConnectionPool(String, String, String, int) - Constructor for class de.iiit.jdbc.JdbcConnectionPool
Creates a pool prepared to connect to the given database URL and opens pre-defined connectios for later use.
JdbcDatabaseMetaData - class de.iiit.jdbc.JdbcDatabaseMetaData.
Encapsulates an java.sql.DatabaseMetaData
JdbcDatabaseMetaData(JdbcConnection, DatabaseMetaData) - Constructor for class de.iiit.jdbc.JdbcDatabaseMetaData
Creates a new instance of JdbcDatabaseMetaData
JdbcException - exception de.iiit.jdbc.JdbcException.
An exception that provides information on a database access error or other errors.
JdbcException() - Constructor for class de.iiit.jdbc.JdbcException
Creates a new instance of JdbcException
JdbcException(SQLException) - Constructor for class de.iiit.jdbc.JdbcException
Creates a new instance of JdbcException
JdbcPreparedStatement - class de.iiit.jdbc.JdbcPreparedStatement.
Encapsulates a java.sql.PreparedStatement
JdbcPreparedStatement(JdbcConnection, PreparedStatement) - Constructor for class de.iiit.jdbc.JdbcPreparedStatement
Creates a new instance of JdbcPreparedStatement
JdbcResultSet - class de.iiit.jdbc.JdbcResultSet.
Encapsulates a java.sql.ResultSet
JdbcResultSet(JdbcConnection, ResultSet) - Constructor for class de.iiit.jdbc.JdbcResultSet
Creates a new instance of JdbcResultSet
JdbcStatement - class de.iiit.jdbc.JdbcStatement.
Encapsulates a java.sql.Statement
JdbcStatement(JdbcConnection, Statement) - Constructor for class de.iiit.jdbc.JdbcStatement
Creates a new instance of JdbcStatement
JdbcUtil - class de.iiit.jdbc.JdbcUtil.
Provides utility methods for JDBC

L

LdapConnectionManager - class de.iiit.ldap.LdapConnectionManager.
Manages connection to one or many LDAP servers.
LdapConnectionManager(Vector, int, int) - Constructor for class de.iiit.ldap.LdapConnectionManager
Creates a new instance of LdapConnectionManager
LdapGenericObject - class de.iiit.ldap.LdapGenericObject.
Implements a generic LDAP object to store the information requested from the LDAP server
LdapGenericObject() - Constructor for class de.iiit.ldap.LdapGenericObject
Creates a new instance of LdapGenericObject
LdapGenericObject(LdapContext, String, String) - Constructor for class de.iiit.ldap.LdapGenericObject
Creates a new instance of LdapGenericObject
load(String) - Static method in class de.iiit.xmlconfig.Configuration
Loads a configuration from a XML file.
lock() - Method in class de.iiit.jdbc.JdbcConnection
Lock a collection.
logConfig() - Method in class de.iiit.xmlconfig.Configuration
Print the current configuration to an already initialized Log4J-Logger with level DEBUG.
loggerIsInitialized() - Static method in class de.iiit.util.LogUtil
Retrieve if the Logger is already initialized.
LogUtil - class de.iiit.util.LogUtil.
This class includes some methods to initialize a Log4J Logger
LogUtil() - Constructor for class de.iiit.util.LogUtil
 

M

md5Sum(byte[]) - Static method in class de.iiit.util.StringUtil
Calculates a MD5-sum.
md5Sum(String) - Static method in class de.iiit.util.StringUtil
Calculates a MD5-sum.

N

next() - Method in class de.iiit.jdbc.JdbcResultSet
Moves the cursor down one row from its current position.

P

prepareStatement(String) - Method in class de.iiit.jdbc.JdbcConnectionPool
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String) - Method in class de.iiit.jdbc.JdbcConnection
Creates prepared statement
printConfig() - Method in class de.iiit.xmlconfig.Configuration
Print the current configuration to System.out().

R

readConfigFile(String) - Method in class de.iiit.xmlconfig.ConfigReader
Deprecated. This is the main method of this class.
registerJdbcDriver(Vector) - Static method in class de.iiit.jdbc.JdbcUtil
Register configured JDBC driver classes
release() - Method in class de.iiit.jdbc.JdbcConnection
Release a previous lock.
releaseConnection(JdbcConnection) - Method in class de.iiit.jdbc.JdbcConnectionPool
marks the connection as free and moves it into the pool of free connections.
removeElement(Object) - Method in class de.iiit.cache.GenericCache
Remove an entry from the cache
removeSpaces(String) - Static method in class de.iiit.util.StringUtil
Remove all space characters (' ') from a given String

S

save(String) - Method in class de.iiit.xmlconfig.Configuration
Saves the XML representation of the current configuration to a file.
search(String) - Static method in class de.iiit.util.FileSearch
Searches for a given file in a pre-defined set of directories.
setAttribute(Attribute) - Method in class de.iiit.ldap.LdapGenericObject
Add a attribute with its values to the generic object
setAttribute(String, NamingEnumeration) - Method in class de.iiit.ldap.LdapGenericObject
Add a attribute with its values to the generic object
setAttribute(String, Vector) - Method in class de.iiit.ldap.LdapGenericObject
Add a attribute with its values to the generic object
setAttributes(Attributes) - Method in class de.iiit.ldap.LdapGenericObject
Add attributes with their values to the generic object
setLong(int, long) - Method in class de.iiit.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java long value.
setName(String) - Method in class de.iiit.xmlconfig.Configuration
Set the name of the current configuration
setSearchPath(String[]) - Static method in class de.iiit.util.FileSearch
Set the set of directories to search in.
setString(int, String) - Method in class de.iiit.jdbc.JdbcPreparedStatement
Sets the designated parameter to the given Java String value.
shutdown() - Method in class de.iiit.ldap.LdapConnectionManager
Stop the refresher thread
shutdown() - Method in class de.iiit.cache.GenericTimeoutCache
Stop the cleaner thread
size() - Method in class de.iiit.cache.GenericCache
Retrieves the number of elements stored in the cache
startElement(String, String, String, Attributes) - Method in class de.iiit.xmlconfig.ConfigReader
Deprecated. Implementation of the call-back method defined in Xerces' DefaultHandler
StringUtil - class de.iiit.util.StringUtil.
This class includes utility methods to use with String objects

T

toXML() - Method in class de.iiit.xmlconfig.Configuration
Creates a XML representation of the current configuration

A B C D E F G H I J L M N P R S T
iiitToolkit 1.0

Copyright © 2002, 2003 ingeneurbuero fuer innovative informationstechnik, Dipl.-Ing. Joerg Beckmann, Dortmund, Germany. All Rights Reserved.
See Copyright statement