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

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
 
addAllHeaders(Headers, Headers) - Static method in class com.vordel.mime.HeaderUtils
 
addCertificateAttachment(Message, TemplateMessageDetails, Body, String) - Static method in class com.vordel.mime.AttachmentHelper
Add the signer's certificate to the request as an attachment.
addCircuitProcessor(ConfigContext, CircuitReference) - Method in class com.vordel.circuit.CircuitChainProcessor
 
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.
addEnviromentSetting(Entity, String, int) - Method in class com.vordel.env.EnvironmentSettings
Add a new environmentalized field for an entity.
addEnvironmentalizedEntity(EnvironmentalizedEntity) - Method in class com.vordel.env.EnvironmentalizedEntities
Add an environmentalized entity.
addEnvironmentalizedField(EnvironmentalizedEntityField) - Method in class com.vordel.env.EnvironmentalizedEntity
Add an environmentalized field.
addGroup(Group) - Method in class com.vordel.api.topology.model.Topology
Add a group to the topology.
addHost(Host) - Method in class com.vordel.api.topology.model.Topology
Add a host to the topology.
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.
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.
addService(Service) - Method in class com.vordel.api.topology.model.Group
Add a service to the group.
addTag(String, String) - Method in class com.vordel.api.topology.model.Group
Add a tag for the group.
addTag(String, String) - Method in class com.vordel.api.topology.model.Service
Add a tag.
ADMIN_NODE_MANAGER_TAG - Static variable in class com.vordel.api.topology.model.Topology
 
AdminUserRequest - Class in com.vordel.api.adminusers.model
This class is used in a request to the Admin Users REST API to create or update an admin user.
AdminUserRequest() - Constructor for class com.vordel.api.adminusers.model.AdminUserRequest
Default constructor.
AdminUserRequest(AdminUser, String) - Constructor for class com.vordel.api.adminusers.model.AdminUserRequest
Constructor.
AdminUsersClient - Class in com.vordel.api.adminusers.client
Admin Users REST API Java client helper class.
AdminUsersClient(ConnectionContext) - Constructor for class com.vordel.api.adminusers.client.AdminUsersClient
Constructor.
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.
APPLICATION_FORM_URL_ENCODED - Static variable in class com.vordel.mime.FormURLEncodedBody
 
applyEnvironmentSpecificValues() - Method in class com.vordel.env.EnvironmentSettings
Apply the environment values in the env group settings component store to the store, i.e.
assertContainsHeader(ClientResponse, String) - Method in class com.vordel.ops.TestClientResponse
Asserts the Client HTTP response contains the named header.
assertContainsHeaderWithValue(ClientResponse, String, String) - Method in class com.vordel.ops.TestClientResponse
Asserts the value of a Header against an expected value.
assertFilterFailed(String, String...) - Method in class com.vordel.ops.TrafficMonitorClient
Asserts if N Filters Failed
assertFilterOfTypeDidNotExecute(String, String) - Method in class com.vordel.ops.TrafficMonitorClient
Checks if a fault filter executed.
assertFilterPassed(String, String...) - Method in class com.vordel.ops.TrafficMonitorClient
Asserts if N Filters passed
assertNFiltersFailed(String, int) - Method in class com.vordel.ops.TrafficMonitorClient
Tests the number of failed filters.
assertNFiltersPassed(String, int) - Method in class com.vordel.ops.TrafficMonitorClient
Tests the number of passed filters.
assertStatusCode(ClientResponse, int) - Method in class com.vordel.ops.TestClientResponse
Asserts the Client's HTTP response status against an expected status.
attach(ConfigContext, CircuitChainFilter) - 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
 
avgCountName - Variable in class com.vordel.reporting.rtm.api.MetricType
The name for the count of the average metric.
avgName - Variable in class com.vordel.reporting.rtm.api.MetricType
The name for the average metric.

B

BaseOAuth2Provider - Class in com.vordel.oauth.client.providers
Provides a base implementation for OAuth Providers.
BaseOAuth2Provider() - Constructor for class com.vordel.oauth.client.providers.BaseOAuth2Provider
 
BaseOAuth2Provider.BodyType - Enum in com.vordel.oauth.client.providers
 
BEARER_TYPE - Static variable in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
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
 
BoundCircuit - Class in com.vordel.circuit
 
BoundCircuit(SolutionPack, Entity, ESPK) - Constructor for class com.vordel.circuit.BoundCircuit
 
boundCircuit - Variable in class com.vordel.circuit.CircuitActivationFilter
 
boundCircuitPk - Variable in class com.vordel.circuit.BoundCircuit
 
bufferInput() - Method in class com.vordel.mime.Body
 

C

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
cdf - Variable in class com.vordel.circuit.CircuitChainProcessor
 
cdps - Variable in class com.vordel.circuit.CircuitChainProcessor
 
checkTypeMatches(String, Entity, Entity) - Method in class com.vordel.env.EnvironmentalizedField
 
childAdded(Entity) - Method in class com.vordel.circuit.GlobalProperties
 
childDeleted(ESPK, ESPK) - Method in class com.vordel.circuit.GlobalProperties
 
childUpdated(Entity) - Method in class com.vordel.circuit.GlobalProperties
 
ci - Variable in class com.vordel.circuit.CircuitCallRecord
 
cipher - Variable in class com.vordel.env.EnvironmentalizedField
 
circuit - Variable in class com.vordel.circuit.CircuitDelegateProcessor
 
circuit - Variable in class com.vordel.circuit.Filter
 
circuit - Variable in class com.vordel.circuit.InvocationContext
 
