jp.go.aist.rtm.RTC
Class FactoryGlobal.FactoryEntry

java.lang.Object
  extended by jp.go.aist.rtm.RTC.FactoryGlobal.FactoryEntry
Enclosing class:
FactoryGlobal<ABSTRACTCLASS,IDENTIFIER>

 class FactoryGlobal.FactoryEntry
extends java.lang.Object

Class for creation/destruction interface management


Field Summary
 ObjectCreator<ABSTRACTCLASS> creator_
           Creation interface variable
 ObjectDestructor destructor_
           Destruction interface variable
 
Constructor Summary
FactoryGlobal.FactoryEntry()
           Constructor
FactoryGlobal.FactoryEntry(ObjectCreator creator, ObjectDestructor destructor)
           Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

creator_

public ObjectCreator<ABSTRACTCLASS> creator_
Creation interface variable


destructor_

public ObjectDestructor destructor_
Destruction interface variable

Constructor Detail

FactoryGlobal.FactoryEntry

public FactoryGlobal.FactoryEntry()
Constructor


FactoryGlobal.FactoryEntry

public FactoryGlobal.FactoryEntry(ObjectCreator creator,
                                  ObjectDestructor destructor)
Constructor

Parameters:
creator - Creation interface
destructor - Destruction interface