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オブジェクト