Index

A C E F G I O P S T V W 
All Classes and Interfaces|All Packages

A

AND - Enum constant in enum class com.arbortext.e3cf.E3TestListEntry.TestType
 

C

canDefer() - Method in interface com.arbortext.e3cf.E3InitializerDescriptor
Indicates whether the execution of this initializer can be deferred until after the E3 servlet has started to accept client HTTP requests.
com.arbortext.e3cf - package com.arbortext.e3cf
 

E

E3CacheManagerDescriptor - Interface in com.arbortext.e3cf
Describes a cache manager.
E3ClassDescriptor - Interface in com.arbortext.e3cf
Describes a class that can be loaded into E3 when specified in e3config.xml.
E3Config - Interface in com.arbortext.e3cf
Represents the content of an e3config.xml file.
E3DataFieldDescriptor - Interface in com.arbortext.e3cf
 
E3FunctionDescriptor - Interface in com.arbortext.e3cf
Describes an entry on the Allowed Function list.
E3InitializerDescriptor - Interface in com.arbortext.e3cf
Describes an initializer .
E3Message - Interface in com.arbortext.e3cf
Represents a message logged and saved when parsing an E3 configuration file.
E3MessageCollector - Interface in com.arbortext.e3cf
Collection of messages generated while parsing an E3 configuration file.
E3MessageLevel - Enum Class in com.arbortext.e3cf
Message severity codes
E3NotifierDescriptor - Interface in com.arbortext.e3cf
Describe a notifier
E3ParameterDescriptor - Interface in com.arbortext.e3cf
Describes a single top-level <Parameter> element
E3ParameterMap - Interface in com.arbortext.e3cf
Describes a set of name/value string parameters.
E3ParameterSetDescriptor - Interface in com.arbortext.e3cf
 
E3QueueDescriptor - Interface in com.arbortext.e3cf
Describe a queue
E3QueueManagerDescriptor - Interface in com.arbortext.e3cf
Describes a queue manager .
E3RequestHandlerDescriptor - Interface in com.arbortext.e3cf
Describes a request handler.
E3RequestSelectorDescriptor - Interface in com.arbortext.e3cf
Describes a request test.
E3SecurityConstraintDescriptor - Interface in com.arbortext.e3cf
 
E3SubprocessPoolDescriptor - Interface in com.arbortext.e3cf
Describes a subprocess pool.
E3TestListEntry - Interface in com.arbortext.e3cf
Describes an entry in a list of tests.
E3TestListEntry.TestType - Enum Class in com.arbortext.e3cf
 
E3TestSetContainerDescriptor - Interface in com.arbortext.e3cf
Methods for a descriptor that contains a <TestSet>.
E3TestSetDescriptor - Interface in com.arbortext.e3cf
Describes a standalone test list, which may be referenced by other components.
E3TransactionRedactionConfigurationDescriptor - Interface in com.arbortext.e3cf
 
E3XMLFragment - Interface in com.arbortext.e3cf
Describes an object that is represented as a subtree of an XML document.
ERROR - Enum constant in enum class com.arbortext.e3cf.E3MessageLevel
 

F

FATAL - Enum constant in enum class com.arbortext.e3cf.E3MessageLevel
 

G

getAllowedFunctions() - Method in interface com.arbortext.e3cf.E3Config
Returns the functions we're allowed to execute.
getCacheManagers() - Method in interface com.arbortext.e3cf.E3Config
Returns our cache managers.
getCascade() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Indicates the pool to which requests should cascade if every process in this pool is busy.
getClassName() - Method in interface com.arbortext.e3cf.E3ClassDescriptor
Returns the name of the class to load.
getDataFields() - Method in interface com.arbortext.e3cf.E3Config
 
getDataFields() - Method in interface com.arbortext.e3cf.E3TransactionRedactionConfigurationDescriptor
 
