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

A

abortedCircuitInvocation(Circuit, Message, CircuitAbortException) - Method in interface com.vordel.circuit.MessageListener
Called if the Circuit exits because of a fault with one of the Filters therein.
abortedCircuitInvocation(Circuit, Message, CircuitAbortException) - Method in class com.vordel.circuit.MessageListenerAdapter
 
ABSTRACT - Static variable in interface com.vordel.es.EntityType
Constant for XML 'abstract' defintion attribute
addCertificateAttachment(Message, TemplateMessageDetails, Body, String) - Static method in class com.vordel.mime.AttachmentHelper
Add the signer's certificate to the request as an attachment.
addChild(DiffNode) - Method in class com.vordel.es.util.diff.DiffNode
 
addChild(TypeDiffNode) - Method in class com.vordel.es.util.diff.type.TypeDiffNode
 
addCreationListener(MessageCreationListener) - Static method in class com.vordel.circuit.Message
When a new message is created, each MessageCreationListener is informed, so it may decorate the message with its own private annotations.
addEntity(ESPK, Entity) - Method in interface com.vordel.es.EntityStore
Add an Entity to the Store.
addESPK(ESPK) - Method in class com.vordel.es.util.ESPKCollection
 
addHeader(String, String) - Method in interface com.vordel.mime.Headers
 
addHeader(String, Object) - Method in class com.vordel.mime.HeaderSet
Adds a header with the given value.
addHeader(String, String) - Method in class com.vordel.mime.HeaderSet
Adds a header with the given value.
addHeader(String, String) - Method in class com.vordel.mime.QueryStringHeaderSet
 
additions - Variable in class com.vordel.es.xes.ExportEngine.Directives
 
addKeyField(String, String) - Method in class com.vordel.es.xes.PortableESPK.KeyNode
 
addMessageListener(MessageListener) - Method in class com.vordel.circuit.Message
Add a listener to intercept this Message before and after filter and circuit invocations.
addMetricType(MetricType) - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Add a MetricType to the MetricGroupType.
addNodes(EntityStore, ESPK, EntityBranch.EntityNode, Set<ESPK>) - Method in class com.vordel.es.EntityBranch
 
addPart(Body) - Method in class com.vordel.mime.CompoundBody
 
addPart(String, Body) - Method in class com.vordel.mime.CompoundBody
Add a body part to this compound body, identified by "Id"
addPath(CircuitCallRecord) - Method in class com.vordel.circuit.FilterInvocation
 
addPropDefs(Set<PropDef>, Collection<String>) - Method in class com.vordel.circuit.Filter
 
addPropertiesListener(PropertyChangeListener) - Method in class com.vordel.circuit.Message
 
addPropertiesListener(String, PropertyChangeListener) - Method in class com.vordel.circuit.Message
 
addSample(String, int) - Method in class com.vordel.reporting.rtm.api.MetricGroup
Add a sample value to a metric of type MetricTypeRangeCount.
addType(InputStream) - Method in interface com.vordel.es.TypeStore
This method adds a new type to the EntityStore
addValue(Value) - Method in class com.vordel.es.Field
Add a new value to the Field.
afc - Variable in class com.vordel.circuit.CircuitActivationFilter
 
allocID() - Method in class com.vordel.circuit.Message
 
allowedApiMethods - Variable in class com.vordel.reporting.rtm.api.MetricType
Internal.
allowsChildEntities() - Method in interface com.vordel.es.EntityType
 
allowsChildEntities() - Method in class com.vordel.es.EntityTypeImpl
Does this type allow child Entities
allowsComponent(EntityType) - Method in interface com.vordel.es.EntityType
 
allowsComponent(EntityType) - Method in class com.vordel.es.EntityTypeImpl
Does this type allow entities of the specified type?
allowsReferences() - Method in interface com.vordel.es.EntityType
 
allowsReferences() - Method in class com.vordel.es.EntityTypeImpl
 
allowsSoftReferences() - Method in interface com.vordel.es.EntityType
 
allowsSoftReferences() - Method in class com.vordel.es.EntityTypeImpl
 
APPLICATION_FORM_URL_ENCODED - Static variable in class com.vordel.mime.FormURLEncodedBody
 
attach(CircuitChainFilter, CircuitCache) - Method in class com.vordel.circuit.CircuitChainProcessor
 
attachFile(File) - Method in class com.vordel.mime.BodyMimePart
 
attachFile(String) - Method in class com.vordel.mime.BodyMimePart
 
AttachmentHelper - Class in com.vordel.mime
Helper class for attachments.
AttachmentHelper() - Constructor for class com.vordel.mime.AttachmentHelper
 
attrs - Variable in class com.vordel.circuit.CircuitActivationFilter
 
AUTHN_PASSWORD - Static variable in interface com.vordel.circuit.MessageProperties
 
AUTHN_PUBLIC_KEY - Static variable in interface com.vordel.circuit.MessageProperties
 
AUTHN_SUBJECT_FORMAT - Static variable in interface com.vordel.circuit.MessageProperties
 
AUTHN_SUBJECT_ID - Static variable in interface com.vordel.circuit.MessageProperties
 
AUTHN_SUBJECT_ROLE - Static variable in interface com.vordel.circuit.MessageProperties
 
AUTHN_SUBJECT_ROLE_DELIMITER - Static variable in interface com.vordel.circuit.MessageProperties
 
AUTHN_WSS_HEADER_BLOCK - Static variable in interface com.vordel.circuit.MessageProperties
WS-Security 1.0/1.1 Header as extracted from SOAP 1.1/1.2 message for a specified actor/role.
avgName - Variable in class com.vordel.reporting.rtm.api.MetricType
The name for the average metric.

B

base - Variable in class com.vordel.es.util.diff.DiffNode
 
base - Variable in class com.vordel.es.util.diff.DiffTreeModel
 
base - Variable in class com.vordel.es.util.diff.type.TypeDiffNode
 
base - Variable in class com.vordel.es.util.diff.type.TypeDiffTreeModel
 
BASE64 - Static variable in interface com.vordel.mime.MimeConstants
 
BASE_TYPE_NAME - Static variable in interface com.vordel.es.TypeStore
The root EntityType name.
BaseDiffNode - Class in com.vordel.es.util.diff
 
BaseDiffNode() - Constructor for class com.vordel.es.util.diff.BaseDiffNode
 
BaseDiffNode.Difference - Enum in com.vordel.es.util.diff
 
BaseDiffTreeModel - Class in com.vordel.es.util.diff
 
BaseDiffTreeModel() - Constructor for class com.vordel.es.util.diff.BaseDiffTreeModel
 
BINARY - Static variable in class com.vordel.es.FieldType
Base64 Encoded bytes
BINARY - Static variable in interface com.vordel.mime.MimeConstants
 
Body - Class in com.vordel.mime
Represents a MIME body.
Body(HeaderSet, ContentType) - Constructor for class com.vordel.mime.Body
Base constructor for body.
BodyFactory - Interface in com.vordel.mime
An interface for implementations of Body to register their interest in handling specific MIME types.
BodyMimeMessage - Class in com.vordel.mime
 
BodyMimeMessage(Session, Body) - Constructor for class com.vordel.mime.BodyMimeMessage
 
BodyMimePart - Class in com.vordel.mime
 
BodyMimePart(Body) - Constructor for class com.vordel.mime.BodyMimePart
 
BOOLEAN - Static variable in class com.vordel.es.FieldType
Primitive Type Boolean.
BOUNDARY - Static variable in interface com.vordel.mime.MimeConstants
 
boundCircuit - Variable in class com.vordel.circuit.CircuitActivationFilter
 
BranchPruner - Class in com.vordel.es.util
 
BranchPruner(EntityStore) - Constructor for class com.vordel.es.util.BranchPruner
 
bufferInput() - Method in class com.vordel.mime.Body
 

C

calcDiffs() - Method in class com.vordel.es.util.diff.DiffTreeModel
 
calcDiffs() - Method in class com.vordel.es.util.diff.type.TypeDiffTreeModel
 
callCircuit(Circuit, CircuitReference, Message) - Method in class com.vordel.circuit.CircuitChainProcessor
 
callCircuit(Circuit, Message, CircuitDelegateProcessor) - Method in class com.vordel.circuit.DelegatingProcessor
 
callCircuit(Circuit, CircuitDelegateProcessor, Message) - Method in class com.vordel.circuit.DelegatingProcessor
 
CAN_FAIL - Static variable in class com.vordel.circuit.Filter
Set if the Filter can exit with a false result
CAN_INVALIDATE - Static variable in class com.vordel.mime.Body
Flags for write:
CAN_SUCCEED - Static variable in class com.vordel.circuit.Filter
Set if the Filter can exit with a true result
CARDINALITY - Static variable in interface com.vordel.es.EntityType
Constant for XML 'cardinality' defintion attribute
cdf - Variable in class com.vordel.circuit.CircuitChainProcessor
 
characters(char[], int, int) - Method in class com.vordel.es.xes.XMLParser
 
CHARSET - Static variable in interface com.vordel.mime.MimeConstants
 
checkForAbsolutePath(String) - Method in class com.vordel.es.util.ShorthandKeyFinder
 
child - Variable in class com.vordel.es.xes.PortableESPK.KeyNode
 
childAdded(Entity) - Method in class com.vordel.circuit.DelegatingFilterSynchronizer
 
childAdded(Entity) - Method in class com.vordel.circuit.GlobalProperties
 
childAdded(Entity) - Method in interface com.vordel.es.ESChangeListener
A child Entity has been added to a parent Entity to which we are listening.
childAdded(Entity) - Method in class com.vordel.es.ESChangeListenerAdapter
 
childDeleted(ESPK, ESPK) - Method in class com.vordel.circuit.DelegatingFilterSynchronizer
 
childDeleted(ESPK, ESPK) - Method in class com.vordel.circuit.GlobalProperties
 
childDeleted(ESPK, ESPK) - Method in interface com.vordel.es.ESChangeListener
A child Entity has been removed from a parent Entity to which we are listening.
childDeleted(ESPK, ESPK) - Method in class com.vordel.es.ESChangeListenerAdapter
 
childUpdated(Entity) - Method in class com.vordel.circuit.DelegatingFilterSynchronizer
 
childUpdated(Entity) - Method in class com.vordel.circuit.GlobalProperties
 
childUpdated(Entity) - Method in interface com.vordel.es.ESChangeListener
A child Entity has been added to the parent Entity to which we are listening.
childUpdated(Entity) - Method in class com.vordel.es.ESChangeListenerAdapter
 
ci - Variable in class com.vordel.circuit.CircuitCallRecord
 
Circuit - Class in com.vordel.circuit
Consists of a network of FilterContainers, linked as they will be executed by the server.
Circuit() - Constructor for class com.vordel.circuit.Circuit
 
circuit - Variable in class com.vordel.circuit.CircuitDelegateProcessor
 
circuit - Variable in class com.vordel.circuit.Filter
 
CIRCUIT_EXCEPTION - Static variable in interface com.vordel.circuit.MessageProperties
 
CIRCUIT_FAILED - Static variable in interface com.vordel.circuit.MessageProperties
 
CIRCUIT_FAILURE_REASON - Static variable in interface com.vordel.circuit.MessageProperties
 
CIRCUIT_PK - Static variable in class com.vordel.circuit.CircuitDelegateFilter
 
CIRCUIT_RESULT_FAIL - Static variable in interface com.vordel.circuit.MessageProperties
 
CIRCUIT_RESULT_SUCCESS - Static variable in interface com.vordel.circuit.MessageProperties
 
CircuitAbortException - Exception in com.vordel.circuit
This exception encapsulates all errors that are intended to halt the progression through the circuit.
CircuitAbortException(String) - Constructor for exception com.vordel.circuit.CircuitAbortException
Creates a new CircuitAbortException with a textual description of its cause.
CircuitAbortException(Throwable) - Constructor for exception com.vordel.circuit.CircuitAbortException
Creates a new CircuitAbortException indicating failure due to an underlying java Exception
CircuitAbortException(String, Throwable) - Constructor for exception com.vordel.circuit.CircuitAbortException
Creates a new CircuitAbortException indicating failure due to an underlying java Exception
CircuitAbortException(String, Throwable, int) - Constructor for exception com.vordel.circuit.CircuitAbortException
Creates a new CircuitAbortException instance.
CircuitActivationFilter - Class in com.vordel.circuit
 
CircuitActivationFilter() - Constructor for class com.vordel.circuit.CircuitActivationFilter
 
CircuitActivationFilter.AFContext - Class in com.vordel.circuit
 
CircuitActivationFilter.AFContext(SelectorString<Boolean>, SelectorString<Boolean>) - Constructor for class com.vordel.circuit.CircuitActivationFilter.AFContext
 
CircuitActivationProcessor - Class in com.vordel.circuit
 
CircuitActivationProcessor() - Constructor for class com.vordel.circuit.CircuitActivationProcessor
 
CircuitCache - Class in com.vordel.circuit
 
CircuitCache() - Constructor for class com.vordel.circuit.CircuitCache
 
CircuitCallRecord - Class in com.vordel.circuit
 
CircuitCallRecord(Circuit, boolean, Object) - Constructor for class com.vordel.circuit.CircuitCallRecord
 
CircuitChainFilter - Class in com.vordel.circuit
 
CircuitChainFilter() - Constructor for class com.vordel.circuit.CircuitChainFilter
 
CircuitChainProcessor - Class in com.vordel.circuit
 
CircuitChainProcessor() - Constructor for class com.vordel.circuit.CircuitChainProcessor
 
CircuitConstants - Interface in com.vordel.circuit
Defines a set of constants that reflect fields and entity types used by the circuit package, and its consumers.
CircuitContainer - Class in com.vordel.circuit
 
CircuitContainer() - Constructor for class com.vordel.circuit.CircuitContainer
 
CircuitDelegateFilter - Class in com.vordel.circuit
A filter that delegates to a nested circuit.
CircuitDelegateFilter() - Constructor for class com.vordel.circuit.CircuitDelegateFilter
 
CircuitDelegatePerBodyFilter - Class in com.vordel.circuit
A filter that delegates to a nested circuit.
CircuitDelegatePerBodyFilter() - Constructor for class com.vordel.circuit.CircuitDelegatePerBodyFilter
 
CircuitDelegatePerBodyProcessor - Class in com.vordel.circuit
 
CircuitDelegatePerBodyProcessor() - Constructor for class com.vordel.circuit.CircuitDelegatePerBodyProcessor
 
CircuitDelegateProcessor - Class in com.vordel.circuit
 
CircuitDelegateProcessor() - Constructor for class com.vordel.circuit.CircuitDelegateProcessor
 
CircuitReference - Class in com.vordel.circuit
 
CircuitReference(ESPK) - Constructor for class com.vordel.circuit.CircuitReference
 
CircuitReferenceFactory - Interface in com.vordel.circuit
 
CircuitTracker - Class in com.vordel.circuit
 
CircuitTracker() - Constructor for class com.vordel.circuit.CircuitTracker
 
CLASS_AUTHENTICATION - Static variable in exception com.vordel.circuit.CircuitAbortException
 
CLASS_AUTHORIZATION - Static variable in exception com.vordel.circuit.CircuitAbortException
 
CLASS_REMOTE - Static variable in exception com.vordel.circuit.CircuitAbortException
 
CLASS_SERVFAIL - Static variable in exception com.vordel.circuit.CircuitAbortException
A CircuitAbortException has a specific "class" associated with it.
clear() - Method in class com.vordel.circuit.Message
 
clear() - Method in class com.vordel.mime.CompoundBody
Remove all parts of this compound body.
CLIENT_NAME - Static variable in interface com.vordel.circuit.MessageProperties
 
clone() - Method in class com.vordel.circuit.PropDef
 
clone() - Method in class com.vordel.es.Field
 
clone() - Method in class com.vordel.es.xes.PortableESPK.KeyNode
 
clone() - Method in class com.vordel.mime.XMLBody
 
cloneEntity() - Method in class com.vordel.es.Entity
Creates a deep copy of the entity, including keys.
cloneEntityFields() - Method in class com.vordel.es.Entity
Creates a deep copy of the entity, sans keys.
cloneValue() - Method in class com.vordel.es.Value
 
com.vordel.circuit - package com.vordel.circuit
This package models a Circuit and its constituent filters.
com.vordel.es - package com.vordel.es
This package contains the Entity Store interface and other classes which together constitute the Entity Store framework.
com.vordel.es.util - package com.vordel.es.util
 
com.vordel.es.util.diff - package com.vordel.es.util.diff
 
com.vordel.es.util.diff.type - package com.vordel.es.util.diff.type
 
com.vordel.es.xes - package com.vordel.es.xes
 
com.vordel.mime - package com.vordel.mime
This package provides a mechanism for handling MIME-formatted messages.
com.vordel.reporting.rtm.api - package com.vordel.reporting.rtm.api
The Vordel Metrics API classes.
commit() - Method in interface com.vordel.es.EntityStore
Indicate that you wish to have all operations on the Store since the last startTransaction committed to the Store, and published to the Store's listeners.
compare(Entity, Entity) - Method in class com.vordel.es.EntityComparator
 
compareTo(PropDef) - Method in class com.vordel.circuit.PropDef
 
compareTo(Object) - Method in class com.vordel.es.EntityTypeImpl
 
compareTo(Field) - Method in class com.vordel.es.Field
 
compareTo(Object) - Method in class com.vordel.es.util.diff.DiffNode
 
compareTo(Object) - Method in class com.vordel.es.util.diff.type.TypeDiffNode
 
compareTo(PortableESPK) - Method in class com.vordel.es.xes.PortableESPK
 
complete(int) - Method in class com.vordel.circuit.FilterInvocation
 
complete() - Method in class com.vordel.circuit.Message
Called once the message has been entirely processed and the client transaction complete.
completionTimestamp - Variable in class com.vordel.circuit.FilterInvocation
 
COMPONENT_TYPE - Static variable in interface com.vordel.es.EntityType
Constant for XML 'componentType' defintion element
CompoundBody - Class in com.vordel.mime
A compound body is an abstract class representing a Body type that is used to container other Bodys.
CompoundBody(HeaderSet, ContentType) - Constructor for class com.vordel.mime.CompoundBody
 
ConfigContext - Class in com.vordel.circuit
 
ConfigContext() - Constructor for class com.vordel.circuit.ConfigContext
 
configure(CircuitCache, Entity) - Method in class com.vordel.circuit.Circuit
Load the filter containers for each configured filter in this circuit
configure(SolutionPack, Entity) - Method in class com.vordel.circuit.CircuitActivationFilter
 
configure(SolutionPack, Entity) - Method in class com.vordel.circuit.CircuitChainFilter
Override this to use a different factory
configure(SolutionPack, Entity, CircuitReferenceFactory) - Method in class com.vordel.circuit.CircuitChainFilter
 
configure(Entity) - Method in class com.vordel.circuit.CircuitContainer
 
configure(SolutionPack, Entity) - Method in class com.vordel.circuit.Filter
Called to initially configure a filter from the entity store.
configure(SolutionPack, Entity) - Method in class com.vordel.circuit.GlobalProperties
 
configure(SolutionPack, Entity) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
configure(SolutionPack, Entity) - Method in interface com.vordel.dwe.LoadableModule
 
configure(SolutionPack, Entity) - Method in class com.vordel.dwe.TransportModule
 
configureFilter(SolutionPack, Entity) - Method in class com.vordel.circuit.FilterContainer
 
connect(String, Properties) - Method in interface com.vordel.es.EntityStore
Connect to an entity store.
consProps - Variable in class com.vordel.circuit.Filter
 
CONSTANT - Static variable in interface com.vordel.es.EntityType
Constant for XML 'constant' defintion element
ConstantFieldType - Class in com.vordel.es
Special FieldType to distinguish constant Fields from normal Fields.
ConstantFieldType(String, Value) - Constructor for class com.vordel.es.ConstantFieldType
 
constructParentCircuitContainers(EntityStore, Circuit) - Method in class com.vordel.circuit.CircuitCache
 
containsAngleBrackets(String) - Static method in class com.vordel.mime.ContentID
 
containsKey(String) - Method in class com.vordel.circuit.GlobalProperties
 
containsKey(Object) - Method in class com.vordel.circuit.Message
 
containsKey(String) - Method in class com.vordel.es.Entity
Check to see if the field has been initialized for the Entity, and that it contains at least one non-null value.
containsKey(String) - Method in class com.vordel.mime.HeaderSet
 
containsKey(String) - Method in class com.vordel.mime.QueryStringHeaderSet
 
containsReference(ESPK) - Method in class com.vordel.es.Field
Check this Field to see if it contains a reference to the specified Entity.
containsValue(Object) - Method in class com.vordel.circuit.GlobalProperties
 
containsValue(Object) - Method in class com.vordel.circuit.Message
 
CONTENT_BODY - Static variable in interface com.vordel.circuit.MessageProperties
 
CONTENT_DESCRIPTION - Static variable in interface com.vordel.mime.MimeConstants
 
CONTENT_DISPOSITION - Static variable in interface com.vordel.mime.MimeConstants
 
CONTENT_ID - Static variable in interface com.vordel.mime.MimeConstants
 
CONTENT_LENGTH - Static variable in interface com.vordel.mime.MimeConstants
 
CONTENT_LENGTH_LOW - Static variable in interface com.vordel.mime.MimeConstants
 
CONTENT_MD5 - Static variable in interface com.vordel.mime.MimeConstants
 
CONTENT_TRANSFER_ENC - Static variable in interface com.vordel.mime.MimeConstants
 
CONTENT_TYPE - Static variable in interface com.vordel.mime.MimeConstants
 
contentAvailable() - Method in class com.vordel.mime.Body
 
contentAvailable() - Method in class com.vordel.mime.FormURLEncodedBody
 
contentAvailable() - Method in class com.vordel.mime.JSONBody
 
contentAvailable() - Method in class com.vordel.mime.Multipart
 
contentAvailable() - Method in class com.vordel.mime.RawBody
 
contentAvailable() - Method in class com.vordel.mime.XMLBody
 
ContentID - Class in com.vordel.mime
 
ContentID(String) - Constructor for class com.vordel.mime.ContentID
 
contentType - Variable in class com.vordel.mime.Body
 
ContentType - Class in com.vordel.mime
A ContentType represents a parsed MIME "Content-Type" header.
ContentType(ContentType.Authority, String) - Constructor for class com.vordel.mime.ContentType
Create a new ContentType from a basic MIME type string.
ContentType.Authority - Enum in com.vordel.mime
 
contextLoader - Variable in class com.vordel.circuit.Filter
 
convert(EntityStore, ESPK) - Method in class com.vordel.es.util.diff.ESPKNormalizer
 
convert(EntityStore, ESPK) - Method in class com.vordel.es.util.ESPKConvertor
 
convertESPKToXML(EntityStore, ESPK) - Method in class com.vordel.es.xes.PortableESPKFactory
Convenience method to return the portable version of the ESPK as an XML fragment.
convertReferences(EntityStore, Entity) - Method in class com.vordel.es.util.ESPKConvertor
 
correlationId - Variable in class com.vordel.circuit.Message
 
create(Filter, ESPK) - Method in class com.vordel.circuit.CircuitCache
Implemented by subclasses to perform the factory operation.
create(EntityStore, ESPK, String, Object[][]) - Static method in class com.vordel.es.EntityStoreDelegate
 
create(EntityStore, String) - Static method in class com.vordel.es.EntityStoreDelegate
 
create(TypeStore, InputStream) - Method in interface com.vordel.es.EntityTypeFactory
 
create(TypeStore, Node) - Method in interface com.vordel.es.EntityTypeFactory
 
create(TypeStore, String) - Method in interface com.vordel.es.EntityTypeFactory
 
create(TypeStore, InputStream) - Method in class com.vordel.es.EntityTypeFactoryImpl
 
create(TypeStore, Node) - Method in class com.vordel.es.EntityTypeFactoryImpl
 
create(TypeStore, String) - Method in class com.vordel.es.EntityTypeFactoryImpl
 
create(HeaderSet, ContentType, ContentSource) - Static method in class com.vordel.mime.Body
Construct a subclass of body from a set of headers, a content type, and an InputStream.
createBody() - Static method in class com.vordel.mime.FormURLEncodedBody
 
createBody() - Static method in class com.vordel.mime.JSONBody
 
createBodypart(HeaderSet, ContentType) - Method in interface com.vordel.mime.BodyFactory
 
createBodypart(HeaderSet, ContentType) - Method in class com.vordel.mime.FormURLEncodedBody.Factory
 
createBodypart(HeaderSet, ContentType) - Method in class com.vordel.mime.JSONBody.Factory
 
createBodypart(HeaderSet, ContentType) - Method in class com.vordel.mime.Multipart.Factory
 
createBodypart(HeaderSet, ContentType) - Method in class com.vordel.mime.XMLBody.Factory
 
createBranch(ESPK) - Method in class com.vordel.es.util.BranchPruner
 
createBranch(ESPK) - Method in class com.vordel.es.util.TransactionalBranchPruner
 
createCircuitReference(Entity) - Method in interface com.vordel.circuit.CircuitReferenceFactory
 
createCopy() - Method in class com.vordel.es.Entity
Create a copy of this Entity, which will have no PKs set as it is a new 'virgin' Entity.
createDefaultedEntity(EntityStore, EntityType) - Static method in class com.vordel.es.EntityStoreDelegate
Utility to create a new Entity instance with all the default values already set
createDefaultedEntity(EntityStore, String) - Static method in class com.vordel.es.EntityStoreDelegate
 
createDiffNode(PortableESPK, Entity, Entity) - Method in interface com.vordel.es.util.diff.DiffNodeFactory
 
createField(String, ESPK) - Method in interface com.vordel.es.EntityType
 
createField(String, String) - Method in interface com.vordel.es.EntityType
 
createField(String, Value[]) - Method in interface com.vordel.es.EntityType
 
createField(String, Value[]) - Method in class com.vordel.es.EntityTypeImpl
Convienence method for creating a Field based on the FieldType as defined by this EntityType definition
createField(String, String) - Method in class com.vordel.es.EntityTypeImpl
Convienence method for creating a Field based on the FieldType as defined by this EntityType definition
createField(String, ESPK) - Method in class com.vordel.es.EntityTypeImpl
Convienence method for creating a Field based on the FieldType as defined by this EntityType definition
createFilterContainer(Class<? extends FilterContainer>, Filter, ESPK) - Static method in class com.vordel.circuit.FilterContainer
 
createHashSet(String[]) - Static method in class com.vordel.circuit.VariablePropertiesFilter
 
createNode(Entity) - Method in class com.vordel.es.EntityBranch
 
createPayloadProcessor() - Static method in class com.vordel.circuit.PayloadProcessorFactory
 
createPortableESPK(byte[]) - Method in class com.vordel.es.xes.PortableESPKFactory
 
createPortableESPK(String) - Method in class com.vordel.es.xes.PortableESPKFactory
 
createPortableESPK(Element) - Method in class com.vordel.es.xes.PortableESPKFactory
Include a DOM-based factory method for creating PortableESPKs, for parsers which themselves use DOM rather than SAX.
createPortableESPK(Entity) - Method in class com.vordel.es.xes.PortableESPKFactory
Create the portable ESPK for a new, freshly decoded entity.
createPortableESPK(EntityStore, ESPK) - Method in class com.vordel.es.xes.PortableESPKFactory
Method to get the portable key version of a specific Entity in a specific EntityStore.
creationCallbacks - Static variable in class com.vordel.circuit.Message
 
creationTime - Variable in class com.vordel.circuit.Message
 
CT_APP_OCTET_STREAM - Static variable in class com.vordel.mime.Body
 
CT_APPLICATION_FORM_URL_ENCODED - Static variable in class com.vordel.mime.FormURLEncodedBody
 
CT_DEFAULT - Static variable in class com.vordel.mime.Body
 
CT_JSON - Static variable in class com.vordel.mime.JSONBody
 
CT_MULTIPART_RELATED - Static variable in class com.vordel.mime.Body
 
CT_TEXT_PLAIN - Static variable in class com.vordel.mime.Body
 
CT_TEXT_XML_UTF8 - Static variable in class com.vordel.mime.Body
 
CT_XOP_APPLICATION_XML - Static variable in class com.vordel.mime.Body
 
currCR - Variable in class com.vordel.circuit.CircuitTracker
 
currFI - Variable in class com.vordel.circuit.CircuitTracker
 

D

DBG_ES_TYPE_FACTORY - Static variable in class com.vordel.es.EntityStoreFactory
 
decodePK(String) - Method in interface com.vordel.es.EntityStore
Decode a stringified PK as per the implementation.
DEFAULT - Static variable in interface com.vordel.es.EntityType
Constant for XML 'default' defintion attribute
DEFAULT_CR_FACTORY - Static variable in class com.vordel.circuit.CircuitChainFilter
 
DEFAULT_REF - Static variable in interface com.vordel.es.EntityType
Constant for XML 'defaultRef' definition element
DEFAULT_VALUE - Static variable in interface com.vordel.es.EntityType
Constant for XML 'defaultValue' definition element
DefaultFilter - Class in com.vordel.circuit
 
DefaultFilter() - Constructor for class com.vordel.circuit.DefaultFilter
 
defaultValues - Variable in class com.vordel.es.FieldType
 
delegatedCircuitPK - Variable in class com.vordel.circuit.CircuitDelegateFilter
 
delegatedProperties(Set<PropDef>, Set<PropDef>, Set<PropDef>) - Method in class com.vordel.circuit.CircuitDelegateFilter
 
delegatesTo(Circuit) - Method in class com.vordel.circuit.CircuitChainFilter
 
DelegatingFilter - Interface in com.vordel.circuit
 
DelegatingFilterSynchronizer - Class in com.vordel.circuit
 
DelegatingFilterSynchronizer(ManagerEntityStore, DelegatingFilter, DefaultGUIFilter) - Constructor for class com.vordel.circuit.DelegatingFilterSynchronizer
 
DelegatingProcessor - Class in com.vordel.circuit
 
DelegatingProcessor() - Constructor for class com.vordel.circuit.DelegatingProcessor
 
deleteEntity(ESPK) - Method in interface com.vordel.es.EntityStore
Delete an entity from the data store.
delta - Variable in class com.vordel.es.util.diff.DiffNode
 
delta - Variable in class com.vordel.es.util.diff.DiffTreeModel
 
delta - Variable in class com.vordel.es.util.diff.type.TypeDiffNode
 
delta - Variable in class com.vordel.es.util.diff.type.TypeDiffTreeModel
 
deregisterChangeListener(ESPK, ESChangeListener) - Method in interface com.vordel.es.EntityStore
Deregister from listening to changes to the Entities in the Store.
deregisterListener(EntityStore) - Method in class com.vordel.circuit.GlobalProperties
 
deregisterMessageLocalStorage(int) - Static method in class com.vordel.circuit.Message
Deregister a message local slot.
describe(Field[]) - Static method in class com.vordel.es.Field
Convenience method to describe fields
describe(Field) - Static method in class com.vordel.es.util.TraceEntity
 
describeReference(String) - Method in class com.vordel.es.Entity
 
DiffNode - Class in com.vordel.es.util.diff
 
DiffNode(PortableESPK, Entity, Entity) - Constructor for class com.vordel.es.util.diff.DiffNode
 
DiffNodeFactory - Interface in com.vordel.es.util.diff
 
DiffTreeModel - Class in com.vordel.es.util.diff
 
DiffTreeModel(EntityStore, EntityStore) - Constructor for class com.vordel.es.util.diff.DiffTreeModel
 
DIRECTIVE_ADD_IF_ABSENT - Static variable in class com.vordel.es.xes.ExportEngine
 
DIRECTIVE_ADD_OR_REPLACE - Static variable in class com.vordel.es.xes.ExportEngine
 
DIRECTIVE_CUT_BRANCH - Static variable in class com.vordel.es.xes.ExportEngine
 
dirScanDefaultProps - Static variable in class com.vordel.circuit.MessagePropDefs
 
disconnect() - Method in interface com.vordel.es.EntityStore
Disconnect from the EntityStore.
dispose() - Method in class com.vordel.circuit.FilterPathTracker
 
dispose() - Method in class com.vordel.mime.Body
 
doGraft(EntityStore, ESPK, Set<PortableESPK>, Set<ESPK>) - Method in class com.vordel.es.EntityBranch
 
doGraft(EntityStore, ESPK, Set<PortableESPK>, Set<ESPK>) - Method in class com.vordel.es.util.TransactionalEntityBranch
 
doProps(SolutionPack) - Method in class com.vordel.circuit.CircuitChainFilter
 
doPrune(ESPK) - Method in class com.vordel.es.util.BranchPruner
 
doPrune(ESPK) - Method in class com.vordel.es.util.TransactionalBranchPruner
 
DuplicateKeysException - Exception in com.vordel.es
 
DuplicateKeysException(String, Entity, ESPK) - Constructor for exception com.vordel.es.DuplicateKeysException
 

E

EIGHT_BIT - Static variable in interface com.vordel.mime.MimeConstants
 
EMPTY_ESPK_COLLECTION - Static variable in class com.vordel.es.util.ESPKCollection
 
EMPTY_PROP_DEF_SET - Static variable in class com.vordel.circuit.Filter
 
EMPTY_STRING_SET - Static variable in class com.vordel.circuit.Filter
 
ENCODING - Static variable in interface com.vordel.mime.MimeConstants
 
ENCRYPTED - Static variable in class com.vordel.es.FieldType
New type for VS 4.1 Semantically, the encrypted type is the same as the binary type, i.e.
end(boolean) - Method in class com.vordel.es.util.ShorthandKeyFinder.SingleEntityPF
 
endElement(String, String, String) - Method in class com.vordel.es.xes.XMLParser
 
Entity - Class in com.vordel.es
The main component in the EntityStore.
Entity(EntityType) - Constructor for class com.vordel.es.Entity
The constructor for all seasons
entity - Variable in class com.vordel.es.EntityBranch.EntityNode
 
entity - Variable in class com.vordel.es.util.EntityFieldReferences
 
ENTITY_TYPE - Static variable in interface com.vordel.es.EntityType
Constant for XML 'entityType' defintion element
EntityBranch - Class in com.vordel.es
 
EntityBranch(EntityStore, ESPK) - Constructor for class com.vordel.es.EntityBranch
 
EntityBranch(EntityStore, ESPK, Set<ESPK>) - Constructor for class com.vordel.es.EntityBranch
Create a branch of the entity hierarchy from a given store and starting point.
EntityBranch.EntityNode - Class in com.vordel.es
 
EntityBranch.EntityNode(Entity) - Constructor for class com.vordel.es.EntityBranch.EntityNode
 
EntityComparator - Class in com.vordel.es
Compare entities for sorting functionality.
EntityComparator(String) - Constructor for class com.vordel.es.EntityComparator
 
EntityComparator(String[]) - Constructor for class com.vordel.es.EntityComparator
 
EntityComparator(String[], int) - Constructor for class com.vordel.es.EntityComparator
 
EntityComparator(String, int) - Constructor for class com.vordel.es.EntityComparator
 
entityDeleted(ESPK) - Method in class com.vordel.circuit.DelegatingFilterSynchronizer
 
entityDeleted(ESPK) - Method in interface com.vordel.es.ESChangeListener
An Entity has been removed from the store.
entityDeleted(ESPK) - Method in class com.vordel.es.ESChangeListenerAdapter
 
EntityDiffTreeXMLSerializer - Class in com.vordel.es.util.diff
 
EntityDiffTreeXMLSerializer() - Constructor for class com.vordel.es.util.diff.EntityDiffTreeXMLSerializer
 
EntityFieldIndex - Class in com.vordel.es.util
 
EntityFieldIndex(ESPK) - Constructor for class com.vordel.es.util.EntityFieldIndex
 
EntityFieldReferences - Class in com.vordel.es.util
 
EntityFieldReferences(Entity) - Constructor for class com.vordel.es.util.EntityFieldReferences
 
EntityFieldReferences.FieldReferences - Class in com.vordel.es.util
 
EntityFieldReferences.FieldReferences(Field) - Constructor for class com.vordel.es.util.EntityFieldReferences.FieldReferences
 
EntityFieldReferences.IndexRef - Class in com.vordel.es.util
 
EntityFieldReferences.IndexRef(int, ESPK) - Constructor for class com.vordel.es.util.EntityFieldReferences.IndexRef
 
EntityStore - Interface in com.vordel.es
The EntityStore interface defines a common contract for access to all providers of the EntityStore service.
EntityStoreDelegate - Class in com.vordel.es
Holding area for extended ES functionality which may be candidates for inclusion into the EntityStore interface proper in the future.
EntityStoreDelegate() - Constructor for class com.vordel.es.EntityStoreDelegate
 
