Uses of Interface
org.apache.uima.resourceSpecifier.factory.DelegateConfiguration

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)
           
 

Constructors in org.apache.uima.resourceSpecifier.factory.impl with parameters of type DelegateConfiguration
AggregateDelegateEngineImpl(org.apache.uima.resourceSpecifier.AnalysisEngineType dcaet, String key, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new aggregate delegate engine impl.
ColocatedDelegateConfigurationImpl(String key, DelegateConfiguration[] nestedDelegateConfiguration, ErrorHandlingSettings... errorHandlingSettings)
          Instantiates a new colocated delegate configuration impl.
DelegatesImpl(org.apache.uima.resourceSpecifier.DelegatesType dt, AggregateDelegateEngine aggregateEngine, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new delegates impl.
DeploymentImpl(org.apache.uima.resourceSpecifier.DeploymentType dt, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new deployment impl.
ServiceImpl(org.apache.uima.resourceSpecifier.ServiceType st, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new service impl.
TopLevelAnalysisEngineImpl(org.apache.uima.resourceSpecifier.TopLevelAnalysisEngineType tlea, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new top level analysis engine impl.
UimaASAggregateDeploymentDescriptorImpl(org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new uima as aggregate deployment descriptor impl.
UimaASDeploymentDescriptorImpl(org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new uima as deployment descriptor impl.
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.