Compoze Software, Inc.

com.compoze.trigger
Class ScheduleHandler


java.lang.Object

  |

  +--com.compoze.trigger.ScheduleHandler

All Implemented Interfaces:
IRequestHandler

public class ScheduleHandler
extends java.lang.Object
implements IRequestHandler

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

ScheduleHandler


public ScheduleHandler()
Method Detail

handlesRequest


public boolean handlesRequest(java.lang.Object request)
Test to see if this handler handles the specified request.
Specified by:
handlesRequest in interface IRequestHandler
Parameters:
request - the request object
Returns:
true if this handler handles this type of request

handleRequest


public java.lang.Object handleRequest(java.lang.Object request,
                                      ConnectionContext connectionContext)
Handle the specified request.
Specified by:
handleRequest in interface IRequestHandler
Parameters:
request - the request object
connectionContext - the connection context
Returns:
the response object

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.