|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.server.request.RequestState
public class RequestState
RequestHandler state object.
Description:
Contains the next request handler, used by request handler chaining
Concurrency issues:
-
Constructor Summary | |
---|---|
RequestState(java.lang.String sNextHandler)
The constructor used for creating an object of this class. |
Method Summary | |
---|---|
java.lang.String |
getNextHandler()
Returns the ID of the next handler for chaining. |
boolean |
hasNextHandler()
Returns TRUE if a next handler is available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestState(java.lang.String sNextHandler)
sNextHandler
- ID of the next requesthandler in the chaining processMethod Detail |
---|
public boolean hasNextHandler()
public java.lang.String getNextHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |