Compoze Software, Inc.

com.compoze.trigger
Class StatisticsHandler


java.lang.Object

  |

  +--com.compoze.trigger.StatisticsHandler

All Implemented Interfaces:
IRequestHandler

public class StatisticsHandler
extends java.lang.Object
implements IRequestHandler

This class is a handler for requests for statistics from the server.


Constructor Summary
StatisticsHandler()
           
 
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

StatisticsHandler


public StatisticsHandler()
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.