Interface BBjAdminReplicationTarget_1311

All Superinterfaces:
BBjAdminPropertyReader, BBjAdminPropertyWriter, BBjAdminReplicationTarget, Remote

public interface BBjAdminReplicationTarget_1311 extends BBjAdminReplicationTarget
  • Method Details

    • getLastTimestamp

      long getLastTimestamp() throws BBjAdminException
      Returns the last time data was replicated from the source to this target. This method is useful to determine if a source is still replicating to the target.
      Returns:
      Last time data was replicated to this target. Value is a Java long timestamp value.
      Throws:
      BBjAdminException
    • getLastTimestampString

      String getLastTimestampString() throws BBjAdminException
      Returns a string value for the getLastTimestamp() long value using the servers locale settings.
      Returns:
      String representation of the getLastTimestamp() method return value.
      Throws:
      BBjAdminException