jp.go.aist.rtm.RTC.util
クラス PortServiceListHolderFactory

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.util.PortServiceListHolderFactory

public class PortServiceListHolderFactory
extends java.lang.Object

Java用ポートサービスリストホルダーファクトリの実装です。


コンストラクタの概要
PortServiceListHolderFactory()
           
 
メソッドの概要
static PortServiceListHolder clone(PortServiceListHolder rhs)
          ポートサービスリストホルダーの複製を生成します。
static PortServiceListHolder create()
          ポートサービスリストホルダーを生成します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PortServiceListHolderFactory

public PortServiceListHolderFactory()
メソッドの詳細

create

public static PortServiceListHolder create()

ポートサービスリストホルダーを生成します。

戻り値:
生成されたPortServiceListHolderオブジェクト

clone

public static PortServiceListHolder clone(PortServiceListHolder rhs)

ポートサービスリストホルダーの複製を生成します。

パラメータ:
rhs - PortServiceListHolderオブジェクト
戻り値:
コピーされたPortServiceListHolderオブジェクト