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.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get name.
    boolean
    Get if item is active.
  • Method Details

    • getName

      String getName()
      Get name.
      Returns:
      name.
    • isActive

      boolean isActive()
      Get if item is active.
      Returns:
      if true, item is active.