com.latencybusters.lbm
Interface LBMSourceDeletionCallback
public interface LBMSourceDeletionCallback
Interface for topic-level source deletion notification callbacks.
- Since:
- LBM 3.3, UME 2.0
Method Summary |
int |
onSourceDelete(java.lang.String sourceName,
java.lang.Object cbArg,
java.lang.Object sourceCbArg)
Source deletion callback method for receivers. |
onSourceDelete
int onSourceDelete(java.lang.String sourceName,
java.lang.Object cbArg,
java.lang.Object sourceCbArg)
- Source deletion 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)
sourceCbArg
- Client callback object specified by the return value of an LBMSourceCreationCallback
.
- Returns:
- This method should always return 0.
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.