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

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

public class PortServiceListHolderFactory
extends java.lang.Object

Implementation of port service list holder factory


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

Constructor Detail

PortServiceListHolderFactory

public PortServiceListHolderFactory()
Method Detail

create

public static PortServiceListHolder create()
Creates port service list holder

Returns:
Created PortServiceListHolder object

clone

public static PortServiceListHolder clone(PortServiceListHolder rhs)
Creates the clone of port service list holder

Parameters:
rhs - PortServiceListHolder object
Returns:
Created PortServiceListHolde object