com.latencybusters.lbm
Interface LBMEventQueueCallback


public interface LBMEventQueueCallback

Interface for handling Event Queue monitor callbacks.


Method Summary
 void monitor(java.lang.Object cbArg, int eventType, int eventQueueSize, long eventQueueDelay)
          Event Queue callback method.
 

Method Detail

monitor

void monitor(java.lang.Object cbArg,
             int eventType,
             int eventQueueSize,
             long eventQueueDelay)
Event Queue callback method.

Parameters:
cbArg - Client data pointer supplied in LBMEventQueue()
eventType - One of LBM.EVENT_QUEUE_*_WARNING or LBM.EVENT_QUEUE_ENQUEUE_NOTIFICATION, depending on enabled options.
eventQueueSize - Number of events currently in the queue.
eventQueueDelay - Number of microseconds the oldest event has been in the event queue. (Note, this will be the next event dispatched.)


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.