org.nanocontainer.testmodel
Class WebServerConfigComp

java.lang.Object
  extended by org.nanocontainer.testmodel.WebServerConfigComp
All Implemented Interfaces:
WebServerConfig

public class WebServerConfigComp
extends Object
implements WebServerConfig


Constructor Summary
WebServerConfigComp(String host, int port)
           
 
Method Summary
 String getHost()
           
 int getPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServerConfigComp

public WebServerConfigComp(String host,
                           int port)
Method Detail

getHost

public String getHost()
Specified by:
getHost in interface WebServerConfig

getPort

public int getPort()
Specified by:
getPort in interface WebServerConfig


Copyright © 2003-2009 Codehaus. All Rights Reserved.