com.latencybusters.lbm
Interface LBMReceiverCallback


public interface LBMReceiverCallback

Interface for handling received data.


Method Summary
 int onReceive(java.lang.Object cbArg, LBMMessage lbmmsg)
          Received data callback.
 

Method Detail

onReceive

int onReceive(java.lang.Object cbArg,
              LBMMessage lbmmsg)
Received data callback.

Parameters:
lbmmsg - LBMMessage object encapsulating the received data
cbArg - Callback object token
Returns:
all return values are ignored


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.