com.latencybusters.lbm
Interface LBMSourceCreationCallback
public interface LBMSourceCreationCallback
Interface for topic-level new source notification callbacks.
- Since:
- LBM 3.3, UME 2.0
Method Summary |
java.lang.Object |
onNewSource(java.lang.String sourceName,
java.lang.Object cbArg)
New source creation callback method for receivers. |
onNewSource
java.lang.Object onNewSource(java.lang.String sourceName,
java.lang.Object cbArg)
- New source creation callback method for receivers.
- Parameters:
sourceName
- Source as a string. Format depends on transport type. For TCP, string is "TCP:IP:Port" (e.g. "TCP:192.168.0.4:45789"). For LBT-RM, string is "LBTRM:src:sport:sessionid:grp:dport".cbArg
- Client callback object specified with LBMReceiverAttributes.setSourceNotificationCallbacks(com.latencybusters.lbm.LBMSourceCreationCallback, com.latencybusters.lbm.LBMSourceDeletionCallback, java.lang.Object)
- Returns:
- Client callback object to pass into an LBMSourceDeletionCallback callback.
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.