Package org.apache.log4j.plugins
Interface Pauseable
-
- All Known Implementing Classes:
CustomSQLDBReceiver
,DBReceiver
,MulticastReceiver
,UDPReceiver
,XMLSocketReceiver
public interface Pauseable
Instances of this interface can be paused, and resumed.- Author:
- Paul Smith (psmith@apache.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isPaused()
Get paused state.void
setPaused(boolean paused)
Set paused state.
-