|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.enterprise.deploy.shared.factories.DeploymentFactoryManager
The deployment factory manager.
Method Summary | |
DeploymentFactory (src) [] |
getDeploymentFactories()
Retrieve the deployment factories |
DeploymentManager (src) |
getDeploymentManager(java.lang.String uri,
java.lang.String userName,
java.lang.String password)
Get a connected deployment manager |
DeploymentManager (src) |
getDisconnectedDeploymentManager(java.lang.String uri)
Get a disconnected version of the deployment manager |
static DeploymentFactoryManager (src) |
getInstance()
Retrieve the instance of the deployment factory manager |
void |
registerDeploymentFactory(DeploymentFactory (src) 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 (src) getInstance()
public DeploymentFactory (src) [] getDeploymentFactories()
public DeploymentManager (src) getDeploymentManager(java.lang.String uri, java.lang.String userName, java.lang.String password) throws DeploymentManagerCreationException (src)
uri
- the uri of the deployment manageruserName
- the user namepassword
- the password
DeploymentManagerCreationException (src)
public void registerDeploymentFactory(DeploymentFactory (src) factory)
factory
- the deployment factorypublic DeploymentManager (src) getDisconnectedDeploymentManager(java.lang.String uri) throws DeploymentManagerCreationException (src)
uri
- the uri to connect to
DeploymentManagerCreationException (src)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |