org.jboss.arquillian.jbossas.remote60
Class JBossASConfiguration
java.lang.Object
org.jboss.arquillian.jbossas.remote60.JBossASConfiguration
- All Implemented Interfaces:
- ContainerConfiguration
public class JBossASConfiguration
- extends Object
- implements ContainerConfiguration
A ContainerConfiguration implementation for
the JBoss AS container.
- Version:
- $Revision: $
- Author:
- German Escobar, Aslak Knutsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossASConfiguration
public JBossASConfiguration()
getContainerProfile
public ContainerProfile getContainerProfile()
- Specified by:
getContainerProfile in interface ContainerConfiguration
getProfileName
public String getProfileName()
setProfileName
public void setProfileName(String profileName)
getRemoteServerAddress
public String getRemoteServerAddress()
setRemoteServerAddress
public void setRemoteServerAddress(String remoteServerAddress)
getRemoteServerHttpPort
public int getRemoteServerHttpPort()
setRemoteServerHttpPort
public void setRemoteServerHttpPort(int remoteServerHttpPort)
getLocalDeploymentBindAddress
public String getLocalDeploymentBindAddress()
setLocalDeploymentBindAddress
public void setLocalDeploymentBindAddress(String localDeploymentBindAddress)
getLocalDeploymentBindPort
public int getLocalDeploymentBindPort()
setLocalDeploymentBindPort
public void setLocalDeploymentBindPort(int localDeploymentBindPort)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.