com.ibm.ftt.resources.core.physicalfactory
Class PhysicalResourceFactoryFactory

java.lang.Object
  extended by com.ibm.ftt.resources.core.physicalfactory.PhysicalResourceFactoryFactory

public class PhysicalResourceFactoryFactory
extends Object

A class that returns an instance of a physical resource factory appropriate for the given object class types.

See Also:
IPhysicalResourceFactory

Field Summary
static String COPY_RIGHT
           
 
Constructor Summary
PhysicalResourceFactoryFactory()
           
 
Method Summary
static IPhysicalResourceFactory getFactory(Class parentType, Class childType)
          Returns a physical resource factory for creating an instance of a child of the specified type in a parent of the specified type.
 

Field Detail

COPY_RIGHT

public static final String COPY_RIGHT
See Also:
Constant Field Values
Constructor Detail

PhysicalResourceFactoryFactory

public PhysicalResourceFactoryFactory()
Method Detail

getFactory

public static IPhysicalResourceFactory getFactory(Class parentType,
                                                  Class childType)
Returns a physical resource factory for creating an instance of a child of the specified type in a parent of the specified type.

Parameters:
parentType - the Class of container which is the parent of the resource to be created by the factory; currently only supports ZOSCatalog
childType - the Class of the resource to be created by the factory; currently only supports ZOSPartitionedDataSet
Returns:
a factory instance for creating the specified type of resources