|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.deployment.spi.factories.DeploymentFactoryImpl
The DeploymentFactory interface is a deployment driver for a J2EE plaform product. It returns a DeploymentManager object which represents a connection to a specific J2EE platform product.
| Constructor Summary | |
DeploymentFactoryImpl()
|
|
| Method Summary | |
javax.enterprise.deploy.spi.DeploymentManager |
getDeploymentManager(String uri,
String userName,
String password)
Get a connected deployment manager |
javax.enterprise.deploy.spi.DeploymentManager |
getDisconnectedDeploymentManager(String uri)
Get a disconnected version of the deployment manager |
String |
getDisplayName()
The name of the JBoss DeploymentFactory. |
String |
getProductVersion()
The version of the deployment manager |
boolean |
handlesURI(String uri)
Look for jboss-deployer:.... |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DeploymentFactoryImpl()
| Method Detail |
public boolean handlesURI(String uri)
handlesURI in interface javax.enterprise.deploy.spi.factories.DeploymentFactoryuri - the uri
public javax.enterprise.deploy.spi.DeploymentManager getDeploymentManager(String uri, String userName, String password) throws javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
getDeploymentManager in interface javax.enterprise.deploy.spi.factories.DeploymentFactoryuri - the uri of the deployment manageruserName - the user namepassword - the password
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationExceptionpublic javax.enterprise.deploy.spi.DeploymentManager getDisconnectedDeploymentManager(String uri) throws javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
getDisconnectedDeploymentManager in interface javax.enterprise.deploy.spi.factories.DeploymentFactoryuri - the uri to connect to
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationExceptionpublic String getDisplayName()
getDisplayName in interface javax.enterprise.deploy.spi.factories.DeploymentFactorypublic String getProductVersion()
getProductVersion in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||