Interface BBjAdminReplicationTarget

All Superinterfaces:
BBjAdminPropertyReader, BBjAdminPropertyWriter, Remote
All Known Subinterfaces:
BBjAdminAsynchTriggerTarget, BBjAdminAuditReplicationTarget, BBjAdminBBjReplicationTarget, BBjAdminReplicationTarget_1311

public interface BBjAdminReplicationTarget extends BBjAdminPropertyWriter
A single replication target that will be added to the replication system.
  • Field Details

  • Method Details

    • removeTarget

      void removeTarget(boolean p_erase) throws BBjAdminException
      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