Uses of Interface
org.apache.uima.collection.metadata.CasProcessorDeploymentParams
Packages that use CasProcessorDeploymentParams
Package
Description
Apache UIMA
Java object representation of a CPE Descriptor.
Apache UIMA internals
-
Uses of CasProcessorDeploymentParams in org.apache.uima
Methods in org.apache.uima that return CasProcessorDeploymentParams -
Uses of CasProcessorDeploymentParams in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container with parameters of type CasProcessorDeploymentParamsModifier and TypeMethodDescriptionprivate void
CPEFactory.verifyDeploymentParams
(String aCasProcessorName, CasProcessorDeploymentParams aDepParams) Checks for existance of two parameters required to launch remote Cas Processor vnsHost and vnsPort. -
Uses of CasProcessorDeploymentParams in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorDeploymentParamsModifier and TypeClassDescriptionclass
The Class CasProcessorDeploymentParamsImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CasProcessorDeploymentParamsModifier and TypeFieldDescriptionprivate CasProcessorDeploymentParams
CasProcessorCpeObject.deploymentParameters
The deployment parameters.Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorDeploymentParamsModifier and TypeMethodDescriptionCasProcessorCpeObject.getDeploymentParameters()
Gets the deployment parameters.CasProcessorCpeObject.getDeploymentParams()
Returns deployment parameters for this CasProcessor.static CasProcessorDeploymentParams
CpeDescriptorFactory.produceCasProcessorDeploymentParams()
Produce cas processor deployment params.static CasProcessorDeploymentParams
CpeDescriptorFactory.produceDeployParams()
Produce deploy params.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorDeploymentParamsModifier and TypeMethodDescriptionvoid
CasProcessorCpeObject.setDeploymentParameters
(CasProcessorDeploymentParams parameters) Sets the deployment parameters.protected void
CasProcessorCpeObject.setDeploymentParams
(CasProcessorDeploymentParams aParams) Sets the deployment params. -
Uses of CasProcessorDeploymentParams in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CasProcessorDeploymentParamsModifier and TypeMethodDescriptionCpeCasProcessor.getDeploymentParams()
ReturnsCasProcessorDeploymentParams
object containing deployment parameters used for launching CasProcessor. -
Uses of CasProcessorDeploymentParams in org.apache.uima.impl
Methods in org.apache.uima.impl that return CasProcessorDeploymentParams