net.sf.fmj.ui.wizards
Class ProcessorWizardResult

java.lang.Object
  extended by net.sf.fmj.ui.wizards.ProcessorWizardResult
Direct Known Subclasses:
RTPTransmitWizardResult, TranscodeWizardResult

public class ProcessorWizardResult
extends java.lang.Object

Author:
Ken Larson

Field Summary
 Processor processor
           
 
Constructor Summary
ProcessorWizardResult()
           
 
Method Summary
 void step1_createProcessorAndSetUrl(ProcessorWizardConfig config)
          config.url must be set
 void step2_setContentDescriptor(ProcessorWizardConfig config)
          config.contentDescriptor must be set
 void step3_setTrackConfigs(ProcessorWizardConfig config)
          config.trackConfigs must be set
 void step4_setDestUrlAndStart(ProcessorWizardConfig config)
          config.desturl must be set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processor

public Processor processor
Constructor Detail

ProcessorWizardResult

public ProcessorWizardResult()
Method Detail

step1_createProcessorAndSetUrl

public void step1_createProcessorAndSetUrl(ProcessorWizardConfig config)
                                    throws WizardStepException
config.url must be set

Throws:
WizardStepException

step2_setContentDescriptor

public void step2_setContentDescriptor(ProcessorWizardConfig config)
                                throws WizardStepException
config.contentDescriptor must be set

Throws:
WizardStepException

step3_setTrackConfigs

public void step3_setTrackConfigs(ProcessorWizardConfig config)
                           throws WizardStepException
config.trackConfigs must be set

Throws:
WizardStepException

step4_setDestUrlAndStart

public void step4_setDestUrlAndStart(ProcessorWizardConfig config)
                              throws WizardStepException
config.desturl must be set

Throws:
WizardStepException