Modifier and Type | Method and Description |
---|---|
abstract CasProcessorDeployer |
ProcessingContainer.getDeployer() |
Modifier and Type | Method and Description |
---|---|
abstract void |
ProcessingContainer.setCasProcessorDeployer(CasProcessorDeployer aDeployer) |
Modifier and Type | Method and Description |
---|---|
CasProcessorDeployer |
ProcessingContainer_Impl.getDeployer()
Returns deployer object used to launch the CasProcessor
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingContainer_Impl.setCasProcessorDeployer(CasProcessorDeployer aDeployer)
Plug in deployer object used to launch/deploy the CasProcessor instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CPEDeployerDefaultImpl
Implements
CasProcessorDeployer . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
SocketCasProcessorDeployer
Reference implementation of the
CasProcessorDeployer component responsible for launch and
termination of the fenced CasProcessor. |
Modifier and Type | Class and Description |
---|---|
class |
VinciCasProcessorDeployer
Reference implementation of
CasProcessorDeployer This
component enables the CPE to deploy Cas Processors running as a Vinci service. |
Copyright © 2018. All rights reserved.