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 TypeMethodDescriptionGet the exception that occurred during the import/export.Gets 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
Gets the server id of the importing server.- Returns:
- the server id of the importing server.
-
getException
Get 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
-