org.jboss.portal.server.impl.config
Class ConfigurationImpl

java.lang.Object
  extended by org.jboss.portal.server.impl.config.ConfigurationImpl
All Implemented Interfaces:
Configuration

public class ConfigurationImpl
extends java.lang.Object
implements Configuration


Constructor Summary
ConfigurationImpl()
           
 
Method Summary
 int getNonSecurePort()
           
 int getSecurePort()
           
 void setNonSecurePort(int nonSecurePort)
           
 void setSecurePort(int securePort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationImpl

public ConfigurationImpl()
Method Detail

getNonSecurePort

public int getNonSecurePort()
Specified by:
getNonSecurePort in interface Configuration

setNonSecurePort

public void setNonSecurePort(int nonSecurePort)
Specified by:
setNonSecurePort in interface Configuration

getSecurePort

public int getSecurePort()
Specified by:
getSecurePort in interface Configuration

setSecurePort

public void setSecurePort(int securePort)
Specified by:
setSecurePort in interface Configuration