EntityStoreDelegate.TypedFieldEntity - Class in com.vordel.es
Store an Entity which has a field(s)of the specified type and a list of the names of those fields.
EntityStoreException - Exception in com.vordel.es
Specialization of Exception for problems which can occur in the course of using the EntityStore framework.
EntityStoreException(String) - Constructor for exception com.vordel.es.EntityStoreException
Constructor with message.
EntityStoreException(String, Throwable) - Constructor for exception com.vordel.es.EntityStoreException
Constructor with message and embedded exception
EntityStoreException(String, Collection<ESPK>) - Constructor for exception com.vordel.es.EntityStoreException
Constructor with message and problematic entity identifiers
EntityStoreException(String, ESPK...) - Constructor for exception com.vordel.es.EntityStoreException
Constructor with message and problematic entity identifiers
EntityStoreFactory - Class in com.vordel.es
The place to come to when you want to get an EntityStore which will understand your particular flavor of URL.
EntityType - Interface in com.vordel.es
The type definition for Entities in the EntityStore framework
EntityTypeFactory - Interface in com.vordel.es
 
EntityTypeFactoryImpl - Class in com.vordel.es
 
EntityTypeFactoryImpl() - Constructor for class com.vordel.es.EntityTypeFactoryImpl
 
EntityTypeImpl - Class in com.vordel.es
The type definition for Entities in the EntityStore framework
EntityTypeImpl(TypeStore, InputStream) - Constructor for class com.vordel.es.EntityTypeImpl
Create a new EntityType
EntityTypeImpl(TypeStore, String) - Constructor for class com.vordel.es.EntityTypeImpl
Create a new EntityType
EntityTypeImpl(TypeStore, Node) - Constructor for class com.vordel.es.EntityTypeImpl
Create a new EntityType from a Document model
entityUpdated(Entity) - Method in class com.vordel.circuit.DelegatingFilterSynchronizer
 
entityUpdated(Entity) - Method in interface com.vordel.es.ESChangeListener
An Entity's contents has changed.
entityUpdated(Entity) - Method in class com.vordel.es.ESChangeListenerAdapter
 
entrySet() - Method in class com.vordel.circuit.Message
 
entrySet() - Method in class com.vordel.mime.HeaderSet
 
ENV_EXPAND_INDICATOR - Static variable in class com.vordel.es.Entity
A field containing this substring will be expanded at runtime of the server
equals(Object) - Method in class com.vordel.circuit.PropDef
 
equals(Object) - Method in class com.vordel.es.Entity
Returns true if two Entity object are equal.
equals(Object) - Method in class com.vordel.es.EntityTypeImpl
Equality is based on type name.
equals(Object) - Method in interface com.vordel.es.ESPK
Although the Object class in java guarantees the equals method, capture it here for completeness
equals(Object) - Method in class com.vordel.es.Field
Determine if this field is equal to the other specified field.
equals(Object) - Method in class com.vordel.es.FieldType
 
equals(Object) - Method in class com.vordel.es.Value
Returns true if two Value objects are equal.
equals(Object) - Method in class com.vordel.es.xes.PortableESPK
 
equals(Object) - Method in class com.vordel.mime.ContentType
Tests if two MIME types represent the same basic type.
equals(Object) - Method in class com.vordel.mime.HeaderSet.Header
 
equalsContents(Entity) - Method in class com.vordel.es.Entity
Returns true if the two Entities are of the same type and contain the same field values.
equalsKeys(Entity) - Method in class com.vordel.es.Entity
 
es - Variable in class com.vordel.es.util.BranchPruner
 
ES_NULL_PK - Static variable in interface com.vordel.es.EntityStore
A key representing a null reference
escape(String) - Static method in class com.vordel.es.util.ShorthandKeyFinder
Escape a string to be used as a shorthand key
escapeFieldValue(String) - Static method in class com.vordel.es.util.ShorthandKeyFinder
Escape a field for use when assembling a shorthand query string.
ESChangeListener - Interface in com.vordel.es
Not implemented server side.
The interface which must be implemented by interested parties to listen for Entity change events on the EntityStore.
ESChangeListenerAdapter - Class in com.vordel.es
Convienence class which implements the ESChangeListener interface.
ESChangeListenerAdapter() - Constructor for class com.vordel.es.ESChangeListenerAdapter
 
ESPK - Interface in com.vordel.es
An interface for a unique Entity identifier.
ESPKCollection - Class in com.vordel.es.util
 
ESPKCollection(int) - Constructor for class com.vordel.es.util.ESPKCollection
 
ESPKCollection(ESPK...) - Constructor for class com.vordel.es.util.ESPKCollection
 
ESPKCollection(Collection<ESPK>) - Constructor for class com.vordel.es.util.ESPKCollection
 
ESPKConvertor - Class in com.vordel.es.util
 
ESPKConvertor() - Constructor for class com.vordel.es.util.ESPKConvertor
 
ESPKNormalizer - Class in com.vordel.es.util.diff
 
ESPKNormalizer() - Constructor for class com.vordel.es.util.diff.ESPKNormalizer
 
EXPORT_CLOSURE - Static variable in interface com.vordel.es.EntityStore
Used with exportContents(), this flag indicates that any entities which are referred to by exported entities are also exported.
EXPORT_ENTITIES - Static variable in interface com.vordel.es.EntityStore
Used with exportContents(), this flag indicates that the entities should be exported.
EXPORT_PORTABLE_ESPKS - Static variable in interface com.vordel.es.EntityStore
Used with exportContents(), this flag indicates that the ESPK values for the entities are normalized, allowing import into other ES stores.
EXPORT_REALIZED_TYPES - Static variable in interface com.vordel.es.EntityStore
Used with exportContents(), this flag indicates that only types which are instantiated are to be exported.
EXPORT_SOFT_REF_CLOSURE - Static variable in interface com.vordel.es.EntityStore
Used with exportContents(), this flag indicates that soft references are followed for closure when the reference can be resolved to another entity.
EXPORT_TRUNKS - Static variable in interface com.vordel.es.EntityStore
Used with exportContents(), this flag will ensure all entities leading from the export roots back to the main store root get exported too.
EXPORT_TYPES - Static variable in interface com.vordel.es.EntityStore
Used with exportContents(), this flag indicates that the types should be exported.
exportContents(OutputStream, Collection<ESPK>, int) - Method in interface com.vordel.es.EntityStore
Export the contents of the entity store to the specified output stream.
exportContents(OutputStream, Collection<ESPK>, int) - Method in class com.vordel.es.xes.ExportEngine
 
exportContents(OutputStream, Collection<ESPK>, int, Set<ESPK>, Set<ESPK>, Set<PortableESPK>) - Method in class com.vordel.es.xes.ExportEngine
 
ExportEngine - Class in com.vordel.es.xes
 
ExportEngine(EntityStore) - Constructor for class com.vordel.es.xes.ExportEngine
 
ExportEngine.Directives - Class in com.vordel.es.xes
 
ExportEngine.Directives() - Constructor for class com.vordel.es.xes.ExportEngine.Directives
 
exportEntitiesWithImportDirectives(OutputStream, Set<ESPK>, ExportEngine.Directives) - Method in class com.vordel.es.xes.ExportEngine
Export the contents of the entity store.
exportFlags - Variable in class com.vordel.es.xes.MetaDataExtractor.ESMetaInfo
 
exportFromRoot - Variable in class com.vordel.es.xes.MetaDataExtractor.ESMetaInfo
 
exportStore(EntityStore, boolean, boolean, boolean) - Static method in class com.vordel.es.EntityStoreDelegate
Deprecated. Use the EntityStore.exportContents(java.io.OutputStream, java.util.Collection, int) method instead
EXTENDS - Static variable in interface com.vordel.es.EntityType
Constant for XML 'extends' defintion attribute
extendsType(String) - Method in interface com.vordel.es.EntityType
 
extendsType(String) - Method in class com.vordel.es.EntityTypeImpl
 

F

f - Variable in class com.vordel.es.util.EntityFieldReferences.FieldReferences
 
factory - Variable in class com.vordel.es.util.diff.DiffTreeModel
 
FIELD - Static variable in interface com.vordel.es.EntityType
Constant for XML 'field' defintion element
Field - Class in com.vordel.es
A Field is a typed component part of an Entity, containing zero, one or more values.
Field(FieldType, String) - Constructor for class com.vordel.es.Field
Constructor for a field with no values.
Field(FieldType, String, Value[]) - Constructor for class com.vordel.es.Field
Constructor for a field with new values.
Field(Field) - Constructor for class com.vordel.es.Field
Convenience constructor to create a duplicate field.
FIELD_ADDRESS - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_CIRCUIT_REF - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_CLASS - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_FAILURE - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_FAULT_PROCESSOR - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_FILTER_CIRCUIT - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_LOGFAILURE - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_LOGFATAL - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_LOGMASK - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_LOGSUCCESS - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_NAME - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_START - Static variable in interface com.vordel.circuit.CircuitConstants
 
FIELD_SUCCESS - Static variable in interface com.vordel.circuit.CircuitConstants
 
fieldNameToIndexes - Variable in class com.vordel.es.util.EntityFieldIndex
 
FieldType - Class in com.vordel.es
A FieldType defines the type of a specific Field for a given EntityType.
FieldType(String, Object, List<Value>) - Constructor for class com.vordel.es.FieldType
Create a field type definition.
FILE_SRC_NAME - Static variable in interface com.vordel.circuit.MessageProperties
 
FILE_SRC_PATH - Static variable in interface com.vordel.circuit.MessageProperties
 
FileURLNormalizer - Class in com.vordel.es.util
 
FileURLNormalizer() - Constructor for class com.vordel.es.util.FileURLNormalizer
 
Filter - Class in com.vordel.circuit
Implementation of a Filter, backed by an Entity.
Filter() - Constructor for class com.vordel.circuit.Filter
 
filterAttached(SolutionPack, Entity) - Method in class com.vordel.circuit.CircuitActivationProcessor
 
filterAttached(SolutionPack, Entity) - Method in class com.vordel.circuit.CircuitChainProcessor
 
filterAttached(SolutionPack, Entity) - Method in class com.vordel.circuit.CircuitDelegateProcessor
 
filterAttached(SolutionPack, Entity) - Method in class com.vordel.circuit.FilterContainer
Called on a filter's container when the filter is configured.
filterAttached(SolutionPack, Entity) - Method in class com.vordel.circuit.MessageProcessor
 
FilterAttribute - Class in com.vordel.circuit
 
FilterAttribute() - Constructor for class com.vordel.circuit.FilterAttribute
 
FilterContainer - Class in com.vordel.circuit
Wraps a basic Filter object to provide templatable domain specific functionality in circuits.
FilterContainer() - Constructor for class com.vordel.circuit.FilterContainer
 
filterDetached() - Method in class com.vordel.circuit.FilterContainer
 
filterDetached() - Method in class com.vordel.circuit.MessageProcessor
 
FilterInvocation - Class in com.vordel.circuit
This class tracks the statistics for a filter's invocation.
FilterInvocation(MessageProcessor) - Constructor for class com.vordel.circuit.FilterInvocation
Constructor which takes all relevant statistics.
filterMessage - Variable in class com.vordel.circuit.MessageProcessor
 
FilterPathTracker - Class in com.vordel.circuit
 
FilterPathTracker() - Constructor for class com.vordel.circuit.FilterPathTracker
 
filterPortablePKs(DiffNode, Collection<PortableESPK>) - Method in class com.vordel.es.util.diff.DiffTreeModel
 
findChildren(ESPK, Field[], EntityType) - Method in interface com.vordel.es.EntityStore
Find all children of a particular Entity.
findEntitiesWithTypedFields(EntityStore, String, Set<ESPK>) - Static method in class com.vordel.es.EntityStoreDelegate
 
findEntity(EntityStore, String, String, EntityType) - Static method in class com.vordel.es.EntityStoreDelegate
Method used to find an entity of a type which contains a field with a certain value Note, use this method carefully as it will recursively get all entities from the entitystore!
findEntity(EntityStore, ESPK, String, String, EntityType) - Static method in class com.vordel.es.EntityStoreDelegate
Method used to find an entity of a type which contains a field with a certain value Note, use this method carefully as it will recursively get all entities from the entitystore!
findNamedChildren(EntityStore, ESPK, EntityType, String, String) - Static method in class com.vordel.es.EntityStoreDelegate
 
findReferringEntities(ESPK) - Method in interface com.vordel.es.EntityStore
Get a Set of ESPKs which identify all Entities in the store which contain a field or fields which hold a reference to the Entity specified
findSoftReferencesToBranch(EntityStore, ESPK) - Static method in class com.vordel.es.EntityStoreDelegate
 
fini() - Static method in class com.vordel.mime.Body
 
firePropertyChange(String, Object, Object) - Method in class com.vordel.circuit.Message
 
first - Variable in class com.vordel.circuit.CircuitTracker
 
flush() - Method in class com.vordel.circuit.CircuitCache
Reset the cache of circuits
flushCache() - Method in class com.vordel.circuit.Circuit
Remove all filters from this circuit
forceGenerateAttributes() - Method in class com.vordel.circuit.Message
 
forClass(Class<? extends FilterContainer>, Filter, ESPK) - Method in class com.vordel.circuit.CircuitCache
Utility method for producing a filter container using the default constructor for a Class object.
formEncode(OutputStream, String) - Method in class com.vordel.mime.FormURLEncodedBody
 
FormURLEncodedBody - Class in com.vordel.mime
 
FormURLEncodedBody(HeaderSet, ContentType, QueryStringHeaderSet) - Constructor for class com.vordel.mime.FormURLEncodedBody
 
FormURLEncodedBody.Factory - Class in com.vordel.mime
 
FormURLEncodedBody.Factory() - Constructor for class com.vordel.mime.FormURLEncodedBody.Factory
 
fRefs - Variable in class com.vordel.es.util.EntityFieldReferences
 
FROM - Static variable in interface com.vordel.circuit.MessageProperties
 

G

generate(Message) - Method in interface com.vordel.circuit.MessagePropertyGenerator
 
generateCertificateAttachment(X509Certificate) - Static method in class com.vordel.mime.AttachmentHelper
Generate an attachment containing the signer's certificate.
genProps - Variable in class com.vordel.circuit.Filter
 
get(String, Entity, Class<? extends T>) - Static method in class com.vordel.circuit.FilterAttribute
 
get(String, String, Entity, Class<? extends T>) - Static method in class com.vordel.circuit.FilterAttribute
 
get(String) - Method in class com.vordel.circuit.GlobalProperties
 
get(String) - Method in class com.vordel.circuit.Message
 
get(Object) - Method in class com.vordel.circuit.Message
 
get(String) - Method in class com.vordel.es.Entity
'Dictionary' interface
get(String) - Method in class com.vordel.es.xes.PortableESPK
 
get(String) - Method in class com.vordel.mime.HeaderSet
 
get(String) - Method in class com.vordel.mime.QueryStringHeaderSet
 
getAFContext() - Method in class com.vordel.circuit.CircuitActivationFilter
 
getAlgorithm() - Method in class com.vordel.es.util.MD5BuddyWriter
 
getAlgorithm() - Method in class com.vordel.es.util.SHA1BuddyWriter
 
getAllConstantFieldNames() - Method in interface com.vordel.es.EntityType
 
getAllConstantFieldNames() - Method in class com.vordel.es.EntityTypeImpl
 
getAllConstantFields() - Method in interface com.vordel.es.EntityType
 
getAllConstantFields() - Method in class com.vordel.es.EntityTypeImpl
 
getAllDeclaredConstantFieldNames() - Method in interface com.vordel.es.EntityType
 
getAllDeclaredConstantFieldNames() - Method in class com.vordel.es.EntityTypeImpl
 
getAllDeclaredFieldNames() - Method in interface com.vordel.es.EntityType
 
getAllDeclaredFieldNames() - Method in class com.vordel.es.EntityTypeImpl
Get all fields defined for this type, excluding superTypes.
getAllDeclaredKeyFields() - Method in interface com.vordel.es.EntityType
 
getAllDeclaredKeyFields() - Method in class com.vordel.es.EntityTypeImpl
 
getAllDefaultedFieldNames() - Method in interface com.vordel.es.EntityType
 
getAllDefaultedFieldNames() - Method in class com.vordel.es.EntityTypeImpl
 
getAllFieldNames() - Method in interface com.vordel.es.EntityType
 
getAllFieldNames() - Method in class com.vordel.es.EntityTypeImpl
 
getAllFields() - Method in class com.vordel.es.Entity
 
getAllKeys() - Method in class com.vordel.circuit.GlobalProperties
 
getAllMetricGroupTotals() - Static method in class com.vordel.reporting.rtm.api.Metrics
Retrieve a list of maps of metrics totals for all in-memory MetricGroups.
getAllMetricGroupTypes() - Method in class com.vordel.reporting.rtm.api.MetricGroupTypeRegistry
Gets a list of all metric group types.
getAttachmentTypes(Body, CompoundBody) - Static method in class com.vordel.mime.AttachmentHelper
This method takes a CompoundBody and returns a list of attachment content types.
getAuditSettings() - Method in class com.vordel.dwe.TransportModule
 
getAuthority() - Method in class com.vordel.mime.ContentType
 
getAvgName() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the metric name for the average metric.
getBaseType() - Method in interface com.vordel.es.TypeStore
This method is used to retrieve the base entity type definition.
getBinaryValue(String, int) - Method in class com.vordel.es.Entity
 
getBinaryValue(String) - Method in class com.vordel.es.Entity
 
getBooleanValue(String, int) - Method in class com.vordel.es.Entity
 
getBooleanValue(String) - Method in class com.vordel.es.Entity
 
getBuilder() - Method in interface com.vordel.es.EntityType
 
getBuilder() - Method in class com.vordel.es.EntityTypeImpl
 
getCardinality() - Method in class com.vordel.es.FieldType
Get the cardinality of this FieldType definition.
getCategory() - Method in class com.vordel.circuit.MessageProcessor
Get the category of this processor
getCategory() - Method in class com.vordel.statistics.ResponseStatusRecord
 
getCDProc(SolutionPack, Filter, ESPK, String) - Method in class com.vordel.circuit.DelegatingProcessor
 
getChanges(Set<ESPK>, Set<ESPK>) - Method in class com.vordel.es.util.diff.DiffNode
 
getChildNodes() - Method in class com.vordel.es.util.diff.BaseDiffNode
 
getChildNodes() - Method in class com.vordel.es.util.diff.DiffNode
 
getChildNodes() - Method in class com.vordel.es.util.diff.type.TypeDiffNode
 
getChildren() - Method in class com.vordel.es.util.diff.DiffNode
 
getChildren() - Method in class com.vordel.es.util.diff.type.TypeDiffNode
 
getCircuit(ESPK) - Method in class com.vordel.circuit.CircuitCache
 
getCircuit(Message) - Method in class com.vordel.circuit.CircuitReference
Call this from the processor.
getCircuitPK() - Method in class com.vordel.circuit.CircuitReference
 
