org.apache.qpid.test.framework
Class CauseFailureUserPrompt
java.lang.Object
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.
|
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 |
CauseFailureUserPrompt
public CauseFailureUserPrompt()
causeFailure
public void causeFailure()
- Causes the active message broker to fail.
- Specified by:
causeFailure
in interface CauseFailure
Licensed to the Apache Software Foundation