com.latencybusters.lbm
Interface UMERecoverySequenceNumberCallback


public interface UMERecoverySequenceNumberCallback

Interface for setting receiver recovery sequence number information. (UME only.)


Method Summary
 int setRecoverySequenceNumberInfo(java.lang.Object cbArg, UMERecoverySequenceNumberCallbackInfo cbInfo)
          Callback method for getting information about recovery sequence numbers and setting the desired low sequence number.
 

Method Detail

setRecoverySequenceNumberInfo

int setRecoverySequenceNumberInfo(java.lang.Object cbArg,
                                  UMERecoverySequenceNumberCallbackInfo cbInfo)
Callback method for getting information about recovery sequence numbers and setting the desired low sequence number. Call UMERecoverySequenceNumberCallbackInfo.setLowSequenceNumber(long) in this callback before returning to set the desired low sequence number.

Parameters:
cbArg - Client-supplied callback object.
cbInfo - Information about recovery sequence numbers (low, high, etc.).
Returns:
0 on success, -1 on error.
Since:
UME 2.0


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.