com.centrasite.jaxr.importexport
Interface IEventCallback


public interface IEventCallback

Interface used for communication between application and Import/Export delivered with CentraSite


Method Summary
 void accept(java.lang.Object obj)
          Send the information with a message that the object is successfully added.
 void accept(javax.xml.registry.infomodel.RegistryObject ro)
          Send the information that the registryObject is successfully added.
 void accept(javax.xml.registry.infomodel.RegistryObject ro, ExportException e)
          Send the information with a message that the registryObject is successfully added.
 void accept(java.lang.String webdavDocument)
          Send the information that the repositoryObject is successfully copied.
 void accept(java.lang.String webdavDocument, ExportException e)
          Send the information with a message that the repositoryObject is successfully added.
 void actionMsg(java.lang.String msg)
          function not yet used
 void end()
          function not yet used
 void error(ExportException e)
          Send error with message when error occurred during import/export
 void incStep()
          function not yet used
 void reject(java.lang.Object obj)
          Send the error that the object is rejected with an error-message.
 void reject(javax.xml.registry.infomodel.RegistryObject ro, ExportException e)
          Send the error that the registryObject is rejected with an error-message.
 void reject(java.lang.String webdavDocument, ExportException e)
          Send the error that the repositoryObject is rejected with an error-message.
 void setSteps(int steps)
          function not yet used
 void start()
          function not yet used
 void stepMsg(java.lang.String msg)
          function not yet used
 void warning(java.lang.Object obj)
          Send the information that the object is processed with a warning.
 void warning(javax.xml.registry.infomodel.RegistryObject ro, ExportException e)
          Send the information that the registryObject is processed with a warning.
 void warning(java.lang.String webdavDocument, ExportException e)
          Send the information that the repositoryObject is processed with a warning.
 

Method Detail

setSteps

void setSteps(int steps)
function not yet used

Parameters:
steps -

start

void start()
function not yet used


end

void end()
function not yet used


incStep

void incStep()
function not yet used


actionMsg

void actionMsg(java.lang.String msg)
function not yet used

Parameters:
msg -

stepMsg

void stepMsg(java.lang.String msg)
function not yet used

Parameters:
msg -

accept

void accept(javax.xml.registry.infomodel.RegistryObject ro)
Send the information that the registryObject is successfully added.

Parameters:
ro - registryObject

accept

void accept(javax.xml.registry.infomodel.RegistryObject ro,
            ExportException e)
Send the information with a message that the registryObject is successfully added.

Parameters:
ro - registryObject
e - ExportException

warning

void warning(javax.xml.registry.infomodel.RegistryObject ro,
             ExportException e)
Send the information that the registryObject is processed with a warning.

Parameters:
ro - registryObject
e - ExportException

reject

void reject(javax.xml.registry.infomodel.RegistryObject ro,
            ExportException e)
Send the error that the registryObject is rejected with an error-message.

Parameters:
ro - registryObject
e - ExportException

accept

void accept(java.lang.String webdavDocument)
Send the information that the repositoryObject is successfully copied.

Parameters:
webdavDocument - filename of webdavDocument

accept

void accept(java.lang.String webdavDocument,
            ExportException e)
Send the information with a message that the repositoryObject is successfully added.

Parameters:
webdavDocument - filename of webdavDocument
e - ExportException

warning

void warning(java.lang.String webdavDocument,
             ExportException e)
Send the information that the repositoryObject is processed with a warning.

Parameters:
webdavDocument - filename of webdavDocument
e - ExportException

reject

void reject(java.lang.String webdavDocument,
            ExportException e)
Send the error that the repositoryObject is rejected with an error-message.

Parameters:
webdavDocument - filename of webdavDocument
e - ExportException

error

void error(ExportException e)
Send error with message when error occurred during import/export

Parameters:
e - ExportException

accept

void accept(java.lang.Object obj)
Send the information with a message that the object is successfully added.

Parameters:
obj -

warning

void warning(java.lang.Object obj)
Send the information that the object is processed with a warning.

Parameters:
obj -

reject

void reject(java.lang.Object obj)
Send the error that the object is rejected with an error-message.

Parameters:
obj -