Uses of Interface
org.apache.commons.latka.event.RequestEvent

Packages that use RequestEvent
org.apache.commons.latka   
org.apache.commons.latka.event   
org.apache.commons.latka.junit   
 

Uses of RequestEvent in org.apache.commons.latka
 

Methods in org.apache.commons.latka with parameters of type RequestEvent
protected  org.dom4j.Element XMLReporter.createRequestElement(RequestEvent event)
          Utility method that converts a RequestEvent object to its corresponding element in the dom4j object.
protected  void DefaultLatkaEventInfo.recordSuccess(RequestEvent event, boolean bool)
          Record the "success status" of a request event.
 void XMLReporter.requestError(RequestEvent event)
           
 void DefaultLatkaEventInfo.requestError(RequestEvent event)
          Invoked if a request error occurs.
 void XMLReporter.requestFailed(RequestEvent event)
           
 void DefaultLatkaEventInfo.requestFailed(RequestEvent event)
          Invoked if the request failed.
 void XMLReporter.requestSkipped(RequestEvent event)
           
 void DefaultLatkaEventInfo.requestSkipped(RequestEvent event)
          A skipped request.
 void XMLReporter.requestSucceeded(RequestEvent event)
           
 void DefaultLatkaEventInfo.requestSucceeded(RequestEvent event)
          Invoked if the request succeeds.
 

Uses of RequestEvent in org.apache.commons.latka.event
 

Classes in org.apache.commons.latka.event that implement RequestEvent
 class BaseRequestEvent
          The base class for request events fired by latka.
 class RequestErrorEvent
          An event that represents an error that occurred processing a request
 class RequestFailedEvent
          An event for when a request fails
 class RequestSkippedEvent
          An event used when Latka skips a request
 class RequestSucceededEvent
          An event generated by Latka when a request completes successfully
 

Methods in org.apache.commons.latka.event with parameters of type RequestEvent
 void LatkaEventPublisher.requestError(RequestEvent event)
          send the supplied event to all listeners
 void LatkaEventListener.requestError(RequestEvent event)
          Invoked if a request error occurs.
 void LatkaEventPublisher.requestFailed(RequestEvent event)
          send the supplied event to all listeners
 void LatkaEventListener.requestFailed(RequestEvent event)
          Invoked if the request failed.
 void LatkaEventPublisher.requestSkipped(RequestEvent event)
          send the supplied event to all listeners
 void LatkaEventListener.requestSkipped(RequestEvent event)
          A skipped request.
 void LatkaEventPublisher.requestSucceeded(RequestEvent event)
          send the supplied event to all listeners
 void LatkaEventListener.requestSucceeded(RequestEvent event)
          Invoked if the request succeeds
 

Uses of RequestEvent in org.apache.commons.latka.junit
 

Methods in org.apache.commons.latka.junit with parameters of type RequestEvent
 void JUnitEventReporter.requestError(RequestEvent event)
          Process a Latka request error
 void JUnitEventReporter.requestFailed(RequestEvent event)
          Process a Latka request failure
 void JUnitEventReporter.requestSkipped(RequestEvent event)
          Process a Latka event being skipped
 void JUnitEventReporter.requestSucceeded(RequestEvent event)
          Process a Latka request success event
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.