|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelegateConfiguration | |
---|---|
org.apache.uima.resourceSpecifier.factory | |
org.apache.uima.resourceSpecifier.factory.impl |
Uses of DelegateConfiguration in org.apache.uima.resourceSpecifier.factory |
---|
Subinterfaces of DelegateConfiguration in org.apache.uima.resourceSpecifier.factory | |
---|---|
interface |
ColocatedDelegateConfiguration
The Interface ColocatedDelegateConfiguration. |
interface |
RemoteDelegateConfiguration
The Interface RemoteDelegateConfiguration. |
Methods in org.apache.uima.resourceSpecifier.factory that return DelegateConfiguration | |
---|---|
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. |
DelegateConfiguration |
DelegateAnalysisEngine.getConfiguration()
Gets the configuration. |
Methods in org.apache.uima.resourceSpecifier.factory that return types with arguments of type DelegateConfiguration | |
---|---|
List<DelegateConfiguration> |
ColocatedDelegateConfiguration.getDelegates()
Gets the delegates. |
Methods in org.apache.uima.resourceSpecifier.factory with parameters of type DelegateConfiguration | |
---|---|
void |
ColocatedDelegateConfiguration.addDelegate(DelegateConfiguration dc)
Adds the delegate. |
static ColocatedDelegateConfiguration |
DeploymentDescriptorFactory.createAggregateDelegateConfiguration(String key,
DelegateConfiguration... delegateConfiguration)
Creates Delegate Configuration for a co-located delegate. |
static ColocatedDelegateConfiguration |
DeploymentDescriptorFactory.createAggregateDelegateConfiguration(String key,
DelegateConfiguration... delegateConfiguration)
Creates Delegate Configuration for a co-located delegate. |
static UimaASAggregateDeploymentDescriptor |
DeploymentDescriptorFactory.createAggregateDeploymentDescriptor(ServiceContext context,
DelegateConfiguration... delegateConfigurations)
Creates new Aggregate UIMA-AS DeploymentDescriptor object. |
static UimaASAggregateDeploymentDescriptor |
DeploymentDescriptorFactory.createAggregateDeploymentDescriptor(ServiceContext context,
DelegateConfiguration... delegateConfigurations)
Creates new Aggregate UIMA-AS DeploymentDescriptor object. |
Uses of DelegateConfiguration in org.apache.uima.resourceSpecifier.factory.impl |
---|
Classes in org.apache.uima.resourceSpecifier.factory.impl that implement DelegateConfiguration | |
---|---|
class |
ColocatedDelegateConfigurationImpl
The Class ColocatedDelegateConfigurationImpl. |
class |
DelegateConfigurationImpl
The Class DelegateConfigurationImpl. |
class |
RemoteDelegateConfigurationImpl
The Class RemoteDelegateConfigurationImpl. |
Methods in org.apache.uima.resourceSpecifier.factory.impl that return DelegateConfiguration | |
---|---|
DelegateConfiguration |
RemoteDelegateEngineImpl.getConfiguration()
|
DelegateConfiguration |
ColocatedDelegateEngineImpl.getConfiguration()
|
DelegateConfiguration |
AggregateDelegateEngineImpl.getConfiguration()
|
Methods in org.apache.uima.resourceSpecifier.factory.impl that return types with arguments of type DelegateConfiguration | |
---|---|
List<DelegateConfiguration> |
ColocatedDelegateConfigurationImpl.getDelegates()
|
Methods in org.apache.uima.resourceSpecifier.factory.impl with parameters of type DelegateConfiguration | |
---|---|
void |
ColocatedDelegateConfigurationImpl.addDelegate(DelegateConfiguration dc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |