public interface DeploymentFactory
Modifier and Type | Method and Description |
---|---|
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
|
boolean handlesURI(String uri)
uri
- the uriDeploymentManager getDeploymentManager(String uri, String userName, String password) throws DeploymentManagerCreationException
uri
- the uri of the deployment manageruserName
- the user namepassword
- the passwordDeploymentManagerCreationException
DeploymentManager getDisconnectedDeploymentManager(String uri) throws DeploymentManagerCreationException
uri
- the uri to connect toDeploymentManagerCreationException
String getDisplayName()
String getProductVersion()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.