| java.lang.Object com.caucho.j2ee.deployclient.DeploymentFactoryImpl
DeploymentFactoryImpl | public class DeploymentFactoryImpl implements DeploymentFactory(Code) | | Factory for the implementation classes.
|
getDeploymentManager | public DeploymentManager getDeploymentManager(String uri, String username, String password) throws DeploymentManagerCreationException(Code) | | Returns a deployment manager for the URI.
|
getDisconnectedDeploymentManager | public DeploymentManager getDisconnectedDeploymentManager(String uri) throws DeploymentManagerCreationException(Code) | | Returns a deployment manager for the URI.
|
getDisplayName | public String getDisplayName()(Code) | | Returns the name of the vendor's manager.
|
getProductVersion | public String getProductVersion()(Code) | | Returns a string of the version.
|
handlesURI | public boolean handlesURI(String uri)(Code) | | Returns true if the deployment manager handles the URI.
|
|
|