|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.enterprise.deploy.shared.factories.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
DeploymentManagerCreationException
public void registerDeploymentFactory(DeploymentFactory factory)
factory
- the deployment factorypublic 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 |