org.apache.qpid.test.framework
Class CauseFailureUserPrompt

java.lang.Object
  extended by org.apache.qpid.test.framework.CauseFailureUserPrompt
All Implemented Interfaces:
CauseFailure

public class CauseFailureUserPrompt
extends Object
implements CauseFailure

Causes a message broker failure by interactively prompting the user to cause it.

CRC Card
Responsibilities Collaborations
Cause messaging broker failure.


Constructor Summary
CauseFailureUserPrompt()
           
 
Method Summary
 void causeFailure()
          Causes the active message broker to fail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CauseFailureUserPrompt

public CauseFailureUserPrompt()
Method Detail

causeFailure

public void causeFailure()
Causes the active message broker to fail.

Specified by:
causeFailure in interface CauseFailure


Licensed to the Apache Software Foundation