Log4j 2.0alpha-1

org.apache.log4j.net
Class SocketReceiver.SocketDetail

java.lang.Object
  extended by org.apache.log4j.net.SocketReceiver.SocketDetail
All Implemented Interfaces:
org.apache.log4j.net.AddressBased, org.apache.log4j.net.NetworkBased, org.apache.log4j.net.PortBased, org.apache.log4j.plugins.Pauseable
Enclosing class:
SocketReceiver

public static class SocketReceiver.SocketDetail
extends java.lang.Object
implements org.apache.log4j.net.AddressBased, org.apache.log4j.net.PortBased, org.apache.log4j.plugins.Pauseable


Method Summary
 java.lang.String getAddress()
           
 java.lang.String getName()
           
 int getPort()
           
 boolean isActive()
           
 boolean isPaused()
           
 void setPaused(boolean paused)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAddress

public java.lang.String getAddress()
Specified by:
getAddress in interface org.apache.log4j.net.AddressBased

getPort

public int getPort()
Specified by:
getPort in interface org.apache.log4j.net.PortBased

getName

public java.lang.String getName()
Specified by:
getName in interface org.apache.log4j.net.NetworkBased

isActive

public boolean isActive()
Specified by:
isActive in interface org.apache.log4j.net.NetworkBased

isPaused

public boolean isPaused()
Specified by:
isPaused in interface org.apache.log4j.plugins.Pauseable

setPaused

public void setPaused(boolean paused)
Specified by:
setPaused in interface org.apache.log4j.plugins.Pauseable

Log4j 2.0alpha-1

Copyright 2000-2003 Apache Software Foundation.