Package org.apache.log4j.net
Interface NetworkBased
-
- All Known Subinterfaces:
AddressBased
,PortBased
- All Known Implementing Classes:
MulticastAppender
,MulticastReceiver
,UDPAppender
,UDPReceiver
,XMLSocketReceiver
public interface NetworkBased
The parent of all the Network based interfaces.- Author:
- Paul Smith (psmith@apache.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Get name.boolean
isActive()
Get if item is active.
-
-
-
Method Detail
-
getName
String getName()
Get name.- Returns:
- name.
-
isActive
boolean isActive()
Get if item is active.- Returns:
- if true, item is active.
-
-