|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Action inside a Service. This kind if object handle a particular client request. Ex : GET, POST, HEAD are actions tied to the HTTP/1.0 protocol. A action should be a fast processing, there's no possibility to stop it. Service must define a little communication with the param object.
Method Summary | |
java.lang.String |
getName()
|
void |
init(ActionConfig config)
Initialize the action once |
void |
setName(java.lang.String name)
|
void |
start(java.lang.Object param)
Run the action with a particular param |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public void init(ActionConfig config)
config
- Configuration about the actionpublic void start(java.lang.Object param)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |