Enhydra 3.0.1 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 _

D

data - Variable in class com.lutris.appserver.server.StandardApplication
Application Data accessable through Jolt Fields.
data - Variable in class com.lutris.appserver.server.jolt.joltpo.JoltPage
Table used to set Jolt fields, contains CGI args, etc.
DatabaseContentException - exception com.lutris.appserver.server.sql.DatabaseContentException.
Exception indicating that data in a database is not what is expected.
DatabaseContentException(DBConnection, String) - Constructor for class com.lutris.appserver.server.sql.DatabaseContentException
Construct given a DBConnection.
DatabaseContentException(String) - Constructor for class com.lutris.appserver.server.sql.DatabaseContentException
Construct with only a detail message.
databaseManager - Variable in class com.lutris.appserver.server.StandardApplication
Database manager instance for application.
DatabaseManager - interface com.lutris.appserver.server.sql.DatabaseManager.
The database management object interface.
DatabaseManagerException - exception com.lutris.appserver.server.sql.DatabaseManagerException.
Exception for database manager failures.
DatabaseManagerException(String) - Constructor for class com.lutris.appserver.server.sql.DatabaseManagerException
Construct with required messsage.
DatabaseManagerException(String, Throwable) - Constructor for class com.lutris.appserver.server.sql.DatabaseManagerException
Construct with a message and associated causing exception.
DatabaseManagerException(Throwable) - Constructor for class com.lutris.appserver.server.sql.DatabaseManagerException
Construct from a causing exception.
DataObjectException - exception com.lutris.dods.builder.generator.query.DataObjectException.
DataObjectException class, used by Business Objects, catch all the DataObject Exceptions, will be passed to POs and handled there.
DataObjectException(String) - Constructor for class com.lutris.dods.builder.generator.query.DataObjectException
Construct a exception without a specified cause.
DataObjectException(String, Throwable) - Constructor for class com.lutris.dods.builder.generator.query.DataObjectException
Construct a exception with an associated causing exception.
DBConnection - interface com.lutris.appserver.server.sql.DBConnection.
This interface defines a database connection.
dbName - Variable in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
The symbolic name of this logical database.
DBQuery - interface com.lutris.appserver.server.sql.DBQuery.
Utility for querying object from a database.
DBRowUpdateException - exception com.lutris.appserver.server.sql.DBRowUpdateException.
 
DBRowUpdateException(String) - Constructor for class com.lutris.appserver.server.sql.DBRowUpdateException
 
DBTransaction - interface com.lutris.appserver.server.sql.DBTransaction.
Used to perform database transactions.
DEAD - Static variable in interface com.lutris.appserver.server.Application
Dead state code.
debug - Variable in class com.lutris.appserver.server.sql.StandardDatabaseManager
Controls debugging for Transactions and Queries.
debug - Static variable in interface com.lutris.appserver.server.sql.DatabaseManager
Flag to enable debug logging of queries and transactions.
DEBUG - Static variable in class com.lutris.logging.Logger
Messages that contain information normally of use only when debugging.
debug() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Sets debug flag to print the SQL statement just before its execution.
DEBUG1 - Static variable in class com.lutris.logging.Logger
Debug detail level 1.
DEBUG2 - Static variable in class com.lutris.logging.Logger
Debug detail level 2.
DEBUG3 - Static variable in class com.lutris.logging.Logger
Debug detail level 3.
DEBUG4 - Static variable in class com.lutris.logging.Logger
Debug detail level 4.
DEBUG5 - Static variable in class com.lutris.logging.Logger
Debug detail level 5.
DEBUG6 - Static variable in class com.lutris.logging.Logger
Debug detail level 6.
DEBUG7 - Static variable in class com.lutris.logging.Logger
Debug detail level 7.
DEBUG8 - Static variable in class com.lutris.logging.Logger
Debug detail level 8.
DEBUG9 - Static variable in class com.lutris.logging.Logger
Debug detail level 9.
debugAll() - Static method in class com.lutris.dods.builder.generator.query.QueryBuilder
Sets debug flag to print the SQL statement just before its execution.
DEBUGTMP - Static variable in class com.lutris.logging.Logger
Temporary debugging; should not be left in shipping code.
declarePrefix(String, String) - Method in class org.xml.sax.helpers.NamespaceSupport
Declare a Namespace prefix.
DeclHandler - interface org.xml.sax.ext.DeclHandler.
SAX2 extension handler for DTD declaration events.
decode(String) - Static method in class com.lutris.http.URLDecoder
Decode a urlencoded string by replacing '+' with space ' ', and "%xx" to the Latin1 character specified by the hex digits "xx".
DeepNodeListImpl - class org.apache.xerces.dom.DeepNodeListImpl.
This class implements the DOM's NodeList behavior for Element.getElementsByTagName()
DeepNodeListImpl(NodeImpl, String) - Constructor for class org.apache.xerces.dom.DeepNodeListImpl
Constructor.
DeepNodeListImpl(NodeImpl, String, String) - Constructor for class org.apache.xerces.dom.DeepNodeListImpl
Constructor for Namespace support.
DEFAULT_BUFFER - Static variable in class javax.servlet.jsp.JspWriter
constant indicating that the Writer is buffered and is using the implementation default buffer size
DEFAULT_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.DOMParser
Default programmatic document class name (org.apache.xerces.dom.DocumentImpl).
DEFAULT_MATCHES_KEYWORD - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
DEFAULT_OUTPUT_FORMAT - Static variable in class org.apache.xerces.domx.XGrammarWriter
Default output format.
DEFAULT_WILDCARD - Static variable in class com.lutris.dods.builder.generator.query.QueryBuilder
 
