org.apache.uima.resourceSpecifier.factory
Interface UimaASDeploymentDescriptor

All Known Implementing Classes:
UimaASDeploymentDescriptorImpl

public interface UimaASDeploymentDescriptor

The Interface UimaASDeploymentDescriptor.


Field Summary
static String AGGREGATE
          The Constant AGGREGATE.
static String BROKERURL
          The Constant BROKERURL.
static String CASPOOL_CAS_COUNT
          The Constant CASPOOL_CAS_COUNT.
static String CASPOOL_INITIAL_FD_HEAP_SIZE
          The Constant CASPOOL_INITIAL_FD_HEAP_SIZE.
static String DEFAULT_BROKER_URL
          The Constant DEFAULT_BROKER_URL.
static String DESCRIPTION
          The Constant DESCRIPTION.
static String ENDPOINT
          The Constant ENDPOINT.
static String ERROR_CPC_ADDITIONAL_ERROR_ACTION
          The Constant ERROR_CPC_ADDITIONAL_ERROR_ACTION.
static String ERROR_PROCESS_CAS_THRESHOLDACTION
          The Constant ERROR_PROCESS_CAS_THRESHOLDACTION.
static String ERROR_PROCESS_CAS_THRESHOLDCOUNT
          The Constant ERROR_PROCESS_CAS_THRESHOLDCOUNT.
static String ERROR_PROCESS_CAS_THRESHOLDWINDOW
          The Constant ERROR_PROCESS_CAS_THRESHOLDWINDOW.
static String INPUTQSCALEOUT
          The Constant INPUTQSCALEOUT.
static String NAME
          The Constant NAME.
static String PREFETCH
          The Constant PREFETCH.
static String PROCESS_PARENT_LAST
          The Constant PROCESS_PARENT_LAST.
static String PROTOCOL
          The Constant PROTOCOL.
static String PROVIDER
          The Constant PROVIDER.
static String TOP_CAS_MULTIPLIER
          The Constant TOP_CAS_MULTIPLIER.
 
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.
 

Field Detail

DEFAULT_BROKER_URL

static final String DEFAULT_BROKER_URL
The Constant DEFAULT_BROKER_URL.

See Also:
Constant Field Values

TOP_CAS_MULTIPLIER

static final String TOP_CAS_MULTIPLIER
The Constant TOP_CAS_MULTIPLIER.

See Also:
Constant Field Values

AGGREGATE

static final String AGGREGATE
The Constant AGGREGATE.

See Also:
Constant Field Values

NAME

static final String NAME
The Constant NAME.

See Also:
Constant Field Values

DESCRIPTION

static final String DESCRIPTION
The Constant DESCRIPTION.

See Also:
Constant Field Values

PROTOCOL

static final String PROTOCOL
The Constant PROTOCOL.

See Also:
Constant Field Values

PROVIDER

static final String PROVIDER
The Constant PROVIDER.

See Also:
Constant Field Values

ENDPOINT

static final String ENDPOINT
The Constant ENDPOINT.

See Also:
Constant Field Values

BROKERURL

static final String BROKERURL
The Constant BROKERURL.

See Also:
Constant Field Values

PREFETCH

static final String PREFETCH
The Constant PREFETCH.

See Also:
Constant Field Values

INPUTQSCALEOUT

static final String INPUTQSCALEOUT
The Constant INPUTQSCALEOUT.

See Also:
Constant Field Values

ERROR_PROCESS_CAS_THRESHOLDCOUNT

static final String ERROR_PROCESS_CAS_THRESHOLDCOUNT
The Constant ERROR_PROCESS_CAS_THRESHOLDCOUNT.

See Also:
Constant Field Values

ERROR_PROCESS_CAS_THRESHOLDWINDOW

static final String ERROR_PROCESS_CAS_THRESHOLDWINDOW
The Constant ERROR_PROCESS_CAS_THRESHOLDWINDOW.

See Also:
Constant Field Values

ERROR_PROCESS_CAS_THRESHOLDACTION

static final String ERROR_PROCESS_CAS_THRESHOLDACTION
The Constant ERROR_PROCESS_CAS_THRESHOLDACTION.

See Also:
Constant Field Values

ERROR_CPC_ADDITIONAL_ERROR_ACTION

static final String ERROR_CPC_ADDITIONAL_ERROR_ACTION
The Constant ERROR_CPC_ADDITIONAL_ERROR_ACTION.

See Also:
Constant Field Values

CASPOOL_CAS_COUNT

static final String CASPOOL_CAS_COUNT
The Constant CASPOOL_CAS_COUNT.

See Also:
Constant Field Values

CASPOOL_INITIAL_FD_HEAP_SIZE

static final String CASPOOL_INITIAL_FD_HEAP_SIZE
The Constant CASPOOL_INITIAL_FD_HEAP_SIZE.

See Also:
Constant Field Values

PROCESS_PARENT_LAST

static final String PROCESS_PARENT_LAST
The Constant PROCESS_PARENT_LAST.

See Also:
Constant Field Values
Method Detail

setName

void setName(String name)
Sets the name.

Parameters:
name - the new name

getName

String getName()
Gets the name.

Returns:
the name

setDescription

void setDescription(String description)
Sets the description.

Parameters:
description - the new description

getDescription

String getDescription()
Gets the description.

Returns:
the description

getDeployment

Deployment getDeployment()
Gets the deployment.

Returns:
the deployment

toXML

String toXML()
To xml.

Returns:
the string

save

void save(File file)
          throws Exception
Save.

Parameters:
file - the file
Throws:
Exception - the exception


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