Package com.basis.api.admin
Interface BBjAdminReplicationTarget_1311
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,BBjAdminReplicationTarget
,Remote
-
Field Summary
Fields inherited from interface com.basis.api.admin.BBjAdminReplicationTarget
ID, NAME
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the last time data was replicated from the source to this target.Returns a string value for the getLastTimestamp() long value using the servers locale settings.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
Methods inherited from interface com.basis.api.admin.BBjAdminReplicationTarget
removeTarget
-
Method Details
-
getLastTimestamp
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
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
-