com.latencybusters.lbm
Interface LBMSetInflightCallbackEx
public interface LBMSetInflightCallbackEx
LBMSetInflightCallbackEx interface for setting both inflight messages and bytes.
setInflight
void setInflight(LBMFlightSizeInflightInfo inflight,
java.lang.Object cbArg)
- Callback for setting the inflight messages and bytes. This method is called
with appropriate locking held such that the inflight values cannot change
during the callback. Use the getters and setters of the inflight object
to view and change the internal inflight values.
- Parameters:
inflight
- Class containing current inflight values with ability to set new valuescbArg
- Callback object specified with setInflight- See Also:
LBMSource.setInflightEx(int, com.latencybusters.lbm.LBMSetInflightCallback, 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.