org.jboss.portal.server.config
Interface Configuration

All Known Implementing Classes:
ConfigurationImpl

public interface Configuration


Method Summary
 int getNonSecurePort()
           
 int getSecurePort()
           
 void setNonSecurePort(int port)
           
 void setSecurePort(int port)
           
 

Method Detail

getNonSecurePort

int getNonSecurePort()

setNonSecurePort

void setNonSecurePort(int port)

getSecurePort

int getSecurePort()

setSecurePort

void setSecurePort(int port)