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

java.lang.Object
  extended by org.apache.uima.resourceSpecifier.factory.impl.UimaASDeploymentDescriptorImpl
All Implemented Interfaces:
UimaASDeploymentDescriptor

public class UimaASDeploymentDescriptorImpl
extends Object
implements UimaASDeploymentDescriptor

The Class UimaASDeploymentDescriptorImpl.


Nested Class Summary
protected static class UimaASDeploymentDescriptorImpl.DeploymentContext
          The Class DeploymentContext.
 
Field Summary
protected  org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd
          The dd.
protected  Deployment deployment
          The deployment.
protected  org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionType dt
          The dt.
 
Fields inherited from interface org.apache.uima.resourceSpecifier.factory.UimaASDeploymentDescriptor
AGGREGATE, BROKERURL, CASPOOL_CAS_COUNT, CASPOOL_INITIAL_FD_HEAP_SIZE, DEFAULT_BROKER_URL, DESCRIPTION, ENDPOINT, ERROR_CPC_ADDITIONAL_ERROR_ACTION, ERROR_PROCESS_CAS_THRESHOLDACTION, ERROR_PROCESS_CAS_THRESHOLDCOUNT, ERROR_PROCESS_CAS_THRESHOLDWINDOW, INPUTQSCALEOUT, NAME, PREFETCH, PROCESS_PARENT_LAST, PROTOCOL, PROVIDER, TOP_CAS_MULTIPLIER
 
Constructor Summary
UimaASDeploymentDescriptorImpl(org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new uima as deployment descriptor impl.
 
Method Summary
 Deployment getDeployment()
          Gets the deployment.
 String getDescription()
          Gets the description.
 String getName()
          Gets the name.
 void save(File file)
          Save.
 void setDescription(String description)
          Sets the description.
 void setName(String name)
          Sets the name.
 String toXML()
          To xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dd

protected org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd
The dd.


dt

protected org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionType dt
The dt.


deployment

protected Deployment deployment
The deployment.

Constructor Detail

UimaASDeploymentDescriptorImpl

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

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

setName

public void setName(String name)
Description copied from interface: UimaASDeploymentDescriptor
Sets the name.

Specified by:
setName in interface UimaASDeploymentDescriptor
Parameters:
name - the new name

getName

public String getName()
Description copied from interface: UimaASDeploymentDescriptor
Gets the name.

Specified by:
getName in interface UimaASDeploymentDescriptor
Returns:
the name

setDescription

public void setDescription(String description)
Description copied from interface: UimaASDeploymentDescriptor
Sets the description.

Specified by:
setDescription in interface UimaASDeploymentDescriptor
Parameters:
description - the new description

getDescription

public String getDescription()
Description copied from interface: UimaASDeploymentDescriptor
Gets the description.

Specified by:
getDescription in interface UimaASDeploymentDescriptor
Returns:
the description

getDeployment

public Deployment getDeployment()
Description copied from interface: UimaASDeploymentDescriptor
Gets the deployment.

Specified by:
getDeployment in interface UimaASDeploymentDescriptor
Returns:
the deployment

save

public void save(File file)
          throws Exception
Description copied from interface: UimaASDeploymentDescriptor
Save.

Specified by:
save in interface UimaASDeploymentDescriptor
Parameters:
file - the file
Throws:
Exception - the exception

toXML

public String toXML()
Description copied from interface: UimaASDeploymentDescriptor
To xml.

Specified by:
toXML in interface UimaASDeploymentDescriptor
Returns:
the string


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