JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Help
org.apache.activemq.util
Suspendable
Contents
Description
Method Summary
Method Details
suspend()
resume()
Hide sidebar
Show sidebar
Interface Suspendable
public interface
Suspendable
Interface implemented by services that can be suspended and resumed.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
resume
()
void
suspend
()
Method Details
suspend
void
suspend
() throws
Exception
Throws:
Exception
resume
void
resume
() throws
Exception
Throws:
Exception