CIRCUIT_PK - Static variable in class com.vordel.circuit.CircuitDelegateFilter
 
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(Selector<Boolean>, Selector<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
 
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
 
CircuitImpl - Class in com.vordel.circuit
Consists of a network of FilterContainerImpls, linked as they will be executed by the server.
CircuitImpl() - Constructor for class com.vordel.circuit.CircuitImpl
 
circuitPk - Variable in class com.vordel.circuit.BoundCircuit
 
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.
clone() - Method in class com.vordel.api.topology.model.Group
 
clone() - Method in class com.vordel.api.topology.model.Host
 
clone() - Method in class com.vordel.api.topology.model.Service
 
clone() - Method in class com.vordel.api.topology.model.Topology
 
clone() - Method in class com.vordel.mime.XMLBody
 
com.vordel.api.adminusers.client - package com.vordel.api.adminusers.client
The Admin Users REST API client classes.
com.vordel.api.configuration.model - package com.vordel.api.configuration.model
The Configuration REST API model classes.
com.vordel.api.deployment.client - package com.vordel.api.deployment.client
The Deployment and Configuration REST API client classes.
com.vordel.api.monitoring.model - package com.vordel.api.monitoring.model
The Monitoring REST API model classes.
com.vordel.api.topology.client - package com.vordel.api.topology.client
The Topology REST API client classes.
com.vordel.circuit - package com.vordel.circuit
This package models a com.vordel.circuit.Circuit and its constituent filters.
com.vordel.env - package com.vordel.env
 
com.vordel.mime - package com.vordel.mime
This package provides a mechanism for handling MIME-formatted messages.
com.vordel.ops - package com.vordel.ops
This package creates RESTful Java Clients using the Jersey client APIs that will perform "GET" and "POST" requests to the traffic monitor REST API which monitors the traffic in and out of the API Server and can then evaluate the responses returned to determine if the filters pass, fail or abort.
com.vordel.reporting.rtm.api - package com.vordel.reporting.rtm.api
The Metrics API classes.
compareTo(Group) - Method in class com.vordel.api.topology.model.Group
 
compareTo(Host) - Method in class com.vordel.api.topology.model.Host
 
compareTo(Service) - Method in class com.vordel.api.topology.model.Service
 
compareTo(EnvironmentalizedEntity) - Method in class com.vordel.env.EnvironmentalizedEntity
 
compareTo(EnvironmentalizedEntityField) - Method in class com.vordel.env.EnvironmentalizedEntityField
 
complete(int, String) - 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
 
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
 
configure() - Method in class com.vordel.circuit.BoundCircuit
 
configure(ConfigContext, Entity) - Method in class com.vordel.circuit.CircuitActivationFilter
 
configure(ConfigContext, Entity) - Method in class com.vordel.circuit.CircuitChainFilter
Override this to use a different factory
configure(ConfigContext, Entity, CircuitReferenceFactory) - Method in class com.vordel.circuit.CircuitChainFilter
 
configure(Entity) - Method in class com.vordel.circuit.CircuitContainer
 
configure(ConfigContext, Entity) - Method in class com.vordel.circuit.CircuitImpl
Load the filter containers for each configured filter in this circuit
configure(ConfigContext, Entity) - Method in class com.vordel.circuit.Filter
Called to initially configure a filter from the entity store.
configure(ConfigContext, Entity) - Method in class com.vordel.circuit.GlobalProperties
 
configure(ConfigContext, Entity) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
configure(ConfigContext, Entity) - Method in class com.vordel.dwe.TransportModule
 
configureFilter(ConfigContext, Entity) - Method in class com.vordel.circuit.FilterContainerImpl
 
consProps - Variable in class com.vordel.circuit.Filter
 
constructParentCircuitContainers(EntityStore, CircuitImpl) - Method in class com.vordel.circuit.CircuitCache
 
containsHeader(Headers, String) - Static method in class com.vordel.mime.HeaderUtils
 
containsHeaderWithValue(Headers, String, String) - Static method in class com.vordel.mime.HeaderUtils
 
containsKey(String) - Method in class com.vordel.circuit.GlobalProperties
 
containsKey(Object) - Method in class com.vordel.circuit.Message
 
containsRequiredFields(Headers, String...) - Static method in class com.vordel.mime.HeaderUtils
 
containsRequiredFieldWithValue(Headers, String, String) - Static method in class com.vordel.mime.HeaderUtils
 
containsRequiredFieldWithValues(Headers, String, String...) - Static method in class com.vordel.mime.HeaderUtils
 
containsValue(Object) - Method in class com.vordel.circuit.GlobalProperties
 
containsValue(Object) - Method in class com.vordel.circuit.Message
 
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
 
contentType - Variable in class com.vordel.mime.Body
 
contextLoader - Variable in class com.vordel.circuit.Filter
 
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(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.RawBody.Factory
 
createBodypart(HeaderSet, ContentType) - Method in class com.vordel.mime.XMLBody.Factory
 
createCircuitReference(Entity) - Method in interface com.vordel.circuit.CircuitReferenceFactory
 
createCSR(String, int, String, String, Service) - Method in class com.vordel.api.topology.client.TopologyClient
 
createCSRByName(String, String, int, String, String, Service) - Method in class com.vordel.api.topology.client.TopologyClient
 
createFilter(ConfigContext, Entity) - Method in class com.vordel.circuit.CircuitCache
 
createFilterContainer(Class<? extends FilterContainerImpl>, Filter, ESPK) - Static method in class com.vordel.circuit.FilterContainerImpl
 
createGroup(Group) - Method in class com.vordel.api.topology.client.TopologyClient
Create an empty group in the topology.
createGroupByName(String) - Method in class com.vordel.api.topology.client.TopologyClient
Create an empty group in the topology.
createHashSet(String[]) - Static method in class com.vordel.circuit.VariablePropertiesFilter
 
createHost(Host) - Method in class com.vordel.api.topology.client.TopologyClient
Create a host in the topology.
createPayloadProcessor() - Static method in class com.vordel.circuit.PayloadProcessorFactory
 
createService(String, int, Service, String, String) - Method in class com.vordel.api.topology.client.TopologyClient
Create a new service, meaning API Server (or Node Manager) in the the domain topology.
createService(String, int, Service, String[], String, String) - Method in class com.vordel.api.topology.client.TopologyClient
 
createServiceByName(String, String, int, Service, String, String) - Method in class com.vordel.api.topology.client.TopologyClient
Create a new service, meaning API Server (or Node Manager) in the the domain topology.
createServiceByName(String, String, int, Service, String[], String, String) - Method in class com.vordel.api.topology.client.TopologyClient
 
createServiceWithGroup(String, Group, int, Service, String[], String, String) - Method in class com.vordel.api.topology.client.TopologyClient
Create a new service, meaning API Server (or Node Manager) in the the domain topology within a given group.
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_FORM_DATA - Static variable in class com.vordel.mime.Body
 
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

DEFAULT_CR_FACTORY - Static variable in class com.vordel.circuit.CircuitChainFilter
 
DefaultFilter - Class in com.vordel.circuit
 
DefaultFilter() - Constructor for class com.vordel.circuit.DefaultFilter
 
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
 
DelegatingProcessor - Class in com.vordel.circuit
 
DelegatingProcessor() - Constructor for class com.vordel.circuit.DelegatingProcessor
 
deleteGroup(String, boolean) - Method in class com.vordel.api.topology.client.TopologyClient
Delete a group from the topology.
deleteGroupByName(String, boolean) - Method in class com.vordel.api.topology.client.TopologyClient
Delete a group from the topology.
deleteHost(String) - Method in class com.vordel.api.topology.client.TopologyClient
Delete a host from the topology.
deleteHostByName(String) - Method in class com.vordel.api.topology.client.TopologyClient
Delete a host from the topology.
deleteLockForUser(String) - Method in class com.vordel.api.topology.model.Group
 
deleteService(String, String, boolean) - Method in class com.vordel.api.topology.client.TopologyClient
Delete a service (API Server or Node Manager) from the topology.
deleteServiceByName(String, String, boolean) - Method in class com.vordel.api.topology.client.TopologyClient
Delete a service (API Server or Node Manager) from the topology.
deploy(String, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Calls the API Servers's Configuration API to load a new Deployment Archive.
DeploymentClient - Class in com.vordel.api.deployment.client
Deployment and Configuration REST API Java client helper class.
DeploymentClient(ConnectionContext) - Constructor for class com.vordel.api.deployment.client.DeploymentClient
Constructor.
DeploymentResult - Class in com.vordel.api.configuration.model
A DeploymentResult is returned as the result of an API Server loading a new configuration via the Configuration REST API at deployment time.
DeploymentResult() - Constructor for class com.vordel.api.configuration.model.DeploymentResult
Default constructor.
DeploymentResult(int, String, boolean, TraceData, String) - Constructor for class com.vordel.api.configuration.model.DeploymentResult
Constructor.
deregisterListener(EntityStore) - Method in class com.vordel.circuit.GlobalProperties
 
deregisterMessageLocalStorage(int) - Static method in class com.vordel.circuit.Message
Deregister a message local slot.
dirScanDefaultProps - Static variable in class com.vordel.circuit.MessagePropDefs
 
dispose() - Method in class com.vordel.circuit.FilterPathTracker
 
dispose() - Method in class com.vordel.mime.Body
 
doesServiceRunOnHost(String) - Method in class com.vordel.api.topology.model.Topology
Checks to see if any services are running on a host.
doProps(ConfigContext) - Method in class com.vordel.circuit.CircuitChainFilter
 

E

EMPTY_CONTAINER_ARRAY - Static variable in class com.vordel.circuit.SyntheticCircuit
 
EMPTY_PROP_DEF_SET - Static variable in class com.vordel.circuit.Filter
 
EMPTY_STRING_SET - Static variable in class com.vordel.circuit.Filter
 
enabled - Variable in class com.vordel.api.topology.model.Service
Enabled falg.
entrySet() - Method in class com.vordel.circuit.Message
 
EnvironmentalizedEntities - Class in com.vordel.env
This class is used to contain all the environmentalized entities in a Deployment Archive (configuration).
EnvironmentalizedEntities() - Constructor for class com.vordel.env.EnvironmentalizedEntities
 
EnvironmentalizedEntity - Class in com.vordel.env
This class represents an environmentalized entity in the EnvSettingsStore.xml of a Deployment Archive.
EnvironmentalizedEntity() - Constructor for class com.vordel.env.EnvironmentalizedEntity
Default constructor.
EnvironmentalizedEntity(String, String, String, Collection<EnvironmentalizedEntityField>) - Constructor for class com.vordel.env.EnvironmentalizedEntity
Constructor.
EnvironmentalizedEntity(String, String, String) - Constructor for class com.vordel.env.EnvironmentalizedEntity
Constructor.
EnvironmentalizedEntityField - Class in com.vordel.env
This class represents an environmentalized field for an environmentalized entity in the EnvSettingsStore.xml of a Deployment Archive.
EnvironmentalizedEntityField() - Constructor for class com.vordel.env.EnvironmentalizedEntityField
Default constructor.
EnvironmentalizedEntityField(String, int, String, String, String) - Constructor for class com.vordel.env.EnvironmentalizedEntityField
Constructor.
EnvironmentalizedField - Class in com.vordel.env
 
EnvironmentalizedField() - Constructor for class com.vordel.env.EnvironmentalizedField
 
EnvironmentalizedFieldBinary - Class in com.vordel.env
 
EnvironmentalizedFieldBinary() - Constructor for class com.vordel.env.EnvironmentalizedFieldBinary
 
EnvironmentalizedFieldBoolean - Class in com.vordel.env
 
EnvironmentalizedFieldBoolean() - Constructor for class com.vordel.env.EnvironmentalizedFieldBoolean
 
EnvironmentalizedFieldEncrypted - Class in com.vordel.env
 
EnvironmentalizedFieldEncrypted() - Constructor for class com.vordel.env.EnvironmentalizedFieldEncrypted
 
EnvironmentalizedFieldFactory - Class in com.vordel.env
 
EnvironmentalizedFieldFactory() - Constructor for class com.vordel.env.EnvironmentalizedFieldFactory
 
EnvironmentalizedFieldInteger - Class in com.vordel.env
 
EnvironmentalizedFieldInteger() - Constructor for class com.vordel.env.EnvironmentalizedFieldInteger
 
EnvironmentalizedFieldLong - Class in com.vordel.env
 
EnvironmentalizedFieldLong() - Constructor for class com.vordel.env.EnvironmentalizedFieldLong
 
EnvironmentalizedFieldReference - Class in com.vordel.env
 
EnvironmentalizedFieldReference() - Constructor for class com.vordel.env.EnvironmentalizedFieldReference
 
EnvironmentalizedFieldString - Class in com.vordel.env
 
EnvironmentalizedFieldString() - Constructor for class com.vordel.env.EnvironmentalizedFieldString
 
EnvironmentSettings - Class in com.vordel.env
Utility class implementing operations relating to the the environmentalization of settings at group-level.
EnvironmentSettings(EntityStore) - Constructor for class com.vordel.env.EnvironmentSettings
Create an EnvironmentSettings from an entity store.
equals(Object) - Method in class com.vordel.api.monitoring.model.MetricGroup
 
equals(Object) - Method in class com.vordel.api.topology.model.Group
 
equals(Object) - Method in class com.vordel.api.topology.model.Host
 
equals(Object) - Method in class com.vordel.api.topology.model.Service
 
equals(Object) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
equals(Object) - Method in class com.vordel.circuit.oauth.token.OAuth2Authentication
 
equals(Object) - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
extractHeaderAttributes(Message, Headers, String) - Static method in class com.vordel.mime.HeaderUtils
 
extractToken(Object, String, String) - Method in class com.vordel.oauth.client.providers.BaseOAuth2Provider
Extracts the access token from from the Object body.

F

Filter - Class in com.vordel.circuit
Implementation of a Filter, backed by an Entity.
Filter() - Constructor for class com.vordel.circuit.Filter
 
filterAttached(ConfigContext, Entity) - Method in class com.vordel.circuit.CircuitActivationProcessor
 
filterAttached(ConfigContext, Entity) - Method in class com.vordel.circuit.CircuitChainProcessor
 
filterAttached(ConfigContext, Entity) - Method in class com.vordel.circuit.CircuitDelegateProcessor
 
filterAttached(ConfigContext, Entity) - Method in class com.vordel.circuit.FilterContainerImpl
Called on a filter's container when the filter is configured.
filterAttached(ConfigContext, Entity) - Method in class com.vordel.circuit.MessageProcessor
 
FilterAttribute - Class in com.vordel.circuit
 
FilterAttribute() - Constructor for class com.vordel.circuit.FilterAttribute
 
FilterContainerImpl - Class in com.vordel.circuit
Wraps a basic Filter object to provide templatable domain specific functionality in circuits.
FilterContainerImpl() - Constructor for class com.vordel.circuit.FilterContainerImpl
 
filterDetached() - Method in class com.vordel.circuit.FilterContainerImpl
 
filterDetached() - Method in class com.vordel.circuit.MessageProcessor
 
filteredTopology(List<Topology.ServiceType>) - Method in class com.vordel.api.topology.model.Topology
Get a filtered version of the topology that contains only services of a certain type.
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.
FilterPathTracker - Class in com.vordel.circuit
 
FilterPathTracker() - Constructor for class com.vordel.circuit.FilterPathTracker
 
findEnvironmentalizedEntity(Entity) - Method in class com.vordel.env.EnvironmentSettings
Find an EnvironmentalizedEntity relating to an Entity in the entity store.
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.CircuitImpl
Remove all filters from this circuit
forceGenerateAttributes() - Method in class com.vordel.circuit.Message
 
forceUnlockGroup(String) - Method in class com.vordel.api.topology.client.TopologyClient
 
forClass(Class<? extends FilterContainerImpl>, 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(HeaderSet, ContentType, QueryStringHeaderSet, boolean) - Constructor for class com.vordel.mime.FormURLEncodedBody
 
FormURLEncodedBody.Factory - Class in com.vordel.mime
 
FormURLEncodedBody.Factory() - Constructor for class com.vordel.mime.FormURLEncodedBody.Factory
 

G

generate(Message) - Method in interface com.vordel.circuit.MessagePropertyGenerator
 
generate(int) - Static method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
generate(int, long) - Static method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
generate(int) - Static method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
generate(int, long, Map<String, String>) - Static method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
generateCertificateAttachment(X509Certificate) - Static method in class com.vordel.mime.AttachmentHelper
Generate an attachment containing the signer's certificate.
generateID(Topology.EntityType) - Method in class com.vordel.api.topology.model.Topology
Generate a unique id for a topology entity, e.g host, service etc.
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(Headers, String) - Static method in class com.vordel.mime.HeaderUtils
 
get(Headers, String, String) - Static method in class com.vordel.mime.HeaderUtils
 
get(String) - Method in class com.vordel.ops.TestClientResponse
Get the client (in-bound) HTTP response.
getAccessToken(JsonNode) - Static method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
getAccessToken(String) - Static method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
getAdditionalInformation() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
Additional information that token granters would like to add to the token, e.g.
getAdditionalInformation() - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
getAdminUser() - Method in class com.vordel.api.adminusers.model.AdminUserRequest
Get the admin user to create/update.
getAdminUserStore() - Method in class com.vordel.api.adminusers.client.AdminUsersClient
 
getAdminUsersVersion() - Method in class com.vordel.api.adminusers.client.AdminUsersClient
Gets the AdminUsersVersion by via the rest API
getAFContext() - Method in class com.vordel.circuit.CircuitActivationFilter
 
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.
getApplicationID() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
getApplicationID() - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
getArchiveId() - Method in class com.vordel.api.configuration.model.DeploymentResult
Get the id of the Deployment Archive that the API Server loaded/attempted to load.
getAsForm() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
getAsXML(HeaderSet, ContentType) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
getAsXML() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
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
 
getAuthorizationRequest() - Method in class com.vordel.circuit.oauth.token.OAuth2Authentication
The authorization request containing details of the client application.
getAvgCountName() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the metric name for the count of the average metric.
getAvgName() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the metric name for the average metric.
getBoundCircuitKey() - Method in class com.vordel.circuit.BoundCircuit
 
getCategory() - Method in class com.vordel.circuit.MessageProcessor
Get the category of this processor
getCategory() - Method in class com.vordel.statistics.ResponseStatusRecord
 
getCDProc(ConfigContext, Filter, CircuitReference) - Method in class com.vordel.circuit.DelegatingProcessor
If the CircuitReference is 'soft', e.g.
getCDProc(ConfigContext, Filter, ESPK, String) - Method in class com.vordel.circuit.DelegatingProcessor
Return a CircuitDelegateProcessor if the circuitPK is valid, otherwise null.
getCircuit() - Method in class com.vordel.circuit.BoundCircuit
 
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.
 
getConsProps() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
getConsProps() - Method in class com.vordel.circuit.Filter
 
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
 
getContentType(Message) - Static method in class com.vordel.mime.HeaderUtils
 
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.
getContext() - Method in class com.vordel.circuit.InvocationContext
 
getCorrelationId(ClientResponse) - Method in class com.vordel.ops.TestClientResponse
 
getDataHandler() - Method in class com.vordel.mime.BodyMimeMessage
 
getDataHandler() - Method in class com.vordel.mime.BodyMimePart
 
getDateTime() - Method in class com.vordel.api.configuration.model.TraceRecord
Gets the dateTime value for this TraceRecord.
getDelegatedCircuitPK() - Method in class com.vordel.circuit.CircuitDelegateFilter
Get the ESPK of the Circuit this filter delegates to.
getDeploymentArchive(String, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Get a Deployment Archive.
getDeploymentArchiveForService(String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Get a Deployment Archive for a particular API Server.
getDeploymentArchivesForGroup(String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Get the Deployment Archives for a particular group.
getDeploymentTimestamp() - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Get the time the deployment was done.
getDescription() - Method in class com.vordel.circuit.BoundCircuit
 
getDescription() - Method in class com.vordel.circuit.CircuitImpl
 
getDisplayName() - Method in class com.vordel.env.EnvironmentalizedEntityField
Get the display name of the field that has been environmentalized.
getDisplayNameForPPK(String) - Method in class com.vordel.env.EnvironmentSettings
Used by promotion script to display user-friendly identifier for a string portable ESPK
getDisplayNameForPPK(ESPK) - Method in class com.vordel.env.EnvironmentSettings
Used by promotion script to display user-friendly identifier for a string portable ESPK
getDocument(Message) - Static method in class com.vordel.mime.XMLBody
 
getDocument() - Method in class com.vordel.mime.XMLBody
 
getDomainDeployments() - Method in class com.vordel.api.deployment.client.DeploymentClient
Get a list of deployments for all API Servers in the domain.
getDrawer() - Method in class com.vordel.circuit.BoundCircuit
 
getEnabled() - Method in class com.vordel.api.topology.model.Service
Get the enabled flag.
getEntity() - Method in class com.vordel.circuit.CircuitContainer
 
getEntity() - Method in class com.vordel.circuit.CircuitImpl
Get the Entity that is used to configure this circuit
getEntity() - Method in class com.vordel.circuit.Filter
Get the underlying Entity which persists the configuration for this Filter
getEntityFieldName() - Method in class com.vordel.env.EnvironmentalizedEntityField
Get the name of the field in the entity that has been environmentalized.
getEntityPk() - Method in class com.vordel.env.EnvironmentalizedEntity
Get the ESPK of the entity that is being environmentalized.
getEntityType(Entity, String, EntityStore) - Static method in class com.vordel.env.EnvironmentalizedFieldFactory
 
getEnvironmentalizedEntities() - Method in class com.vordel.env.EnvironmentalizedEntities
Get the environmentalized entities.
getEnvironmentalizedEntitiesPk(EntityStore) - Method in class com.vordel.env.EnvironmentSettings
Get the PK of the EnvironmentalizedEntities in the entiity store.
getEnvironmentalizedFields() - Method in class com.vordel.env.EnvironmentalizedEntity
Get the collection of fields that have been environmentalized for the entity.
getEnvironmentArchiveForService(String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Get a Environment Archive for a particular API Server.
getEnvironmentProperties() - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Get the Deployment Archive environment manifest properties.
getEnvironmentSettingValue(Entity) - Method in class com.vordel.env.EnvironmentSettings
Called by promotion script/Policy Studio when an existing environment-specific value must be displayed to user so they can decide to override or not.
getEnvironmentSettingValueAsString(Entity) - Method in class com.vordel.env.EnvironmentSettings
Called by promotion script when an existing environment-specific value must be displayed to user so they can decide to override or not.
getEnvSettings() - Method in class com.vordel.env.EnvironmentSettings
Get the environmentalized settings.
getEnvSettingsForService(String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Get enviornmentalized settings for a particular API Server.
getErrorCount() - Method in class com.vordel.api.configuration.model.DeploymentResult
Get the number of errors that the API Server reported at configuration load time.
getErrorStatus() - Method in class com.vordel.circuit.CircuitImpl
 
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
 
getExpiration() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
The instant the token expires.
getExpiration() - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
The instant the token expires.
getExpiresIn() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
getExpiresIn() - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
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
getFailureReason() - Method in class com.vordel.api.configuration.model.DeploymentResult
Get the deployment failure reason.
getFaultHandler() - Method in class com.vordel.circuit.CircuitImpl
Retrieve the fault handler for this circuit
getFilter() - Method in class com.vordel.circuit.FilterContainerImpl
 
getFilterContainers() - Method in class com.vordel.circuit.CircuitImpl
Get all the FilterContainers in this circuit
getFilterContainersMap() - Method in class com.vordel.circuit.CircuitImpl
Get all the filter containers in this circuit
getFilterMessage(Message, int) - Method in class com.vordel.circuit.MessageProcessor
 
getGeneratedAttributesFromStack(Message) - Method in class com.vordel.circuit.CircuitActivationProcessor
 
getGeneratedProperties() - Method in class com.vordel.circuit.CircuitImpl
Gets the set of properties required by all of the filters in this circuit, including delegates.
getGeneratedProps() - Method in class com.vordel.circuit.BoundCircuit
 
getGenProps() - Method in class com.vordel.circuit.CircuitActivationFilter
 
getGenProps() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
getGenProps() - Method in class com.vordel.circuit.Filter
 
getGroup(String) - Method in class com.vordel.api.topology.client.TopologyClient
Get a group from the topology.
getGroup(String) - Method in class com.vordel.api.topology.model.Topology
Get a group from the topology.
getGroupByName(String) - Method in class com.vordel.api.topology.client.TopologyClient
Get a group from the topology.
getGroupByName(String) - Method in class com.vordel.api.topology.model.Topology
Get a group from the topology.
getGroupConfFile(String, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Get a Group configuration file.
getGroupForService(String) - Method in class com.vordel.api.topology.model.Topology
Get the group for a service
getGroupId() - Method in class com.vordel.api.monitoring.model.Summary
Get the group id of the API Server.
getGroupID(String) - Method in class com.vordel.api.topology.client.TopologyClient
Get the topology id of a group.
getGroupIds() - Method in class com.vordel.api.topology.model.Topology
 
getGroupName() - Method in class com.vordel.api.monitoring.model.Summary
Get the group name of the API Server.
getGroups() - Method in class com.vordel.api.topology.client.TopologyClient
Get all groups in the topology.
getGroups() - Method in class com.vordel.api.topology.model.Topology
Get all the groups in the topology.
getGroups(Topology.ServiceType) - Method in class com.vordel.api.topology.model.Topology
Get all the groups in the topology that contain services of a certain type.
getGroupsByIds(List<String>) - Method in class com.vordel.api.topology.model.Topology
Get all groups in the topology specified in a list of Service IDs
getGroupsForHost(String, Topology.ServiceType) - Method in class com.vordel.api.topology.model.Topology
For a host get the groups (of certain service type) that run on it.
getGroupTotals(int, String, String) - Static method in class com.vordel.reporting.rtm.api.Metrics
 
getHeaders() - Method in class com.vordel.mime.Body
Get the MIME headers for this body.
getHeaders(Message, boolean) - Static method in class com.vordel.mime.HeaderUtils
 
getHeaderValue(ClientResponse, String) - Method in class com.vordel.ops.TestClientResponse
Get a HTTP header value in the response
getHost(String) - Method in class com.vordel.api.topology.client.TopologyClient
Get a host from the topology.
getHost(String) - Method in class com.vordel.api.topology.model.Topology
Get a host.
getHostByName(String) - Method in class com.vordel.api.topology.client.TopologyClient
Get a host from the topology.
getHostByName(String) - Method in class com.vordel.api.topology.model.Topology
Get a host.
getHostID(String) - Method in class com.vordel.api.topology.client.TopologyClient
Get the topology id of a host.
getHostID() - Method in class com.vordel.api.topology.model.Service
Get the id of the host that the service runs on.
getHostIds() - Method in class com.vordel.api.topology.model.Group
Get a list of host ids on which this group runs.
getHostIds() - Method in class com.vordel.api.topology.model.Topology
 
getHostName() - Method in class com.vordel.api.monitoring.model.Summary
Get the name of the host that this API Server runs on.
getHosts() - Method in class com.vordel.api.topology.client.TopologyClient
Get all hosts in the topology.
getHosts() - Method in class com.vordel.api.topology.model.Topology
Get all the hosts in the topology.
getHostsByIds(List<String>) - Method in class com.vordel.api.topology.model.Topology
Get all hosts in the topology specified in a list of Service IDs
getHostsForGroup(String) - Method in class com.vordel.api.topology.model.Topology
For a group, get the list of host ids on which the group runs.
getId() - Method in class com.vordel.api.monitoring.model.MetricGroup
Get the id of the metric group.
getId() - Method in class com.vordel.api.monitoring.model.Summary
Get the topology id of the API Server, e.g.
getId() - Method in class com.vordel.api.topology.model.Group
Get the id of the group, for example group-2.
getId() - Method in class com.vordel.api.topology.model.Host
Get the host id.
getId() - Method in class com.vordel.api.topology.model.Service
Get the service id.
getId() - Method in class com.vordel.api.topology.model.Topology
Get the domain id.
getId() - Method in class com.vordel.reporting.rtm.api.MetricGroup
Returns the id of the MetricGroup.
getIDBase() - Method in class com.vordel.circuit.Message
 
getIdToken() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
getIndex() - Method in class com.vordel.env.EnvironmentalizedEntityField
Get the index of the field value that this class environmentalizes.
getInputPropertyDescr(String) - Method in class com.vordel.circuit.BoundCircuit
 
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.reporting.rtm.api.MetricGroupTypeRegistry
Returns the MetricGroupTypeRegistry singleton object.
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
 
getKeyDescription() - Method in class com.vordel.env.EnvironmentalizedEntity
Get key description of the entity that is being environmentalized.
getLastCallRecord() - Method in class com.vordel.circuit.CircuitTracker
 
getLevel() - Method in class com.vordel.api.configuration.model.TraceRecord
Gets the level value for this TraceRecord.
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
 
getLock() - Method in class com.vordel.api.topology.model.Group
Get the Lock of this Group.
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
 
getManagementPort() - Method in class com.vordel.api.topology.model.Service
Get the management port for the service
getMaxName() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the metric name for the maximum metric.
getMaxNumMetricGroups() - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Returns the maximum number of metric groups of this type for which counters will be maintained in memory.
getMaxNumMetricGroupsPerType() - Static method in class com.vordel.reporting.rtm.api.MetricGroupType
Returns the maximum number of MetricGroups that will be tracked for any MetricGroupType.
getMessage() - Method in class com.vordel.api.configuration.model.TraceRecord
Gets the message value for this TraceRecord.
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.
 
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.
getMetricTypeDetailsAsMap() - Method in class com.vordel.reporting.rtm.api.MetricType
 
getMetricTypeNameByMetricName(String) - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Gets a metric type name from a metric name.
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.
getName() - Method in class com.vordel.api.monitoring.model.MetricGroup
Get the name of the metric group.
getName() - Method in class com.vordel.api.monitoring.model.Summary
Get the topology name of the API Server.
getName() - Method in class com.vordel.api.topology.model.Group
Get the group name.
getName() - Method in class com.vordel.api.topology.model.Host
Get the host name
getName() - Method in class com.vordel.api.topology.model.Service
Get the service name
getName() - Method in class com.vordel.circuit.CircuitImpl
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.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.
getNext(Message) - Method in class com.vordel.circuit.InvocationContext
 
getNextTopologyId(Topology.EntityType) - Method in class com.vordel.api.topology.client.TopologyClient
 
getOAuth2RefreshToken() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
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.
getOutputPropertyDescr(String) - Method in class com.vordel.circuit.BoundCircuit
 
getParameters() - Method in class com.vordel.mime.FormURLEncodedBody
 
getParams(Message) - Static method in class com.vordel.mime.FormURLEncodedBody
 
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.
getParentId() - Method in class com.vordel.api.monitoring.model.MetricGroup
Get the id of the parent metric group of this metric group.
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
getPassword() - Method in class com.vordel.api.adminusers.model.AdminUserRequest
Get the admin user password.
getPasswordCipher() - Method in class com.vordel.env.EnvironmentSettings
Get the password cipher
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
 
getPolicyArchiveForService(String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Get a Policy Archive for a particular API Server.
getPolicyProperties() - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Get the Deployment Archive policy manifest properties.deployment.model.
getPossibleESPKValuesForReference(Entity, Entity) - Method in class com.vordel.env.EnvironmentSettings
Used by promotion script to get a list of portable ESPKs that may be used as values for references, e.g.
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.
 
getPossibleStringValuesForReference(Entity, Entity) - Method in class com.vordel.env.EnvironmentSettings
Used by promotion script to get a list of portable ESPKs (as strings) that may be used as values for references, e.g.
getPrincipal() - Method in class com.vordel.circuit.oauth.token.OAuth2Authentication
 
getProductVersion() - Method in class com.vordel.api.topology.model.Topology
Get the product version.
getPropDefNames(Set<PropDef>) - Static method in class com.vordel.circuit.MessagePropDefs
 
getRanges() - Method in class com.vordel.reporting.rtm.api.MetricTypeRangeCount
Get the MetricRange objects associated with this MetricTypeRangeCount.
getRawQueryString(Headers) - Static method in class com.vordel.mime.HeaderUtils
 
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
 
getReferenceType(Entity, Entity) - Method in class com.vordel.env.EnvironmentSettings
 
getRefreshToken() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
The refresh token associated with the access token, if any.
getRefs() - Method in class com.vordel.circuit.CircuitChainFilter
 
getReqProps() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
getReqProps() - Method in class com.vordel.circuit.Filter
 
getRequiredProperties() - Method in class com.vordel.circuit.CircuitImpl
 
getRequiredPropertiesFromEntity(EntityStore, Entity, PasswordCipher, Stack<ESPK>) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
getRequiredPropertiesFromReferences(EntityStore, Entity, PasswordCipher, Stack<ESPK>) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
getRequiredProps() - Method in class com.vordel.circuit.BoundCircuit
 
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
 
getRootProperties() - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Get the Deployment Archive root manifest properties.
getScheme() - Method in class com.vordel.api.topology.model.Service
Get the service scheme.
getScope() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
The scope of the token.
getService(String, String) - Method in class com.vordel.api.topology.client.TopologyClient
Get a service from the topology.
getService(String) - Method in class com.vordel.api.topology.model.Group
Get a service from the group.
getService(String) - Method in class com.vordel.api.topology.model.Topology
Get a service.
getService(Topology.ServiceType, String, String) - Method in class com.vordel.api.topology.model.Topology
Return first service of certain type with tag and value.
getServiceByName(String, String) - Method in class com.vordel.api.topology.client.TopologyClient
Get a service from the topology.
getServiceByName(String) - Method in class com.vordel.api.topology.model.Group
Get a service from the group.
getServiceID(String, String) - Method in class com.vordel.api.topology.client.TopologyClient
Get the topology id of a service, i.e.
getServiceIds() - Method in class com.vordel.api.topology.model.Topology
 
getServiceIds(Topology.ServiceType) - Method in class com.vordel.api.topology.model.Topology
 
getServices(String) - Method in class com.vordel.api.topology.client.TopologyClient
Get all services in a group from the topology.
getServices() - Method in class com.vordel.api.topology.model.Group
Get all the services in the group.
getServices(Topology.ServiceType) - Method in class com.vordel.api.topology.model.Topology
Get all services in the topology of a certain type.
getServices() - Method in class com.vordel.api.topology.model.Topology
Get all services in the topology
getServices(Topology.ServiceType, String, String) - Method in class com.vordel.api.topology.model.Topology
Return all services of certain type with tag and value.
getServicesByIds(List<String>) - Method in class com.vordel.api.topology.model.Topology
Get all services in the topology specified in a list of Service IDs
getServicesByName(String) - Method in class com.vordel.api.topology.client.TopologyClient
Get all services in a group from the topology.
getServicesByType(Topology.ServiceType) - Method in class com.vordel.api.topology.model.Group
Get a list services of a certain type from the group.
getServicesOfOtherType(Topology.ServiceType) - Method in class com.vordel.api.topology.model.Group
Get a list services not of a certain type from the group.
getServicesOnHost(String, Topology.ServiceType) - Method in class com.vordel.api.topology.model.Group
Get list of services of a certain type running on a certain host from the group.
getServicesOnHost(String) - Method in class com.vordel.api.topology.model.Group
Get list of services running on a certain host from the group.
getServicesOnHost(String, Topology.ServiceType) - Method in class com.vordel.api.topology.model.Topology
Get a list of services of a certain type that run on a particular host.
getServicesOnHost(String) - Method in class com.vordel.api.topology.model.Topology
Get a list of all services of that run on a particular host.
getServicesOnHostInGroup(String, String, Topology.ServiceType) - Method in class com.vordel.api.topology.model.Topology
Get a list of services in a group of a certain type that run on a particular host.
getServiceStatus(String, String) - Method in class com.vordel.api.topology.client.TopologyClient
Get the status of a service (API Server/Node Manager).
getServiceStatusByName(String, String) - Method in class com.vordel.api.topology.client.TopologyClient
Get the status of a service (API Server/Node Manager).
getSize() - Method in class com.vordel.mime.BodyMimeMessage
 
getSize() - Method in class com.vordel.mime.BodyMimePart
 
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.
getStartPart() - Method in class com.vordel.mime.CompoundBody
Get the "start" For this message
getStartProcessor() - Method in class com.vordel.circuit.CircuitImpl
Locate the starting point for injecting messages into this circuit.
getStatus() - Method in class com.vordel.api.configuration.model.DeploymentResult
Get the deployment status.
getStatus() - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Get the deployment status i.e.
getStatus() - Method in class com.vordel.circuit.FilterInvocation
 
getStore() - Method in class com.vordel.env.EnvironmentSettings
Get the entity store.
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
getSummaryMetrics() - Method in class com.vordel.api.monitoring.model.Summary
Get the API Server summary metrics.
getTags() - Method in class com.vordel.api.topology.model.Group
Get the tags for the group.
getTags() - Method in class com.vordel.api.topology.model.Service
Get the service's tags
getTimestamp() - Method in class com.vordel.api.topology.model.Topology
Get the time at which the topology was last updated.
getTokenAsJSON() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
getTokenType() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
The token type, as introduced in draft 11 of the OAuth 2 spec.
getTopology() - Method in class com.vordel.api.topology.client.TopologyClient
Get the full domain topology.
getTopologyVersion() - Method in class com.vordel.api.topology.client.TopologyClient
Get the Topology version
getTopologyVersion() - Method in class com.vordel.api.topology.model.Topology
Return a TopologyVersion object which has the topology version and timestamp
getTraceData() - Method in class com.vordel.api.configuration.model.DeploymentResult
Get the deployment trace data.
getTraceRecords() - Method in class com.vordel.api.configuration.model.TraceData
Gets the traceRecords value for this TraceData.
getTrackCurrentValue() - Method in class com.vordel.reporting.rtm.api.MetricType
Get the flag value which determines if the current value is tracked.
getTrafficMonitor() - Method in class com.vordel.ops.OpsClient
Gets a Traffic Monitor
getType() - Method in class com.vordel.api.monitoring.model.MetricGroup
Get the type of the metric group.
getType() - Method in class com.vordel.api.topology.model.Service
Get the type of the service.
getType() - Method in class com.vordel.env.EnvironmentalizedEntity
Get the entity type of the entity that is being environmentalized.
getType() - Method in class com.vordel.env.EnvironmentalizedEntityField
Get the type of the field that has been environmentalized.
getType() - Method in class com.vordel.env.EnvironmentalizedField
 
getType() - Method in class com.vordel.env.EnvironmentalizedFieldBinary
 
getType() - Method in class com.vordel.env.EnvironmentalizedFieldBoolean
 
getType() - Method in class com.vordel.env.EnvironmentalizedFieldEncrypted
 
getType() - Method in class com.vordel.env.EnvironmentalizedFieldInteger
 
getType() - Method in class com.vordel.env.EnvironmentalizedFieldLong
 
getType() - Method in class com.vordel.env.EnvironmentalizedFieldReference
 
getType() - Method in class com.vordel.env.EnvironmentalizedFieldString
 
getUniqueIdCounters() - Method in class com.vordel.api.topology.model.Topology
Get current values for id counters.
getUser() - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Get the name of the admin user who performed the deployment.
getUserAuthentication() - Method in class com.vordel.circuit.oauth.token.OAuth2Authentication
The user authentication.
getValue() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
The token value.
getValue() - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
The value of the token.
getValue() - Method in class com.vordel.env.EnvironmentalizedEntityField
Get the environment-specific value.
getValue(Entity) - Method in class com.vordel.env.EnvironmentalizedField
 
getValue(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldBinary
 
getValue(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldBoolean
 
getValue(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldEncrypted
 
getValue(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldInteger
 
getValue(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldLong
 
getValue(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldReference
 
getValue(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldString
 
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.
getValueAsString(Entity) - Method in class com.vordel.env.EnvironmentalizedField
 
getValueAsString(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldBinary
 
getValueAsString(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldBoolean
 
getValueAsString(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldEncrypted
 
getValueAsString(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldInteger
 
getValueAsString(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldLong
 
getValueAsString(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldReference
 
getValueAsString(Entity) - Method in class com.vordel.env.EnvironmentalizedFieldString
 
getVersion() - Method in class com.vordel.api.topology.model.Topology
Get the version of the topology.
getWildcardAttributes(Entity, String) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
GlobalProperties - Class in com.vordel.circuit
 
GlobalProperties() - Constructor for class com.vordel.circuit.GlobalProperties
 
Group - Class in com.vordel.api.topology.model
This class represents a group in the domain topology.
Group() - Constructor for class com.vordel.api.topology.model.Group
Default constructor.
Group(String) - Constructor for class com.vordel.api.topology.model.Group
Constructor.

H

hasAggregates() - Method in class com.vordel.reporting.rtm.api.MetricType
Returns true if this type has any aggregate names.
hasEnvironmentSetting(Entity, String, int) - Method in class com.vordel.env.EnvironmentSettings
Determines whether an environmentalized field already exists.
hasExpired() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
hasExpired() - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
hasGroup(String) - Method in class com.vordel.api.topology.model.Topology
Returns true if a Group with the given ID is in the topology
hashCode() - Method in class com.vordel.api.monitoring.model.MetricGroup
 
hashCode() - Method in class com.vordel.api.topology.model.Group
 
hashCode() - Method in class com.vordel.api.topology.model.Host
 
hashCode() - Method in class com.vordel.api.topology.model.Service
 
hashCode() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
hashCode() - Method in class com.vordel.circuit.oauth.token.OAuth2Authentication
 
hashCode() - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
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.
hasRefresh() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
hasValue() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
hasValue() - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
HeaderUtils - Class in com.vordel.mime
 
HeaderUtils() - Constructor for class com.vordel.mime.HeaderUtils
 
Host - Class in com.vordel.api.topology.model
This class represents a host in the domain topology.
Host() - Constructor for class com.vordel.api.topology.model.Host
Default constructor.
Host(String) - Constructor for class com.vordel.api.topology.model.Host
Constructor.
hostID - Variable in class com.vordel.api.topology.model.Service
The id of the host that the service runs on.
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

icon - Variable in class com.vordel.circuit.BoundCircuit
 
id - Variable in class com.vordel.api.topology.model.Service
The unique id of the service.
ignoreField(String) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
ignoreType(String) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
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.
initializeToken(String, String, ClientAccessToken) - Method in class com.vordel.oauth.client.providers.BaseOAuth2Provider
 
initSource(ContentSource, String) - Method in class com.vordel.mime.Body
 
integral - Variable in class com.vordel.circuit.CircuitCallRecord
 
interpretEnvSettingsForStore() - Method in class com.vordel.env.EnvironmentSettings
Generate a map with a key that is an entity in the server's main entity store, and the value is a list of EnvironmentalizedField entities in the env settings component store that apply to that entity in the server's main entity store.
InvocationContext - Class in com.vordel.circuit
 
InvocationContext(Object, MessageProcessor, Circuit) - Constructor for class com.vordel.circuit.InvocationContext
 
InvocationContext(Object, MessageProcessor) - Constructor for class com.vordel.circuit.InvocationContext
 
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
 
isAllowedAPIMethod(String) - Method in class com.vordel.reporting.rtm.api.MetricType
Internal method.
isAuthenticated() - Method in class com.vordel.circuit.oauth.token.OAuth2Authentication
 
isClientOnly() - Method in class com.vordel.circuit.oauth.token.OAuth2Authentication
Convenience method to check if there is a user associated with this token, or just a client application.
isEmpty() - Method in class com.vordel.circuit.Message
 
isEnabled - Variable in class com.vordel.circuit.CircuitReference
 
isEnabled() - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Returns true if realtime metrics are being collected for groups of this type, false otherwise.
isExpired() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
Convenience method for checking expiration
isFips() - Method in class com.vordel.api.topology.model.Topology
 
isReferenceField(Entity, Entity) - Method in class com.vordel.env.EnvironmentSettings
Returns true if the EnvironmentalizedField refers to a reference field in the server entity store.
isServerAvailable() - Method in class com.vordel.api.topology.client.TopologyClient
Checks to see if Admin Node Manager is available or not.
isTaggedAsAdminNodeManager(Service) - Static method in class com.vordel.api.topology.model.Topology
Checks if the service is the Admin Node Manager.
isTokenInvalid(Integer, String) - Method in class com.vordel.oauth.client.providers.BaseOAuth2Provider
 

J

jc - Static variable in class com.vordel.oauth.client.providers.BaseOAuth2Provider
 
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

keySet() - Method in class com.vordel.circuit.Message
 

L

label - Variable in class com.vordel.circuit.CircuitReference
 
lastFI - Variable in class com.vordel.circuit.CircuitTracker
 
listGroups(String) - Static method in class com.vordel.reporting.rtm.api.Metrics
 
load(LoadableModule, String) - Method in class com.vordel.circuit.GlobalProperties
 
load(LoadableModule, String) - Method in class com.vordel.dwe.TransportModule
 
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.
lockGroup(String) - Method in class com.vordel.api.topology.client.TopologyClient
 
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
 
logText - Variable in class com.vordel.circuit.FilterInvocation
 

M

main(String[]) - Static method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
main(String[]) - Static method in class com.vordel.mime.FormURLEncodedBody
 
managementPort - Variable in class com.vordel.api.topology.model.Service
The port that this services receives management requests on.
mapper - Static variable in class com.vordel.oauth.client.providers.BaseOAuth2Provider
 
maxName - Variable in class com.vordel.reporting.rtm.api.MetricType
The name for the maximum metric.
mergeTemplateEnvSettings(EntityStore) - Method in class com.vordel.env.EnvironmentSettings
Used by DeploymentArchive constructor that takes a PolicyArchive and EnvironmentArchive as parameters.
mergeTopology(Topology) - Method in class com.vordel.api.topology.client.TopologyClient
 
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(CorrelationID, Object, Map<String, Object>) - Constructor for class com.vordel.circuit.Message
 
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
 
MessagePropertyGenerator - Interface in com.vordel.circuit
 
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.api.monitoring.model
This class represents a metric group.
MetricGroup() - Constructor for class com.vordel.api.monitoring.model.MetricGroup
 
MetricGroup - Class in com.vordel.reporting.rtm.api
A MetricGroup object is used to record metrics for Real-time Monitoring within the Gateway, and to generate custom metric data for the Transaction Event Log.
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, String, MetricGroup, boolean) - 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) - 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.
MetricGroupType.MetricDestination - Enum in com.vordel.reporting.rtm.api
The metric destinations.
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
 
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, 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, 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, String, boolean, boolean) - Constructor for class com.vordel.reporting.rtm.api.MetricTypeValue
Construct a MetricTypeValue.
minName - Variable in class com.vordel.reporting.rtm.api.MetricType
The name for the minimum metric.
modifyRequest(OAuthTokenRequest) - Method in class com.vordel.oauth.client.providers.BaseOAuth2Provider
Modifies an OAuthTokenRequest object with provider specific information
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.api.topology.model.Service
The name of the service.
name - Variable in class com.vordel.circuit.BoundCircuit
 
name - Variable in class com.vordel.circuit.CircuitImpl
 
name - Variable in class com.vordel.circuit.Filter
 
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
 
next - Variable in class com.vordel.circuit.CircuitCallRecord
 
node - Variable in exception com.vordel.circuit.CircuitAbortException
 
nonLocalTaggedAdminNodeManagers() - Method in class com.vordel.api.topology.model.Topology
Get all Admin Node Manager excluding local Admin Node Manager (if it is Admin).

O

OAUTH2_TYPE - Static variable in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
OAuth2AccessToken - Class in com.vordel.circuit.oauth.token
Basic access token for OAuth 2.
OAuth2AccessToken(String) - Constructor for class com.vordel.circuit.oauth.token.OAuth2AccessToken
Create an access token from the value provided.
OAuth2AccessToken(OAuth2AccessToken) - Constructor for class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
OAuth2AccessToken() - Constructor for class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
OAuth2AccessToken.JaxbJacksonObjectMapper - Class in com.vordel.circuit.oauth.token
 
OAuth2AccessToken.JaxbJacksonObjectMapper() - Constructor for class com.vordel.circuit.oauth.token.OAuth2AccessToken.JaxbJacksonObjectMapper
 
OAuth2Authentication - Class in com.vordel.circuit.oauth.token
An OAuth 2 Authentication object.
OAuth2Authentication(AuthorizationRequest, String) - Constructor for class com.vordel.circuit.oauth.token.OAuth2Authentication
Construct an OAuth 2 authentication.
OAuth2RefreshToken - Class in com.vordel.circuit.oauth.token
An OAuth 2 refresh token.
OAuth2RefreshToken(String, Map<String, String>) - Constructor for class com.vordel.circuit.oauth.token.OAuth2RefreshToken
Create a new refresh token.
OAuth2RefreshToken(String, Date) - Constructor for class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
OAuth2RefreshToken(String, Date, Map<String, String>, String) - Constructor for class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
OAuth2RefreshToken(OAuth2RefreshToken) - Constructor for class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
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
 
OpsClient - Class in com.vordel.ops
This class connects to the Traffic Monitor REST API available on the API Server through the Routing API.
OpsClient(String, String, String) - Constructor for class com.vordel.ops.OpsClient
Connects to and authenticate with 'Traffic Monitor API' on API Server.

P

pack - Variable in class com.vordel.circuit.BoundCircuit
 
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(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
 
parseParams(String, String) - Static method in class com.vordel.mime.FormURLEncodedBody
 
parseTokenString(String) - Method in class com.vordel.oauth.client.providers.BaseOAuth2Provider
 
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
 
pop() - Method in class com.vordel.circuit.CircuitTracker
 
pop() - Method in class com.vordel.circuit.Message
 
portUsedBy(String, int) - Method in class com.vordel.api.topology.model.Topology
On a host get the service that uses a certain port.
post(String, String, String, File) - Method in class com.vordel.ops.TestClientResponse
Invoke the POST method with a request entity that returns a HTTP response.
postCircuitCall(Circuit, Message) - Method in class com.vordel.circuit.InvocationContext
 
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
 
preCircuitCall(Circuit, Message) - Method in class com.vordel.circuit.InvocationContext
 
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
 
processMessage(InvocationContext, Message) - 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.
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.
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.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
 
putGlobal(String, Object) - Method in class com.vordel.circuit.Message
 
putRef(EntityStore, String, ESPK) - Method in class com.vordel.circuit.GlobalProperties
 

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
 
RawBody.Factory - Class in com.vordel.mime
 
RawBody.Factory() - Constructor for class com.vordel.mime.RawBody.Factory
 
reconfigure(ConfigContext, Entity) - Method in class com.vordel.circuit.Filter
 
referenceContext - Variable in class com.vordel.circuit.CircuitCallRecord
 
refs - Variable in class com.vordel.circuit.CircuitChainFilter
 
registerFactory(String, BodyFactory) - Static method in class com.vordel.mime.Body
Register a handler for a set of content types.
registerGenerator(String, MessagePropertyGenerator) - Static method in class com.vordel.circuit.Message
 
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.
remove(String) - Method in class com.vordel.circuit.Message
 
remove(Object) - Method in class com.vordel.circuit.Message
 
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
removeEnviromentalizedEntity(Entity) - Method in class com.vordel.env.EnvironmentSettings
Remove all env settings for a particular entity.
removeEnviromentSetting(Entity, String, int) - Method in class com.vordel.env.EnvironmentSettings
Removes an environmentalized field from an entity.
removeEnvSettingValues() - Method in class com.vordel.env.EnvironmentSettings
This method removes the values from the EnvSettingsStore.
removeGroup(Group) - Method in class com.vordel.api.topology.model.Topology
Remove a group from the topology.
removeHost(Host) - Method in class com.vordel.api.topology.model.Topology
Delete a host from the topology.
removeHost(String) - Method in class com.vordel.api.topology.model.Topology
Remove a host from the topology.
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
 
removeService(String) - Method in class com.vordel.api.topology.model.Group
Delete a service from the group.
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
 
reserveId(Topology.EntityType, String) - Method in class com.vordel.api.topology.model.Topology
Called when upgrading topology as want to reuse the same ids in upgraded install.
resetOnNewTimeWindow - Variable in class com.vordel.reporting.rtm.api.MetricType
If true, the value is reset to zero on a new time window.
resetOwnPassword(String) - Method in class com.vordel.api.adminusers.client.AdminUsersClient
This method calls the Admin Users REST API in the Node Manager to reset the password of the logged in user.
resolveCircuits(ConfigContext) - 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
 
retrieveTokenFromJSON(JsonNode, String, String) - Method in class com.vordel.oauth.client.providers.BaseOAuth2Provider
 
retrieveTokenFromRawBody(Object, String, String) - Method in class com.vordel.oauth.client.providers.BaseOAuth2Provider
 
retrieveTokenFromXML(Document, String, String) - Method in class com.vordel.oauth.client.providers.BaseOAuth2Provider
 
returnJSONInBody() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
rootPartId - Variable in class com.vordel.mime.CompoundBody
 

S

same(T) - Method in class com.vordel.api.topology.model.Group
 
same(T) - Method in class com.vordel.api.topology.model.Host
 
same(T) - Method in class com.vordel.api.topology.model.Service
 
sameService(Service) - Method in class com.vordel.api.topology.model.Service
Compares fields of service and returns true on difference
scheme - Variable in class com.vordel.api.topology.model.Service
The scheme of the service for management request, "http" or "https".
selectorProps(Set<PropDef>, String...) - Method in class com.vordel.circuit.VariablePropertiesFilter
 
Service - Class in com.vordel.api.topology.model
This class represents a service (API Server or Node Manager) in the domain topology.
Service() - Constructor for class com.vordel.api.topology.model.Service
Default constructor.
Service(String, String, int, HashMap<String, String>, boolean) - Constructor for class com.vordel.api.topology.model.Service
Constructor.
ServiceDeploymentArchiveDetails - Class in com.vordel.api.deployment.model
This class represents deployment details for an API Server instance.
ServiceDeploymentArchiveDetails(Map<String, String>, Map<String, String>, Map<String, String>, String, long, ServiceDeploymentDetails.Status) - Constructor for class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Constructor.
ServiceDeploymentArchiveDetails() - Constructor for class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Default constructor.
setAdditionalInformation(Map<String, String>) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
Additional information that token granters would like to add to the token, e.g.
setAdditionalInformation(String, String) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
setAdditionalInformation(Map<String, String>) - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
setAdminUser(AdminUser) - Method in class com.vordel.api.adminusers.model.AdminUserRequest
Set the admin user.
setApplicationID(String) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
setApplicationID(String) - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
setArchiveId(String) - Method in class com.vordel.api.configuration.model.DeploymentResult
Set the id of the Deployment Archive that the API Server loaded/attempted to load.
setAvgCountName(String) - Method in class com.vordel.reporting.rtm.api.MetricType
Set the metric name that provides the count for the average metric.
setAvgName(String) - Method in class com.vordel.reporting.rtm.api.MetricType
Set the metric name for the average metric.
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
 
setContext(Object) - Method in class com.vordel.circuit.InvocationContext
 
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
 
setDateTime(long) - Method in class com.vordel.api.configuration.model.TraceRecord
Sets the dateTime value for this TraceRecord.
setDebug(boolean) - Method in class com.vordel.api.deployment.client.DeploymentClient
 
setDefaultPropertyDefs() - Method in class com.vordel.circuit.Filter
 
setDefaultPropertyDefs() - Method in class com.vordel.circuit.HTTPBodyParserFilter
Deprecated.
 
setDelegatedCircuitPK(ESPK) - Method in class com.vordel.circuit.CircuitDelegateFilter
Set the ESPK of the Circuit this filter delegates to.
setDeploymentTimestamp(long) - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Set the time the deployment was done
setDestination(EnumSet<MetricGroupType.MetricDestination>) - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Set the destination of the metric group type to RealtimeCache, or EventLog or both.
setDisplayName(String) - Method in class com.vordel.env.EnvironmentalizedEntityField
Set the display name of the field that has been environmentalized.
setDocument(Document) - Method in class com.vordel.mime.XMLBody
 
setEnabled(boolean) - Method in class com.vordel.api.topology.model.Service
Set the enabled flag.
setEnabled(boolean) - Method in class com.vordel.circuit.CircuitReference
 
setEnabled(boolean) - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Enables or disables this MetricGroupType.
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
 
setEntityFieldName(String) - Method in class com.vordel.env.EnvironmentalizedEntityField
Set the name of the field in the entity that has been environmentalized.
setEntityPk(String) - Method in class com.vordel.env.EnvironmentalizedEntity
Set the ESPK of the entity that is being environmentalized.
setEntityStore(EntityStore) - Method in class com.vordel.env.EnvironmentalizedField
 
setEnvironmentalizedEntities(Collection<EnvironmentalizedEntity>) - Method in class com.vordel.env.EnvironmentalizedEntities
Set the environmentalized entities.
setEnvironmentalizedFields(Collection<EnvironmentalizedEntityField>) - Method in class com.vordel.env.EnvironmentalizedEntity
Set the collection of fields that have been environmentalized for the entity.
setEnvironmentProperties(Map<String, String>) - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Set the Deployment Archive environment manifest properties.
setEnvironmentSettingValue(Entity, Object) - Method in class com.vordel.env.EnvironmentSettings
Called by promotion script/Policy Studio when an environment-specific value entered by user must be saved to the EnvSettingsStore.xml.
setEnvironmentSettingValueAsString(Entity, String) - Method in class com.vordel.env.EnvironmentSettings
Called by promotion script when an environment-specific value entered by user must be saved to the EnvSettingsStore.xml.
setEnvironmentSpecificValue(String, int, Entity, Entity) - Method in class com.vordel.env.EnvironmentalizedField
 
setEnvironmentSpecificValue(String, int, Entity, Entity) - Method in class com.vordel.env.EnvironmentalizedFieldBinary
 
setEnvironmentSpecificValue(String, int, Entity, Entity) - Method in class com.vordel.env.EnvironmentalizedFieldBoolean
 
setEnvironmentSpecificValue(String, int, Entity, Entity) - Method in class com.vordel.env.EnvironmentalizedFieldEncrypted
 
setEnvironmentSpecificValue(String, int, Entity, Entity) - Method in class com.vordel.env.EnvironmentalizedFieldInteger
 
setEnvironmentSpecificValue(String, int, Entity, Entity) - Method in class com.vordel.env.EnvironmentalizedFieldLong
 
setEnvironmentSpecificValue(String, int, Entity, Entity) - Method in class com.vordel.env.EnvironmentalizedFieldReference
 
setEnvironmentSpecificValue(String, int, Entity, Entity) - Method in class com.vordel.env.EnvironmentalizedFieldString
 
setErrorCount(int) - Method in class com.vordel.api.configuration.model.DeploymentResult
Get the error count
setExpiration(Date) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
The instant the token expires.
setExpiresIn(int) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
setFailureNode(FilterContainerImpl) - Method in class com.vordel.circuit.Filter
 
setFailureReason(String) - Method in class com.vordel.api.configuration.model.DeploymentResult
Set the deployment failure reason.
setFaultHandler(FilterContainerImpl) - Method in class com.vordel.circuit.CircuitImpl
Set the fault handler for this circuit
setFilter(Filter) - Method in class com.vordel.circuit.FilterContainerImpl
 
setFips(boolean) - Method in class com.vordel.api.topology.model.Topology
 
setGroupId(String) - Method in class com.vordel.api.monitoring.model.Summary
Set the group id of the API Server.
setGroupName(String) - Method in class com.vordel.api.monitoring.model.Summary
Set the group name of the API Server.
setGroups(Collection<Group>) - Method in class com.vordel.api.topology.model.Topology
Set the groups in the topology.
setHostID(String) - Method in class com.vordel.api.topology.model.Service
Set the id of the host that the service runs on.
setHostName(String) - Method in class com.vordel.api.monitoring.model.Summary
Set the name of the host that this API Server runs on.
setHosts(Collection<Host>) - Method in class com.vordel.api.topology.model.Topology
Set the hosts.
setId(int) - Method in class com.vordel.api.monitoring.model.MetricGroup
Set the id of the metric group.
setId(String) - Method in class com.vordel.api.monitoring.model.Summary
Set the topology id of the API Server, e.g.
setId(String) - Method in class com.vordel.api.topology.model.Group
Set the group id
setId(String) - Method in class com.vordel.api.topology.model.Host
Set the host id
setId(String) - Method in class com.vordel.api.topology.model.Service
Set the service id.
setId(String) - Method in class com.vordel.api.topology.model.Topology
Set the domain id.
setIdToken(String) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
setIndex(int) - Method in class com.vordel.env.EnvironmentalizedEntityField
Set the index of the field value that this class environmentalizes.
setKeyDescription(String) - Method in class com.vordel.env.EnvironmentalizedEntity
Set key description of the entity that is being environmentalized.
setLevel(int) - Method in class com.vordel.api.configuration.model.TraceRecord
Sets the level value for this TraceRecord.
setLock(Lock) - Method in class com.vordel.api.topology.model.Group
Set a Lock on this Group
setLogMask(int) - Method in class com.vordel.circuit.Message
 
setManagementPort(int) - Method in class com.vordel.api.topology.model.Service
Set the management port.
setMaxName(String) - Method in class com.vordel.reporting.rtm.api.MetricType
Set the metric name for the maximum metric.
setMaxNumMetricGroups(int) - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Sets the maximum number of metric groups of this type for which counters will be maintained in memory.
setMaxNumMetricGroupsPerType(int) - Static method in class com.vordel.reporting.rtm.api.MetricGroupType
Sets the maximum number of MetricGroups that will be tracked for any MetricGroupType.
setMessage(String) - Method in class com.vordel.api.configuration.model.TraceRecord
Sets the message value for this TraceRecord.
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.
setMultiValuedField(String, int, Entity, Entity) - Method in class com.vordel.env.EnvironmentalizedField
 
setName(String) - Method in class com.vordel.api.monitoring.model.MetricGroup
Set the name of the metric group.
setName(String) - Method in class com.vordel.api.monitoring.model.Summary
Set the topology name of the API Server.
setName(String) - Method in class com.vordel.api.topology.model.Group
Set the name of the group.
setName(String) - Method in class com.vordel.api.topology.model.Host
Set the host name.
setName(String) - Method in class com.vordel.api.topology.model.Service
Set the service name
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
 
setOAuth2RefreshToken(OAuth2RefreshToken) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
The refresh token associated with the access token, if any.
setPack(ConfigContext) - Method in class com.vordel.circuit.CircuitCache
 
setParent(CompoundBody) - Method in class com.vordel.mime.Body
 
setParentId(int) - Method in class com.vordel.api.monitoring.model.MetricGroup
Set the id of the parent metric group of this metric group.
setPassphrase(String) - Method in class com.vordel.env.EnvironmentSettings
Set the passphrase for encrypting data in EnvGroupSettings.xml entity store.
setPassword(String) - Method in class com.vordel.api.adminusers.model.AdminUserRequest
Set the admin user password.
setPasswordCipher(PasswordCipher) - Method in class com.vordel.env.EnvironmentalizedField
 
setPayloadMask(int) - Method in class com.vordel.circuit.Message
 
setPayloadProcessor(LogMessagePayloadProcessor) - Method in class com.vordel.circuit.Message
 
setPolicyProperties(Map<String, String>) - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Set the Deployment Archive policy manifest properties.
setProductVersion(String) - Method in class com.vordel.api.topology.model.Topology
Set the product version
setQueryString(Message, FormURLEncodedBody) - Static method in class com.vordel.mime.HeaderUtils
 
setQueryString(Message, QueryStringHeaderSet) - Static method in class com.vordel.mime.HeaderUtils
 
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
 
setRefreshDigestValue(String) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
setRefreshToken(String) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
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.
setRootProperties(Map<String, String>) - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Set the Deployment Archive root manifest properties.
setScheme(String) - Method in class com.vordel.api.topology.model.Service
Set the service scheme.
setScope(Set<String>) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
The scope of the token.
setServices(Collection<Service>) - Method in class com.vordel.api.topology.model.Group
Set the list of services in the gorup.
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"
setStatus(boolean) - Method in class com.vordel.api.configuration.model.DeploymentResult
Set the deployment status
setStatus(ServiceDeploymentDetails.Status) - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Set the deployment status i.e.
setStylesheet(Templates) - Method in class com.vordel.mime.XMLBody
Supply a stylesheet to be used when writing the content of this document.
setSuccessNode(FilterContainerImpl) - Method in class com.vordel.circuit.Filter
 
setSummaryMetrics(HashMap<String, Object>) - Method in class com.vordel.api.monitoring.model.Summary
Set the API Server summary metrics.
setTags(Map<String, String>) - Method in class com.vordel.api.topology.model.Group
Set the tags for the group
setTags(Map<String, String>) - Method in class com.vordel.api.topology.model.Service
Set the service tags.
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
 
setTimestamp(long) - Method in class com.vordel.api.topology.model.Topology
Set the time at which the topology was last updated.
setTokenType(String) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
The token type, as introduced in draft 11 of the OAuth 2 spec.
setTraceData(TraceData) - Method in class com.vordel.api.configuration.model.DeploymentResult
Set the trace data.
setTraceRecords(TraceRecord[]) - Method in class com.vordel.api.configuration.model.TraceData
Sets the traceRecords value for this TraceData.
setTrackCurrentValue(boolean) - Method in class com.vordel.reporting.rtm.api.MetricType
Set the flag to determine if the current value is tracked.
setType(String) - Method in class com.vordel.api.monitoring.model.MetricGroup
Set the type of the metric group.
setType(Topology.ServiceType) - Method in class com.vordel.api.topology.model.Service
Set the type of a service.
setType(String) - Method in class com.vordel.env.EnvironmentalizedEntity
Set the entity type of the entity that is being environmentalized.
setType(String) - Method in class com.vordel.env.EnvironmentalizedEntityField
Set the type of the field that has been environmentalized.
setUniqueIdCounters(Map<Topology.EntityType, Integer>) - Method in class com.vordel.api.topology.model.Topology
Set current values for id counters.
setUser(String) - Method in class com.vordel.api.deployment.model.ServiceDeploymentArchiveDetails
Set the name of the admin user who performed the deployment.
setValue(String) - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
setValue(String) - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
setValue(String) - Method in class com.vordel.env.EnvironmentalizedEntityField
Set the environment-specific value.
setValue(Entity, Object) - Method in class com.vordel.env.EnvironmentalizedField
 
setValue(Entity, Object) - Method in class com.vordel.env.EnvironmentalizedFieldBinary
 
setValue(Entity, Object) - Method in class com.vordel.env.EnvironmentalizedFieldBoolean
 
setValue(Entity, Object) - Method in class com.vordel.env.EnvironmentalizedFieldEncrypted
 
setValue(Entity, Object) - Method in class com.vordel.env.EnvironmentalizedFieldInteger
 
setValue(Entity, Object) - Method in class com.vordel.env.EnvironmentalizedFieldLong
 
setValue(Entity, Object) - Method in class com.vordel.env.EnvironmentalizedFieldReference
 
setValue(Entity, Object) - Method in class com.vordel.env.EnvironmentalizedFieldString
 
setValue(String, int) - Method in class com.vordel.reporting.rtm.api.MetricGroup
Set the value of a metric of type MetricTypeValue.
setValueAsString(Entity, String) - Method in class com.vordel.env.EnvironmentalizedField
 
setValueAsString(Entity, String) - Method in class com.vordel.env.EnvironmentalizedFieldBinary
 
setValueAsString(Entity, String) - Method in class com.vordel.env.EnvironmentalizedFieldBoolean
 
setValueAsString(Entity, String) - Method in class com.vordel.env.EnvironmentalizedFieldEncrypted
 
setValueAsString(Entity, String) - Method in class com.vordel.env.EnvironmentalizedFieldInteger
 
setValueAsString(Entity, String) - Method in class com.vordel.env.EnvironmentalizedFieldLong
 
setValueAsString(Entity, String) - Method in class com.vordel.env.EnvironmentalizedFieldReference
 
setValueAsString(Entity, String) - Method in class com.vordel.env.EnvironmentalizedFieldString
 
setVersion(int) - Method in class com.vordel.api.topology.model.Topology
Set the version of the topology.
sevenbit() - Method in class com.vordel.mime.Body
 
sevenbit() - Method in class com.vordel.mime.CompoundBody
 
shouldAbortProcessingOnLogError() - Method in class com.vordel.circuit.Filter
 
shouldStoreInRealtimeCache() - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Returns true if this metric should be stored in the realtime cache.
shouldWriteToEventLog() - Method in class com.vordel.reporting.rtm.api.MetricGroupType
Returns true if this metric should be written to the event log.
signCSR(String, String, String) - Method in class com.vordel.api.topology.client.TopologyClient
 
size() - Method in class com.vordel.circuit.Message
 
splitParam(String) - Static method in class com.vordel.mime.FormURLEncodedBody
 
start - Variable in class com.vordel.circuit.CircuitImpl
 
startTimestamp - Variable in class com.vordel.circuit.FilterInvocation
 
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
 
store - Variable in class com.vordel.env.EnvironmentalizedField
 
storeOpsField(VariantObject, String, StringField) - Method in class com.vordel.circuit.Message
 
storeOpsField(VariantObject, String, IntegerField) - Method in class com.vordel.circuit.Message
 
strongPassword(String, String, String) - Method in class com.vordel.api.adminusers.client.AdminUsersClient
Check if a given password matches the Node Managers password policy
subPath - Variable in class com.vordel.circuit.FilterInvocation
 
Summary - Class in com.vordel.api.monitoring.model
This class represents metric summary data for an API Server.
Summary() - Constructor for class com.vordel.api.monitoring.model.Summary
 
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, FilterContainerImpl...) - 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

taggedAdminNodeManagers() - Method in class com.vordel.api.topology.model.Topology
Get all the Admin Node Managers.
tags - Variable in class com.vordel.api.topology.model.Service
Name-value pair tags.
TestClientResponse - Class in com.vordel.ops
A base class that is used for testing a HTTP response.
TestClientResponse() - Constructor for class com.vordel.ops.TestClientResponse
 
Topology - Class in com.vordel.api.topology.model
This class represents the domain topology.
Topology() - Constructor for class com.vordel.api.topology.model.Topology
 
Topology.EntityType - Enum in com.vordel.api.topology.model
Topology entity types.
Topology.ServiceType - Enum in com.vordel.api.topology.model
Type of service.
TopologyClient - Class in com.vordel.api.topology.client
Topology REST API Java client helper class.
TopologyClient(ConnectionContext) - Constructor for class com.vordel.api.topology.client.TopologyClient
 
toString() - Method in class com.vordel.api.topology.model.Topology
 
toString() - Method in class com.vordel.circuit.CircuitReference
 
toString() - Method in class com.vordel.circuit.MessageProcessor
 
toString() - Method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
toString() - Method in class com.vordel.circuit.oauth.token.OAuth2RefreshToken
 
totalExecutionTime - Variable in class com.vordel.circuit.CircuitCallRecord
 
trace(OAuth2AccessToken, int) - Static method in class com.vordel.circuit.oauth.token.OAuth2AccessToken
 
trace(OAuth2Authentication, int) - Static method in class com.vordel.circuit.oauth.token.OAuth2Authentication
 
TraceData - Class in com.vordel.api.configuration.model
A TraceData is returned as part of a DeploymentResult which is returned as the result of an API Server loading a new configuration via the Configuration REST API at deployment time.
TraceData() - Constructor for class com.vordel.api.configuration.model.TraceData
Default constructor.
TraceData(TraceRecord[]) - Constructor for class com.vordel.api.configuration.model.TraceData
Constructor.
tracePath(CircuitCallRecord, int) - Static method in class com.vordel.circuit.FilterPathTracker
 
TraceRecord - Class in com.vordel.api.configuration.model
An array of TraceRecords are returned in a TraceData which is returned as part of a DeploymentResult which is returned as the result of an API Server loading a new configuration via the Configuration REST API at deployment time.
TraceRecord() - Constructor for class com.vordel.api.configuration.model.TraceRecord
Default constructor.
TraceRecord(long, int, String) - Constructor for class com.vordel.api.configuration.model.TraceRecord
Constructor.
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 available via the Metrics utility methods.
TrafficMonitorClient - Class in com.vordel.ops
A Traffic Monitor Client class.
TrafficMonitorClient(String, String, String, String, String, String) - Constructor for class com.vordel.ops.TrafficMonitorClient
This class uses Traffic Monitor to check URL calls to an API Server.
TransportModule - Class in com.vordel.dwe
 
TransportModule() - Constructor for class com.vordel.dwe.TransportModule
 
type - Variable in class com.vordel.api.topology.model.Service
The service type.

U

unload() - Method in class com.vordel.circuit.GlobalProperties
 
unload() - Method in class com.vordel.dwe.TransportModule
 
unlockGroup(String, String) - Method in class com.vordel.api.topology.client.TopologyClient
 
updateAdminUserStore(AdminUserStore, boolean) - Method in class com.vordel.api.adminusers.client.AdminUsersClient
Use to update the Admin User Store
updateDeploymentArchiveProperties(String, String, Map<String, String>, Map<String, String>) - Method in class com.vordel.api.deployment.client.DeploymentClient
Update Deployment Archive manifest properties.
updateGroup(Group) - Method in class com.vordel.api.topology.client.TopologyClient
Update a group's name or tags.
updateGroupPassphrase(String, String, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Update the configuration passphrase of a group of API Servers.
updateHost(Host) - Method in class com.vordel.api.topology.client.TopologyClient
Update a host in the topology.
updateNodeManagerPassphrase(String, String, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Update the passphrase for a Node Manager's configuration.
updateRefs() - Method in class com.vordel.circuit.CircuitChainFilter
 
updateRefs() - Method in class com.vordel.circuit.CircuitDelegateFilter
 
updateRefs() - Method in interface com.vordel.circuit.DelegatingFilter
 
updateService(String, Service) - Method in class com.vordel.api.topology.client.TopologyClient
Update a service's name, tags, management port, or scheme in the topology.
updateServiceByName(String, Service) - Method in class com.vordel.api.topology.client.TopologyClient
Update a service's name, tags, management port, or scheme in the topology.
updateTopology(Topology, boolean, boolean) - Method in class com.vordel.api.topology.client.TopologyClient
Aimed at internal use only.
updateTopology(Topology, boolean, boolean, boolean) - Method in class com.vordel.api.topology.client.TopologyClient
Allow topology updates to an Admin NM without the Admin NM propagating the toplogy change to other NMs in the domain.
upgrade() - Method in class com.vordel.env.EnvironmentSettings
This method is run *after* an upgrade has completed.
uploadConfigurationForDeployment(String, List<String>, DeploymentArchive) - Method in class com.vordel.api.deployment.client.DeploymentClient
Copy the Deployment Archive to all hosts running the selected API Servers in the group.
uploadConfigurationForDeploymentByName(String, List<String>, DeploymentArchive) - Method in class com.vordel.api.deployment.client.DeploymentClient
Copy the Deployment Archive to all hosts running the selected API Servers in the group.
uploadEnvironmentFileConfigurationForDeployment(String, List<String>, String, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Copy an Environment Archive to the Node Manager, as Step 2 in a deployment of separate Policy and Environment archives.
uploadEnvironmentFileConfigurationForDeploymentByName(String, List<String>, String, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Copy an Environment Archive to the Node Manager, as Step 2 in a deployment of separate Policy and Environment archives.
uploadFileConfigurationForDeployment(String, List<String>, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Copy the Deployment Archive to all hosts running the selected API Servers in the group.
uploadFileConfigurationForDeploymentByName(String, List<String>, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Copy the Deployment Archive to all hosts running the selected API Servers in the group.
uploadPolicyFileConfigurationForDeployment(String, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Copy a Policy Archive to the Node Manager's disk as Step 1 in a deployment of separate Policy and Environment archives.
uploadPolicyFileConfigurationForDeploymentByName(String, String) - Method in class com.vordel.api.deployment.client.DeploymentClient
Copy a Policy Archive to the Node Manager's disk as Step 1 in a deployment of separate Policy and Environment archives.
USER_ATTRIBUTE_FORMAT_REGEX - Static variable in class com.vordel.circuit.VariablePropertiesFilter
 
userAttributePattern - Static variable in class com.vordel.circuit.VariablePropertiesFilter
 
Util - Class in com.vordel.circuit
Utility class for circuit.
Util() - Constructor for class com.vordel.circuit.Util
 

V

valid() - Method in class com.vordel.api.topology.model.Group
 
valid(boolean) - Method in class com.vordel.api.topology.model.Group
Is this a valid group.
valid() - Method in class com.vordel.api.topology.model.Host
Is the host valid
valid() - Method in class com.vordel.api.topology.model.Service
Check validity of service.
valueOf(String) - Static method in enum com.vordel.api.topology.model.Topology.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vordel.api.topology.model.Topology.ServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vordel.oauth.client.providers.BaseOAuth2Provider.BodyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vordel.reporting.rtm.api.MetricGroupType.MetricDestination
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() - Static method in enum com.vordel.api.topology.model.Topology.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vordel.api.topology.model.Topology.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.vordel.circuit.Message
 
values() - Static method in enum com.vordel.oauth.client.providers.BaseOAuth2Provider.BodyType
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.MetricGroupType.MetricDestination
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
 

W

webServicePluginPropDefs - Static variable in class com.vordel.circuit.MessagePropDefs
 
willwrite(OutputStream, int) - Method in class com.vordel.mime.Body
 
withinRange(int) - Method in class com.vordel.reporting.rtm.api.MetricRange
Determine if the sample is within this range.
write(OutputStream, int) - Method in class com.vordel.mime.Body
Write the content of this Body (not including its headers) to an OutputStream.
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
 

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.
A B C D E F G H I J K L M N O P R S T U V W X 
Vordel SDK


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