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 deployException
- Failure to start fenced CasProcessorvoid undeploy(URL aURL)
aURL
- - service endpoint.Copyright © 2016. All rights reserved.