defaultEncodeUrlState - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Indicates url encoding status.
DefaultHandler - class org.xml.sax.helpers.DefaultHandler.
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 
DefaultHTMLDomFactory - class org.enhydra.xml.xmlc.dom.DefaultHTMLDomFactory.
Default DOM factory class for HTML documents.
DefaultHTMLDomFactory() - Constructor for class org.enhydra.xml.xmlc.dom.DefaultHTMLDomFactory
 
defaultIdleScanInterval - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Default interval, in seconds, to scan for sessions to expire.
defaultMaxSessionIdleTime - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Default maximum session idle time, in seconds.
defaultMaxSessionLifeTime - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Default maximum session life time, in seconds.
defaultQueryTimeout - Variable in class com.lutris.appserver.server.sql.informix.InformixLogicalDatabase
The amount of time (in seconds) that a query will block before throwing an exception.
defaultRandomizerIntervals - Static variable in class com.lutris.appserver.server.session.StandardSessionManager
Default list of randomize key generator time intervals, in seconds.
DefaultReaderFactory - class org.apache.xerces.readers.DefaultReaderFactory.
 
DefaultReaderFactory() - Constructor for class org.apache.xerces.readers.DefaultReaderFactory
Constructor
defaults - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
Default nodes.
defaultTransactionTimeout - Variable in class com.lutris.appserver.server.sql.informix.InformixLogicalDatabase
The amount of time (in seconds) that a transaction will block before throwing an exception.
defaultUrl - Variable in class com.lutris.appserver.server.StandardApplication
Default URL used for application if defined in Config file.
DefaultXMLDomFactory - class org.enhydra.xml.xmlc.dom.DefaultXMLDomFactory.
Default DOM factory class for XML documents.
DefaultXMLDomFactory() - Constructor for class org.enhydra.xml.xmlc.dom.DefaultXMLDomFactory
 
