Interface | Description |
---|---|
Configuration |
Defines the public API interface to the underlying configuration.
|
ConfigurationElement | |
ConfigurationEvent |
An event describing a change in the configuration.
|
ConfigurationWatcher |
This is expected to be implemented for watching the configuration changes like add or remove of
configuration elements.
|
FileCache |
The public API of the temporary file cache implementations, a class implementing this MUST
implement the FileCacheMXBean interface too, if the detailed MXBeans are required to be published
|
JavaClassSequence |
Interface definition for a Sequence defined as a Java class
|
JavaCodeSnippetSequence |
Interface that defines a Java code snippet compilation.
|
Mediation |
Defines the public API for mediation.
|
Message |
The public API of a Message passing through the UltraESB
|
Class | Description |
---|---|
AbstractJavaSequence |
This is the recommended class for end users to override to implement a sequence
Note: To enable sequence debugging on/off, use a logger with the name as "sequence.
|
ConfigurationConstants |
Configuration and product related constants
|
ConfigurationConstants.EndpointProperties | |
ConfigurationConstants.Product | |
DeploymentConstants |
Deployment related constants
|
Environment |
Defines the environment for UltraESB which controls the runtime behavior of the system.
|
ErrorInfo |
A simple bean to hold error information encountered by a message
|
LoggedErrorCodes |
Error codes that are logged for the errors logged by UltraESB
|
LoggedErrorCodes.Cache | |
LoggedErrorCodes.Cluster | |
LoggedErrorCodes.Core | |
LoggedErrorCodes.Intercept | |
LoggedErrorCodes.Management | |
LoggedErrorCodes.Metrics | |
LoggedErrorCodes.Template | |
MessageFile |
This is the default implementation of a temporary file, created and managed by a FileCache implementation
Although this class extends java.io.File, only the specific constructor that passes the FileCache should be used
The implementation supports arbitrarily large messages backed by an in-memory File.
|
MessageFileInputStream |
Provides an input stream that converts a message file into an input stream with ease.
|
Enum | Description |
---|---|
ConfigurationElement.State | |
ConfigurationEvent.ElementType |
Enumeration describing the type of the element
|
ConfigurationEvent.EventType |
Enumeration describing the type of the event
|
Environment.NamedEnv |
Represent the pre-defined named environments
|
ErrorCode |
This enum provides a mapping for the error description for the respective error codes
|
ErrorCode.ErrorType |
Exception | Description |
---|---|
BusRuntimeException |
The top level runtime exception thrown by the UltraESB
|
Copyright © 2010–2016 AdroitLogic. All rights reserved.