Log4j 1.3alpha-6

org.apache.log4j.net
Class SocketReceiver.SocketDetail

java.lang.Object
  |
  +--org.apache.log4j.net.SocketReceiver.SocketDetail
All Implemented Interfaces:
AddressBased, NetworkBased, Pauseable, PortBased
Enclosing class:
SocketReceiver

public static class SocketReceiver.SocketDetail
extends java.lang.Object
implements AddressBased, PortBased, Pauseable


Method Summary
 java.lang.String getAddress()
          Returns a String representation of the Address this instance encompasses
 java.lang.String getName()
           
 int getPort()
          Returns the Port # that this net based thing is using
 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()
Description copied from interface: AddressBased
Returns a String representation of the Address this instance encompasses

Specified by:
getAddress in interface AddressBased
Returns:
String representation of the Address

getPort

public int getPort()
Description copied from interface: PortBased
Returns the Port # that this net based thing is using

Specified by:
getPort in interface PortBased
Returns:
int port number

getName

public java.lang.String getName()
Specified by:
getName in interface NetworkBased

isActive

public boolean isActive()
Specified by:
isActive in interface NetworkBased

isPaused

public boolean isPaused()
Specified by:
isPaused in interface Pauseable

setPaused

public void setPaused(boolean paused)
Specified by:
setPaused in interface Pauseable

Log4j 1.3alpha-6

Copyright 2000-2005 Apache Software Foundation.