|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CpeCasProcessor | |
---|---|
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. |
Uses of CpeCasProcessor in org.apache.uima.collection.impl.cpm.container |
---|
Methods in org.apache.uima.collection.impl.cpm.container with parameters of type CpeCasProcessor | |
---|---|
java.net.URL |
CPEFactory.getDescriptorURL(CpeCasProcessor aCasProcessorCfg)
Returns a descriptor path associated with Cas Processor |
Constructors in org.apache.uima.collection.impl.cpm.container with parameters of type CpeCasProcessor | |
---|---|
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. |
Uses of CpeCasProcessor in org.apache.uima.collection.impl.cpm.container.deployer |
---|
Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CpeCasProcessor | |
---|---|
protected void |
JavaApplication.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. |
protected void |
RunnableApplication.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 java.lang.String |
DeployFactory.getProtocol(CpeCasProcessor aCasProcessorConfig,
ResourceManager aResourceManager)
Retrieve protocol from the service descriptor |
Constructors in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CpeCasProcessor | |
---|---|
JavaApplication(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aJaxbCasProcessorConfig)
Creates an instance of component responsible for configuring java based CasProcessor. |
|
NonJavaApplication(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aCasProcessorConfig)
|
Uses of CpeCasProcessor in org.apache.uima.collection.impl.metadata.cpe |
---|
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCasProcessor | |
---|---|
class |
CasProcessorCpeObject
Base class for all CpeCasProcessor objects in the reference implementation. |
class |
CpeIntegratedCasProcessorImpl
|
class |
CpeLocalCasProcessorImpl
|
class |
CpeRemoteCasProcessorImpl
|
Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCasProcessor | |
---|---|
CpeCasProcessor[] |
CpeCasProcessorsImpl.getAllCpeCasProcessors()
|
CpeCasProcessor |
CpeCasProcessorsImpl.getCpeCasProcessor(int aPosition)
|
CpeCasProcessor[] |
CpeCasProcessorsImpl.removeCpeCasProcessor(int aPosition,
boolean flag)
New API 01/06/2006 |
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCasProcessor | |
---|---|
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)
|
Uses of CpeCasProcessor in org.apache.uima.collection.metadata |
---|
Subinterfaces of CpeCasProcessor in org.apache.uima.collection.metadata | |
---|---|
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. |
Methods in org.apache.uima.collection.metadata that return CpeCasProcessor | |
---|---|
CpeCasProcessor[] |
CpeCasProcessors.getAllCpeCasProcessors()
Returns ALL CpeCasProcessor objects in processing
pipeline. |
CpeCasProcessor |
CpeCasProcessors.getCpeCasProcessor(int aPosition)
Returns CpeCasProcessor found at given position. |
Methods in org.apache.uima.collection.metadata with parameters of type CpeCasProcessor | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |