org.omg.FT
Class FactoryInfo

java.lang.Object
  |
  +--org.omg.FT.FactoryInfo
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class FactoryInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 Property[] the_criteria
           
 GenericFactory the_factory
           
 org.omg.CosNaming.NameComponent[] the_location
           
 
Constructor Summary
FactoryInfo()
           
FactoryInfo(GenericFactory the_factory, org.omg.CosNaming.NameComponent[] the_location, Property[] the_criteria)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

the_factory

public GenericFactory the_factory

the_location

public org.omg.CosNaming.NameComponent[] the_location

the_criteria

public Property[] the_criteria
Constructor Detail

FactoryInfo

public FactoryInfo()

FactoryInfo

public FactoryInfo(GenericFactory the_factory,
                   org.omg.CosNaming.NameComponent[] the_location,
                   Property[] the_criteria)