DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr
Class SyncReportEntry

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.ReportEntry
      extended by org.dlese.dpc.schemedit.ndr.SyncReportEntry

public class SyncReportEntry
extends ReportEntry

Class to capture the results of a NDRSync operation in which a metadata record is written to the NDR.

Version:
$Id: SyncReportEntry.java,v 1.3 2009/03/20 23:33:56 jweather Exp $
Author:
Jonathan Ostwald

Field Summary
 
Fields inherited from class org.dlese.dpc.schemedit.ndr.ReportEntry
command, errorMsg, id, ndrResponse
 
Constructor Summary
SyncReportEntry(String id, String errorMsg)
          Constructor for the SyncReportEntry object
SyncReportEntry(String id, String command, String resourceHandle, InfoXML ndrResponse)
           
 
Method Summary
 String getMetadataHandle()
           
 String getResourceHandle()
           
static void main(String[] args)
          The main program for the SyncReportEntry class
 
Methods inherited from class org.dlese.dpc.schemedit.ndr.ReportEntry
getCommand, getErrorMsg, getHandle, getId, getIsError, getResponse, isError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncReportEntry

public SyncReportEntry(String id,
                       String errorMsg)
Constructor for the SyncReportEntry object

Parameters:
collectionConfig - NOT YET DOCUMENTED
collectionName - NOT YET DOCUMENTED

SyncReportEntry

public SyncReportEntry(String id,
                       String command,
                       String resourceHandle,
                       InfoXML ndrResponse)
Method Detail

getResourceHandle

public String getResourceHandle()

getMetadataHandle

public String getMetadataHandle()

main

public static void main(String[] args)
                 throws Exception
The main program for the SyncReportEntry class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

DLESE Tools
v1.6.0