| Package | Description | 
|---|---|
| javax.enterprise.deploy.shared.factories | Provides shared factory manager object for Tool Vendor and Product Vendor implementation classes. | 
| javax.enterprise.deploy.spi.factories | Provides J2EE Product Vendor deployment factory implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeploymentManager | DeploymentFactoryManager. getDeploymentManager(String uri,
                    String username,
                    String password)Retrieves a DeploymentManager instance to use for deployment. | 
| DeploymentManager | DeploymentFactoryManager. getDisconnectedDeploymentManager(String uri)Return a disconnected DeploymentManager instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeploymentManager | DeploymentFactory. getDeploymentManager(String uri,
                    String username,
                    String password)Return a connected DeploymentManager instance. | 
| DeploymentManager | DeploymentFactory. getDisconnectedDeploymentManager(String uri)Return a disconnected DeploymentManager instance. | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.