EAF 7.6 API
A B C D E F G H I J K L M N O P Q R S T U V W X

C

CACHE_STATISTICS - Static variable in interface org.enhydra.dods.statistics.Statistics
When there is only data object cache (there are no query caches), statistics is CACHE_STATISTICS (contains information about tables and data object cache).
CacheAdministration - Class in org.enhydra.dods.cache
CacheAdministration handles configuration settings about cache (data object (or DataStruct object), simple query or complex query cache).
CacheAdministration() - Constructor for class org.enhydra.dods.cache.CacheAdministration
 
CacheObjectException - Exception in org.enhydra.dods.exceptions
CacheObjectException handles exceptions occured in the work with cache.
CacheObjectException(String) - Constructor for exception org.enhydra.dods.exceptions.CacheObjectException
Constructs an exception without a specified cause.
CacheObjectException(String, Throwable) - Constructor for exception org.enhydra.dods.exceptions.CacheObjectException
Constructs an exception with an associated causing exception.
CacheStatistics - Interface in org.enhydra.dods.statistics
This interface provides information about query statistics of the cache (DO (data object), simple query or complex query cache).
caption - Variable in class com.lutris.html.HtmlTableCell
 
centralLogger - Static variable in class com.lutris.logging.Logger
Global Logger object.
ChainedError - Error in com.lutris.util
Error used as a base for creating an error that has a chain of exceptions that lead to the derived error.
ChainedError(String) - Constructor for error com.lutris.util.ChainedError
Construct an error without a specified cause.
ChainedError(String, Throwable) - Constructor for error com.lutris.util.ChainedError
Construct an exception with an associated causing exception.
ChainedError(Throwable) - Constructor for error com.lutris.util.ChainedError
Construct an exception from a causing exception.
ChainedException - Exception in com.lutris.util
Exception used as a base for creating an exception that has a chain of exceptions that lead to the derived exception.
ChainedException(String) - Constructor for exception com.lutris.util.ChainedException
Construct an exception without a specified cause.
ChainedException(String, Throwable) - Constructor for exception com.lutris.util.ChainedException
Construct an exception with an associated causing exception.
ChainedException(Throwable) - Constructor for exception com.lutris.util.ChainedException
Construct an exception from a causing exception.
ChainedRuntimeException - Exception in com.lutris.util
RuntimeException used as a base for creating an exception that has a chain of exceptions that lead to the derived exception.
ChainedRuntimeException(String) - Constructor for exception com.lutris.util.ChainedRuntimeException
Construct an exception without a specified cause.
ChainedRuntimeException(String, Throwable) - Constructor for exception com.lutris.util.ChainedRuntimeException
Construct an exception with an associated causing exception.
ChainedRuntimeException(Throwable) - Constructor for exception com.lutris.util.ChainedRuntimeException
Construct an exception from a causing exception.
ChainedThrowable - Interface in com.lutris.util
Interfaces for all of the Chained* throwables.
checkOId(String, ObjectId) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Check does oid belong to Object id's range [minOId, currentOId]
checkOId(ObjectId) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Check does oid belong to Object id's range [minOId, currentOId] for default database
checkOId(ObjectId) - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Check does oid belong to Object id's range [minOId, currentOId]
cleanUpIdleSessions() - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSessionIdleHandler
Method that is called by idle handler to clean up sessions.
clear() - Method in interface org.enhydra.dods.statistics.Statistics
Clears DO, simple query and complex query statistics.
clearStatistics() - Method in interface org.enhydra.dods.statistics.CacheStatistics
Clears statistics.
clearUser() - Method in interface com.lutris.appserver.server.session.Session
Remove the user association with this session.
ClientPageRedirectException - Error in com.lutris.appserver.server.httpPresentation
Exception used to signal a page redirection via the client.
ClientPageRedirectException(String) - Constructor for error com.lutris.appserver.server.httpPresentation.ClientPageRedirectException
Constructor a client redirection exception.
ClientPageRedirectException(String, String) - Constructor for error com.lutris.appserver.server.httpPresentation.ClientPageRedirectException
Constructor a client redirection exception.
clone() - Method in interface org.enhydra.util.RequestPreProcessor
Returns pre processor instance
clone() - Method in interface org.enhydra.util.ResponsePostProcessor
Returns post processor instance
close() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationInputStream
 
close() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationOutputStream
 
close() - Method in interface com.lutris.appserver.server.sql.DBConnection
Close this connection.
colSpan - Variable in class com.lutris.html.HtmlTableCell
 
com.lutris.appserver.server - package com.lutris.appserver.server
 
com.lutris.appserver.server.httpPresentation - package com.lutris.appserver.server.httpPresentation
 
com.lutris.appserver.server.session - package com.lutris.appserver.server.session
 
com.lutris.appserver.server.sessionEnhydra - package com.lutris.appserver.server.sessionEnhydra
 
com.lutris.appserver.server.sql - package com.lutris.appserver.server.sql
 
com.lutris.appserver.server.user - package com.lutris.appserver.server.user
 
com.lutris.classloader - package com.lutris.classloader
 
