Class ReverseReplication


  • public class ReverseReplication
    extends java.lang.Object
    Contains the information obtained from an Agent that supports reverse replication.
    • Field Detail

      • PROP_OUTBOX_ITEM_PATH

        public static final java.lang.String PROP_OUTBOX_ITEM_PATH
        Default name of the "outbox item path" attribute.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ReverseReplication

        public ReverseReplication​(ReplicationContent content,
                                  ReplicationAction action)
        Create a new instance of this class.
        Parameters:
        content - replication content
        action - replication action
    • Method Detail

      • getContent

        public ReplicationContent getContent()
        Return the replication content.
        Returns:
        replication content
      • getAction

        public ReplicationAction getAction()
        Return the replication action.
        Returns:
        replication action
      • getProperties

        public java.util.Map<java.lang.String,​java.lang.String> getProperties()
        Returns optional properties
        Returns:
        optional properties.