org.apache.log4j.net
インタフェース AddressBased

すべてのスーパーインタフェース:
NetworkBased
既知の実装クラスの一覧:
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.

作成者:
Paul Smith (psmith@apache.org)

メソッドの概要
 java.lang.String getAddress()
          Returns a String representation of the Address this instance encompasses.
 
インタフェース org.apache.log4j.net.NetworkBased から継承されたメソッド
getName, isActive
 

メソッドの詳細

getAddress

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

戻り値:
String representation of the Address


Copyright © 2010 Apache Software Foundation. All Rights Reserved.