|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.tests.env.ServletContainer
public class ServletContainer
This class is used for testing purposes only.
| 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 |
|---|
private String m_container
private int m_port
| Constructor Detail |
|---|
public ServletContainer()
| Method Detail |
|---|
public String getContainer()
public void setContainer(String container)
container - The name.public int getPort()
public void setPort(int port)
port - The container's port.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||