|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A deployment factory
| Method Summary | |
DeploymentManager |
getDeploymentManager(String uri,
String userName,
String password)
Get a connected deployment manager |
DeploymentManager |
getDisconnectedDeploymentManager(String uri)
Get a disconnected version of the deployment manager |
String |
getDisplayName()
The vendor of the deployment manager |
String |
getProductVersion()
The version of the deployment manager |
boolean |
handlesURI(String uri)
Tests whether the factory can create a manager for the URI |
| Method Detail |
public boolean handlesURI(String uri)
uri - the uri
public DeploymentManager getDeploymentManager(String uri, String userName, String password) throws DeploymentManagerCreationException
uri - the uri of the deployment manageruserName - the user namepassword - the password
DeploymentManagerCreationExceptionpublic DeploymentManager getDisconnectedDeploymentManager(String uri) throws DeploymentManagerCreationException
uri - the uri to connect to
DeploymentManagerCreationExceptionpublic String getDisplayName()
public String getProductVersion()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||