EAF 7.4 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

G

GENERIC - Static variable in exception com.lutris.mime.MimeException
Indicates a general error in parsing Mime data.
getActiveConnectionCount(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns the number of currently active connections for the supplied logical database name.
getActiveConnectionCount() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return the number of currently active connections.
getActiveCount() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return the number of currently active (allocated) connections.
getAppContext() - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
 
getAppFileURIPath(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Get the URI path for a file in the application.
getAppInfo() - Method in class org.enhydra.util.EafConfigMBean
 
getApplicationPath() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the part of the request URI that refers to the application.
getAppName() - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
 
getAppRealContext() - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
 
getAttribute(String) - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
Allows the value of the specified attribute of the Dynamic MBean to be obtained.
getAttribute(String) - Method in class org.enhydra.util.AbsConfigMBean
Allows the value of the specified attribute of the Dynamic MBean to be obtained.
getAttributes(String[]) - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
get the values of several attributes of the Dynamic MBean.
getAttributes(String[]) - Method in class org.enhydra.util.AbsConfigMBean
get the values of several attributes of the Dynamic MBean.
getAuthType() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the authentication scheme of the request, or null if none.
getBytes() - Method in class com.lutris.classloader.Resource
Gets byte array representing resource.
getCacheAccessNum() - Method in interface org.enhydra.dods.statistics.CacheStatistics
Returns total number of times the cache was accessed.
getCacheHitsNum() - Method in interface org.enhydra.dods.statistics.CacheStatistics
Returns number of cache accesses that were successful.
getCacheHitsPercents() - Method in interface org.enhydra.dods.statistics.CacheStatistics
Returns how many cache accesses were successful.
getCacheSize() - Method in class org.enhydra.dods.cache.CacheAdministration
Returns current size of the cache (number of elements in the cache).
getCacheStatistics(int) - Method in interface org.enhydra.dods.statistics.Statistics
Returns query statistics for : DO (data object) cache when cache has value 0 (value rg.enhydra.dods.cache.CacheConstants.DATA_CACHE) simple query cache when cache has value 1 (value org.enhydra.dods.cache.CacheConstants.SIMPLE_QUERY_CACHE) complex query cache when cache has value 2 (org.enhydra.dods.cache.CacheConstants.COMPLEX_QUERY_CACHE)
getCause() - Method in error com.lutris.util.ChainedError
Get the causing exception associated with this exception.
getCause() - Method in exception com.lutris.util.ChainedException
Get the causing exception associated with this exception.
getCause() - Method in exception com.lutris.util.ChainedRuntimeException
Get the causing exception associated with this exception.
getCause() - Method in interface com.lutris.util.ChainedThrowable
Get the causing exception associated with this exception.
getCause() - Method in exception org.enhydra.dods.exceptions.DodsBaseException
Get the causing exception associated with this exception.
getCentralLogger() - Static method in class com.lutris.logging.Logger
Get the central (global) logging object.
getChannel(String) - Method in class com.lutris.logging.Logger
Get the log channel object for a facility.
getChannel() - Method in class com.lutris.logging.LogWriter
Get the associate channel.
getComment(String) - Method in class org.enhydra.util.AbsConfigFile
Returns the comment associated with a given key, or null if there is no comment.
getComment(String) - Method in interface org.enhydra.util.ConfigFileInterface
Returns the comment associated with a given key, or null if there is no comment.
getConfig() - Method in interface com.lutris.appserver.server.Application
Get the application's config object.
getConfig() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Return main configuration class
getConfig() - Method in class com.lutris.appserver.server.StandardApplication
Get the application's config object.
getConfig() - Method in class org.enhydra.util.AbsConfigFile
Returns the Config object representing the config data in the file.
getConfig() - Method in interface org.enhydra.util.ConfigFileInterface
Returns the Config object representing the config data in the file.
getConnection() - Method in interface com.lutris.appserver.server.sql.DBConnection
Get the underlying Connection object.
getConnections() - Method in interface org.enhydra.server.ApplicationServer
Get currently active connections.
getConnectionTypes() - Method in interface org.enhydra.server.ApplicationServer
 
getContentLength() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the size of the request entity data, or -1 if not known.
getContentType() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the Internet Media Type of the request entity data, or null if not known.
getCookies() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Gets the array of cookies found in this request.
getCurrentLastModifiedTime() - Method in class com.lutris.classloader.Resource
Get current last-modification time of resource.
getDatabaseManager() - Method in interface com.lutris.appserver.server.Application
Get the DatabaseManager associated with this application.
getDatabaseManager() - Method in class com.lutris.appserver.server.StandardApplication
Get the DatabaseManager associated with this application.
getDatabaseName() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
 
getDatabaseName() - Method in interface com.lutris.appserver.server.sql.DBConnection
 
getDatabaseName() - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method return name of used database
getDateHeader(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the value of a date header field, or -1 if not found.
getDefaultDB() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Return default database name (given in config file)
getDeleteNum() - Method in interface org.enhydra.dods.statistics.Statistics
Returns number of delete statements performed on the table.
getDescription() - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
Method returns MBean's description
getDescription() - Method in class org.enhydra.util.AbsConfigMBean
Method returns MBean's description
getDMLNum() - Method in interface org.enhydra.dods.statistics.Statistics
Returns number of DML operations (inserts, updates and deletes) performed on the table.
getDO(Transaction) - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method find a DO in the transaction
getDO(Transaction, int) - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method find a DO in the transaction
getEmptySessionPath() - Method in interface com.lutris.appserver.server.session.SessionManager
Return value determins whether to use empty path (/) as session cookie path attribute value!
getEncodeFirstUrl() - Method in interface com.lutris.appserver.server.session.SessionManager
Returns the url encoding rule for the first application page (true/false).
getEncodeUrlState() - Method in interface com.lutris.appserver.server.session.SessionManager
Returns the url encoding state.
getEncoding() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Get the output character encoding.
getEncoding() - Method in error com.lutris.appserver.server.httpPresentation.PageRedirectException
Get encoding for this redirect.
getException() - Method in error com.lutris.util.FatalExceptionError
Get the exception that occured.
getFile() - Method in class org.enhydra.util.AbsConfigFile
Gets the associated file.
getFile() - Method in interface org.enhydra.util.ConfigFileInterface
Gets the associated file.
getGeneration() - Method in interface com.lutris.appserver.server.sql.DBConnection
Get the generation number specified when the connection was created.
getHeader(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the value of a header field, or null if not known.
getHeaderNames() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns an enumeration of strings representing the header names for this request.
getHtmlText() - Method in exception com.lutris.appserver.server.httpPresentation.PageUnauthorizedException
Get the text to display in the client.
getHtmlTitle() - Method in exception com.lutris.appserver.server.httpPresentation.PageUnauthorizedException
Get the title to use for the HTML page.
getHttpPresentationManager() - Method in interface com.lutris.appserver.server.Application
Get the HttpPresentationManager associated with this application.
getHttpPresentationManager() - Method in class com.lutris.appserver.server.StandardApplication
Get the HttpPresentationManager associated with this application.
getHttpServletRequest() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the original HttpServletRequest.
getHttpServletRequest() - Method in error com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Method returns the httpServletRequest to redirect
getHttpServletResponse() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Returns the original HttpServletResponse.
getHttpServletResponse() - Method in error com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Method returns the httpServletResponse to redirect to
getHttpSession() - Method in interface com.lutris.appserver.server.session.Session
 
getHttpSession() - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSession
Expose the HttpSession interface
getInfo() - Method in interface org.enhydra.server.ApplicationServer
 
getInputStream() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns an input stream for reading the request body.
getInputStream() - Method in class com.lutris.classloader.Resource
Gets input stream representing resource.
getInsertNum() - Method in interface org.enhydra.dods.statistics.Statistics
Returns number of insert statements performed on the table.
getIntHeader(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the value of an integer header field, or -1 if not found.
getJivanFactory() - Method in interface com.lutris.appserver.server.Application
Get the Jivan factory object being used by the application.
getJivanFactory() - Method in class com.lutris.appserver.server.StandardApplication
Get the Jivan factory object being used by the application.
getLastModifiedTime() - Method in class com.lutris.classloader.Resource
Gets last-modification time of resource at the time this Resource object was created.
getLazyLoadingNum() - Method in interface org.enhydra.dods.statistics.Statistics
Returns number of lazy loadings performed on the table.
getLevel(String) - Method in interface com.lutris.logging.LogChannel
Convert a symbolic level to an integer identifier.
getLevel() - Method in class com.lutris.logging.LogWriter
Get the associate level.
getLocalizedMessage() - Method in error com.lutris.util.FatalExceptionError
Get the localized message of the encapsulate exception.
getLocalizedMessage() - Method in exception org.enhydra.dods.DODSException
Creates a localized description of this Exception.
getLocation() - Method in class com.lutris.classloader.Resource
Gets location of resource set previously by constructor.
getLogChannel() - Method in interface com.lutris.appserver.server.Application
Get the LogChannel associated with this application.
getLogChannel() - Method in class com.lutris.appserver.server.StandardApplication
Get the LogChannel associated with this application.
getLogChannel() - Method in interface org.enhydra.util.RequestPreProcessor
Returns pre processor logging channel
getLogChannel() - Method in interface org.enhydra.util.ResponsePostProcessor
Returns post processor logging channel
getLogicalDatabaseNames() - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns the list of managed logical databases.
getLogicalDb() - Method in interface com.lutris.appserver.server.sql.AbstractDBTransactionFactory
 
getLogWriter(String) - Method in interface com.lutris.logging.LogChannel
Create a LogWrite associated with a particular level.
getLogWriter(int) - Method in interface com.lutris.logging.LogChannel
Create a LogWrite associated with a particular level.
getMaxCacheSize() - Method in class org.enhydra.dods.cache.CacheAdministration
Returns maximum cache size.
getMaxCacheSize(boolean) - Method in class org.enhydra.dods.cache.CacheAdministration
Returns maximum cache size.
getMaxConnectionCount(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns the maximum number of concurent connections that existed at any time since this object was created, or resetMaxConnectionCount() was called.
getMaxConnectionCount() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return the maximum number of connections active at one time.
getMaxConnectionCountDate(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns the time when the maximum refered to by maxConnectionCount() occured.
getMaxConnectionCountDate() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return the time when the maximum connection count occured.
getMaxCount() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return the maximum number of connections active at one time.
getMaxCountDate() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return the time when the maximum connection count occured.
getMaxIdleTime() - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSession
Obtain the maximum idle time for this object.
getMaxNoUserIdleTime() - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSession
Obtain the maximum idle time when a User object is not associated with the session.
getMBeanAttributesInfo() - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
Method returns MBean's MBeanAttributeInfo Array
getMBeanAttributesInfo() - Method in class org.enhydra.util.AbsConfigMBean
Method returns MBean's MBeanAttributeInfo Array
getMBeanConstructorInfo() - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
Method returns MBean's MBeanConstructorInfo Array
getMBeanConstructorInfo() - Method in class org.enhydra.util.AbsConfigMBean
Method returns MBean's MBeanConstructorInfo Array
getMBeanConstructorInfo() - Method in class org.enhydra.util.EafConfigMBean
Method returns MBean's MBeanConstructorInfo Array
getMBeanInfo() - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
This method provides the exposed attributes and operations of the Dynamic MBean.
getMBeanInfo() - Method in class org.enhydra.util.AbsConfigMBean
This method provides the exposed attributes and operations of the Dynamic MBean.
getMBeanNotificationInfo() - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
Method returns MBean's MBeanNotificationInfo Array
getMBeanNotificationInfo() - Method in class org.enhydra.util.AbsConfigMBean
Method returns MBean's MBeanNotificationInfo Array
getMBeanOperationsInfo() - Method in class com.lutris.appserver.server.StandardApplication.ContextMBean
Method returns MBean's MBeanOperationInfo Array
getMBeanOperationsInfo() - Method in class org.enhydra.util.AbsConfigMBean
Method returns MBean's MBeanOperationInfo Array
getMBeanOperationsInfo() - Method in class org.enhydra.util.EafConfigMBean
Method returns MBean's MBeanOperationInfo Array
getMessage() - Method in error com.lutris.util.ChainedError
Return the message associated with this exception.
getMessage() - Method in exception com.lutris.util.ChainedException
Return the message associated with this exception.
getMessage() - Method in exception com.lutris.util.ChainedRuntimeException
Return the message associated with this exception.
getMessage() - Method in interface com.lutris.util.ChainedThrowable
Return the message associated with this exception.
getMessage() - Method in error com.lutris.util.FatalExceptionError
Get the detail message of the encapsulate exception.
getMessage() - Method in exception org.enhydra.dods.exceptions.DodsBaseException
Return the message associated with this exception.
getMessage(DodsBaseException, String) - Static method in class org.enhydra.dods.exceptions.DodsBaseExceptionUtil
Get the message associated with this exception.
getMethod() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the method with which the request was made.
getName() - Method in interface com.lutris.appserver.server.Application
Get the application symbolic name.
getName() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return the symbolic name of this logical database.
getName() - Method in class com.lutris.appserver.server.StandardApplication
Get the application symbolic name.
getName() - Method in interface com.lutris.appserver.server.user.User
Get user name associated with the object.
getName() - Method in class com.lutris.classloader.Resource
Gets file name of resource set previously by constructor.
getName() - Method in interface org.enhydra.server.ApplicationServer
 
getName() - Method in interface org.enhydra.util.RequestPreProcessor
Returns name of this pre processor
getName() - Method in interface org.enhydra.util.ResponsePostProcessor
Returns name of this post processor
getOutputMimeType() - Method in interface org.enhydra.util.ResponsePostProcessor
Returns post processor resulting mime type
getOutputStream() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Returns an output stream for writing response data.
getParameter(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns a string containing the lone value of the specified query parameter, or null if the parameter does not exist.
getParameterNames() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the parameter names for this request as an enumeration of strings, or an empty enumeration if there are no parameters.
getParameterValues(String) - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the values of the specified query parameter for the request as an array of strings, or a 0 length array if the named parameter does not exist.
getPathInfo() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns optional extra path information following the presentation path, but immediately preceding the query string.
getPathTranslated() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns extra path information translated to a real path.
getPostProcessingManager() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationResponse
Returns the response post processing manager.
getPresentationObjectPath() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the part of the request URI that refers to the presentation object being invoked.
getPresentationObjectRelativePath() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the part of the request URI after the presentation manager servlet, upto and including the presentation object .po, but not any path info.
getPresentationPath() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Deprecated. This method was named in a confusing manner; it returns the application, not presentation object path. Use getApplicationPath().
getPresentationURI() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the presentation URI.
getProtocol() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the protocol and version of the request as a string of the form <protocol>/<major version>.<minor version>.
getQueryAverageTime() - Method in interface org.enhydra.dods.statistics.Statistics
Returns average time needed for executing non-oid query.
getQueryByOIdAverageTime() - Method in interface org.enhydra.dods.statistics.Statistics
Returns average time needed for executing query by oid.
getQueryByOIdNum() - Method in interface org.enhydra.dods.statistics.Statistics
Returns total number of queries by oid performed on the table.
getQueryNum() - Method in interface org.enhydra.dods.statistics.Statistics
Returns total number of non-oid queries performed on the table.
getQueryString() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the query string part of the presentation URI, or null if none.
getRelm() - Method in exception com.lutris.appserver.server.httpPresentation.PageUnauthorizedException
Get the relm that was passed in to the constructor.
getRemoteAddr() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the IP address of the agent that sent the request.
getRemoteHost() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the fully qualified host name of the agent that sent the request.
getRemoteUser() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the name of the user making this request, or null if not known.
getRequestCount() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Return the number of database requests made on any of the connection allocated from this managed pool.
getRequestCount(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns the number of requests made to the database since startup time.
getRequestCount() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return the number of database requests.
getRequestURI() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the request URI as a URL.
getScheme() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the scheme of the URL used in this request, for example "http", "https", or "ftp".
getServerName() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the host name of the server that received the request.
getServerPort() - Method in interface com.lutris.appserver.server.httpPresentation.HttpPresentationRequest
Returns the port number on which this request was received.
getSession(String) - Method in interface com.lutris.appserver.server.session.SessionManager
Returns the Session object associated with the specified session key.
getSession(Thread, String) - Method in interface com.lutris.appserver.server.session.SessionManager
Returns the Session object associated with the specified session key.
getSession(Thread, String, HttpPresentationComms) - Method in interface com.lutris.appserver.server.session.SessionManager
Returns the Session object associated with the specified session key.
getSession(String) - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSessionHome
Returns the session bound to the session key.
getSession(Thread, String) - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSessionHome
Returns the session bound to the specified session key.
getSessionData() - Method in interface com.lutris.appserver.server.session.Session
Obtain the application specific data for this session.
getSessionKey() - Method in interface com.lutris.appserver.server.session.Session
Obtain the unique key associated with this session.
getSessionKeys(User) - Method in interface com.lutris.appserver.server.session.SessionManager
Lookup active sessions keys for a user.
getSessionKeys() - Method in interface com.lutris.appserver.server.session.SessionManager
Get an enumeration of all session keys.
getSessionKeys(User) - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSessionUserTable
Returns the session keys associated with a particular user.
getSessionManager() - Method in interface com.lutris.appserver.server.Application
Get the SessionManager associated with this application.
getSessionManager() - Method in interface com.lutris.appserver.server.session.Session
Obtain the session manager associated with this session.
getSessionManager() - Method in class com.lutris.appserver.server.StandardApplication
Get the SessionManager associated with this application.
getSize() - Method in class com.lutris.classloader.Resource
Gets size of resource in bytes.
getStartTime() - Method in interface org.enhydra.dods.statistics.Statistics
Returns time when the statistics was started.
getState() - Method in interface com.lutris.appserver.server.Application
Get the application state.
getState() - Method in class com.lutris.appserver.server.StandardApplication
Get the application state.
getStatisticsType() - Method in interface org.enhydra.dods.statistics.Statistics
Returns type of the statistics (TABLE_STATISTICS, CACHE_STATISTICS, or QUERY_CACHE_STATISTICS).
getStopTime() - Method in interface org.enhydra.dods.statistics.Statistics
Returns time when the statistics was stopped.
getTime() - Method in class com.lutris.classloader.Resource
Gets last-modified time of resource in milliseconds.
getTimeCreated() - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSession
Obtain the creation time for this object.
getTimeExpires() - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSession
Obtain the time of expiry for this object.
getTimeLastUsed() - Method in interface com.lutris.appserver.server.sessionEnhydra.StandardSession
Obtain the time of last use for this object.
getTransaction() - Method in interface com.lutris.appserver.server.sql.AbstractDBTransactionFactory
 
getType(String) - Method in interface com.lutris.appserver.server.sql.DatabaseManager
Returns a description of the logical database type.
getType() - Method in interface com.lutris.appserver.server.sql.LogicalDatabase
Return a description of the logical database type.
getUpdateNum() - Method in interface org.enhydra.dods.statistics.Statistics
Returns number of update statements performed on the table.
getUrl() - Method in error com.lutris.appserver.server.httpPresentation.PageRedirectException
Get the redirection URL associated with this redirect.
getUrl() - Method in interface com.lutris.appserver.server.sql.DBConnection
Get the database URL.
getUsedPercents() - Method in interface org.enhydra.dods.statistics.CacheStatistics
Returns how much cache is currently used.
getUser() - Method in interface com.lutris.appserver.server.session.Session
Obtain the user associated with this session.
getUser() - Method in interface com.lutris.appserver.server.sql.DBConnection
Get the database user name.
getVersion() - Method in interface org.enhydra.server.ApplicationServer
 
getXMLCFactory() - Method in interface com.lutris.appserver.server.Application
Get the XMLC factory object being used by the application.
getXMLCFactory() - Method in class com.lutris.appserver.server.StandardApplication
Get the XMLC factory object being used by the application.

EAF 7.4 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