Package | Description |
---|---|
org.apache.uima.resourceSpecifier.factory | |
org.apache.uima.resourceSpecifier.factory.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
AggregateProcessCasErrors
The Interface AggregateProcessCasErrors.
|
interface |
CollectionProcessCompleteErrorHandlingSettings
The Interface CollectionProcessCompleteErrorHandlingSettings.
|
interface |
DelegateProcessCasErrors
The Interface DelegateProcessCasErrors.
|
interface |
GetMetaErrorHandlingSettings
The Interface GetMetaErrorHandlingSettings.
|
interface |
ProcessCasErrors
The Interface ProcessCasErrors.
|
interface |
ProcessErrorHandlingSettings
The Interface ProcessErrorHandlingSettings.
|
Modifier and Type | Method and Description |
---|---|
static DelegateConfiguration |
DeploymentDescriptorFactory.createPrimitiveDelegateConfiguration(String key,
ErrorHandlingSettings... errorHandlingSettings)
Creates Delegate Configuration for a Primitive delegate.
|
static DelegateConfiguration |
DeploymentDescriptorFactory.createPrimitiveDelegateConfiguration(String key,
ErrorHandlingSettings... errorHandlingSettings)
Creates Delegate Configuration for a Primitive delegate.
|
static RemoteDelegateConfiguration |
DeploymentDescriptorFactory.createRemoteDelegateConfiguration(String key,
String brokerURL,
String endpoint,
SerializationStrategy serialization,
ErrorHandlingSettings... errorHandlingSettings)
Creates Delegate Configuration for a remote delegate.
|
static RemoteDelegateConfiguration |
DeploymentDescriptorFactory.createRemoteDelegateConfiguration(String key,
String brokerURL,
String endpoint,
SerializationStrategy serialization,
ErrorHandlingSettings... errorHandlingSettings)
Creates Delegate Configuration for a remote delegate.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateProcessCasErrorsImpl
The Class AggregateProcessCasErrorsImpl.
|
class |
CollectionProcessCompleteErrorHandlingSettingsImpl
The Class CollectionProcessCompleteErrorHandlingSettingsImpl.
|
class |
ErrorHandlingSettingsImpl
The Class ErrorHandlingSettingsImpl.
|
class |
GetMetaErrorHandlingSettingsImpl
The Class GetMetaErrorHandlingSettingsImpl.
|
class |
ProcessCasErrorsImpl
The Class ProcessCasErrorsImpl.
|
class |
ProcessErrorHandlingSettingsImpl
The Class ProcessErrorHandlingSettingsImpl.
|
Constructor and Description |
---|
ColocatedDelegateConfigurationImpl(String key,
DelegateConfiguration[] nestedDelegateConfiguration,
ErrorHandlingSettings... errorHandlingSettings)
Instantiates a new colocated delegate configuration impl.
|
DelegateConfigurationImpl(String key,
ErrorHandlingSettings... errorHandlingSettings)
Instantiates a new delegate configuration impl.
|
RemoteDelegateConfigurationImpl(String key,
String brokerURL,
String endpoint,
SerializationStrategy ser,
ErrorHandlingSettings... errorHandlingSettings)
Instantiates a new remote delegate configuration impl.
|
RemoteDelegateErrorConfigurationImpl(ErrorHandlingSettings... settings)
Instantiates a new remote delegate error configuration impl.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.