|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.ishmael.deploy.spi.factories.DeploymentFactoryImpl
public class DeploymentFactoryImpl
DeploymentFactoryImpl URI Form: deployer:jonas:server:port server=servername/jonasname or "offline" Created: Sun Nov 24 09:02:10 2002
| Field Summary | |
|---|---|
static java.lang.String |
DEPLOYER_NAME
Name of this deployer |
static java.lang.String |
TEST_URI
URIs we respons to |
static java.lang.String |
VERSION
Version |
| Constructor Summary | |
|---|---|
DeploymentFactoryImpl()
|
|
| Method Summary | |
|---|---|
javax.enterprise.deploy.spi.DeploymentManager |
getDeploymentManager(java.lang.String uri,
java.lang.String username,
java.lang.String password)
Describe getDeploymentManager method here. |
javax.enterprise.deploy.spi.DeploymentManager |
getDisconnectedDeploymentManager(java.lang.String uri)
Describe getDisconnectedDeploymentManager method here. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getProductVersion()
|
boolean |
handlesURI(java.lang.String uri)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TEST_URI
public static final java.lang.String DEPLOYER_NAME
public static final java.lang.String VERSION
| Constructor Detail |
|---|
public DeploymentFactoryImpl()
| Method Detail |
|---|
public java.lang.String getDisplayName()
getDisplayName in interface javax.enterprise.deploy.spi.factories.DeploymentFactorypublic boolean handlesURI(java.lang.String uri)
handlesURI in interface javax.enterprise.deploy.spi.factories.DeploymentFactoryuri - a String value
true if this factory can handle the indicated URI.
public javax.enterprise.deploy.spi.DeploymentManager getDeploymentManager(java.lang.String uri,
java.lang.String username,
java.lang.String password)
throws javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
getDeploymentManager method here.
getDeploymentManager in interface javax.enterprise.deploy.spi.factories.DeploymentFactoryuri - used to manufacture a DeploymentManager,username - Username used to loginpassword - Password used to login
DeploymentManager
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException - if an error occurs
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException - public javax.enterprise.deploy.spi.DeploymentManager getDisconnectedDeploymentManager(java.lang.String uri)
getDisconnectedDeploymentManager method here.
getDisconnectedDeploymentManager in interface javax.enterprise.deploy.spi.factories.DeploymentFactoryuri - a String value
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException - if an error occurs
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException - public java.lang.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 | |||||||||