|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.ant.jonasbase.Tasks
org.objectweb.jonas.ant.jonasbase.WebContainer
Allow to configure the WebContainer service
Constructor Summary | |
WebContainer()
Default constructor |
Method Summary | |
void |
setAjpPort(java.lang.String portNumber)
Set the AJP port number for the WebContainer |
void |
setClusterListenPort(java.lang.String portNumber)
Set the listen cluster port number for the WebContainer |
void |
setClusterMcastAddr(java.lang.String address)
Set the multicast addr for the cluster |
void |
setClusterMcastPort(java.lang.String portNumber)
Set the multicast port for the cluster |
void |
setDirectorPort(java.lang.String portNumber)
Set the Director port number for the WebContainer |
void |
setName(java.lang.String containerName)
Set the name of the web container : jetty or tomcat |
void |
setPort(java.lang.String portNumber)
Set the port number for the WebContainer |
Methods inherited from class org.objectweb.jonas.ant.jonasbase.Tasks |
addTask, addTasks, addTasks, getTasks |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebContainer()
Method Detail |
public void setPort(java.lang.String portNumber)
portNumber
- the port for the web Containerpublic void setName(java.lang.String containerName)
containerName
- jetty or tomcatpublic void setAjpPort(java.lang.String portNumber)
portNumber
- the AJP portpublic void setDirectorPort(java.lang.String portNumber)
portNumber
- the Director portpublic void setClusterListenPort(java.lang.String portNumber)
portNumber
- the Director portpublic void setClusterMcastAddr(java.lang.String address)
address
- the multicast addresspublic void setClusterMcastPort(java.lang.String portNumber)
portNumber
- the multicast port
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |