com.JRcServer.commons.net
クラス NetAgentElement

java.lang.Object
  上位を拡張 com.JRcServer.commons.net.NetAgentElement

public abstract class NetAgentElement
extends java.lang.Object

ネットワークエージェント要素.

対象ネットワークのオープン/クローズ処理をサポートする エージェント要素です.

導入されたバージョン:
JRcCommons 1.00
バージョン:
1.00, 2004/10/12
作成者:
Masahito Suzuki

コンストラクタの概要
NetAgentElement()
          コンストラクタ.
 
メソッドの概要
 java.lang.String getAdapter()
          対象アダプタ名を取得.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NetAgentElement

public NetAgentElement()
コンストラクタ.

メソッドの詳細

getAdapter

public java.lang.String getAdapter()
対象アダプタ名を取得.

設定されている対象アダプタ名を取得します.

戻り値:
String 設定されている対象アダプタ名が返されます.