public interface ProcessControllerAdapter
Modifier and Type | Method and Description |
---|---|
URL[] |
deploy(String aCasProcessorName,
int howMany)
Deploys given number of CasProcessors and returns their endpoint configuration( host,port).
|
void |
undeploy(URL aURL)
Stops a given CasProcessor service.
|
URL[] deploy(String aCasProcessorName, int howMany) throws Exception
aCasProcessorName
- -name of the fenced CasProcessorhowMany
- - how many CasProcessor instances to deploy-
- Exception-Failure to start fenced CasProcessorException
void undeploy(URL aURL)
aURL
- - service endpoint.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.