allensoft.bug
Class RMIBugSubmitter

java.lang.Object
  |
  +--allensoft.bug.WizardBasedBugSubmitter
        |
        +--allensoft.bug.RMIBugSubmitter
All Implemented Interfaces:
BugSubmitter

public class RMIBugSubmitter
extends WizardBasedBugSubmitter

Submits a bug report by connecting to a BugServer object using RMI.


Inner Class Summary
protected  class RMIBugSubmitter.RMIBugReportWizard
           
 
Constructor Summary
RMIBugSubmitter(java.lang.String sServerName)
           
 
Method Summary
protected  Wizard createWizard(BugReport bugReport)
          Creates the wizard that should be used to submit the bug report.
 
Methods inherited from class allensoft.bug.WizardBasedBugSubmitter
submitBugReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIBugSubmitter

public RMIBugSubmitter(java.lang.String sServerName)
Method Detail

createWizard

protected Wizard createWizard(BugReport bugReport)
Description copied from class: WizardBasedBugSubmitter
Creates the wizard that should be used to submit the bug report.
Overrides:
createWizard in class WizardBasedBugSubmitter