Package | Description |
---|---|
org.apache.uima.collection.impl.cpm.container | |
org.apache.uima.collection.impl.cpm.container.deployer | |
org.apache.uima.collection.impl.metadata.cpe | |
org.apache.uima.collection.metadata |
Java object representation of a CPE Descriptor.
|
Modifier and Type | Method and Description |
---|---|
URL |
CPEFactory.getDescriptorURL(CpeCasProcessor aCasProcessorCfg)
Returns a descriptor path associated with Cas Processor
|
Constructor and Description |
---|
CasObjectNetworkCasProcessorImpl(CpeCasProcessor aCasProcessor)
Using information from the CPE descriptor creates an instance of Transport class.
|
CasProcessorConfigurationJAXBImpl(CpeCasProcessor aCasProcessorConfig,
ResourceManager aResourceManager)
Initializes instance and copies configuation from cpe descriptor.
|
NetworkCasProcessorImpl(CpeCasProcessor aCasProcessorType)
Initializes this instance with configuration defined in the CPE descriptor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JavaApplication.addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aCasProcessor)
Sets up command line used to launch Cas Processor in a separate process.
|
protected void |
RunnableApplication.addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aCasProcessor)
Sets up command line used to launch Cas Processor in a seperate process.
|
protected void |
NonJavaApplication.addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aCasProcessor)
Sets up command line used to launch Cas Processor in a seperate process.
|
static CasProcessorDeployer |
DeployFactory.getDeployer(CPEFactory aCpeFactory,
CpeCasProcessor aCasProcessorConfig,
ProcessControllerAdapter aPca)
Returns a
CasProcessorDeployer object
that specializes in deploying components as either local, remote, or integrated. |
static String |
DeployFactory.getProtocol(CpeCasProcessor aCasProcessorConfig,
ResourceManager aResourceManager)
Retrieve protocol from the service descriptor
|
Constructor and Description |
---|
JavaApplication(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aJaxbCasProcessorConfig)
Creates an instance of component responsible for configuring java based CasProcessor.
|
NonJavaApplication(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aCasProcessorConfig) |
Modifier and Type | Class and Description |
---|---|
class |
CasProcessorCpeObject
Base class for all CpeCasProcessor objects in the reference implementation.
|
class |
CpeIntegratedCasProcessorImpl |
class |
CpeLocalCasProcessorImpl |
class |
CpeRemoteCasProcessorImpl |
Modifier and Type | Method and Description |
---|---|
CpeCasProcessor[] |
CpeCasProcessorsImpl.getAllCpeCasProcessors() |
CpeCasProcessor |
CpeCasProcessorsImpl.getCpeCasProcessor(int aPosition) |
CpeCasProcessor[] |
CpeCasProcessorsImpl.removeCpeCasProcessor(int aPosition,
boolean flag)
New API 01/06/2006
|
Modifier and Type | Method and Description |
---|---|
void |
CpeDescriptionImpl.addCasProcessor(CpeCasProcessor aCasProcessor) |
void |
CpeDescriptionImpl.addCasProcessor(int index,
CpeCasProcessor aCasProcessor) |
void |
CpeCasProcessorsImpl.addCpeCasProcessor(CpeCasProcessor aCasProcessor) |
void |
CpeCasProcessorsImpl.addCpeCasProcessor(CpeCasProcessor aCasProcessor,
int aInsertPosition) |
void |
CpeCasProcessorsImpl.setAllCpeCasProcessors(CpeCasProcessor[] aCpeProcessors) |
Modifier and Type | Interface and Description |
---|---|
interface |
CpeIntegratedCasProcessor
An object that holds configuration that is part of the CPE descriptor.
|
interface |
CpeLocalCasProcessor
An object that holds configuration that is part of the CPE descriptor.
|
interface |
CpeRemoteCasProcessor
An object that holds configuration that is part of the CPE descriptor.
|
Modifier and Type | Method and Description |
---|---|
CpeCasProcessor[] |
CpeCasProcessors.getAllCpeCasProcessors()
Returns ALL
CpeCasProcessor objects in processing
pipeline. |
CpeCasProcessor |
CpeCasProcessors.getCpeCasProcessor(int aPosition)
Returns
CpeCasProcessor found at given position. |
Modifier and Type | Method and Description |
---|---|
void |
CpeDescription.addCasProcessor(CpeCasProcessor aCasProcessor)
Appends a instance of
CpeCasProcessor to the end of
the list containing CPE CasProcessors. |
void |
CpeDescription.addCasProcessor(int index,
CpeCasProcessor aCasProcessor)
Adds a instance of
CpeCasProcessor at a specified
location in the list of CPE CasProcessors. |
void |
CpeCasProcessors.addCpeCasProcessor(CpeCasProcessor aCasProcessor)
Appends new CasProcessor to existing list of CasProcessors
|
void |
CpeCasProcessors.addCpeCasProcessor(CpeCasProcessor aCasProcessor,
int aInsertPosition)
Inserts a new CasProcessor at an indicated position.
|
Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.