getCircuitPK() - Method in class com.vordel.circuit.Filter
 
getCircuitTracker(Message) - Method in class com.vordel.circuit.FilterPathTracker
 
getClassification() - Method in exception com.vordel.circuit.CircuitAbortException
 
getConfigPanelClass() - Method in class com.vordel.circuit.CircuitActivationFilter
 
getConfigPanelClass() - Method in class com.vordel.circuit.CircuitChainFilter
 
getConfigPanelClass() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
getConfigPanelClass() - Method in class com.vordel.circuit.CircuitDelegatePerBodyFilter
 
getConfigPanelClass() - Method in class com.vordel.circuit.Filter
Get the Class which must be instantiated to configure the Filter.
getConfigPanelClass() - Method in class com.vordel.circuit.HTTPBodyParserFilter
Deprecated.  
getConflictingEntity() - Method in exception com.vordel.es.DuplicateKeysException
 
getConsProps() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
getConsProps() - Method in class com.vordel.circuit.Filter
 
getConstantField(String) - Method in interface com.vordel.es.EntityType
 
getConstantField(String) - Method in class com.vordel.es.EntityTypeImpl
Get the constant field with the name 'fieldName'
getContent() - Method in class com.vordel.mime.BodyMimePart
 
getContentEncoding() - Method in class com.vordel.mime.Body
Return content encoding.
getContentId() - Method in class com.vordel.mime.Body
Get the Content Id for this body.
getContentLength(int) - Method in class com.vordel.mime.Body
Return the Content length of the body.
getContentLength(int) - Method in class com.vordel.mime.RawBody
 
getContentStream() - Method in class com.vordel.mime.BodyMimeMessage
 
getContentStream() - Method in class com.vordel.mime.BodyMimePart
 
getContentType() - Method in class com.vordel.mime.Body
Get the ContentType for this body.
getContentType() - Method in class com.vordel.mime.BodyMimeMessage
 
getContext() - Method in class com.vordel.circuit.CircuitReference
For tracking the call path, retrieve the indexing information we used to lookup the circuit to execute.
getData() - Method in class com.vordel.es.Value
Get the intrinsic value of the Value object as a data value
getDataHandler() - Method in class com.vordel.mime.BodyMimeMessage
 
getDataHandler() - Method in class com.vordel.mime.BodyMimePart
 
getDeclaredComponentTypes() - Method in interface com.vordel.es.EntityType
 
getDeclaredComponentTypes() - Method in class com.vordel.es.EntityTypeImpl
Get a copy of the component type map for this type Key is component type name Value is the cardinality of allowed occurrances under a node of this type
getDefault() - Method in class com.vordel.es.FieldType
Get the default value for the Field.
getDefaultMessageDigestFile(File) - Method in class com.vordel.es.util.MD5BuddyWriter
 
getDefaults() - Method in class com.vordel.es.FieldType
Get the default values for the Field.
getDefaultValues() - Method in class com.vordel.es.FieldType
Get the actual default 'Value' object.
getDelegatedCircuitPK() - Method in class com.vordel.circuit.CircuitDelegateFilter
Get the ESPK of the Circuit this filter delegates to.
getDescendantPKs(EntityStore, ESPK, String) - Static method in class com.vordel.es.EntityStoreDelegate
Convenience method to retrieve a set of descendant ESPKs per type
getDescription() - Method in class com.vordel.circuit.Circuit
 
getDiffCount() - Method in class com.vordel.es.util.diff.DiffTreeModel
 
getDiffCount() - Method in class com.vordel.es.util.diff.type.TypeDiffTreeModel
 
getDiffSymbol() - Method in class com.vordel.es.util.diff.BaseDiffNode
 
getDocument(Message) - Static method in class com.vordel.mime.XMLBody
 
getDocument() - Method in class com.vordel.mime.XMLBody
 
getEncryptedValue(String) - Method in class com.vordel.es.Entity
 
getEncryptedValue(String, int) - Method in class com.vordel.es.Entity
 
getEntities(ESPK, String) - Method in class com.vordel.es.util.ShorthandKeyFinder
 
getEntities(String) - Method in class com.vordel.es.util.ShorthandKeyFinder
 
getEntity() - Method in class com.vordel.circuit.Circuit
Get the Entity that is used to configure this circuit
getEntity() - Method in class com.vordel.circuit.CircuitContainer
 
getEntity() - Method in class com.vordel.circuit.Filter
Get the underlying Entity which persists the configuration for this Filter
getEntity(ESPK) - Method in interface com.vordel.es.EntityStore
Get a particular Entity from the Store, depending on its key.
getEntity(ESPK, String[]) - Method in interface com.vordel.es.EntityStore
Retrieve the subordinate Entities of the identified parent.
getEntity(EntityStore, ESPK) - Static method in class com.vordel.es.EntityStoreDelegate
 
getEntity(EntityStore, String) - Static method in class com.vordel.es.EntityStoreDelegate
Method for getting an Entity for a 'shorthand' key.
getEntity(EntityStore, ESPK, String) - Static method in class com.vordel.es.EntityStoreDelegate
 
getEntity() - Method in class com.vordel.es.EntityStoreDelegate.TypedFieldEntity
 
getEntity(String) - Method in class com.vordel.es.util.ShorthandKeyFinder
Getting an Entity using a 'shorthand' key.
getEntity(ESPK, String) - Method in class com.vordel.es.util.ShorthandKeyFinder
 
getEntity() - Method in class com.vordel.es.util.ShorthandKeyFinder.SingleEntityPF
 
getEntityForKey(EntityStore, ESPK) - Static method in class com.vordel.es.EntityStoreDelegate
Locate the entity as specified by the key, in the EntityStore.
getEntityKeyString() - Method in class com.vordel.es.xes.PortableESPK
 
getEntityStore() - Method in class com.vordel.es.util.ShorthandKeyFinder
 
getEntityStoreForURL(String) - Method in class com.vordel.es.EntityStoreFactory
Retrieve an instance of an EntityStore which is compatible with the url specified
getEntityTypeFactory() - Method in class com.vordel.es.EntityStoreFactory
 
getEvents(String) - Static method in class com.vordel.reporting.rtm.api.Metrics
Retrieve a list of maps of events by type.
getExecTime() - Method in class com.vordel.circuit.FilterInvocation
 
getExistingEntityESPK() - Method in exception com.vordel.es.DuplicateKeysException
 
getFailureNode() - Method in class com.vordel.circuit.Filter
Get the next node to visit, should this Filter fail upon invocation
getFailureNodePK() - Method in class com.vordel.circuit.Filter
Get the ESPK of the Filter to visit if this Filter fails
getFaultHandler() - Method in class com.vordel.circuit.Circuit
Retrieve the fault handler for this circuit
getField(String) - Method in class com.vordel.es.Entity
Get a specific named field
getFieldData(EntityType, String) - Method in class com.vordel.es.util.ShorthandKeyFinder
 
getFieldNames() - Method in class com.vordel.es.EntityStoreDelegate.TypedFieldEntity
Get the names of all fields in the given entity type of field type specified.
getFields() - Method in class com.vordel.es.EntityStoreDelegate.TypedFieldEntity
Get all fields in the Entity of the specified type which have been set.
getFields(ESPK) - Method in class com.vordel.es.ReferenceRecorder
 
getFieldType(String) - Method in interface com.vordel.es.EntityType
Get the field type for the specified field name.
getFieldType(String) - Method in class com.vordel.es.EntityTypeImpl
Get the field type for the specified field name.
getFieldTypeName() - Method in class com.vordel.es.EntityStoreDelegate.TypedFieldEntity
 
getFieldValueOfReferencedEntity(String) - Method in class com.vordel.es.xes.PortableESPK
 
getFieldValuesOfReferencedEntity() - Method in class com.vordel.es.xes.PortableESPK
 
getFilter() - Method in class com.vordel.circuit.FilterContainer
 
getFilterContainers() - Method in class com.vordel.circuit.Circuit
Get all the FilterContainers in this circuit
getFilterContainersMap() - Method in class com.vordel.circuit.Circuit
Get all the filter containers in this circuit
getFilterMessage() - Method in class com.vordel.circuit.MessageProcessor
 
getGeneratedAttributesFromStack(Message) - Method in class com.vordel.circuit.CircuitActivationProcessor
 
getGeneratedProperties() - Method in class com.vordel.circuit.Circuit
Gets the set of properties required by all of the filters in this circuit, including delegates.
getGenProps() - Method in class com.vordel.circuit.CircuitActivationFilter
 
getGenProps() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
getGenProps() - Method in class com.vordel.circuit.Filter
 
getHash() - Method in class com.vordel.es.util.MD5BuddyWriter
 
getHeader(String) - Method in class com.vordel.mime.HeaderSet
Returns the value of the specified request header as a String Returns a String containing the value of the requested header, or null if the request does not have a header of that name
getHeaderEntry(String) - Method in class com.vordel.mime.HeaderSet
 
getHeaderNames() - Method in interface com.vordel.mime.Headers
 
getHeaderNames() - Method in class com.vordel.mime.HeaderSet
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class com.vordel.mime.QueryStringHeaderSet
 
getHeaders() - Method in class com.vordel.mime.Body
Get the MIME headers for this body.
getHeaders(String) - Method in interface com.vordel.mime.Headers
 
getHeaders(String) - Method in class com.vordel.mime.HeaderSet
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class com.vordel.mime.QueryStringHeaderSet
 
getHeaderSet() - Method in class com.vordel.mime.QueryStringHeaderSet
 
getHeadersLength() - Method in class com.vordel.mime.HeaderSet
 
getHeadersSize(String) - Method in interface com.vordel.mime.Headers
 
getHeadersSize(String) - Method in class com.vordel.mime.HeaderSet
 
getHeadersSize(String) - Method in class com.vordel.mime.QueryStringHeaderSet
 
getHeaderValues(String) - Method in class com.vordel.mime.QueryStringHeaderSet
 
getId() - Method in class com.vordel.mime.ContentID
 
getId() - Method in class com.vordel.reporting.rtm.api.MetricGroup
Returns the id of the MetricGroup.
getIDBase() - Method in class com.vordel.circuit.Message
 
getInputStream(int) - Method in class com.vordel.mime.Body
 
getInputStream() - Method in class com.vordel.mime.BodyMimeMessage
 
getInputStream() - Method in class com.vordel.mime.BodyMimePart
 
getInstance() - Static method in class com.vordel.circuit.GlobalProperties
 
getInstance() - Static method in class com.vordel.es.EntityStoreFactory
 
getInstance() - Static method in class com.vordel.reporting.rtm.api.MetricGroupTypeRegistry
Returns the MetricGroupTypeRegistry singleton object.
getInstanceFields() - Method in class com.vordel.es.Entity
Get all the fields defined in this Entity, excluding the constant field definitions, whose values can be obtained from the type def.
getIntegerValue(String, int) - Method in class com.vordel.es.Entity
 
getIntegerValue(String) - Method in class com.vordel.es.Entity
 
getJSON() - Method in class com.vordel.mime.JSONBody
 
getJSON(Message) - Static method in class com.vordel.mime.JSONBody
 
getJsonNode() - Method in class com.vordel.mime.JSONBody
 
getKey() - Method in class com.vordel.es.xes.PortableESPKFactory.PortableESPKHandler
 
getKeyDescription() - Method in class com.vordel.es.Entity
Convenience method to describe this entity in terms of its keys
getKeyFieldNames() - Method in interface com.vordel.es.EntityType
 
getKeyFieldNames() - Method in class com.vordel.es.EntityTypeImpl
 
getKeys() - Method in class com.vordel.es.ReferenceRecorder
 
getKeyValues() - Method in class com.vordel.es.Entity
Returns the names and values of key fields of the entity
getLastCallRecord() - Method in class com.vordel.circuit.CircuitTracker
 
getLength() - Method in class com.vordel.mime.HeaderSet.Header
 
getLineCount() - Method in class com.vordel.mime.BodyMimeMessage
 
getLineCount() - Method in class com.vordel.mime.BodyMimePart
 
getLocalizedKey(String) - Method in class com.vordel.circuit.GlobalProperties
 
getLoggingWildcards(Entity, Set<String>) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
getLogMask() - Method in class com.vordel.circuit.Message
 
getLogMask(Message) - Method in class com.vordel.circuit.MessageProcessor
 
getLongValue(String, int) - Method in class com.vordel.es.Entity
 
getLongValue(String) - Method in class com.vordel.es.Entity
 
getMainType() - Method in class com.vordel.mime.ContentType
 
getMaxName() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the metric name for the maximum metric.
getMaxValueCount() - Method in class com.vordel.es.FieldType
Get the maximum number of permitted values for this field
getMessageLocalStorage(int) - Method in class com.vordel.circuit.Message
Get the caller-specific Object previously set in the Message by Message.setMessageLocalStorage(int, java.lang.Object).
getMessageProcessorClass() - Method in class com.vordel.circuit.CircuitActivationFilter
 
getMessageProcessorClass() - Method in class com.vordel.circuit.CircuitChainFilter
 
getMessageProcessorClass() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
getMessageProcessorClass() - Method in class com.vordel.circuit.CircuitDelegatePerBodyFilter
 
getMessageProcessorClass() - Method in class com.vordel.circuit.Filter
Get the Class which must be instantiated to process this Filter to implement a MessageProcessor
getMessageProcessorClass() - Method in class com.vordel.circuit.HTTPBodyParserFilter
Deprecated.  
getMetaInfo(InputStream) - Method in class com.vordel.es.xes.MetaDataExtractor
Get the meta data from the entity store data, if its present.
getMetricGroupTimeWindows(MetricGroup, int) - Static method in class com.vordel.reporting.rtm.api.Metrics
Retrieve a list of maps of time window metrics for the MetricGroup.
getMetricGroupTimeWindows(String, String, int) - Static method in class com.vordel.reporting.rtm.api.Metrics
Retrieve a list of maps of time window metrics for the MetricGroup.
getMetricGroupTimeWindows(long, int) - Static method in class com.vordel.reporting.rtm.api.Metrics
Retrieve a list of maps of time window metrics for the MetricGroup.
getMetricGroupTotals(MetricGroup) - Static method in class com.vordel.reporting.rtm.api.Metrics
Retrieve a map of metrics totals for the MetricGroup.
getMetricGroupTotals(int) - Static method in class com.vordel.reporting.rtm.api.Metrics
Retrieve a map of metrics totals for a MetricGroup.
getMetricGroupTotals(String, String) - Static method in class com.vordel.reporting.rtm.api.Metrics
Retrieve a map of metrics totals for a MetricGroup.
getMetricGroupType() - Method in class com.vordel.reporting.rtm.api.MetricGroup
Returns the MetricGroupType of this MetricGroup.
getMetricGroupType(String) - Method in class com.vordel.reporting.rtm.api.MetricGroupTypeRegistry
Get the MetricGroupType for a given name, i.e.
getMetricNameForValue(int) - Method in class com.vordel.reporting.rtm.api.MetricTypeRangeCount
For a particular sample value get the metric name of the range that it falls into.
getMetricNames() - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Get the names of the metrics that will be generated for the MetricGroupType.
getMetricNames() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the metric names that apply to this MetricType object.
getMetricNames() - Method in class com.vordel.reporting.rtm.api.MetricTypeRangeCount
Get the metric names that apply to this MetricTypeRangeCount object.
getMetricType(String) - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Gets a MetricType by name.
getMetricType(String) - Method in class com.vordel.reporting.rtm.api.MetricGroupTypeRegistry
Get the MetricType for a given name, i.e.
getMetricTypes() - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Get the allowed metrics that are defined for this type of MetricGroupType.
getMinName() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the metric name for the minimum metric.
getMinValueCount() - Method in class com.vordel.es.FieldType
Get the minimum number of permitted values for this field
getName() - Method in class com.vordel.circuit.Circuit
Get the name of the circuit
getName() - Method in class com.vordel.circuit.Filter
Get the name of the Filter
getName() - Method in class com.vordel.circuit.PropDef
 
getName() - Method in interface com.vordel.es.EntityType
 
getName() - Method in class com.vordel.es.EntityTypeImpl
Get the name of this type.
getName() - Method in class com.vordel.es.Field
Get the name of this field
getName() - Method in class com.vordel.reporting.rtm.api.MetricGroup
Returns the name identifier of the MetricGroup.
getName() - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Get the name of the MetricGroupType.
getName() - Method in class com.vordel.reporting.rtm.api.MetricRange
Get the name of the MetricRange.
getName() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the metric name.
getNames() - Method in class com.vordel.mime.HeaderSet
 
getOffenders() - Method in exception com.vordel.es.EntityStoreException
Get a list of ESPKs which are the cause of this problem, or null if not applicable
getOperator() - Method in class com.vordel.reporting.rtm.api.MetricRange
Get the operator.
getOperatorOrdinal() - Method in class com.vordel.reporting.rtm.api.MetricRange
Get the operator's ordinal value.
getOriginalESPKs() - Method in class com.vordel.es.util.BranchPruner
 
getParameters() - Method in class com.vordel.mime.FormURLEncodedBody
 
getParams(Message) - Static method in class com.vordel.mime.FormURLEncodedBody
 
getParent() - Method in class com.vordel.es.util.diff.DiffNode
 
getParent() - Method in class com.vordel.mime.Body
Get the parent Body.
getParent() - Method in class com.vordel.reporting.rtm.api.MetricGroup
Returns the parent MetricGroup of this MetricGroup if there is one.
getParentPK() - Method in class com.vordel.es.Entity
Get the unique identifier for this Entity's parent Entity
getParentPK() - Method in class com.vordel.es.xes.PortableESPK
 
getParsed(HeaderParser, String) - Method in class com.vordel.mime.HeaderSet
 
getParsed(HeaderParser) - Method in class com.vordel.mime.HeaderSet
 
getParsed(HeaderParser) - Method in class com.vordel.mime.HeaderSet.Header
Retrieve the semantic version of this object.
getPart(String) - Method in class com.vordel.mime.CompoundBody
Get a constituent body part by its ID
getParts() - Method in class com.vordel.mime.CompoundBody
Get an iterator over all parts in this CompoundBody.
getPartsById() - Method in class com.vordel.mime.CompoundBody
Return an Iterator over Set of Map.Entry objects, keyed by Content ID, with values of Body objects for each ID.
getPartsByIdMap() - Method in class com.vordel.mime.CompoundBody
Return an Iterator over Set of Map.Entry objects, keyed by Content ID, with values of Body objects for each ID.
getPartsCount() - Method in class com.vordel.mime.CompoundBody
Get the "start" For this message
getPayloadMask() - Method in class com.vordel.circuit.Message
 
getPayloadProcessor() - Method in class com.vordel.circuit.Message
 
