Deprecated API


Contents
Deprecated Methods
org.apache.log4j.net.SocketReceiver.getListener()
          This receiver now supports multiple listeners 
org.apache.log4j.net.SocketReceiver.setListener(SocketNodeEventListener)
          This receiver now supports multiple listeners and so this method simply removes the listener (if there already) and readds it to the list. The passed listener will also be returned via the getListener() method still, but this is also deprecated 
org.apache.log4j.net.SocketNode13.setListener(SocketNodeEventListener)
          Now supports mutliple listeners, this method simply invokes the removeSocketNodeEventListener() to remove the listener, and then readds it. 
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.