Compoze Software, Inc.

com.compoze.trigger
Class RemoveHandler


java.lang.Object

  |

  +--com.compoze.trigger.RemoveHandler

All Implemented Interfaces:
IRequestHandler

public class RemoveHandler
extends java.lang.Object
implements IRequestHandler

This class handles removing requests.


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

RemoveHandler


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