com.latencybusters.lbm
Class UMEMessageAck

java.lang.Object
  extended by com.latencybusters.lbm.UMEMessageAck

public class UMEMessageAck
extends java.lang.Object

UMEMessageAck class. Use this object to send explicit acks.


Method Summary
 void dispose()
          Delete the underlying ack structure
protected  void finalize()
           
 void sendExplicitAck(long sqn)
          Send an explicit ACK up to the sequence number provided.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sendExplicitAck

public void sendExplicitAck(long sqn)
                     throws LBMException
Send an explicit ACK up to the sequence number provided.

Throws:
LBMException - if an error occurs or the ack has already been disposed.

dispose

public void dispose()
             throws LBMException
Delete the underlying ack structure

Throws:
LBMException - if an error occurs while deleting the ack.

finalize

protected void finalize()
                 throws LBMException
Overrides:
finalize in class java.lang.Object
Throws:
LBMException


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.