org.apache.uima.resourceSpecifier.factory
Interface DelegateConfiguration

All Known Subinterfaces:
ColocatedDelegateConfiguration, RemoteDelegateConfiguration
All Known Implementing Classes:
ColocatedDelegateConfigurationImpl, DelegateConfigurationImpl, RemoteDelegateConfigurationImpl

public interface DelegateConfiguration

The Interface DelegateConfiguration.


Method Summary
 int getCasPoolSize()
          Gets the cas pool size.
 CollectionProcessCompleteErrorHandlingSettings getCollectionProcessCompleteErrorHandlingSettings()
          Gets the collection process complete error handling settings.
 GetMetaErrorHandlingSettings getGetMetaErrorHandlingSettings()
          Gets the gets the meta error handling settings.
 int getInitialHeapSize()
          Gets the initial heap size.
 String getKey()
          Gets the key.
 ProcessErrorHandlingSettings getProcessErrorHandlingSettings()
          Gets the process error handling settings.
 boolean isCasMultiplier()
          Checks if is cas multiplier.
 boolean isRemote()
          Checks if is remote.
 boolean processParentLast()
          Process parent last.
 void setCasMultiplier(boolean cm)
          Sets the cas multiplier.
 void setCasPoolSize(int casPoolSize)
          Sets the cas pool size.
 void setCollectionProcessCompleteErrorHandlingSettings(CollectionProcessCompleteErrorHandlingSettings settings)
          Sets the collection process complete error handling settings.
 void setGetMetaErrorHandlingSettings(GetMetaErrorHandlingSettings es)
          Sets the gets the meta error handling settings.
 void setInitialHeapSize(int size)
          Sets the initial heap size.
 void setKey(String key)
          Sets the key.
 void setProcessErrorHandlingSettings(ProcessErrorHandlingSettings settings)
          Sets the process error handling settings.
 void setProcessParentLast(boolean processParentLast)
          Sets the process parent last.
 void setRemote(boolean remote)
          Sets the remote.
 

Method Detail

setKey

void setKey(String key)
Sets the key.

Parameters:
key - the new key

getKey

String getKey()
Gets the key.

Returns:
the key

setRemote

void setRemote(boolean remote)
Sets the remote.

Parameters:
remote - the new remote

isRemote

boolean isRemote()
Checks if is remote.

Returns:
true, if is remote

isCasMultiplier

boolean isCasMultiplier()
Checks if is cas multiplier.

Returns:
true, if is cas multiplier

setCasMultiplier

void setCasMultiplier(boolean cm)
Sets the cas multiplier.

Parameters:
cm - the new cas multiplier

setCasPoolSize

void setCasPoolSize(int casPoolSize)
Sets the cas pool size.

Parameters:
casPoolSize - the new cas pool size

getCasPoolSize

int getCasPoolSize()
Gets the cas pool size.

Returns:
the cas pool size

setInitialHeapSize

void setInitialHeapSize(int size)
Sets the initial heap size.

Parameters:
size - the new initial heap size

getInitialHeapSize

int getInitialHeapSize()
Gets the initial heap size.

Returns:
the initial heap size

processParentLast

boolean processParentLast()
Process parent last.

Returns:
true, if successful

setProcessParentLast

void setProcessParentLast(boolean processParentLast)
Sets the process parent last.

Parameters:
processParentLast - the new process parent last

setGetMetaErrorHandlingSettings

void setGetMetaErrorHandlingSettings(GetMetaErrorHandlingSettings es)
Sets the gets the meta error handling settings.

Parameters:
es - the new gets the meta error handling settings

getGetMetaErrorHandlingSettings

GetMetaErrorHandlingSettings getGetMetaErrorHandlingSettings()
Gets the gets the meta error handling settings.

Returns:
the gets the meta error handling settings

setProcessErrorHandlingSettings

void setProcessErrorHandlingSettings(ProcessErrorHandlingSettings settings)
Sets the process error handling settings.

Parameters:
settings - the new process error handling settings

getProcessErrorHandlingSettings

ProcessErrorHandlingSettings getProcessErrorHandlingSettings()
Gets the process error handling settings.

Returns:
the process error handling settings

setCollectionProcessCompleteErrorHandlingSettings

void setCollectionProcessCompleteErrorHandlingSettings(CollectionProcessCompleteErrorHandlingSettings settings)
Sets the collection process complete error handling settings.

Parameters:
settings - the new collection process complete error handling settings

getCollectionProcessCompleteErrorHandlingSettings

CollectionProcessCompleteErrorHandlingSettings getCollectionProcessCompleteErrorHandlingSettings()
Gets the collection process complete error handling settings.

Returns:
the collection process complete error handling settings


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