org.apache.uima.resourceSpecifier.factory.impl
Class UimaASAggregateDeploymentDescriptorImpl

java.lang.Object
  extended by org.apache.uima.resourceSpecifier.factory.impl.DeploymentDescriptorImpl
      extended by org.apache.uima.resourceSpecifier.factory.impl.UimaASAggregateDeploymentDescriptorImpl
All Implemented Interfaces:
DeploymentDescriptor, UimaASAggregateDeploymentDescriptor

public class UimaASAggregateDeploymentDescriptorImpl
extends DeploymentDescriptorImpl
implements UimaASAggregateDeploymentDescriptor

The Class UimaASAggregateDeploymentDescriptorImpl.


Field Summary
 
Fields inherited from class org.apache.uima.resourceSpecifier.factory.impl.DeploymentDescriptorImpl
deploymentDescriptor
 
Constructor Summary
UimaASAggregateDeploymentDescriptorImpl(org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new uima as aggregate deployment descriptor impl.
 
Method Summary
 List<DelegateAnalysisEngine> getDelegates()
          Gets the delegates.
 
Methods inherited from class org.apache.uima.resourceSpecifier.factory.impl.DeploymentDescriptorImpl
getBroker, getCasPoolSize, getDeploymentDescriptor, getDescription, getEndpoint, getInitialHeapSize, getName, getPrefetch, getProtocol, getProvider, getServiceAnalysisEngineDescriptor, isAsync, save, setAsync, setBroker, setCasPoolSize, setDescription, setEndoint, setInitialHeapSize, setName, setPrefetch, setProtocol, setProvider, setServiceAnalysisEngineDescriptor, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.DeploymentDescriptor
getBroker, getCasPoolSize, getDescription, getEndpoint, getInitialHeapSize, getName, getPrefetch, getProtocol, getProvider, getServiceAnalysisEngineDescriptor, isAsync, save, setAsync, setBroker, setCasPoolSize, setDescription, setEndoint, setInitialHeapSize, setName, setPrefetch, setProtocol, setProvider, setServiceAnalysisEngineDescriptor, toXML
 

Constructor Detail

UimaASAggregateDeploymentDescriptorImpl

public UimaASAggregateDeploymentDescriptorImpl(org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd,
                                               ServiceContext context,
                                               DelegateConfiguration... delegateConfigurations)
Instantiates a new uima as aggregate deployment descriptor impl.

Parameters:
dd - the dd
context - the context
delegateConfigurations - the delegate configurations
Method Detail

getDelegates

public List<DelegateAnalysisEngine> getDelegates()
Description copied from interface: UimaASAggregateDeploymentDescriptor
Gets the delegates.

Specified by:
getDelegates in interface UimaASAggregateDeploymentDescriptor
Returns:
the delegates


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