|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void setSteps(int steps)
steps
- void start()
void end()
void incStep()
void actionMsg(java.lang.String msg)
msg
- void stepMsg(java.lang.String msg)
msg
- void accept(javax.xml.registry.infomodel.RegistryObject ro)
ro
- registryObjectvoid accept(javax.xml.registry.infomodel.RegistryObject ro, ExportException e)
ro
- registryObjecte
- ExportExceptionvoid warning(javax.xml.registry.infomodel.RegistryObject ro, ExportException e)
ro
- registryObjecte
- ExportExceptionvoid reject(javax.xml.registry.infomodel.RegistryObject ro, ExportException e)
ro
- registryObjecte
- ExportExceptionvoid accept(java.lang.String webdavDocument)
webdavDocument
- filename of webdavDocumentvoid accept(java.lang.String webdavDocument, ExportException e)
webdavDocument
- filename of webdavDocumente
- ExportExceptionvoid warning(java.lang.String webdavDocument, ExportException e)
webdavDocument
- filename of webdavDocumente
- ExportExceptionvoid reject(java.lang.String webdavDocument, ExportException e)
webdavDocument
- filename of webdavDocumente
- ExportExceptionvoid error(ExportException e)
e
- ExportExceptionvoid accept(java.lang.Object obj)
obj
- void warning(java.lang.Object obj)
obj
- void reject(java.lang.Object obj)
obj
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |