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 - the exceptionvoid undeploy(URL aURL)
aURL - - service endpoint.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.