org.apache.log4j.net
Interface AddressBased
- All Superinterfaces:
- NetworkBased
- All Known Implementing Classes:
- MulticastReceiver, SocketReceiver.SocketDetail
- 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.
- Author:
- Paul Smith
Method Summary |
String |
getAddress()
Returns a String representation of the Address this instance
encompasses |
getAddress
public String getAddress()
- Returns a String representation of the Address this instance
encompasses
- Returns:
- String representation of the Address
Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.