|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Wrapper
org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
org.apache.catalina.Host
Field Summary | |
protected java.lang.Object |
core
Wrapped object to be accessed via reflection. |
Constructor Summary | |
Tomcat5xEmbedded.Host(java.lang.Object core)
Wraps a Host object. |
Method Summary | |
void |
addChild(Tomcat5xEmbedded.Context context)
Deploys a web application. |
java.lang.String |
getName()
Gets the name of thist host. |
protected java.lang.Object |
invoke(java.lang.reflect.Method method)
Invokes a method on the wrapped object. |
protected java.lang.Object |
invoke(java.lang.reflect.Method method,
java.lang.Object arg1)
Invokes a method on the wrapped object. |
protected java.lang.Object |
invoke(java.lang.reflect.Method method,
java.lang.Object[] args)
Invokes a method on the wrapped object. |
protected java.lang.Object |
invoke(java.lang.reflect.Method method,
java.lang.Object arg1,
java.lang.Object arg2)
Invokes a method on the wrapped object. |
protected java.lang.Object |
invoke(java.lang.reflect.Method method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Invokes a method on the wrapped object. |
void |
removeChild(Tomcat5xEmbedded.Context context)
Removes a web application. |
void |
setAutoDeploy(boolean b)
Supposed to enable auto-deployment of war file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final java.lang.Object core
Constructor Detail |
public Tomcat5xEmbedded.Host(java.lang.Object core)
Host
object.
core
- non-null.Method Detail |
public void setAutoDeploy(boolean b)
b
- true to enable.public java.lang.String getName()
public void addChild(Tomcat5xEmbedded.Context context)
context
- context to be deployed.public void removeChild(Tomcat5xEmbedded.Context context)
context
- context to be removed.protected java.lang.Object invoke(java.lang.reflect.Method method)
method
- the method to invoke
protected java.lang.Object invoke(java.lang.reflect.Method method, java.lang.Object arg1)
method
- the method to invokearg1
- the 1st argument for invocations.
protected java.lang.Object invoke(java.lang.reflect.Method method, java.lang.Object arg1, java.lang.Object arg2)
method
- the method to invokearg1
- the 1st argument for invocations.arg2
- the 2nd argument for invocations.
protected java.lang.Object invoke(java.lang.reflect.Method method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
method
- the method to invokearg1
- the 1st argument for invocations.arg2
- the 2nd argument for invocations.arg3
- the 3rd argument for invocations.
protected java.lang.Object invoke(java.lang.reflect.Method method, java.lang.Object[] args)
method
- the method to invokeargs
- the arguments for invocations.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |