|
UM Java API
6.17.1
|
Public Member Functions | |
| LBMSourceDeleteExInfo () | |
| LBMSourceDeleteExInfo (int flags, String proxySourceString, long origDomainId) | |
| String | proxySourceString () |
| long | originalDomainId () |
| int | flags () |
| boolean | isHotlink () |
LBMSourceDeleteExInfo class. Contains extended information for LBM source creation extended callback. See LBMReceiverAttributes.setSourceNotificationExCallbacks().
| com.latencybusters.lbm.LBMSourceDeleteExInfo.LBMSourceDeleteExInfo | ( | ) |
Creates a LBMSourceCreateExInfo object and initializes all fields to 0/null.
| com.latencybusters.lbm.LBMSourceDeleteExInfo.LBMSourceDeleteExInfo | ( | int | flags, |
| String | proxySourceString, | ||
| long | origDomainId | ||
| ) |
Creates a LBMSourceDeleteExInfo object and initializes fields to supplied values.
| flags | Flags set by the underlying controller. |
| proxySourceString | Source string of the proxy source. |
| origDomainId | The domain ID of the originating source. |
References com.latencybusters.lbm.LBMSourceDeleteExInfo.flags(), and com.latencybusters.lbm.LBMSourceDeleteExInfo.proxySourceString().
| int com.latencybusters.lbm.LBMSourceDeleteExInfo.flags | ( | ) |
For the delivery controller being deleted, get bit map of flags. See flags() and isHotlink(). Defined bits:
Referenced by com.latencybusters.lbm.LBMSourceDeleteExInfo.LBMSourceDeleteExInfo().
| boolean com.latencybusters.lbm.LBMSourceDeleteExInfo.isHotlink | ( | ) |
Convenience function to test flags() for the LBM.LBM_SOURCE_NOTIFICATION_EX_INFO_FLAG_HOT_LINK bit, meaning the config option use_hotlink (receiver) is set to 1. (It does not imply that publisher's source had lot links enabled.)
References com.latencybusters.lbm.LBM.LBM_SOURCE_NOTIFICATION_EX_INFO_FLAG_HOT_LINK.
| long com.latencybusters.lbm.LBMSourceDeleteExInfo.originalDomainId | ( | ) |
For the delivery controller being deleted, get originating source's domain ID. The value is only defined if the config option use_hotlink (receiver) is set to 1. See flags() and isHotlink().
| String com.latencybusters.lbm.LBMSourceDeleteExInfo.proxySourceString | ( | ) |
For the delivery controller being deleted, get the source string of the proxy source, if any. The value is only defined if the config option use_hotlink (receiver) is set to 1. See flags() and isHotlink().
Referenced by com.latencybusters.lbm.LBMSourceDeleteExInfo.LBMSourceDeleteExInfo().