getDefault() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Indicates whether this is the default pool.
getEnabled() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the enabled flag.
getErrorCount() - Method in interface com.arbortext.e3cf.E3MessageCollector
Returns the number of (non-fatal) error messages we've logged
getFatalCount() - Method in interface com.arbortext.e3cf.E3MessageCollector
Returns the number of fatal error messages we have logged
getHighestLevel() - Method in interface com.arbortext.e3cf.E3MessageCollector
Returns the level of the most severe message we have logged
getId() - Method in interface com.arbortext.e3cf.E3CacheManagerDescriptor
Returns this test's unique ID.
getId() - Method in interface com.arbortext.e3cf.E3InitializerDescriptor
Returns this test's unique ID.
getId() - Method in interface com.arbortext.e3cf.E3NotifierDescriptor
Returns this notifier's unique ID.
getId() - Method in interface com.arbortext.e3cf.E3ParameterSetDescriptor
Returns our unique ID.
getId() - Method in interface com.arbortext.e3cf.E3QueueDescriptor
Returns this queue's unique ID.
getId() - Method in interface com.arbortext.e3cf.E3QueueManagerDescriptor
Returns this test's unique ID.
getId() - Method in interface com.arbortext.e3cf.E3RequestHandlerDescriptor
Returns this request handler's unique ID.
getId() - Method in interface com.arbortext.e3cf.E3RequestSelectorDescriptor
Returns this test's unique ID.
getId() - Method in interface com.arbortext.e3cf.E3SecurityConstraintDescriptor
Returns this element's unique ID.
getId() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the subprocess pool ID, if any
getId() - Method in interface com.arbortext.e3cf.E3TestSetDescriptor
Returns our unique ID.
getInfoCount() - Method in interface com.arbortext.e3cf.E3MessageCollector
Returns the number of informational messages we have logged.
getInitializers() - Method in interface com.arbortext.e3cf.E3Config
Returns our initializers.
getLevel() - Method in interface com.arbortext.e3cf.E3Message
Returns our severity code
getMaxBusyInterval() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the maximum number of seconds that may elapse before E3 declares a request to an E3 subprocess to be hung.
getMaxConcurrentQueuedTransactions() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the maximum number of subprocesses that are allowed to process queued transactions simultaneously.
getMaxIdleInterval() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the maximum number of seconds that a subprocess may be idle before E3 will kill it, assuming that more than the minimum number of subprocesses are running.
getMaxLifetime() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the maximum number of seconds that a subprocess may run before E3 will kill it and start a replacement process.
getMaxShutdownInterval() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the maximum number of seconds that may elapse after E3 is told to terminate before E3 gives up waiting for its subprocesses to stop voluntarily.
getMaxSubprocesses() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the maximum number of subprocesses that E3 will start in this subprocess pool.
getMaxSubprocessWait() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the maximum number of seconds that an incoming request will wait for a subprocess in this pool to free up before a "no subprocesses available" exception is returned to the caller.
getMessage() - Method in interface com.arbortext.e3cf.E3DataFieldDescriptor
 
getMessages() - Method in interface com.arbortext.e3cf.E3Config
Returns the messages logged while parsing this configuration file.
getMessages() - Method in interface com.arbortext.e3cf.E3MessageCollector
Returns our message list
getMinSubprocesses() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the minimum number of subprocesses that E3 will keep running in this subprocess pool.
getName() - Method in interface com.arbortext.e3cf.E3DataFieldDescriptor
 
getName() - Method in interface com.arbortext.e3cf.E3ParameterDescriptor
Returns our parameter name.
getNames() - Method in interface com.arbortext.e3cf.E3ParameterMap
Returns an iterator over our list of parameter names
getNotifiers() - Method in interface com.arbortext.e3cf.E3Config
Returns our notifiers.
getParameters() - Method in interface com.arbortext.e3cf.E3CacheManagerDescriptor
Returns the parameters for this test.
getParameters() - Method in interface com.arbortext.e3cf.E3Config
Returns our top-level parameters.
getParameters() - Method in interface com.arbortext.e3cf.E3InitializerDescriptor
Returns the parameters for this test.
getParameters() - Method in interface com.arbortext.e3cf.E3NotifierDescriptor
Returns the parameters for this notifier.
getParameters() - Method in interface com.arbortext.e3cf.E3ParameterSetDescriptor
Returns the parameters we contain.
getParameters() - Method in interface com.arbortext.e3cf.E3QueueDescriptor
Returns the parameters for this queue.
getParameters() - Method in interface com.arbortext.e3cf.E3QueueManagerDescriptor
Returns the parameters for this test.
getParameters() - Method in interface com.arbortext.e3cf.E3RequestHandlerDescriptor
Returns the parameters for this request handler.
getParameters() - Method in interface com.arbortext.e3cf.E3RequestSelectorDescriptor
Returns the parameters for this test.
getParameters() - Method in interface com.arbortext.e3cf.E3SecurityConstraintDescriptor
Returns the parameters specified for this element.
getParameters() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the parameters for this service pool.
getParameterSets() - Method in interface com.arbortext.e3cf.E3Config
Returns our stand-alone parameter sets.
getPattern() - Method in interface com.arbortext.e3cf.E3FunctionDescriptor
Returns a regular expression describing one or more functions.
getQueueManagers() - Method in interface com.arbortext.e3cf.E3Config
Returns our queue managers.
getQueues() - Method in interface com.arbortext.e3cf.E3Config
Returns our queues.
getReferencedTestSet() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the ID of the <TestsSet> from which our <TestSet> gets its list of tests, if any.
getReferencedTestSet() - Method in interface com.arbortext.e3cf.E3TestSetContainerDescriptor
Returns the ID of the <TestSet> from which our <TestSet> gets its list of tests, if any.
getRequestHandlers() - Method in interface com.arbortext.e3cf.E3Config
Returns our Request Handlers.
getRequestSelectors() - Method in interface com.arbortext.e3cf.E3Config
Returns our request selectors.
getSecurityConstraints() - Method in interface com.arbortext.e3cf.E3Config
Returns our security constraints.
getSubList() - Method in interface com.arbortext.e3cf.E3TestListEntry
Returns an iterator to the list of tests we contain if we're an AND or an OR, or null if we're a TEST.
getSubprocessEnvironment() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the subprocess environment.
getSubprocessPools() - Method in interface com.arbortext.e3cf.E3Config
Returns our subprocess pools
getTestName() - Method in interface com.arbortext.e3cf.E3TestListEntry
Returns the name of the E3RequestTestDescriptor to which refer, or null if we're an AND or an OR.
getTests() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the list of tests associated with this service pool
getTests() - Method in interface com.arbortext.e3cf.E3TestSetContainerDescriptor
Returns the list of tests associated with this notifier.
getTestSets() - Method in interface com.arbortext.e3cf.E3Config
Returns a list of standalone tests sets.
getText() - Method in interface com.arbortext.e3cf.E3Message
Returns our text
getThrowable() - Method in interface com.arbortext.e3cf.E3Message
Returns the exception that accompanied our message
getType() - Method in interface com.arbortext.e3cf.E3FunctionDescriptor
Returns the type of function (java, javascript, ACL, etc.) to which the pattern applies.
getType() - Method in interface com.arbortext.e3cf.E3TestListEntry
Indicates our type.
getValue() - Method in interface com.arbortext.e3cf.E3ParameterDescriptor
Returns our parameter value.
getValue(String) - Method in interface com.arbortext.e3cf.E3ParameterMap
Returns the value corresponding to a given parameter name.
getVersion() - Method in interface com.arbortext.e3cf.E3Config
Returns our version code.
getWarningCount() - Method in interface com.arbortext.e3cf.E3MessageCollector
Returns the number of warning messages we have logged.
getWorkThreadInterval() - Method in interface com.arbortext.e3cf.E3SubprocessPoolDescriptor
Returns the time in seconds between runs of the work thread that checks for started servers, hung connections, etc.

I

INFO - Enum constant in enum class com.arbortext.e3cf.E3MessageLevel
 
isEmpty() - Method in interface com.arbortext.e3cf.E3MessageCollector
Indicates whether any messages have been logged.
isEmpty() - Method in interface com.arbortext.e3cf.E3ParameterMap
Indicates whether we contain any parameters.
isRedacted() - Method in interface com.arbortext.e3cf.E3DataFieldDescriptor
 

O

OR - Enum constant in enum class com.arbortext.e3cf.E3TestListEntry.TestType
 

P

parse(Node) - Method in interface com.arbortext.e3cf.E3XMLFragment
Extracts our content from a part of an XML document

S

serializeHTML(Writer) - Method in interface com.arbortext.e3cf.E3XMLFragment
Writes our content as XHtml
serializeXML(Writer) - Method in interface com.arbortext.e3cf.E3XMLFragment
Writes our content as XML

T

TEST - Enum constant in enum class com.arbortext.e3cf.E3TestListEntry.TestType
 

V

valueOf(String) - Static method in enum class com.arbortext.e3cf.E3MessageLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.arbortext.e3cf.E3TestListEntry.TestType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.arbortext.e3cf.E3MessageLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.arbortext.e3cf.E3TestListEntry.TestType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WARN - Enum constant in enum class com.arbortext.e3cf.E3MessageLevel
 
A C E F G I O P S T V W 
All Classes and Interfaces|All Packages