Interface ISpaceCopyResult
- All Known Implementing Classes:
FailedSyncSpaceReplicateState,SpaceCopyIntermediateResult
public interface ISpaceCopyResult
-
Method Summary
Modifier and TypeMethodDescriptiongetStringDescription(String remoteSpaceMember, String remoteMemberUrl, String spaceName, boolean spaceSyncOperation, long duration) booleanisEmpty()booleanisFailed()booleantoOldResult(short operationType, String targetMember)
-
Method Details
-
isSuccessful
boolean isSuccessful() -
isFailed
boolean isFailed() -
getFailureReason
Exception getFailureReason() -
isEmpty
boolean isEmpty() -
getStringDescription
-
toOldResult
-