|
Log4j 1.3alpha-6 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.log4j.net.SocketReceiver.SocketDetail
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 |
public java.lang.String getAddress()
AddressBased
getAddress
in interface AddressBased
public int getPort()
PortBased
getPort
in interface PortBased
public java.lang.String getName()
getName
in interface NetworkBased
public boolean isActive()
isActive
in interface NetworkBased
public boolean isPaused()
isPaused
in interface Pauseable
public void setPaused(boolean paused)
setPaused
in interface Pauseable
|
Log4j 1.3alpha-6 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |