org.jboss.arquillian.jbossas.remote60
Class JBossASConfiguration

java.lang.Object
  extended by 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

Constructor Summary
JBossASConfiguration()
           
 
Method Summary
 ContainerProfile getContainerProfile()
           
 String getLocalDeploymentBindAddress()
           
 int getLocalDeploymentBindPort()
           
 String getProfileName()
           
 String getRemoteServerAddress()
           
 int getRemoteServerHttpPort()
           
 void setLocalDeploymentBindAddress(String localDeploymentBindAddress)
           
 void setLocalDeploymentBindPort(int localDeploymentBindPort)
           
 void setProfileName(String profileName)
           
 void setRemoteServerAddress(String remoteServerAddress)
           
 void setRemoteServerHttpPort(int remoteServerHttpPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossASConfiguration

public JBossASConfiguration()
Method Detail

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.