com.lutris.dods.builder.generator.query - package com.lutris.dods.builder.generator.query
 
com.lutris.html - package com.lutris.html
 
com.lutris.logging - package com.lutris.logging
 
com.lutris.mime - package com.lutris.mime
 
com.lutris.util - package com.lutris.util
 
comments - Variable in class org.enhydra.util.AbsConfigFile
Comments of configuration parameters.
commit() - Method in interface com.lutris.appserver.server.sql.DBConnection
Commit a transaction.
commit() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to commit upates.
config - Variable in class com.lutris.appserver.server.StandardApplication
This applications config object.
config - Variable in class org.enhydra.util.AbsConfigFile
The configuration object to which this configuration file belongs to.
config - Variable in class org.enhydra.util.AbsConfigMBean
 
ConfigException - Exception in com.lutris.util
Exception class thrown by class Config.
ConfigException() - Constructor for exception com.lutris.util.ConfigException
Creates a new ConfigException object with no informational string and a reason field of UNKNOWN.
ConfigException(String) - Constructor for exception com.lutris.util.ConfigException
Creates a new ConfigException object with the specified informational string and a reason field of UNKNOWN.
ConfigException(Throwable) - Constructor for exception com.lutris.util.ConfigException
Constructs a new exception with the specified cause.
ConfigException(String, Throwable) - Constructor for exception com.lutris.util.ConfigException
Constructs a new exception with the specified cause and a detail message.
ConfigException(int, String) - Constructor for exception com.lutris.util.ConfigException
Creates a new ConfigException object with the specified informational string and the specified reason field.
ConfigFileInterface - Interface in org.enhydra.util
ConfigFileInterface is used to manipulate application's configuration files.
configure(String) - Method in class com.lutris.logging.Logger
Configure Logger with given config file, interpreting of config file is logger implementation specific.
configure(Config) - Method in class com.lutris.logging.Logger
Configure Logger with given config section
configure(Config) - Method in interface org.enhydra.util.RequestPreProcessor
Configures preprocessor instance according to Config object passed
configure(Config) - Method in interface org.enhydra.util.ResponsePostProcessor
Configures postprocessor instance according to Config object passed
ConnectionAllocator - Interface in com.lutris.appserver.server.sql
Defines the connection allocator.
containsHeader(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Returns true if the response message header has a field with the specified name.
containsKey(String) - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSessionHome
Specifies if a key is currently bound to a session.
contextMBean - Variable in class com.lutris.appserver.server.StandardApplication
 
COUNT - Static variable in exception com.lutris.util.ConfigException
The reason field may contain this value to indicate that a component expects a different number of elements than are provided in the configuration file for a particular key.
createConnection(ConnectionAllocator, String, String, String, int, boolean, int) - Method in interface com.lutris.appserver.server.sql.AbstractDBConnectionFactory
 
createDatabaseManager(Config) - Method in class com.lutris.appserver.server.StandardApplication
Create the database manager to be used by this application.
createOutputOptions(XMLObject) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Create an OutputOptions object for a document.
createPostProcessingManager(Config) - Method in class com.lutris.appserver.server.StandardApplication
Create the response post-processing manager to be used by this application.
createPreProcessingManager(Config) - Method in class com.lutris.appserver.server.StandardApplication
Create the request pre-processing manager to be used by this application.
createQuery(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a query object for the specified logical database.
createQuery() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a query object for the default logical database.
createQuery() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Return a query for use with this TRANSACTION please!!!
createQuery() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a query for use on this logical database.
createSession() - Method in interface com.lutris.appserver.server.session.SessionManager
Create a new Session object and an associated unique random key.
createSession(String) - Method in interface com.lutris.appserver.server.session.SessionManager
Create a new Session object and an associated unique random key.
createSession(HttpPresentationComms) - Method in interface com.lutris.appserver.server.session.SessionManager
Create a new Session object and an associated unique random key.
createSession(String) - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSessionHome
Creates and returns a new session instance.
createSession(HttpPresentationComms) - Method in class com.lutris.appserver.server.StandardApplication
Create a new session for application.
CreateSessionException - Exception in com.lutris.appserver.server.sessionEnhydra
Exception thrown by StandardSessionHome if a session cannot be created.
CreateSessionException(String) - Constructor for exception com.lutris.appserver.server.sessionEnhydra.CreateSessionException
Construct a exception without a specified cause.
CreateSessionException(String, Throwable) - Constructor for exception com.lutris.appserver.server.sessionEnhydra.CreateSessionException
Construct a exception with an associated causing exception.
CreateSessionException(Throwable) - Constructor for exception com.lutris.appserver.server.sessionEnhydra.CreateSessionException
Construct a exception with an associated causing exception.
createSessionManager(Config) - Method in class com.lutris.appserver.server.StandardApplication
Create the session manager to be used by this application.
createTransaction(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a transaction object for the specified logical database.
createTransaction() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Create a transaction object for the default logical database.
createTransaction() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a transaction for use on this logical database.
CRITICAL - Static variable in class com.lutris.logging.Logger
Critical conditions.

EAF 7.6 API
A B C D E F G H I J K L M N O P Q R S T U V W X