|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.enterprise.deploy.shared.factories.DeploymentFactoryManager
public final class DeploymentFactoryManager
The deployment factory manager.
| Method Summary | |
|---|---|
DeploymentFactory[] |
getDeploymentFactories()
Retrieve the deployment factories |
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 |
static DeploymentFactoryManager |
getInstance()
Retrieve the instance of the deployment factory manager |
void |
registerDeploymentFactory(DeploymentFactory factory)
Register a deployment factory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DeploymentFactoryManager getInstance()
public DeploymentFactory[] getDeploymentFactories()
public DeploymentManager getDeploymentManager(String uri,
String userName,
String password)
throws DeploymentManagerCreationException
uri - the uri of the deployment manageruserName - the user namepassword - the password
DeploymentManagerCreationExceptionpublic void registerDeploymentFactory(DeploymentFactory factory)
factory - the deployment factory
public DeploymentManager getDisconnectedDeploymentManager(String uri)
throws DeploymentManagerCreationException
uri - the uri to connect to
DeploymentManagerCreationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||