getPK() - Method in class com.vordel.circuit.CircuitChainFilter
 
getPK() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
getPK() - Method in interface com.vordel.circuit.DelegatingFilter
 
getPK() - Method in class com.vordel.circuit.GlobalProperties
 
getPK() - Method in class com.vordel.es.Entity
Get the unique identifier for this Entity
getPK() - Method in interface com.vordel.es.KeyHolder
Get the unique identifier for an Entity.
getPK() - Method in class com.vordel.es.util.diff.DiffNode
 
getPKs() - Method in class com.vordel.es.util.ShorthandKeyFinder.SingleEntityPF
 
getPossibleOutcomes() - Method in class com.vordel.circuit.Filter
Get the bitmask for the possible outcomes to this Filter's evaluation.
getPossibleOutcomes() - Method in class com.vordel.circuit.HTTPBodyParserFilter
Deprecated.  
getPropDefNames(Set<PropDef>) - Static method in class com.vordel.circuit.MessagePropDefs
 
getPropsForURL(String) - Method in class com.vordel.es.EntityStoreFactory
 
getRanges() - Method in class com.vordel.reporting.rtm.api.MetricTypeRangeCount
Get the MetricRange objects associated with this MetricTypeRangeCount.
getRef() - Method in class com.vordel.es.Value
Get the intrinsic value of the Value object as a reference
getReference() - Method in class com.vordel.es.Field
Return the reference value for the field if it's a reference type field.
getReferencedCircuitPKs(GlobalProperties) - Method in class com.vordel.circuit.CircuitChainFilter
 
getReferencedCircuitPKs(GlobalProperties) - Method in class com.vordel.circuit.CircuitDelegateFilter
 
getReferencedCircuitPKs(GlobalProperties) - Method in interface com.vordel.circuit.DelegatingFilter
 
getReferenceFields() - Method in class com.vordel.es.Entity
 
getReferences(String) - Method in class com.vordel.es.Entity
Convenience method to get any references which the named field contains.
getReferenceValue(String) - Method in class com.vordel.es.Entity
Convienence method for getting the one single reference value of a reference field.
getReferringFields(ESPK) - Method in class com.vordel.es.Entity
 
getRefFields(boolean) - Method in class com.vordel.es.Entity
 
getRefs() - Method in class com.vordel.circuit.CircuitChainFilter
 
getRefs() - Method in class com.vordel.es.Field
Assume values are references, and fetch as an array.
getRefType() - Method in class com.vordel.es.FieldType
If this is a reference type, get the name of the EntityType which this FieldType references.
getReqProps() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
getReqProps() - Method in class com.vordel.circuit.Filter
 
getRequiredProperties() - Method in class com.vordel.circuit.Circuit
 
getRequiredPropertiesFromEntity(EntityStore, Entity, PasswordCipher) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
getRequiredPropertiesFromReferences(EntityStore, Entity, PasswordCipher) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
getResetOnNewTimeWindow() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the flag value which determines if the current value is reset when the time window changes.
getResponseStatus() - Method in class com.vordel.statistics.ResponseStatusRecord
 
getRoot() - Method in class com.vordel.es.util.diff.DiffTreeModel
 
getRoot() - Method in class com.vordel.es.util.diff.type.TypeDiffTreeModel
 
getRootElement() - Method in interface com.vordel.es.EntityType
 
getRootElement() - Method in class com.vordel.es.EntityTypeImpl
 
getRootEntity() - Method in class com.vordel.es.EntityBranch
 
getRootPK() - Method in interface com.vordel.es.EntityStore
Get the identifier for the root Entity in the Store.
getSize() - Method in class com.vordel.mime.BodyMimeMessage
 
getSize() - Method in class com.vordel.mime.BodyMimePart
 
getSoftReferenceFields() - Method in class com.vordel.es.Entity
 
getSoftReferences() - Method in class com.vordel.es.util.SoftRefTypeFinder
 
getSoftReferences(EntityStore) - Method in class com.vordel.es.util.SoftRefTypeFinder
 
getSoftReferences(EntityStore, EntityStore) - Static method in class com.vordel.es.util.SoftRefTypeFinder
 
getSoftRefTypes() - Method in class com.vordel.es.util.SoftRefTypeFinder
 
getSortedChildEntities(EntityStore, ESPK, EntityType) - Static method in class com.vordel.es.EntityStoreDelegate
Intended as a replacement for the SQL 'ORDER BY' construct.
getSortedChildEntities(EntityStore, ESPK, EntityType, String[]) - Static method in class com.vordel.es.EntityStoreDelegate
Intended as a replacement for the SQL 'ORDER BY' construct.
getSortedChildEntities(EntityStore, ESPK, EntityType, String[], int) - Static method in class com.vordel.es.EntityStoreDelegate
 
getSource() - Method in class com.vordel.mime.Body
Get a ContentSource that can be used as a factory for InputStream's from which to read the original message content.
getSourceEntityStore() - Method in class com.vordel.es.EntityBranch
 
getStartFilter() - Method in class com.vordel.circuit.Circuit
Locate the starting point for injecting messages into this circuit.
getStartPart() - Method in class com.vordel.mime.CompoundBody
Get the "start" For this message
getStatus() - Method in class com.vordel.circuit.FilterInvocation
 
getStem(File) - Method in class com.vordel.es.util.MD5BuddyWriter
 
getStringValue(String, int) - Method in class com.vordel.es.Entity
 
getStringValue(String) - Method in class com.vordel.es.Entity
 
getStringValues(String) - Method in class com.vordel.es.Entity
Get the string values for the specified field.
getStringValues() - Method in class com.vordel.mime.HeaderSet.Header
Deprecated. this doesn't work as you'd expect.
getStringValues() - Method in class com.vordel.mime.QueryStringHeaderSet.QueryStringHeader
 
getStringValuesArray() - Method in class com.vordel.mime.QueryStringHeaderSet.QueryStringHeader
 
getSubType() - Method in class com.vordel.mime.ContentType
 
getSubtypes(String) - Method in interface com.vordel.es.TypeStore
Get the names of the immediate descendants of the type specified.
getSuccessNode() - Method in class com.vordel.circuit.Filter
Get the next node to visit, should this Filter succeed upon invocation
getSuccessNodePK() - Method in class com.vordel.circuit.Filter
Get the ESPK of the Filter to visit if this Filter succeeds
getSuffix() - Method in class com.vordel.es.util.MD5BuddyWriter
 
getSuffix() - Method in class com.vordel.es.util.SHA1BuddyWriter
 
getSuperType() - Method in interface com.vordel.es.EntityType
Get the super type of this type.
getSuperType() - Method in class com.vordel.es.EntityTypeImpl
Get the super type of this type.
getTrackCurrentValue() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the flag value which determines if the current value is tracked.
getType() - Method in class com.vordel.circuit.PropDef
 
getType() - Method in class com.vordel.es.Entity
Get the Type of this Entity
getType() - Method in class com.vordel.es.Field
Get the type of this field
getType() - Method in class com.vordel.es.FieldType
Get the primitive type of this field or the reference type if it's an ESPK reference-type field, as it appears in the XML definition.
getType(String) - Method in class com.vordel.es.util.ShorthandKeyFinder
 
getType() - Method in class com.vordel.mime.ContentType
 
getTypeA() - Method in exception com.vordel.es.IncompatibleTypeException
 
getTypeB() - Method in exception com.vordel.es.IncompatibleTypeException
 
getTypeForName(String) - Method in interface com.vordel.es.TypeStore
This method is used to retrieve an EntityType based on it's name.
getTypeName() - Method in exception com.vordel.es.UnknownTypeException
 
getTypeNameOfReferencedEntity() - Method in class com.vordel.es.xes.PortableESPK
 
getUnresolvedESPKs() - Method in class com.vordel.es.util.BranchPruner
 
getValue() - Method in class com.vordel.reporting.rtm.api.MetricRange
Get the value for the range that determines if a sample falls within this range.
getValueCount(String) - Method in class com.vordel.es.Entity
 
getValueList() - Method in class com.vordel.es.Field
Get a copy of this Field's Values List
getValues() - Method in class com.vordel.es.Field
Get the values for this field as an array
getWildcardAttributes(Entity, String) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
GlobalProperties - Class in com.vordel.circuit
 
GlobalProperties() - Constructor for class com.vordel.circuit.GlobalProperties
 
graftTo(EntityStore, ESPK, Set<PortableESPK>, Set<ESPK>) - Method in class com.vordel.es.EntityBranch
 
GSS_ACCEPTOR_CONTEXT_ESTABLISHED - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_AP_REQ_BST_ELEMENT - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_AP_REQ_BST_ID - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_AP_REQ_SHA1 - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_CONTEXT - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_DELEGATED_CREDS - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_DELEGATED_CREDS_CLIENT_NAME - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_INITIATOR_CONTEXT_ESTABLISHED - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_KERBEROS_SESSION_KEYS - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_MECHANISM_OID - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_SERVICE_AUTHENTICATOR_PRINCIPAL - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_SERVICE_AUTHENTICATOR_REALM - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_SERVICE_AUTHENTICATOR_TIME - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_SERVICE_SUBJECT_ID - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_SERVICE_TICKET_PRINCIPAL - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_SERVICE_TICKET_REALM - Static variable in interface com.vordel.circuit.MessageProperties
 
GSS_SESSION_KEYS - Static variable in interface com.vordel.circuit.MessageProperties
 

H

handlers - Variable in class com.vordel.es.xes.XMLParser
 
hashCode() - Method in class com.vordel.circuit.PropDef
 
hashCode() - Method in class com.vordel.es.EntityTypeImpl
 
hashCode() - Method in interface com.vordel.es.ESPK
Although the Object class in java guarantees the hashCode method, capture it here for completeness
hashCode() - Method in class com.vordel.es.Value
Hashcode of the underlying String or ESPK depending on type of Value.
hashCode() - Method in class com.vordel.es.xes.PortableESPK
 
hashCode() - Method in class com.vordel.mime.HeaderSet.Header
 
hasHeader(String) - Method in class com.vordel.mime.HeaderSet
 
hasKey() - Method in class com.vordel.es.Entity
 
hasMetricType(String) - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Checks to see if this MetricGroupType has the named MetricType in its list of generated metrics.
hasSuperType(String) - Method in interface com.vordel.es.EntityType
Check to see if the specified type is an ancestor of this type
hasSuperType(String) - Method in class com.vordel.es.EntityTypeImpl
 
hasType(EntityStore, String) - Static method in class com.vordel.es.EntityStoreDelegate
Method to determine whether an entity store has a particular type.
hasValue() - Method in class com.vordel.es.Field
Determine if this field has any values set.
hasValue() - Method in class com.vordel.es.Value
Determine if this Value has at least one underlying data value set.
headerParser - Static variable in class com.vordel.mime.ContentID
 
HeaderParser - Class in com.vordel.mime
takes the value of a header and creates an appropriate Object for use in a HeaderSet
HeaderParser(String) - Constructor for class com.vordel.mime.HeaderParser
Create a new Header parser, which has responsibility for making sense of the header which has the header name specified.
Headers - Interface in com.vordel.mime
A facade interface for HeaderSet like containers.
HeaderSet - Class in com.vordel.mime
Represents a set of MIME headers, normally associated with a MIME Body.
HeaderSet() - Constructor for class com.vordel.mime.HeaderSet
 
HeaderSet(HeaderSet) - Constructor for class com.vordel.mime.HeaderSet
 
HeaderSet.Header - Class in com.vordel.mime
Represents a single header in a header set.
HeaderSet.Header(Object) - Constructor for class com.vordel.mime.HeaderSet.Header
Construct a header from the parsed object.
HeaderSet.Header(String) - Constructor for class com.vordel.mime.HeaderSet.Header
Construct a header from the MIME string value
HeaderSet.HeaderEntry - Class in com.vordel.mime
 
HeaderSet.HeaderEntry() - Constructor for class com.vordel.mime.HeaderSet.HeaderEntry
 
HTTP_CLIENT - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_CONTENT_HEADERS - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_DEFAULT_PROPS - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_DEST_HOST - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_DEST_PORT - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_DEST_PROTOCOL - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_FORWARDING_FINISHED - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_FORWARDING_STARTED - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_HEADERS - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_QUERYSTRING - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_RAW_QUERYSTRING - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_CIPHER - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_CLIENTADDR - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_CLIENTCERT - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_HOSTNAME - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_IP - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_LOCALADDR - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_PATH - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_PROTOCOL - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_SNI - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_URI - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_URL - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_VERB - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_REQ_VERSION - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_RSP_INFO - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_RSP_STATUS - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_RSP_TIME - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTP_RSP_VERSION - Static variable in interface com.vordel.circuit.MessageProperties
 
HTTPBodyParserFilter - Class in com.vordel.circuit
Deprecated. This filter was originally designed to parse incoming HTTP requests, and allow the delaying of that parsing by directing the control flow around this processor. This is no longer neccessary, as the XMLBody now performs this lazy evaluation automatically.
HTTPBodyParserFilter() - Constructor for class com.vordel.circuit.HTTPBodyParserFilter
Deprecated.  
HTTPBodyParserProcessor - Class in com.vordel.circuit
Explictly force parsing of incoming HTTP request or response.
HTTPBodyParserProcessor() - Constructor for class com.vordel.circuit.HTTPBodyParserProcessor
 
httpDefaultPropDefs - Static variable in class com.vordel.circuit.MessagePropDefs
 

I

ICAP_HOST - Static variable in interface com.vordel.circuit.MessageProperties
 
ICAP_PORT - Static variable in interface com.vordel.circuit.MessageProperties
 
ID - Static variable in interface com.vordel.circuit.MessageProperties
 
ignoreField(String) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
ignoreType(String) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
IMPORT_DIRECTIVE_OVERRIDE_ALL - Static variable in interface com.vordel.es.EntityStore
Used with exportContents(), this flag indicates that all exported entities should be flagged with the override directive for subsequent import.
importData(InputStream) - Method in interface com.vordel.es.EntityStore
Import a serialized definition of the Store.
IncompatibleTypeException - Exception in com.vordel.es
 
IncompatibleTypeException(EntityType, EntityType) - Constructor for exception com.vordel.es.IncompatibleTypeException
 
increment(String) - Method in class com.vordel.reporting.rtm.api.MetricGroup
Increment a metric of type MetricTypeValue by one.
increment(String, int) - Method in class com.vordel.reporting.rtm.api.MetricGroup
Increment a metric of type MetricTypeValue by amount.
index - Variable in class com.vordel.es.util.EntityFieldReferences.IndexRef
 
initialize() - Method in interface com.vordel.es.EntityStore
Connect to the EntityStore and bootstrap the store with the default components required to implement a store.
initializeProviders(InputStream) - Method in class com.vordel.es.EntityStoreFactory
Allow the user to explicitly initialize the Entity Store provider classes
initSource(ContentSource, String) - Method in class com.vordel.mime.Body
 
INTEGER - Static variable in class com.vordel.es.FieldType
Interpreted as a Java 'int' primitive type.
integral - Variable in class com.vordel.circuit.CircuitCallRecord
 
internalRefs - Variable in class com.vordel.es.util.BranchPruner
 
InvocationEngine - Class in com.vordel.circuit
 
InvocationEngine() - Constructor for class com.vordel.circuit.InvocationEngine
 
invoke(Circuit, Message) - Method in class com.vordel.circuit.CircuitActivationProcessor
 
invoke(Circuit, Message) - Method in class com.vordel.circuit.CircuitChainProcessor
 
invoke(Circuit, Message) - Method in class com.vordel.circuit.CircuitDelegatePerBodyProcessor
 
invoke(Circuit, Message) - Method in class com.vordel.circuit.CircuitDelegateProcessor
 
invoke(Circuit, Message) - Method in class com.vordel.circuit.HTTPBodyParserProcessor
 
invoke(Circuit, Message) - Method in class com.vordel.circuit.MessageProcessor
invoked by circuit to act on a message
invoke(Message, MessageProcessor, Object) - Method in class com.vordel.circuit.SyntheticCircuitChainProcessor
 
invokeCircuit(Circuit, Object, Message) - Static method in class com.vordel.circuit.InvocationEngine
 
invokeFaultHandler(Circuit, CircuitAbortException, Message, MessageProcessor) - Static method in class com.vordel.circuit.InvocationEngine
 
invokeFilter(Circuit, MessageProcessor, Message, MessageProcessor, Object) - Static method in class com.vordel.circuit.InvocationEngine
 
IS_KEY - Static variable in interface com.vordel.es.EntityType
Constant for XML 'keyness' defintion attribute
isAbstract() - Method in interface com.vordel.es.EntityType
 
isAbstract() - Method in class com.vordel.es.EntityTypeImpl
See if this type is abstract.
isAllowedAPIMethod(String) - Method in class com.vordel.reporting.rtm.api.MetricType
Internal method.
isApplyDiffs() - Method in class com.vordel.es.util.diff.DiffNode
 
isCompatible(EntityType) - Method in interface com.vordel.es.EntityType
 
isCompatible(EntityType) - Method in class com.vordel.es.EntityTypeImpl
Compatibility is a check that the contents of an Entity of this type can be applied safely to the contents of an Entity of another compatible type.
isCompatibleGraftPoint(Entity) - Method in class com.vordel.es.EntityBranch
 
isConstantField(String) - Method in class com.vordel.es.Entity
 
isConstantField(String) - Method in interface com.vordel.es.EntityType
 
isConstantField(String) - Method in class com.vordel.es.EntityTypeImpl
 
isDiffBranch() - Method in class com.vordel.es.util.diff.BaseDiffNode
 
isEmpty() - Method in class com.vordel.circuit.Message
 
isEnabled - Variable in class com.vordel.circuit.CircuitReference
 
isFederated(InputStream) - Static method in class com.vordel.es.EntityStoreDelegate
 
isKeyField(Field) - Method in interface com.vordel.es.EntityType
 
isKeyField(Field) - Method in class com.vordel.es.EntityTypeImpl
 
isMonitoring() - Method in class com.vordel.dwe.TransportModule
 
isNull() - Method in class com.vordel.es.Value
A null value is one whose data and value are both unset
isNumeric() - Method in class com.vordel.es.FieldType
 
isRefType() - Method in class com.vordel.es.Field
Is field a Reference Type
isRefType() - Method in class com.vordel.es.FieldType
Determine if this type represents a reference type(for ESPKs)
isSoftRefType() - Method in class com.vordel.es.FieldType
Determine if this type represents a soft reference to an Entity via a portable ESPK
isSubType(EntityType) - Method in interface com.vordel.es.EntityType
Check that the specified type is a subtype of this type.
isSubType(EntityType) - Method in class com.vordel.es.EntityTypeImpl
Check that the specified type is a subtype of this type.
isValidPrimitiveType(String) - Static method in class com.vordel.es.FieldType
Convenience method to decide if the primitive type is supported by the framework.
iterator() - Method in class com.vordel.es.util.ESPKCollection
 

