ch.elca.el4j.tests.env
Class ServletContainer

java.lang.Object
  extended by ch.elca.el4j.tests.env.ServletContainer

public class ServletContainer
extends Object

This class is used for testing purposes only.

Author:
Andreas Bur (ABU)
File-location:
ServletContainer
Last check-in date:
2009-08-04 15:35:01 +0200 (Di, 04. Aug 2009) by swismer for revision 3883

Field Summary
private  String m_container
          The container's name.
private  int m_port
          The container's port.
 
Constructor Summary
ServletContainer()
           
 
Method Summary
 String getContainer()
           
 int getPort()
           
 void setContainer(String container)
          Sets the container's name.
 void setPort(int port)
          Sets the container's port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_container

private String m_container
The container's name.


m_port

private int m_port
The container's port.

Constructor Detail

ServletContainer

public ServletContainer()
Method Detail

getContainer

public String getContainer()
Returns:
Returns the container's name.

setContainer

public void setContainer(String container)
Sets the container's name.

Parameters:
container - The name.

getPort

public int getPort()
Returns:
Returns the container's port.

setPort

public void setPort(int port)
Sets the container's port.

Parameters:
port - The container's port.


Copyright © 2005-2011 ELCA. All Rights Reserved.