org.objectweb.dolphin.test.framework.util
Interface DeploymentUtil


public interface DeploymentUtil


Method Summary
 java.lang.String getConnectionURI()
           
 javax.enterprise.deploy.shared.factories.DeploymentFactoryManager getDeploymentFactoryManager()
           
 java.util.jar.JarFile getDeploymentJar()
           
 java.lang.String getFactoryClassName()
           
 java.lang.String getInvalidPassword()
           
 java.lang.String getInvalidUsername()
           
 java.lang.String getValidPassword()
           
 java.lang.String getValidUsername()
           
 boolean hasSecurity()
           
 void registerDeploymentFactory()
           
 

Method Detail

getDeploymentJar

public java.util.jar.JarFile getDeploymentJar()
                                       throws java.io.IOException
Throws:
java.io.IOException

getDeploymentFactoryManager

public javax.enterprise.deploy.shared.factories.DeploymentFactoryManager getDeploymentFactoryManager()

registerDeploymentFactory

public void registerDeploymentFactory()

getConnectionURI

public java.lang.String getConnectionURI()

getFactoryClassName

public java.lang.String getFactoryClassName()

getValidUsername

public java.lang.String getValidUsername()

getValidPassword

public java.lang.String getValidPassword()

getInvalidUsername

public java.lang.String getInvalidUsername()

getInvalidPassword

public java.lang.String getInvalidPassword()

hasSecurity

public boolean hasSecurity()