|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.trigger.ScheduleHandler
This class handles scheduling requests.
Constructor Summary | |
ScheduleHandler()
|
Method Summary | |
java.lang.Object |
handleRequest(java.lang.Object request,
ConnectionContext connectionContext)
Handle the specified request. |
boolean |
handlesRequest(java.lang.Object request)
Test to see if this handler handles the specified request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScheduleHandler()
Method Detail |
public boolean handlesRequest(java.lang.Object request)
handlesRequest
in interface IRequestHandler
request
- the request objectpublic java.lang.Object handleRequest(java.lang.Object request, ConnectionContext connectionContext)
handleRequest
in interface IRequestHandler
request
- the request objectconnectionContext
- the connection context
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |