Log4j 1.3alpha-7

org.apache.log4j.plugins
Interface Pauseable

All Known Implementing Classes:
CustomSQLDBReceiver, DBReceiver, MulticastReceiver, SocketNode, SocketReceiver, SocketReceiver.SocketDetail, UDPReceiver, XMLSocketReceiver

public interface Pauseable

Instances of this interface can be paused, and resumed.

Author:
Paul Smith

Method Summary
 boolean isPaused()
           
 void setPaused(boolean paused)
           
 

Method Detail

setPaused

public void setPaused(boolean paused)

isPaused

public boolean isPaused()

Log4j 1.3alpha-7

Copyright 2000-2005 Apache Software Foundation.