deferException(int, Object[], int) - Method in class org.apache.xerces.readers.StreamingCharReader
Delay reporting an error message.
DeferredAttrImpl - class org.apache.xerces.dom.DeferredAttrImpl.
Attribute represents an XML-style attribute of an Element.
DeferredAttrNSImpl - class org.apache.xerces.dom.DeferredAttrNSImpl.
DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl.
DeferredCDATASectionImpl - class org.apache.xerces.dom.DeferredCDATASectionImpl.
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
DeferredCommentImpl - class org.apache.xerces.dom.DeferredCommentImpl.
Represents an XML (or HTML) comment.
DeferredDocumentImpl - class org.apache.xerces.dom.DeferredDocumentImpl.
The Document interface represents the entire HTML or XML document.
DeferredDocumentImpl(StringPool) - Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
DeferredDocumentImpl(StringPool, boolean) - Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
DeferredDocumentImpl(StringPool, boolean, boolean) - Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
Experimental constructor.
DeferredDocumentTypeImpl - class org.apache.xerces.dom.DeferredDocumentTypeImpl.
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
DeferredElementDefinitionImpl - class org.apache.xerces.dom.DeferredElementDefinitionImpl.
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
DeferredElementImpl - class org.apache.xerces.dom.DeferredElementImpl.
Elements represent most of the "markup" and structure of the document.
DeferredElementNSImpl - class org.apache.xerces.dom.DeferredElementNSImpl.
DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to ElementImpl.
DeferredEntityImpl - class org.apache.xerces.dom.DeferredEntityImpl.
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
DeferredEntityReferenceImpl - class org.apache.xerces.dom.DeferredEntityReferenceImpl.
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
DeferredNode - interface org.apache.xerces.dom.DeferredNode.
An interface for deferred node object.
DeferredNotationImpl - class org.apache.xerces.dom.DeferredNotationImpl.
Notations are how the Document Type Description (DTD) records hints about the format of an XML "unparsed entity" -- in other words, non-XML data bound to this document type, which some applications may wish to consult when manipulating the document.
DeferredProcessingInstructionImpl - class org.apache.xerces.dom.DeferredProcessingInstructionImpl.
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
DeferredTextImpl - class org.apache.xerces.dom.DeferredTextImpl.
Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
delete(String) - Method in interface com.lutris.util.PersistentStore
Method to delete a a key.
delete(Transaction) - Method in interface com.lutris.appserver.server.sql.DBTransaction
Method to delete an object in the database.
delete(Transaction) - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
Method to delete an object in the database.
deleteCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
deleteCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
Delete the table caption, if one exists.
deleteCell(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
deleteCell(int) - Method in interface org.w3c.dom.html.HTMLTableRowElement
Delete a cell from the current row.
deleteContents() - Method in class org.apache.xerces.dom.RangeImpl
 
deleteContents() - Method in interface org.w3c.dom.range.Range
Removes the contents of a range from the containingdocument or document fragment without returning a reference to theremoved content.
deleteData(int, int) - Method in class org.apache.xerces.dom.CharacterDataImpl
Remove a range of characters from the node's value.
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deleteRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
deleteRow(int) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
deleteRow(int) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
Delete a row from this section.
deleteRow(int) - Method in interface org.w3c.dom.html.HTMLTableElement
Delete a table row.
deleteSession(Session) - Method in interface com.lutris.appserver.server.session.SessionManager
Removes a session from the session manager.
deleteSession(Session) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Removes a session from the Session Table.
deleteSession(String) - Method in interface com.lutris.appserver.server.session.SessionManager
Removes a session from the manager.
deleteSession(String) - Method in class com.lutris.appserver.server.session.StandardSessionManager
Removes a session from the Session Table.
deleteTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
deleteTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
Delete the footer from the table, if one exists.
deleteTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
deleteTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
Delete the header from the table, if one exists.
destroy() - Method in interface javax.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in class javax.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
detach() - Method in class org.apache.xerces.dom.NodeIteratorImpl
 
detach() - Method in class org.apache.xerces.dom.RangeImpl
 
detach() - Method in interface org.w3c.dom.range.Range
Called to indicate that the range is no longer in use and that the implementation may relinquish any resources associated with this range.
detach() - Method in interface org.w3c.dom.traversal.NodeIterator
Detaches the iterator from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state.
DirectoryException - exception com.lutris.appserver.server.httpPresentation.DirectoryException.
 
DirectoryException(String) - Constructor for class com.lutris.appserver.server.httpPresentation.DirectoryException
Constructor.
dirty - Variable in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
disableVersioning() - Static method in class com.lutris.appserver.server.sql.CoreDO
Disable use of the version column.
dispatchEvent(Event) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementations event model.
displayAll(JoltPage) - Static method in class com.lutris.appserver.server.jolt.joltpo.JoltDebug
Display the httpRequest object.
displayRequest(JoltPage) - Static method in class com.lutris.appserver.server.jolt.joltpo.JoltDebug
Display the httpRequest object.
displayResponse(JoltPage) - Static method in class com.lutris.appserver.server.jolt.joltpo.JoltDebug
Display the httpResponse object.
distinct() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
divide(Currency) - Method in class com.lutris.util.Currency
Returns a Currency whose value is (this / val).
divide(int) - Method in class com.lutris.util.Currency
Returns a Currency whose value is (this / val).
doAfterBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Actions after some body has been evaluated.
doAfterBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Actions after some body has been evaluated.
docElement - Variable in class org.apache.xerces.dom.DocumentImpl
Document element.
doContinue - Static variable in class com.lutris.http.HttpStatus
 
docType - Variable in class org.apache.xerces.dom.DocumentImpl
Document type.
doctypeDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the doctype decl is scanned
Document - interface org.w3c.dom.Document.
The Document interface represents the entire HTML or XML document.
DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
 
DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
 
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
 
DocumentEvent - interface org.w3c.dom.events.DocumentEvent.
The DocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation.
DocumentFragment - interface org.w3c.dom.DocumentFragment.
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentFragmentImpl - class org.apache.xerces.dom.DocumentFragmentImpl.
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentFragmentImpl() - Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
Constructor for serialization.
DocumentFragmentImpl(DocumentImpl) - Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
Factory constructor.
DocumentHandler - interface org.xml.sax.DocumentHandler.
Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
DocumentImpl - class org.apache.xerces.dom.DocumentImpl.
The Document interface represents the entire HTML or XML document.
DocumentImpl() - Constructor for class org.apache.xerces.dom.DocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
DocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.DocumentImpl
Experimental constructor.
DocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.DocumentImpl
 
DocumentImpl(DocumentType, boolean) - Constructor for class org.apache.xerces.dom.DocumentImpl
Experimental constructor.
DocumentRange - interface org.w3c.dom.range.DocumentRange.
 
DocumentTraversal - interface org.w3c.dom.traversal.DocumentTraversal.
DocumentTraversal contains methods that create iterators and tree-walkers to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document).
DocumentType - interface org.w3c.dom.DocumentType.
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DocumentTypeImpl - class org.apache.xerces.dom.DocumentTypeImpl.
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
DocumentTypeImpl(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.DocumentTypeImpl
Factory method for creating a document type node.
DocumentTypeImpl(DocumentImpl, String, String, String, String) - Constructor for class org.apache.xerces.dom.DocumentTypeImpl
Factory method for creating a document type node.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doEndTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Process the end tag.
doEndTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the end tag.
doEndTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Process the end tag.
doGet(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doInitBody() - Method in interface javax.servlet.jsp.tagext.BodyTag
Prepare for evaluation of the body.
doInitBody() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body It will be invoked at most once per action invocation.
DOM_ATTR_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_CHARACTER_DATA_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_INSERTED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_INSERTED_INTO_DOCUMENT - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_REMOVED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_NODE_REMOVED_FROM_DOCUMENT - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOM_SUBTREE_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
 
DOMException - exception org.apache.xerces.domx.DOMException.
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMException - exception org.w3c.dom.DOMException.
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMException(short, String) - Constructor for class org.apache.xerces.domx.DOMException
 
DOMException(short, String) - Constructor for class org.w3c.dom.DOMException
 
DOMExceptionImpl - exception org.apache.xerces.dom.DOMExceptionImpl.
DOMExceptions are thrown when one of the DOM implementation classes discovers an error condition.
DOMExceptionImpl(short, String) - Constructor for class org.apache.xerces.dom.DOMExceptionImpl
Constructs a dom exception.
DOMFormatter - class org.enhydra.xml.io.DOMFormatter.
Class for formatting DOMs into a documents.
DOMFormatter() - Constructor for class org.enhydra.xml.io.DOMFormatter
Construct a new XML formatter with default output options.
DOMFormatter(OutputOptions) - Constructor for class org.enhydra.xml.io.DOMFormatter
Construct a new XML formatter with the specified output options.
DOMImplementation - interface org.w3c.dom.DOMImplementation.
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMImplementationImpl - class org.apache.xerces.dom.DOMImplementationImpl.
The DOMImplementation class is description of a particular implementation of the Document Object Model.
DOMImplementationImpl() - Constructor for class org.apache.xerces.dom.DOMImplementationImpl
 
DOMParser - class org.apache.xerces.parsers.DOMParser.
DOMParser provides a parser which produces a W3C DOM tree as its output
DOMParser() - Constructor for class org.apache.xerces.parsers.DOMParser
Default constructor.
DOMSerializer - interface org.apache.xml.serialize.DOMSerializer.
Interface for a DOM serializer implementation.
DOMSTRING_SIZE_ERR - Static variable in class org.w3c.dom.DOMException
 
DONT_LOAD - Static variable in interface com.lutris.classloader.MultiClassLoader.ClassFilter
Value returned to indicate that the class should not be loaded by this class loader.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPut(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doStartTag() - Method in class javax.servlet.jsp.tagext.TagSupport
Process the start tag for this instance.
doStartTag() - Method in interface javax.servlet.jsp.tagext.Tag
Process the start tag for this instance.
doStartTag() - Method in class javax.servlet.jsp.tagext.BodyTagSupport
Process the start tag for this instance.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class javax.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
driver - Variable in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Driver object object.
drop(DBConnection) - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Used to drop a connection from the pool.
drop(DBConnection) - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Called when a connection in this pool has an SQL error.
dropAllNow() - Method in interface com.lutris.appserver.server.sql.ConnectionAllocator
Drop all the connection in the pool immediately.
dropAllNow() - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Called when the database manager is shutting down: Close all connections immediately.
DTD - Static variable in class org.apache.xerces.domx.XGrammarWriter.OutputFormat
Output format: DTD.
DTDHandler - interface org.xml.sax.DTDHandler.
Receive notification of basic DTD-related events.
dumpAttrs(Node, boolean) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Generate string of attribute names and values, sorted by name.
DuplicateKeyException - exception com.lutris.appserver.server.session.DuplicateKeyException.
 
DuplicateKeyException(String) - Constructor for class com.lutris.appserver.server.session.DuplicateKeyException
 
DuplicateKeyException(String, Throwable) - Constructor for class com.lutris.appserver.server.session.DuplicateKeyException
 
DuplicateKeyException(Throwable) - Constructor for class com.lutris.appserver.server.session.DuplicateKeyException
 

Enhydra 3.0.1 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 _