J

jmsDefaultProps - Static variable in class com.vordel.circuit.MessagePropDefs
 
JSON_MEDIA_TYPE - Static variable in class com.vordel.mime.JSONBody
 
JSONBody - Class in com.vordel.mime
 
JSONBody(HeaderSet, ContentType, JsonNode) - Constructor for class com.vordel.mime.JSONBody
 
JSONBody.Factory - Class in com.vordel.mime
 
JSONBody.Factory() - Constructor for class com.vordel.mime.JSONBody.Factory
 

K

keyFieldName - Variable in class com.vordel.es.xes.PortableESPK.NVPair
 
keyFields - Variable in class com.vordel.es.xes.PortableESPK.KeyNode
 
keyFieldsDiffer(Entity) - Method in class com.vordel.es.Entity
 
keyFieldValue - Variable in class com.vordel.es.xes.PortableESPK.NVPair
 
KeyHolder - Interface in com.vordel.es
Interface for any object that contains an ESPK.
keySet() - Method in class com.vordel.circuit.Message
 
KeyTranslator - Class in com.vordel.es.xes
 

L

label - Variable in class com.vordel.circuit.CircuitReference
 
lastFI - Variable in class com.vordel.circuit.CircuitTracker
 
listChildren(ESPK, EntityType) - Method in interface com.vordel.es.EntityStore
List all children of a particular Entity.
load(LoadableModule, String) - Method in class com.vordel.circuit.GlobalProperties
 
load(LoadableModule, String) - Method in interface com.vordel.dwe.LoadableModule
 
load(LoadableModule, String) - Method in class com.vordel.dwe.TransportModule
 
LoadableModule - Interface in com.vordel.dwe
 
LOCAL_ADDRESS - Static variable in interface com.vordel.circuit.MessageProperties
 
locate(Message) - Static method in class com.vordel.mime.FormURLEncodedBody
Locate the FormURLEncodedBody from the message content if it exists.
locate(Message) - Static method in class com.vordel.mime.JSONBody
 
locate(Message) - Static method in class com.vordel.mime.XMLBody
Locate the XML Body from the message content if it exists.
logFailure(Message, String) - Method in class com.vordel.circuit.MessageProcessor
Default action for failure logging event
logFailure(Message) - Method in class com.vordel.circuit.SyntheticCircuitChainProcessor
 
logFatal(Message, String) - Method in class com.vordel.circuit.MessageProcessor
Default action for fatal logging event
logFatal(Message) - Method in class com.vordel.circuit.SyntheticCircuitChainProcessor
 
loggedMessage - Variable in class com.vordel.circuit.FilterInvocation
 
logMask - Variable in class com.vordel.circuit.MessageProcessor
 
logMaskType - Variable in class com.vordel.circuit.MessageProcessor
 
logMessagePayload(Message, String, LogFormatter) - Method in class com.vordel.circuit.MessageProcessor
Default action for a payload logging event
logMessagePayload(Message, LogFormatter) - Method in class com.vordel.circuit.SyntheticCircuitChainProcessor
 
logPayload(Circuit, int, MessageProcessor) - Method in class com.vordel.circuit.Message
 
logSuccess(Message, String) - Method in class com.vordel.circuit.MessageProcessor
Default action for a successful logging event
logSuccess(Message) - Method in class com.vordel.circuit.SyntheticCircuitChainProcessor
 
LONG - Static variable in class com.vordel.es.FieldType
Interpreted as a Java 'long' primitive type.

M

MAIL_JAVAX_MESSAGE - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_MIME_VERSION - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_BCC - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_CC - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_DATE - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_DELIVERED_TO - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_DELIVERY_DATE - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_ENVEPOLE_TO - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_FROM - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_MESSAGE_ID - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_RECEIVED - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_REPLY_TO - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_RETURN_PATH - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_RETURN_RECEIPT_TO - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_SEND_AS_ATTACHMENT - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_SUBJECT - Static variable in interface com.vordel.circuit.MessageProperties
 
MAIL_SMTP_TO - Static variable in interface com.vordel.circuit.MessageProperties
 
main(String[]) - Static method in class com.vordel.es.util.ShorthandKeyFinder
 
main(String[]) - Static method in class com.vordel.mime.FormURLEncodedBody
 
markDiffBranch() - Method in class com.vordel.es.util.diff.BaseDiffNode
 
maxName - Variable in class com.vordel.reporting.rtm.api.MetricType
The name for the maximum metric.
MCAFEE_STATUS - Static variable in interface com.vordel.circuit.MessageProperties
 
MD5BuddyWriter - Class in com.vordel.es.util
 
MD5BuddyWriter() - Constructor for class com.vordel.es.util.MD5BuddyWriter
 
mergeDeltas(DiffTreeModel) - Method in class com.vordel.es.util.diff.Merger
Export roots will be automatically calculated from the diffs
mergeDeltas(DiffTreeModel, Set<ESPK>) - Method in class com.vordel.es.util.diff.Merger
 
Merger - Class in com.vordel.es.util.diff
 
Merger() - Constructor for class com.vordel.es.util.diff.Merger
 
Message - Class in com.vordel.circuit
Represents the state of a request as it passes through a Circuit This object maps property names to Objects.
Message(CorrelationID, Object) - Constructor for class com.vordel.circuit.Message
Create a new message object.
MESSAGE_RECEPTION_DATE - Static variable in interface com.vordel.circuit.MessageProperties
 
MESSAGE_RECEPTION_TIME - Static variable in interface com.vordel.circuit.MessageProperties
 
MESSAGE_SOURCE - Static variable in interface com.vordel.circuit.MessageProperties
 
MESSAGE_URI - Static variable in interface com.vordel.circuit.MessageProperties
 
messageBodyVersions - Variable in class com.vordel.circuit.FilterInvocation
 
messageCreated(Message, Object) - Method in class com.vordel.circuit.FilterPathTracker
 
messageCreated(Message, Object) - Method in interface com.vordel.circuit.MessageCreationListener
Called once the message is created, but before the source has populated any properties.
MessageCreationListener - Interface in com.vordel.circuit
 
MessageListener - Interface in com.vordel.circuit
 
MessageListenerAdapter - Class in com.vordel.circuit
Convenience class to implement NOOP callback methods for MessageListener.
MessageListenerAdapter() - Constructor for class com.vordel.circuit.MessageListenerAdapter
 
MessageProcessor - Class in com.vordel.circuit
A FilterContainer that is used to implement the underlying processing functionality of a Filter.
MessageProcessor() - Constructor for class com.vordel.circuit.MessageProcessor
 
MessagePropDefs - Class in com.vordel.circuit
 
MessagePropDefs() - Constructor for class com.vordel.circuit.MessagePropDefs
 
MessageProperties - Interface in com.vordel.circuit
A list of well known Message property values.
MessagePropertyGenerator - Interface in com.vordel.circuit
 
MetaDataExtractor - Class in com.vordel.es.xes
 
MetaDataExtractor.ESMetaInfo - Class in com.vordel.es.xes
 
MetaDataExtractor.ESMetaInfo() - Constructor for class com.vordel.es.xes.MetaDataExtractor.ESMetaInfo
 
MetricException - Exception in com.vordel.reporting.rtm.api
Metrics related exception.
MetricException(String) - Constructor for exception com.vordel.reporting.rtm.api.MetricException
 
MetricGroup - Class in com.vordel.reporting.rtm.api
A MetricGroup object is used to record metrics for Realtime Monitoring and Reporting within the Gateway.
MetricGroup(String, String) - Constructor for class com.vordel.reporting.rtm.api.MetricGroup
Constructs a MetricGroup when the related MetricGroupType is already registered.
MetricGroup(String, String, MetricGroup) - Constructor for class com.vordel.reporting.rtm.api.MetricGroup
Constructs a MetricGroup when the related MetricGroupType is already registered, and the MetricGroup is a child of another MetricGroup.
MetricGroup(String, MetricGroupType) - Constructor for class com.vordel.reporting.rtm.api.MetricGroup
Constructs a MetricGroup and automatically registers the MetricGroupType if it is not is already registered.
MetricGroup(String, MetricGroupType, MetricGroup) - Constructor for class com.vordel.reporting.rtm.api.MetricGroup
Constructs a MetricGroup as a child of another MetricGroup, and automatically registers the MetricGroupType if it is not is already registered.
MetricGroupType - Class in com.vordel.reporting.rtm.api
This class holds the type information for a MetricGroup object.
MetricGroupType(String) - Constructor for class com.vordel.reporting.rtm.api.MetricGroupType
Construct a MetricGroupType.
MetricGroupType(String, List<MetricType>) - Constructor for class com.vordel.reporting.rtm.api.MetricGroupType
Construct a MetricGroupType.
MetricGroupType(String, String[]) - Constructor for class com.vordel.reporting.rtm.api.MetricGroupType
Construct a MetricGroupType with a set of named MetricTypeValue metric types.
MetricGroupTypeRegistry - Class in com.vordel.reporting.rtm.api
The registry of all MetricGroupTypes.
MetricRange - Class in com.vordel.reporting.rtm.api
A metric of type MetricTypeRangeCount has a number of ranges associated with it.
MetricRange(String, int, MetricRange.MetricRangeOperator) - Constructor for class com.vordel.reporting.rtm.api.MetricRange
Construct a MetricRange.
MetricRange(String, int, String) - Constructor for class com.vordel.reporting.rtm.api.MetricRange
Construct a MetricRange.
MetricRange.MetricRangeOperator - Enum in com.vordel.reporting.rtm.api
 
Metrics - Class in com.vordel.reporting.rtm.api
This class contains a number of utility methods which allow the Metrics API user to retrieve the in-memory metrics for all the MetricGroup objects which the Gateway is currently recording metrics for.
Metrics() - Constructor for class com.vordel.reporting.rtm.api.Metrics
 
METRICS_TRANSACTION - Static variable in interface com.vordel.circuit.MessageProperties
 
MetricType - Class in com.vordel.reporting.rtm.api
The base abstract class for a metric type.
MetricType(String) - Constructor for class com.vordel.reporting.rtm.api.MetricType
Construct a MetricType.
MetricType(String, String, String, String, boolean, boolean) - Constructor for class com.vordel.reporting.rtm.api.MetricType
Construct a MetricTypeValue.
MetricTypeRangeCount - Class in com.vordel.reporting.rtm.api
A metric of type MetricTypeRangeCount maintains a set of counters for a set of ranges.
MetricTypeRangeCount(String) - Constructor for class com.vordel.reporting.rtm.api.MetricTypeRangeCount
Construct a MetricTypeRangeCount.
MetricTypeRangeCount(String, MetricRange[]) - Constructor for class com.vordel.reporting.rtm.api.MetricTypeRangeCount
Construct a MetricTypeRangeCount.
MetricTypeRangeCount(String, String, String, String, boolean, boolean, MetricRange[]) - Constructor for class com.vordel.reporting.rtm.api.MetricTypeRangeCount
Construct a MetricTypeRangeCount.
MetricTypeValue - Class in com.vordel.reporting.rtm.api
A metric of type MetricTypeValue is a value metric that can be used for incremental counters, and other measurements, e.g.
MetricTypeValue(String) - Constructor for class com.vordel.reporting.rtm.api.MetricTypeValue
Construct a MetricTypeValue.
MetricTypeValue(String, String, String, String, boolean, boolean) - Constructor for class com.vordel.reporting.rtm.api.MetricTypeValue
Construct a MetricTypeValue.
MimeConstants - Interface in com.vordel.mime
This interface contains a number of constants for MIME-related operations
minName - Variable in class com.vordel.reporting.rtm.api.MetricType
The name for the minimum metric.
MONITORING_ENABLED - Static variable in interface com.vordel.circuit.MessageProperties
 
moveType(EntityStore, EntityBranch.EntityNode, EntityType) - Method in class com.vordel.es.EntityBranch
 
MULTIPART - Static variable in interface com.vordel.mime.MimeConstants
 
Multipart - Class in com.vordel.mime
A bodypart representing a multipart mime message.
Multipart(ContentType) - Constructor for class com.vordel.mime.Multipart
 
Multipart(HeaderSet, ContentType) - Constructor for class com.vordel.mime.Multipart
 
Multipart.Factory - Class in com.vordel.mime
 
Multipart.Factory() - Constructor for class com.vordel.mime.Multipart.Factory
 

N

name - Variable in class com.vordel.circuit.Circuit
 
name - Variable in class com.vordel.circuit.Filter
 
NAME - Static variable in interface com.vordel.es.EntityType
Constant for XML 'name' defintion attribute
name - Variable in class com.vordel.es.util.diff.type.TypeDiffNode
 
name - Variable in class com.vordel.reporting.rtm.api.MetricType
The name of the MetricType.
newCircuitCallRecord(Circuit, boolean, Object) - Method in class com.vordel.circuit.CircuitTracker
 
newInstance() - Static method in class com.vordel.es.xes.KeyTranslator
 
newInstance() - Static method in class com.vordel.es.xes.MetaDataExtractor
 
newInstance() - Static method in class com.vordel.es.xes.PortableESPKFactory
 
next - Variable in class com.vordel.circuit.CircuitCallRecord
 
node - Variable in exception com.vordel.circuit.CircuitAbortException
 
normalize(String) - Static method in class com.vordel.es.util.FileURLNormalizer
 
NULL_ESPK_COLLECTION - Static variable in class com.vordel.es.util.ESPKCollection
 
NULL_KEY_NODE - Static variable in class com.vordel.es.xes.PortableESPK
 

O

ONE - Static variable in class com.vordel.es.FieldType
Constant declaration of cardinality 1 as an object.
ONE_OR_MANY - Static variable in interface com.vordel.es.EntityType
 
onMessageCompletion(Message) - Method in interface com.vordel.circuit.MessageListener
Called when a Message has fully exited the system.
onMessageCompletion(Message) - Method in class com.vordel.circuit.MessageListenerAdapter
 
ORDER_DECREASING - Static variable in class com.vordel.es.EntityComparator
 
ORDER_INCREASING - Static variable in class com.vordel.es.EntityComparator
 
ORIGINAL_CONTENT_ID - Static variable in interface com.vordel.mime.MimeConstants
 
overrides - Variable in class com.vordel.es.xes.ExportEngine.Directives
 

P

parent - Variable in class com.vordel.es.util.diff.BaseDiffNode
 
parse(InputStream) - Method in class com.vordel.es.xes.XMLParser
 
parse(InputStream) - Method in class com.vordel.mime.Body
Parse a body from a specific InputStream.
parse() - Method in class com.vordel.mime.Body
If necessary, read the InputStream source for a body to "parse" it.
parse(InputStream) - Method in class com.vordel.mime.FormURLEncodedBody
 
parse(String) - Method in class com.vordel.mime.HeaderParser
 
parse(InputStream) - Method in class com.vordel.mime.JSONBody
 
parse(InputStream) - Method in class com.vordel.mime.Multipart
 
parse(InputStream) - Method in class com.vordel.mime.RawBody
 
parse(InputStream) - Method in class com.vordel.mime.XMLBody
 
parseMIME(InputStream) - Method in class com.vordel.mime.HeaderSet
 
parseParams(String, String) - Static method in class com.vordel.mime.FormURLEncodedBody
 
parser - Static variable in class com.vordel.mime.ContentType
use to get decoded ContentType objects from HeaderSets
path - Variable in class com.vordel.circuit.CircuitCallRecord
 
PayloadProcessorFactory - Class in com.vordel.circuit
 
PayloadProcessorFactory() - Constructor for class com.vordel.circuit.PayloadProcessorFactory
 
pk - Variable in class com.vordel.circuit.CircuitReference
 
pk - Variable in class com.vordel.es.util.diff.DiffNode
 
pk - Variable in class com.vordel.es.util.EntityFieldIndex
 
pkToPath(EntityStore, ESPK) - Static method in class com.vordel.es.EntityStoreDelegate
Convenience method to return the normalized version of the ESPK as an XML fragment.
pop() - Method in class com.vordel.circuit.CircuitTracker
 
pop() - Method in class com.vordel.circuit.Message
 
populateNonNullSoftRefs(Set<PortableESPK>) - Method in class com.vordel.es.Field
 
PortableESPK - Class in com.vordel.es.xes
Implementation of a portable or 'provider-neutral' ESPK.
PortableESPK(PortableESPK.KeyNode) - Constructor for class com.vordel.es.xes.PortableESPK
 
PortableESPK.KeyNode - Class in com.vordel.es.xes
 
PortableESPK.KeyNode(String) - Constructor for class com.vordel.es.xes.PortableESPK.KeyNode
 
PortableESPK.NVPair - Class in com.vordel.es.xes
 
PortableESPK.NVPair(String, String) - Constructor for class com.vordel.es.xes.PortableESPK.NVPair
 
PortableESPKFactory - Class in com.vordel.es.xes
 
PortableESPKFactory.PortableESPKHandler - Class in com.vordel.es.xes
 
PortableESPKFactory.PortableESPKHandler() - Constructor for class com.vordel.es.xes.PortableESPKFactory.PortableESPKHandler
 
postCircuitInvocation(Circuit, Message, boolean, Object) - Method in class com.vordel.circuit.FilterPathTracker
 
postCircuitInvocation(Circuit, Message, boolean, Object) - Method in interface com.vordel.circuit.MessageListener
Called after a chain of Filters in the Circuit has been invoked.
postCircuitInvocation(Circuit, Message, boolean, Object) - Method in class com.vordel.circuit.MessageListenerAdapter
 
postCircuitProcessing(Message, int) - Method in class com.vordel.circuit.FilterPathTracker
 
postCircuitProcessing(Message, int) - Method in interface com.vordel.circuit.MessageListener
Called when all processing in the Circuit-space is completed.
postCircuitProcessing(Message, int) - Method in class com.vordel.circuit.MessageListenerAdapter
 
postFilterInvocation(Circuit, MessageProcessor, Message, int, MessageProcessor, Object) - Method in class com.vordel.circuit.FilterPathTracker
 
postFilterInvocation(Circuit, MessageProcessor, Message, int, MessageProcessor, Object) - Method in interface com.vordel.circuit.MessageListener
This method is called when a Filter's MessageProcessor has finished execution.
postFilterInvocation(Circuit, MessageProcessor, Message, int, MessageProcessor, Object) - Method in class com.vordel.circuit.MessageListenerAdapter
 
