|
UM Java API
6.17
|
Public Member Functions | |
| UMESourceEventDeregistrationSuccessInfo () | |
| UMESourceEventDeregistrationSuccessInfo (int flags, long registrationId, long sequenceNumber, int storeIndex, String store) throws LBMEInvalException | |
| int | flags () |
| long | registrationId () |
| long | sequenceNumber () |
| int | storeIndex () |
| String | store () |
UME Source Event Deregistration Success Info class. Retrieved with the LBMSourceEvent#deregistrationSuccessInfo() method. Contains extended Deregistration success info.
| com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.UMESourceEventDeregistrationSuccessInfo | ( | ) |
Creates a UMESourceEventDeregistrationSuccessInfo object and initializes all fields to 0/null.
| com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.UMESourceEventDeregistrationSuccessInfo | ( | int | flags, |
| long | registrationId, | ||
| long | sequenceNumber, | ||
| int | storeIndex, | ||
| String | store | ||
| ) | throws LBMEInvalException |
Creates a UMESourceEventDeregistrationSuccessInfo object and initializes fields to the given values.
| flags | Informational flags concerning the type of store registration. |
| registrationId | The source's registration ID with this store (must be >= 0). |
| storeIndex | Index of the store (must be >= 0). |
| store | Name of the store. |
| sequenceNumber | The sequence number to start at, according to the store. |
| LBMEInvalException | if registrationId or storeIndex are < 0. |
References com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.flags(), com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.registrationId(), com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.sequenceNumber(), com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.store(), and com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.storeIndex().
| int com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.flags | ( | ) |
Returns store registration type flags.
Referenced by com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.store(), and com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.UMESourceEventDeregistrationSuccessInfo().
| long com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.registrationId | ( | ) |
Returns the source's registration ID.
Referenced by com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.store(), and com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.UMESourceEventDeregistrationSuccessInfo().
| long com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.sequenceNumber | ( | ) |
Returns source's starting sequence number.
Referenced by com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.store(), and com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.UMESourceEventDeregistrationSuccessInfo().
| String com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.store | ( | ) |
Returns the name (IP address) of the store registered with.
References com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.flags(), com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.registrationId(), com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.sequenceNumber(), and com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.storeIndex().
Referenced by com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.UMESourceEventDeregistrationSuccessInfo().
| int com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.storeIndex | ( | ) |
Returns the index of the store this source successfully registered to.
Referenced by com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.store(), and com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.UMESourceEventDeregistrationSuccessInfo().