com.neeve.ods
Interface IStoreMemberReplicationStatus


public interface IStoreMemberReplicationStatus

Represents the replication status for a store member.

Threading:
A replication status object is safe for concurrent access by multiple threads.

Method Summary
 IStoreMember getMember()
          Get the store member to which a replication status pertains.
 Exception getStatus()
          Get the replication status.
 

Method Detail

getMember

IStoreMember getMember()
Get the store member to which a replication status pertains.

Threading:
This method is safe for concurrent access by multiple threads.

getStatus

Exception getStatus()
Get the replication status.

Threading:
This method is safe for concurrent access by multiple threads.

This method returns the status of replication to the store member pertaining to a replication status object. A value of null indicates a successful replication.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.