|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessControllerAdapter
Interface for the custom deployer component responsible for launching and terminating fenced CasProcessors.
Method Summary | |
---|---|
java.net.URL[] |
deploy(java.lang.String aCasProcessorName,
int howMany)
Deploys given number of CasProcessors and returns their endpoint configuration( host,port). |
void |
undeploy(java.net.URL aURL)
Stops a given CasProcessor service. |
Method Detail |
---|
java.net.URL[] deploy(java.lang.String aCasProcessorName, int howMany) throws java.lang.Exception
-
- aCasProcessorName -name of the fenced CasProcessor-
- howMany - how many CasProcessor instances to deploy
-
- Exception-Failure to start fenced CasProcessor
java.lang.Exception
void undeploy(java.net.URL aURL)
-
- aURL - service endpoint.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |