jp.go.aist.rtm.RTC.util
Class PortListHolderFactory

java.lang.Object
  extended by jp.go.aist.rtm.RTC.util.PortListHolderFactory

public class PortListHolderFactory
extends java.lang.Object

Implementation of PortListHolder factory


Constructor Summary
PortListHolderFactory()
           
 
Method Summary
static PortServiceListHolder clone(PortServiceListHolder rhs)
           Creates the clone of PortServiceListHolder
static PortServiceListHolder create()
           Creates PortServiceListHolder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortListHolderFactory

public PortListHolderFactory()
Method Detail

create

public static PortServiceListHolder create()
Creates PortServiceListHolder

Returns:
Created PortServiceListHolder object

clone

public static PortServiceListHolder clone(PortServiceListHolder rhs)
Creates the clone of PortServiceListHolder

Parameters:
rhs - PortServiceListHolder object
Returns:
Copied PortServiceListHolder object