com.latencybusters.lbm
Class LBMFlightSizeInflightInfo

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

public class LBMFlightSizeInflightInfo
extends java.lang.Object

Wrapper for holding information about flight size.


Constructor Summary
LBMFlightSizeInflightInfo()
           
 
Method Summary
 long getBytes()
          Get the current number of inflight bytes if flight size is configured to keep track of them.
 int getMessages()
          Get current inflight messages.
 void setBytes(long bytes)
          Set the bytes value of this flight size info.
 void setMessages(int msgs)
          Set the messages value of this flight size info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBMFlightSizeInflightInfo

public LBMFlightSizeInflightInfo()
Method Detail

getMessages

public int getMessages()
Get current inflight messages.

Returns:
The current number of inflight messages.

setMessages

public void setMessages(int msgs)
Set the messages value of this flight size info. When called from a set inflight callback, the new value will also be set in the native code.

Parameters:
msgs -
See Also:
LBMSetInflightCallbackEx.setInflight(com.latencybusters.lbm.LBMFlightSizeInflightInfo, java.lang.Object)

getBytes

public long getBytes()
Get the current number of inflight bytes if flight size is configured to keep track of them.

Returns:
The current number of inflight bytes.

setBytes

public void setBytes(long bytes)
Set the bytes value of this flight size info. When called from a set inflight callback, the new value will also be set in the native code.

Parameters:
msgs -
See Also:
LBMSetInflightCallbackEx.setInflight(com.latencybusters.lbm.LBMFlightSizeInflightInfo, java.lang.Object)


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.