allensoft.bug.server
Interface BugServer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
DatabaseBugServer

public interface BugServer
extends java.rmi.Remote

The remote interface to a bug server. The bug server processes bug reports sent to it.


Method Summary
 void processBugReport(BugReport bugREport)
          Process the supplied bug report.
 

Method Detail

processBugReport

public void processBugReport(BugReport bugREport)
                      throws java.rmi.RemoteException,
                             NestingException
Process the supplied bug report.