|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.EJBRequest
public class EJBRequest
Prototype of EJBRedirector for Cactus.
| Constructor Summary | |
|---|---|
EJBRequest()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName(java.lang.String theClassKey)
A method to get the name of the class as a request parameter. |
java.lang.String |
getMethodName(java.lang.String theMethodKey)
Getter method for the name of the test-method. |
void |
setClassName(java.lang.String theClassKey,
java.lang.String theName)
A method to set the name of the class as a request parameter. |
void |
setMethodName(java.lang.String theMethodKey,
java.lang.String theName)
A method to set the name of the test-method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EJBRequest()
| Method Detail |
|---|
public void setClassName(java.lang.String theClassKey,
java.lang.String theName)
theClassKey - theName - public java.lang.String getClassName(java.lang.String theClassKey)
theClassKey -
public void setMethodName(java.lang.String theMethodKey,
java.lang.String theName)
theMethodKey - theName - public java.lang.String getMethodName(java.lang.String theMethodKey)
theMethodKey -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||