Package com.basis.api.admin
Interface BBjAdminReplicationTarget
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
- All Known Subinterfaces:
BBjAdminAsynchTriggerTarget
,BBjAdminAuditReplicationTarget
,BBjAdminBBjReplicationTarget
,BBjAdminReplicationTarget_1311
A single replication target that will be added to the replication
system.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
removeTarget
(boolean p_erase) Manually removes the target from the target machine replication configuration.Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
NAME
- See Also:
-
ID
- See Also:
-
-
Method Details
-
removeTarget
Manually removes the target from the target machine replication configuration. This should ONLY be called if there was a problem terminating a job from the source machine which left the target unattached to any source. This is strictly a cleanup method not to be used under normal circumstances.- Parameters:
p_erase
- True if you want the target files removed as well, false if you want them left behind.- Throws:
BBjAdminException
-