org.apache.uima.resourceSpecifier.factory.impl
Class UimaASAggregateDeploymentDescriptorImpl
java.lang.Object
org.apache.uima.resourceSpecifier.factory.impl.DeploymentDescriptorImpl
org.apache.uima.resourceSpecifier.factory.impl.UimaASAggregateDeploymentDescriptorImpl
- All Implemented Interfaces:
- DeploymentDescriptor, UimaASAggregateDeploymentDescriptor
public class UimaASAggregateDeploymentDescriptorImpl
- extends DeploymentDescriptorImpl
- implements UimaASAggregateDeploymentDescriptor
The Class UimaASAggregateDeploymentDescriptorImpl.
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 |
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 ddcontext
- the contextdelegateConfigurations
- the delegate configurations
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.