jpl.mipl.mdms.FileService.komodo.registry.handlers
Class AddFileCompleteHandler

java.lang.Object
  extended by jpl.mipl.mdms.FileService.komodo.registry.handlers.GeneralErrorHandler
      extended by jpl.mipl.mdms.FileService.komodo.registry.handlers.AddFileCompleteHandler
All Implemented Interfaces:
RegistryHandler

public class AddFileCompleteHandler
extends GeneralErrorHandler

Implementation of the registry handler to handle file modification retrieved from the registry call. This class is derived from the GeneralErrorHandler to take advantage of the automatic error capturing and reporting implementation.

Version:
$Id: AddFileCompleteHandler.java,v 1.1 2005/12/16 00:18:04 awt Exp $
Author:
A. Tinio, {Adrian.Tinio@jpl.nasa.gov}

Constructor Summary
AddFileCompleteHandler()
           
 
Method Summary
protected  void _handleResult(Hashtable result)
          A do-nothing method since this class does not handle any results.
 Date getModified()
           
 
Methods inherited from class jpl.mipl.mdms.FileService.komodo.registry.handlers.GeneralErrorHandler
_enableError, _setError, _setErrorMessage, getError, getErrorMessage, getValue, handleError, handleResult, hasError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddFileCompleteHandler

public AddFileCompleteHandler()
Method Detail

getModified

public Date getModified()

_handleResult

protected void _handleResult(Hashtable result)
Description copied from class: GeneralErrorHandler
A do-nothing method since this class does not handle any results.

Overrides:
_handleResult in class GeneralErrorHandler
Parameters:
result - the data retrieved from the registry