|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Deployer
Abstraction to provide AS agnostic remote deployer.
| Method Summary | |
|---|---|
void |
addHttpsConnector(Map<String,String> sslOptions)
Adds a test https connector |
void |
addSecurityDomain(String name,
Map<String,String> authenticationOptions)
Adds a new security domain |
void |
deploy(URL archive)
Deploys specified archive remotely. |
void |
removeHttpsConnector()
Remove the test https connector |
void |
removeSecurityDomain(String name)
Removes a security domain |
void |
undeploy(URL archive)
Undeploys specified archive remotely. |
| Method Detail |
|---|
void deploy(URL archive)
throws Exception
archive - to deploy
Exception - if some problem occurs
void undeploy(URL archive)
throws Exception
archive - to undeploy
Exception - if some problem occurs
void addSecurityDomain(String name,
Map<String,String> authenticationOptions)
throws Exception
name - authenticationOptions -
Exception
void removeSecurityDomain(String name)
throws Exception
name -
Exception
void addHttpsConnector(Map<String,String> sslOptions)
throws Exception
sslOptions -
Exception
void removeHttpsConnector()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||