preCircuitInvocation(Circuit, Message, Object) - Method in class com.vordel.circuit.FilterPathTracker
 
preCircuitInvocation(Circuit, Message, Object) - Method in interface com.vordel.circuit.MessageListener
Called before the first Filter in a given Circuit is invoked.
preCircuitInvocation(Circuit, Message, Object) - Method in class com.vordel.circuit.MessageListenerAdapter
 
preCircuitProcessing(Circuit, Message, Object) - Method in class com.vordel.circuit.FilterPathTracker
 
preCircuitProcessing(Circuit, Message, Object) - Method in interface com.vordel.circuit.MessageListener
Called when the message originator has completed initializing the Message, and we are about to start processing in the Circuit-space.
preCircuitProcessing(Circuit, Message, Object) - Method in class com.vordel.circuit.MessageListenerAdapter
 
preFaultHandlerInvocation(Circuit, MessageProcessor, Message, CircuitAbortException) - Method in class com.vordel.circuit.FilterPathTracker
 
preFaultHandlerInvocation(Circuit, MessageProcessor, Message, CircuitAbortException) - Method in interface com.vordel.circuit.MessageListener
Called before attempting to handle a previous CircuitAbortException with a specific fault-handling MessageProcessor.
preFaultHandlerInvocation(Circuit, MessageProcessor, Message, CircuitAbortException) - Method in class com.vordel.circuit.MessageListenerAdapter
 
preFilterInvocation(Circuit, MessageProcessor, Message, MessageProcessor, Object) - Method in class com.vordel.circuit.FilterPathTracker
 
preFilterInvocation(Circuit, MessageProcessor, Message, MessageProcessor, Object) - Method in interface com.vordel.circuit.MessageListener
This method is called immediately before a Filter's MessageProcessor is invoked.
preFilterInvocation(Circuit, MessageProcessor, Message, MessageProcessor, Object) - Method in class com.vordel.circuit.MessageListenerAdapter
 
printTree(PrintStream) - Method in class com.vordel.es.util.diff.BaseDiffTreeModel
 
processMessage(Circuit, Message, MessageProcessor, Object) - Static method in class com.vordel.circuit.InvocationEngine
Entry point into user-configured circuits, to be called by the relevant listener Plugin.
processor - Variable in class com.vordel.circuit.FilterInvocation
The MessageProcessor we are tracking.
procFound(List<String>, Collection<ESPK>, String, String) - Method in class com.vordel.es.util.ShorthandKeyFinder.SingleEntityPF
 
productVersion - Variable in class com.vordel.es.xes.MetaDataExtractor.ESMetaInfo
 
PROP_FAILURE_REASON - Static variable in class com.vordel.circuit.InvocationEngine
The failure reason from the failing Filter, or the name of the failing Filter if no reason is set.
PropDef - Class in com.vordel.circuit
 
PropDef() - Constructor for class com.vordel.circuit.PropDef
 
PropDef(String, Class<?>) - Constructor for class com.vordel.circuit.PropDef
 
propertyChange(PropertyChangeEvent) - Method in class com.vordel.circuit.DelegatingFilterSynchronizer
 
PROTOCOL - Static variable in interface com.vordel.mime.MimeConstants
 
PROTOCOL_TYPE - Static variable in interface com.vordel.circuit.MessageProperties
 
PROVIDERS_FILENAME - Static variable in class com.vordel.es.EntityStoreFactory
Load the configured providers
prune(ESPK) - Method in class com.vordel.es.util.BranchPruner
 
purgeContent() - Method in class com.vordel.mime.Body
Bodies are purged() when they are no longer in use.
purgeContent() - Method in class com.vordel.mime.CompoundBody
Purge a compound body.
purgeContent() - Method in class com.vordel.mime.FormURLEncodedBody
 
purgeContent() - Method in class com.vordel.mime.JSONBody
 
purgeContent() - Method in class com.vordel.mime.QueryStringHeaderSet
 
purgeContent() - Method in class com.vordel.mime.RawBody
 
purgeContent() - Method in class com.vordel.mime.XMLBody
 
push() - Method in class com.vordel.circuit.CircuitTracker
 
push(Map<String, Object>) - Method in class com.vordel.circuit.Message
 
PUSH_WRITE - Static variable in class com.vordel.mime.Body
 
put(String, Object) - Method in class com.vordel.circuit.Message
 
putAll(Map<? extends String, ? extends Object>) - Method in class com.vordel.circuit.Message
 
putRef(EntityStore, String, ESPK) - Method in class com.vordel.circuit.GlobalProperties
 
putString(String) - Method in class com.vordel.mime.QueryStringHeaderSet.QueryStringHeader
 

Q

QueryStringHeaderSet - Class in com.vordel.mime
Class to hold name-value pairs from query string, and message body id content type is application/www-url-encoded-form.
QueryStringHeaderSet() - Constructor for class com.vordel.mime.QueryStringHeaderSet
 
QueryStringHeaderSet.QueryStringHeader - Class in com.vordel.mime
 
QueryStringHeaderSet.QueryStringHeader() - Constructor for class com.vordel.mime.QueryStringHeaderSet.QueryStringHeader
 
QUOTED_PRINTABLE - Static variable in interface com.vordel.mime.MimeConstants
 

R

RawBody - Class in com.vordel.mime
The fallback bodypart type for otherwise unknown MIME types.
RawBody(HeaderSet, ContentType) - Constructor for class com.vordel.mime.RawBody
 
reconfigure(SolutionPack, Entity) - Method in class com.vordel.circuit.Filter
 
recordCircuitPath(Object, Message) - Static method in class com.vordel.circuit.InvocationEngine
 
recordCount() - Method in class com.vordel.es.util.EntityFieldIndex
 
recordField(ESPK, Entity, Field) - Method in class com.vordel.es.ReferenceRecorder
 
recordIndex(String, int) - Method in class com.vordel.es.util.EntityFieldIndex
 
REF_DELIMITER - Static variable in class com.vordel.es.FieldType
Indicator that this field's values refer to another Entity via an ESPK
reference - Variable in class com.vordel.es.util.EntityFieldReferences.IndexRef
 
referenceContext - Variable in class com.vordel.circuit.CircuitCallRecord
 
ReferenceRecorder - Class in com.vordel.es
 
ReferenceRecorder() - Constructor for class com.vordel.es.ReferenceRecorder
 
refs - Variable in class com.vordel.circuit.CircuitChainFilter
 
refs - Variable in class com.vordel.es.util.EntityFieldReferences.FieldReferences
 
reftype - Variable in class com.vordel.es.FieldType
 
registerChangeListener(ESPK, ESChangeListener) - Method in interface com.vordel.es.EntityStore
Register to listen to changes to the Entities in the Store.
registerEntityTypeFactory(EntityTypeFactory) - Method in class com.vordel.es.EntityStoreFactory
 
registerFactory(String, BodyFactory) - Static method in class com.vordel.mime.Body
Register a handler for a set of content types.
registerForURL(String, Class, List<String>) - Method in class com.vordel.es.EntityStoreFactory
Register an implementation of EntityStore for a particular URL stem
registerGenerator(String, MessagePropertyGenerator) - Static method in class com.vordel.circuit.Message
 
registerHandler(String, DefaultHandler) - Method in class com.vordel.es.xes.XMLParser
 
registerListener(EntityStore, Entity) - Method in class com.vordel.circuit.GlobalProperties
 
registerMessageLocalStorage() - Static method in class com.vordel.circuit.Message
Reserve a slot in each new Message instance in which to store an Object.
registerMetricGroupType(MetricGroupType) - Method in class com.vordel.reporting.rtm.api.MetricGroupTypeRegistry
Register a new MetricGroupType.
removalBranches - Variable in class com.vordel.es.xes.ExportEngine.Directives
 
remove(String) - Method in class com.vordel.circuit.Message
 
remove(Object) - Method in class com.vordel.circuit.Message
 
remove(String) - Method in class com.vordel.mime.HeaderSet
 
REMOVE_XFER_ENCODING_ON_WRITE_DEPRECATED - Static variable in class com.vordel.mime.Body
 
removeCreationListener(MessageCreationListener) - Static method in class com.vordel.circuit.Message
Remove the message creation listener
removeField(String) - Method in class com.vordel.es.Entity
 
removeMessageListener(MessageListener) - Method in class com.vordel.circuit.Message
Remove all occurrences of a listener added in the corresponding Message.addMessageListener(com.vordel.circuit.MessageListener) method.
removePart(String) - Method in class com.vordel.mime.CompoundBody
Remove a body part based on its Content-ID
removePart(Body) - Method in class com.vordel.mime.CompoundBody
Remove a body part
removePath(CircuitCallRecord) - Method in class com.vordel.circuit.FilterInvocation
 
removePropertiesListener(PropertyChangeListener) - Method in class com.vordel.circuit.Message
 
removePropertiesListener(String, PropertyChangeListener) - Method in class com.vordel.circuit.Message
 
replacePart(Body, Body) - Method in class com.vordel.mime.CompoundBody
 
report(String, Throwable) - Method in class com.vordel.circuit.MessageProcessor
 
report(String) - Method in class com.vordel.circuit.MessageProcessor
 
reqProps - Variable in class com.vordel.circuit.Filter
 
requiresNodes() - Method in class com.vordel.es.util.VersionCompatibilityValidator
 
reroot(PortableESPK) - Method in class com.vordel.es.xes.PortableESPK
 
reset() - Method in class com.vordel.es.ReferenceRecorder
 
reset() - Method in interface com.vordel.es.TypeStore
Remove all non-default Entities and reset the core Types.
reset() - Method in class com.vordel.es.xes.PortableESPKFactory.PortableESPKHandler
 
resetOnNewTimeWindow - Variable in class com.vordel.reporting.rtm.api.MetricType
If true, the value is reset to zero on a new time window.
resetRoot() - Method in class com.vordel.es.EntityBranch
If you've been modifying the root entity for a key conflict, but want to discard changes, reset the root before leaving this branch lying around for someone else to paste.
resolveCircuits(CircuitCache) - Method in class com.vordel.circuit.CircuitChainFilter
 
ResponseStatusRecord - Class in com.vordel.statistics
 
ResponseStatusRecord(int, String) - Constructor for class com.vordel.statistics.ResponseStatusRecord
 
result - Variable in class com.vordel.circuit.FilterInvocation
 
RESULT_EXCEPTION - Static variable in class com.vordel.circuit.FilterInvocation
The MessageProcessor has aborted.
RESULT_FAILURE - Static variable in class com.vordel.circuit.FilterInvocation
The MessageProcessor has failed.
RESULT_SUCCESS - Static variable in class com.vordel.circuit.FilterInvocation
The MessageProcessor has succeeded.
RETAIN_XFER_ENCODING_ON_READ - Static variable in class com.vordel.mime.Body
 
retrieveEntity(ESPK) - Method in class com.vordel.es.xes.ExportEngine
Override this method if your instance of the engine has a more efficient way of retrieving the Entity.
rollback() - Method in interface com.vordel.es.EntityStore
Indicate that you wish to discard all changes to the Store since the last startTransaction.
root - Variable in class com.vordel.es.util.diff.BaseDiffNode
 
root - Variable in class com.vordel.es.util.diff.BaseDiffTreeModel
 
ROOT_KEY - Static variable in class com.vordel.es.xes.PortableESPK
 
ROOT_KEY_NODE - Static variable in class com.vordel.es.xes.PortableESPK
 
rootPartId - Variable in class com.vordel.mime.CompoundBody
 

S

selectorProps(Set<PropDef>, String...) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
serialize() - Method in interface com.vordel.es.EntityType
Deprecated. Serialising XML to strings is evil. replaced by (write)
serialize() - Method in class com.vordel.es.EntityTypeImpl
Deprecated. Serialising XML to strings is evil. replaced by (write)
serialize(Writer) - Method in class com.vordel.es.xes.PortableESPK.KeyNode
 
serialize(Writer) - Method in class com.vordel.es.xes.PortableESPK
 
serializeToXML(DiffTreeModel, OutputStream) - Method in class com.vordel.es.util.diff.EntityDiffTreeXMLSerializer
Serialize the differences between two Entity hierarchies as XML.
setApplyDiffs(boolean) - Method in class com.vordel.es.util.diff.DiffNode
 
setApplyDiffs(boolean, boolean) - Method in class com.vordel.es.util.diff.DiffNode
 
setAvgName(String) - Method in class com.vordel.reporting.rtm.api.MetricType
Set the metric name for the average metric.
setBinaryValue(String, byte[]) - Method in class com.vordel.es.Entity
Set the field to have a single value with the binary data supplied
setBooleanField(String, boolean) - Method in class com.vordel.es.Entity
 
setByteFieldsValue(byte[]) - Method in class com.vordel.es.EntityStoreDelegate.TypedFieldEntity
Convenience method to set each encrypted/binary field to some arbitrary byte sequence.
setChild(PortableESPK.KeyNode) - Method in class com.vordel.es.xes.PortableESPK.KeyNode
 
setChildMetricGroupTypes(List<MetricGroupType>) - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Set the child MetricGroupTypes.
setCircuit(Circuit) - Method in class com.vordel.circuit.CircuitReference
 
setCircuitPK(ESPK) - Method in class com.vordel.circuit.Filter
 
setContent(Multipart) - Method in class com.vordel.mime.BodyMimeMessage
 
setContent(Object, String) - Method in class com.vordel.mime.BodyMimeMessage
 
setContent(Multipart) - Method in class com.vordel.mime.BodyMimePart
 
setContent(Object, String) - Method in class com.vordel.mime.BodyMimePart
 
setCurrentFilter(FilterInvocation) - Method in class com.vordel.circuit.CircuitTracker
 
setDataHandler(DataHandler) - Method in class com.vordel.mime.BodyMimeMessage
 
setDataHandler(DataHandler) - Method in class com.vordel.mime.BodyMimePart
 
setDefaultPropertyDefs() - Method in class com.vordel.circuit.Filter
 
setDefaultPropertyDefs() - Method in class com.vordel.circuit.HTTPBodyParserFilter
Deprecated.  
setDefaults(EntityStore, Entity) - Static method in class com.vordel.es.EntityStoreDelegate
Set any unset fields to have the defaults as set in their type definition
setDelegatedCircuitPK(ESPK) - Method in class com.vordel.circuit.CircuitDelegateFilter
Set the ESPK of the Circuit this filter delegates to.
setDocument(Document) - Method in class com.vordel.mime.XMLBody
 
setEnabled(boolean) - Method in class com.vordel.circuit.CircuitReference
 
setEncryptedValue(String, byte[]) - Method in class com.vordel.es.Entity
Convenience method for setting the encrypted bytes for a field
setEntity(Entity) - Method in class com.vordel.circuit.CircuitDelegateFilter
override of Filter.setEntity() used to trap changes to the delegate circuit's ESPK.
setEntity(Entity) - Method in class com.vordel.circuit.CircuitDelegatePerBodyFilter
 
setEntity(Entity) - Method in class com.vordel.circuit.Filter
 
setEntityStore(EntityStore) - Method in class com.vordel.es.util.ShorthandKeyFinder
 
setFailureNode(FilterContainer) - Method in class com.vordel.circuit.Filter
 
setFaultHandler(FilterContainer) - Method in class com.vordel.circuit.Circuit
Set the fault handler for this circuit
setField(Field) - Method in class com.vordel.es.Entity
Set a Field for this Entity
setField(String, Value[]) - Method in class com.vordel.es.Entity
Convenience method to set the values for a field
setFields(Object[][]) - Method in class com.vordel.es.Entity
Convenience method to set multiple single-valued field of various types
setFilter(Filter) - Method in class com.vordel.circuit.FilterContainer
 
setFilterMessage(Message, int) - Method in class com.vordel.circuit.MessageProcessor
 
setHeader(String, String) - Method in interface com.vordel.mime.Headers
 
setHeader(String, Object) - Method in class com.vordel.mime.HeaderSet
Set a header with the given value.
setHeader(String, String) - Method in class com.vordel.mime.HeaderSet
Set a header with the given value.
setHeader(String, String) - Method in class com.vordel.mime.QueryStringHeaderSet
 
setHeaderEntry(String, HeaderSet.HeaderEntry) - Method in class com.vordel.mime.HeaderSet
 
setIntegerField(String, int) - Method in class com.vordel.es.Entity
 
setLogMask(int) - Method in class com.vordel.circuit.Message
 
setLongField(String, long) - Method in class com.vordel.es.Entity
 
setMaxName(String) - Method in class com.vordel.reporting.rtm.api.MetricType
Set the metric name for the maximum metric.
setMessageLocalStorage(int, Object) - Method in class com.vordel.circuit.Message
Set a caller-specific Object in a previously registered slot in the Message.
setMetricTypes(Map<String, MetricType>) - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Set the allowed metrics that are defined for this type of MetricGroupType.
setMinName(String) - Method in class com.vordel.reporting.rtm.api.MetricType
Set the metric name for the minimum metric.
setMVStringField(String, String[]) - Method in class com.vordel.es.Entity
 
setName(String) - Method in class com.vordel.circuit.CircuitActivationFilter
 
setName(String) - Method in class com.vordel.circuit.CircuitDelegateFilter
 
setName(String) - Method in class com.vordel.circuit.Filter
 
setPack(SolutionPack) - Method in class com.vordel.circuit.CircuitCache
 
setParent(CompoundBody) - Method in class com.vordel.mime.Body
 
setParsed(Object) - Method in class com.vordel.mime.HeaderSet.Header
Set value from parsed object.
setPayloadMask(int) - Method in class com.vordel.circuit.Message
 
setPayloadProcessor(LogMessagePayloadProcessor) - Method in class com.vordel.circuit.Message
 
setRanges(MetricRange[]) - Method in class com.vordel.reporting.rtm.api.MetricTypeRangeCount
Sets the MetricRange objects associated with this MetricTypeRangeCount.
setReferenceContext(Object) - Method in class com.vordel.circuit.CircuitDelegateProcessor
 
setReferenceField(String, ESPK) - Method in class com.vordel.es.Entity
 
setReferenceValue(int, ESPK) - Method in class com.vordel.es.Field
 
setRefs(List<CircuitReference>) - Method in class com.vordel.circuit.CircuitChainFilter
 
setResetOnNewTimeWindow(boolean) - Method in class com.vordel.reporting.rtm.api.MetricType
Set the flag to determine if the metric is reset to zero at the start of a new time window.
setShouldAbortProcessingOnLogError(boolean) - Method in class com.vordel.circuit.Filter
 
setStartPartID(String) - Method in class com.vordel.mime.CompoundBody
Set the ID of the part considered the "starting point"
setString(String) - Method in class com.vordel.mime.HeaderSet.Header
Set the value of this header from the MIME string.
setStringField(String, String) - Method in class com.vordel.es.Entity
 
setStringFields(String[], String[]) - Method in class com.vordel.es.Entity
 
setStylesheet(Templates) - Method in class com.vordel.mime.XMLBody
Supply a stylesheet to be used when writing the content of this document.
setSuccessNode(FilterContainer) - Method in class com.vordel.circuit.Filter
 
setText(String, String, String) - Method in class com.vordel.mime.BodyMimeMessage
 
setText(String, String) - Method in class com.vordel.mime.BodyMimeMessage
 
setText(String) - Method in class com.vordel.mime.BodyMimeMessage
 
setText(String) - Method in class com.vordel.mime.BodyMimePart
 
setTrackCurrentValue(boolean) - Method in class com.vordel.reporting.rtm.api.MetricType
Set the flag to determine if the current value is tracked.
setType(EntityBranch.EntityNode, EntityType) - Method in class com.vordel.es.EntityBranch
 
setValue(String, int) - Method in class com.vordel.reporting.rtm.api.MetricGroup
Set the value of a metric of type MetricTypeValue.
setValues(Value[]) - Method in class com.vordel.es.Field
Set all the values in the Field
setValues(List<Value>) - Method in class com.vordel.es.Field
Set the values for this Field.
SEVEN_BIT - Static variable in interface com.vordel.mime.MimeConstants
 
sevenbit() - Method in class com.vordel.mime.Body
 
sevenbit() - Method in class com.vordel.mime.CompoundBody
 
SHA1BuddyWriter - Class in com.vordel.es.util
 
SHA1BuddyWriter() - Constructor for class com.vordel.es.util.SHA1BuddyWriter
 
ShorthandKeyFinder - Class in com.vordel.es.util
 
ShorthandKeyFinder(EntityStore) - Constructor for class com.vordel.es.util.ShorthandKeyFinder
 
ShorthandKeyFinder.SingleEntityPF - Class in com.vordel.es.util
 
ShorthandKeyFinder.SingleEntityPF() - Constructor for class com.vordel.es.util.ShorthandKeyFinder.SingleEntityPF
 
shouldAbortProcessingOnLogError() - Method in class com.vordel.circuit.Filter
 
size() - Method in class com.vordel.circuit.Message
 
size() - Method in class com.vordel.es.util.ESPKCollection
 
SMTP_AUTH_PROPS - Static variable in interface com.vordel.circuit.MessageProperties
 
SMTP_DATA_PROPS - Static variable in interface com.vordel.circuit.MessageProperties
 
SMTP_HELO_DOMAIN - Static variable in interface com.vordel.circuit.MessageProperties
 
SMTP_HELO_GREETING - Static variable in interface com.vordel.circuit.MessageProperties
 
SMTP_HELO_PROPS - Static variable in interface com.vordel.circuit.MessageProperties
 
SMTP_MAIL_FROM - Static variable in interface com.vordel.circuit.MessageProperties
 
SMTP_MAIL_PROPS - Static variable in interface com.vordel.circuit.MessageProperties
 
SMTP_RCPT_PROPS - Static variable in interface com.vordel.circuit.MessageProperties
 
SMTP_RCPT_TO - Static variable in interface com.vordel.circuit.MessageProperties
 
SMTP_RESPONSE_CODE - Static variable in interface com.vordel.circuit.MessageProperties
 
SOAP_ACTION - Static variable in interface com.vordel.mime.MimeConstants
 
SOAP_REQUEST_ACTION - Static variable in interface com.vordel.circuit.MessageProperties
 
SOAP_REQUEST_METHOD - Static variable in interface com.vordel.circuit.MessageProperties
 
SOAP_REQUEST_METHOD_NS - Static variable in interface com.vordel.circuit.MessageProperties
 
SOAP_REQUEST_METHOD_QNAME - Static variable in interface com.vordel.circuit.MessageProperties
 
SOAP_VERSION - Static variable in interface com.vordel.circuit.MessageProperties
 
SOFT_REF_DELIMITER - Static variable in class com.vordel.es.FieldType
Indicator that this Field's values refer to another Entity in another EntityStore, and must be resolved via a portable key.
SoftRefTypeFinder - Class in com.vordel.es.util
 
SoftRefTypeFinder(EntityStore) - Constructor for class com.vordel.es.util.SoftRefTypeFinder
 
specificExportKeys - Variable in class com.vordel.es.xes.MetaDataExtractor.ESMetaInfo
 
start - Variable in class com.vordel.circuit.Circuit
 
start(ESPK) - Method in class com.vordel.es.util.ShorthandKeyFinder.SingleEntityPF
 
startElement(String, String, String, Attributes) - Method in class com.vordel.es.xes.PortableESPKFactory.PortableESPKHandler
 
startElement(String, String, String, Attributes) - Method in class com.vordel.es.xes.XMLParser
 
startTimestamp - Variable in class com.vordel.circuit.FilterInvocation
 
startTransaction() - Method in interface com.vordel.es.EntityStore
Indicate to the Store that you want to start a transaction.
STATISTICS - Static variable in interface com.vordel.circuit.MessageProperties
 
status - Variable in class com.vordel.es.util.diff.type.TypeDiffNode
 
STATUS_ERROR - Static variable in class com.vordel.statistics.ResponseStatusRecord
 
STATUS_FAIL - Static variable in class com.vordel.statistics.ResponseStatusRecord
 
STATUS_PASS - Static variable in class com.vordel.statistics.ResponseStatusRecord
 
storeOpsField(VariantObject, String, StringField) - Method in class com.vordel.circuit.Message
 
storeOpsField(VariantObject, String, IntegerField) - Method in class com.vordel.circuit.Message
 
STRING - Static variable in class com.vordel.es.FieldType
Java String.
subPath - Variable in class com.vordel.circuit.FilterInvocation
 
syncProps(Set<PropDef>, Set<PropDef>, Set<PropDef>) - Method in class com.vordel.circuit.VariablePropertiesFilter
Convenience method to synchronize properties in a filter when it is a multiple delegator
SyntheticCircuit - Class in com.vordel.circuit
 
SyntheticCircuit(String, FilterContainer...) - Constructor for class com.vordel.circuit.SyntheticCircuit
 
SyntheticCircuitChainProcessor - Class in com.vordel.circuit
 
SyntheticCircuitChainProcessor() - Constructor for class com.vordel.circuit.SyntheticCircuitChainProcessor
 
SYS_LABELS - Static variable in class com.vordel.circuit.GlobalProperties
 
SYS_POLICY_FAULTHANDLER - Static variable in class com.vordel.circuit.GlobalProperties
 
SYS_POLICY_REQUEST - Static variable in class com.vordel.circuit.GlobalProperties
 
SYS_POLICY_RESPONSE - Static variable in class com.vordel.circuit.GlobalProperties
 

T

terse() - Method in class com.vordel.es.xes.PortableESPK
 
TO - Static variable in interface com.vordel.circuit.MessageProperties
 
topNode - Variable in class com.vordel.es.xes.PortableESPK
 
toPortableKey(EntityStore, ESPK) - Static method in class com.vordel.es.xes.PortableESPK
 
toShorthandString() - Method in class com.vordel.es.xes.PortableESPK
 
toString() - Method in class com.vordel.circuit.CircuitReference
 
toString() - Method in class com.vordel.circuit.MessageProcessor
 
toString() - Method in class com.vordel.circuit.PropDef
 
toString() - Method in class com.vordel.es.Entity
 
toString() - Method in class com.vordel.es.EntityTypeImpl
The name of the type is the preferred representation
toString() - Method in interface com.vordel.es.ESPK
Retrieve a string representation of the key.
toString() - Method in class com.vordel.es.Field
A user-friendly string description of this Field.
toString() - Method in exception com.vordel.es.UnknownTypeException
 
toString() - Method in class com.vordel.es.util.diff.DiffNode
 
toString() - Method in class com.vordel.es.util.diff.type.TypeDiffNode
 
toString() - Method in class com.vordel.es.util.EntityFieldIndex
 
toString() - Method in class com.vordel.es.util.EntityFieldReferences.FieldReferences
 
toString() - Method in class com.vordel.es.util.EntityFieldReferences
 
toString() - Method in class com.vordel.es.Value
Convienence method for debugging
toString() - Method in class com.vordel.es.xes.MetaDataExtractor.ESMetaInfo
 
toString() - Method in class com.vordel.es.xes.PortableESPK.KeyNode
 
toString() - Method in class com.vordel.es.xes.PortableESPK
 
toString() - Method in class com.vordel.mime.ContentID
 
toString() - Method in class com.vordel.mime.ContentType
Convert the object into a string suitable for insertion as a value for a "Content-Type:" header in a MIME message.
toString() - Method in class com.vordel.mime.HeaderSet.Header
Get string value suitable for use in a MIME header.
toString() - Method in class com.vordel.mime.HeaderSet
 
totalExecutionTime - Variable in class com.vordel.circuit.CircuitCallRecord
 
trace(Entity, int) - Static method in class com.vordel.es.util.TraceEntity
 
TraceEntity - Class in com.vordel.es.util
 
TraceEntity() - Constructor for class com.vordel.es.util.TraceEntity
 
tracePath(CircuitCallRecord, int) - Static method in class com.vordel.circuit.FilterPathTracker
 
trackCurrentValue - Variable in class com.vordel.reporting.rtm.api.MetricType
If true, the current value is tracked, so it is output to the metrics feed and database, and available via the Metrics utility methods.
TransactionalBranchPruner - Class in com.vordel.es.util
A BranchPruner which will use transactions if the underlying ES allows it.
TransactionalBranchPruner(EntityStore) - Constructor for class com.vordel.es.util.TransactionalBranchPruner
 
TransactionalEntityBranch - Class in com.vordel.es.util
 
TransactionalEntityBranch(EntityStore, ESPK) - Constructor for class com.vordel.es.util.TransactionalEntityBranch
 
TransactionalEntityBranch(EntityStore, ESPK, Set<ESPK>) - Constructor for class com.vordel.es.util.TransactionalEntityBranch
Create a branch of the entity hierarchy from a given store and starting point.
translate(EntityStore, PortableESPK) - Method in class com.vordel.es.xes.KeyTranslator
 
TransportModule - Class in com.vordel.dwe
 
TransportModule() - Constructor for class com.vordel.dwe.TransportModule
 
type - Variable in class com.vordel.es.Entity
The type of this Entity
TYPE - Static variable in interface com.vordel.es.EntityType
Constant for XML 'type' defintion element
type - Variable in class com.vordel.es.FieldType
The type name: primitive string or "@EntityTypeName"
type - Variable in class com.vordel.es.util.diff.BaseDiffNode
 
TYPE - Static variable in interface com.vordel.mime.MimeConstants
 
TYPE_BOUND_CIRCUIT - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_CIRCUIT - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_CIRCUIT_CONTAINER - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_DELEGATE - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_FILTER - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_FIREWALL - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_HTTP - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_INET_INTERFACE - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_NET_SERVICE - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_PACKET_SNIFFER - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_SERVLET - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_SERVLET_APPLICATION - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_SMTP - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_SMTP_AUTH_HANDLER - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_SMTP_DATA_HANDLER - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_SMTP_HELO_HANDLER - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_SMTP_MAIL_HANDLER - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_SMTP_RCPT_HANDLER - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_SSL_INTERFACE - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_STATIC_CONTENT - Static variable in interface com.vordel.circuit.CircuitConstants
 
TYPE_WEBSERVICE_PLUGIN - Static variable in interface com.vordel.circuit.CircuitConstants
 
TypeDiffNode - Class in com.vordel.es.util.diff.type
 
TypeDiffNode(String, EntityType, EntityType, TypeDiffNode.Status) - Constructor for class com.vordel.es.util.diff.type.TypeDiffNode
 
TypeDiffTreeModel - Class in com.vordel.es.util.diff.type
 
TypeDiffTreeModel(TypeStore, TypeStore) - Constructor for class com.vordel.es.util.diff.type.TypeDiffTreeModel
 
typeName - Variable in class com.vordel.es.xes.PortableESPK.KeyNode
 
typeNames - Variable in class com.vordel.es.xes.MetaDataExtractor.ESMetaInfo
 
types - Variable in class com.vordel.es.xes.MetaDataExtractor.ESMetaInfo
 
TypeStore - Interface in com.vordel.es
Defines a common interface for retrieving Entity type information, EntityTypes, which in turn describe Entity structure.
typeVersions - Variable in class com.vordel.es.xes.MetaDataExtractor.ESMetaInfo
 

U

UnknownTypeException - Exception in com.vordel.es
 
UnknownTypeException(String) - Constructor for exception com.vordel.es.UnknownTypeException
 
unload() - Method in class com.vordel.circuit.GlobalProperties
 
unload() - Method in interface com.vordel.dwe.LoadableModule
 
unload() - Method in class com.vordel.dwe.TransportModule
 
update(PortableESPK) - Method in class com.vordel.es.util.EntityFieldReferences
 
updateEntity(Entity) - Method in interface com.vordel.es.EntityStore
Replace an entity
updateRefs() - Method in class com.vordel.circuit.CircuitChainFilter
 
updateRefs() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
updateRefs() - Method in interface com.vordel.circuit.DelegatingFilter
 
updateType(InputStream) - Method in interface com.vordel.es.TypeStore
This method updates a type in the EntityStore with a new definiton.
USER_ATTRIBUTE_FORMAT_REGEX - Static variable in class com.vordel.circuit.VariablePropertiesFilter
 
userAttributePattern - Static variable in class com.vordel.circuit.VariablePropertiesFilter
 
UTCTIME - Static variable in class com.vordel.es.FieldType
Don't use - use 'long' instead.
Util - Class in com.vordel.circuit
Utility class for circuit.
Util() - Constructor for class com.vordel.circuit.Util
 

V

validate() - Method in class com.vordel.es.EntityTypeImpl
 
validate(FSInfo, FSInfo) - Method in class com.vordel.es.util.VersionCompatibilityValidator
 
vals - Variable in class com.vordel.es.Field
The Values in the field
Value - Class in com.vordel.es
A Value can represent either a data value (in the form of a String), or a reference to some Entity (in the form of an ESPK).
Value() - Constructor for class com.vordel.es.Value
Default Constructor.
Value(String) - Constructor for class com.vordel.es.Value
Constructor to set the String component of the value
Value(ESPK) - Constructor for class com.vordel.es.Value
Constructor to set the reference component of this value
valueOf(String) - Static method in enum com.vordel.es.util.diff.BaseDiffNode.Difference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vordel.mime.ContentType.Authority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vordel.reporting.rtm.api.MetricRange.MetricRangeOperator
Returns the enum constant of this type with the specified name.
values() - Method in class com.vordel.circuit.Message
 
values() - Static method in enum com.vordel.es.util.diff.BaseDiffNode.Difference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vordel.mime.ContentType.Authority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vordel.reporting.rtm.api.MetricRange.MetricRangeOperator
Returns an array containing the constants of this enum type, in the order they are declared.
VariablePropertiesFilter - Class in com.vordel.circuit
A VariablePropertiesFilter has variable sets of properties which it requires, generates and consumes.
VariablePropertiesFilter() - Constructor for class com.vordel.circuit.VariablePropertiesFilter
 
VersionCompatibilityValidator - Class in com.vordel.es.util
 
VersionCompatibilityValidator() - Constructor for class com.vordel.es.util.VersionCompatibilityValidator
 
VSTAMP - Static variable in interface com.vordel.es.EntityType
 

W

WEB_SERVICE_PLUGIN_PROPS - Static variable in interface com.vordel.circuit.MessageProperties
 
webServicePluginPropDefs - Static variable in class com.vordel.circuit.MessagePropDefs
 
withinRange(int) - Method in class com.vordel.reporting.rtm.api.MetricRange
Determine if the sample is within this range.
wrap(OutputStream) - Method in class com.vordel.es.util.MD5BuddyWriter
 
write(OutputStream) - Method in interface com.vordel.es.EntityType
 
write(OutputStream) - Method in class com.vordel.es.EntityTypeImpl
 
write(OutputStream, String, Node) - Static method in class com.vordel.es.EntityTypeImpl
 
write(File) - Method in class com.vordel.es.util.MD5BuddyWriter
 
write(OutputStream) - Method in class com.vordel.es.util.MD5BuddyWriter
 
write(OutputStream, int) - Method in class com.vordel.mime.Body
Write the content of this Body (not including its headers) to an OutputStream.
write(OutputStream, int) - Method in class com.vordel.mime.HeaderSet
 
WRITE_NO_CTE - Static variable in class com.vordel.mime.Body
 
writeContent(OutputStream, int) - Method in class com.vordel.mime.Body
Write the content of the body to the specified OutputStream This is similar to Body.write(java.io.OutputStream, int), but does not include the headers for the body.
writeContent(OutputStream, int) - Method in class com.vordel.mime.FormURLEncodedBody
 
writeContent(OutputStream, int) - Method in class com.vordel.mime.JSONBody
 
writeContent(OutputStream, int) - Method in class com.vordel.mime.Multipart
 
writeContent(OutputStream, int) - Method in class com.vordel.mime.RawBody
 
writeContent(OutputStream, int) - Method in class com.vordel.mime.XMLBody
 
writeTo(OutputStream, String[]) - Method in class com.vordel.mime.BodyMimeMessage
 
writeTo(OutputStream) - Method in class com.vordel.mime.BodyMimeMessage
 
writeTo(OutputStream) - Method in class com.vordel.mime.BodyMimePart
 
WSS_TIMESTAMP - Static variable in interface com.vordel.circuit.MessageProperties
The timestamp in the WSS Header Block which was gleaned from the message for a particular soap actor/role.
WSS_USERNAME_TOKEN - Static variable in interface com.vordel.circuit.MessageProperties
The username token as taken from the wsblockinfo.

X

XMLBody - Class in com.vordel.mime
Represents an XML bodypart.
XMLBody(HeaderSet, ContentType, Document) - Constructor for class com.vordel.mime.XMLBody
 
XMLBody.Factory - Class in com.vordel.mime
 
XMLBody.Factory() - Constructor for class com.vordel.mime.XMLBody.Factory
 
xmlBody2ByteArray(XMLBody) - Static method in class com.vordel.circuit.Util
This method transforms the XMLBody into a Byte array.
XMLParser - Class in com.vordel.es.xes
 
XMLParser() - Constructor for class com.vordel.es.xes.XMLParser
 

Z

ZERO_OR_MANY - Static variable in interface com.vordel.es.EntityType
 
ZERO_OR_ONE - Static variable in interface com.vordel.es.EntityType
 

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


This documentation and all its contents and graphics, copyright © 1999 - 2011 Vordel