org.apache.uima.collection.impl.cpm.container.deployer
public class DeployFactory extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DeployFactory |
instance |
Modifier and Type | Method and Description |
---|---|
static CasProcessorDeployer |
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 |
getProtocol(CpeCasProcessor aCasProcessorConfig,
ResourceManager aResourceManager)
Retrieve protocol from the service descriptor
|
public static final DeployFactory instance
public static CasProcessorDeployer getDeployer(CPEFactory aCpeFactory, CpeCasProcessor aCasProcessorConfig, ProcessControllerAdapter aPca) throws ResourceConfigurationException
CasProcessorDeployer
object
that specializes in deploying components as either local, remote, or integrated.aCpeFactory
- -
cpe configuration referenceaDeployMode
- -
mode of deployment.ResourceConfigurationException
public static java.lang.String getProtocol(CpeCasProcessor aCasProcessorConfig, ResourceManager aResourceManager) throws ResourceConfigurationException
aCasProcessorConfig
- Cas Processor configurationaResourceManager
- needed to resolve import by nameResourceConfigurationException
Copyright © 2014. All Rights Reserved.