Interface AddressBased

All Superinterfaces:
NetworkBased
All Known Implementing Classes:
MulticastReceiver

public interface AddressBased extends NetworkBased
Net based entities that 'work with' an Address should consider implementing this interface so that they can be treated generically.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a String representation of the Address this instance encompasses.

    Methods inherited from interface org.apache.log4j.net.NetworkBased

    getName, isActive
  • Method Details

    • getAddress

      String getAddress()
      Returns a String representation of the Address this instance encompasses.
      Returns:
      String representation of the Address