org.apache.shindig.protocol
Class HandlerExecutionListener.NoOpHandler

java.lang.Object
  extended by org.apache.shindig.protocol.HandlerExecutionListener.NoOpHandler
All Implemented Interfaces:
HandlerExecutionListener
Enclosing interface:
HandlerExecutionListener

public static class HandlerExecutionListener.NoOpHandler
extends Object
implements HandlerExecutionListener

Default no-op implementation


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.shindig.protocol.HandlerExecutionListener
HandlerExecutionListener.LoggingHandler, HandlerExecutionListener.NoOpHandler
 
Constructor Summary
HandlerExecutionListener.NoOpHandler()
           
 
Method Summary
 void executed(String service, String operation, RequestItem request)
           
 void executing(String service, String operation, RequestItem request)
          Called prior to executing a REST or RPC handler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerExecutionListener.NoOpHandler

public HandlerExecutionListener.NoOpHandler()
Method Detail

executing

public void executing(String service,
                      String operation,
                      RequestItem request)
Description copied from interface: HandlerExecutionListener
Called prior to executing a REST or RPC handler

Specified by:
executing in interface HandlerExecutionListener
Parameters:
service - Name of the service being called
operation - Name of operation being called
request - being executed

executed

public void executed(String service,
                     String operation,
                     RequestItem request)
Specified by:
executed in interface HandlerExecutionListener


Copyright © 2007-2012. All Rights Reserved.