edu.iris.Fissures.IfParameterMgr
Interface ParmSetFactoryOperations

All Superinterfaces:
ParameterComponentOperations, ParmSetFinderOperations
All Known Subinterfaces:
ParmSetFactory
All Known Implementing Classes:
_ParmSetFactoryStub, ParmSetFactoryPOA, ParmSetFactoryPOATie

public interface ParmSetFactoryOperations
extends ParmSetFinderOperations

The ParmSetFactory provides the operations to to define a ParmSet


Method Summary
 void create_parameter_def(ParmDef parm_definition)
           
 void create(ParmSetAttr attr)
           
 void destroy()
           
 
Methods inherited from interface edu.iris.Fissures.IfParameterMgr.ParmSetFinderOperations
a_factory, find_all_parm_def_by_creator, find_all_parm_defs, find_defined_parm_names, find_parm_def, get_parm_set_by_name, get_parm_sets_by_creator
 
Methods inherited from interface edu.iris.Fissures.IfParameterMgr.ParameterComponentOperations
a_parm__mgr, a_parmset_finder
 

Method Detail

create

void create(ParmSetAttr attr)

destroy

void destroy()

create_parameter_def

void create_parameter_def(ParmDef parm_definition)
                          throws FissuresException
Throws:
FissuresException