Class ReplicationDomain.ImportExportContext
java.lang.Object
org.opends.server.replication.service.ReplicationDomain.ImportExportContext
- Enclosing class:
ReplicationDomain
This class contains the context related to an import or export launched on the domain.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the exception that occurred during the import/export.Returns the server id of the importing server.void
Set the exception that occurred during the import/export.void
Only sets the exception that occurred during the import/export if none was already set on this object.void
setImportConfig
(LdifImportConfig config) Sets the import configuration when the server is importing this domain.toString()
-
Method Details
-
toString
-
getImportSource
Returns the server id of the importing server.- Returns:
- the server id of the importing server
-
getException
Returns the exception that occurred during the import/export.- Returns:
- the exception that occurred during the import/export
-
setException
Set the exception that occurred during the import/export.- Parameters:
e
- the exception that occurred during the import/export.
-
setExceptionIfNoneSet
Only sets the exception that occurred during the import/export if none was already set on this object.- Parameters:
e
- the exception that occurred during the import/export.
-
setImportConfig
Sets the import configuration when the server is importing this domain.- Parameters:
config
- the import configuration
-