|
UM Java API
6.17
|
Public Member Functions | |
| UMESourceEventRegistrationSuccessInfo () | |
| UMESourceEventRegistrationSuccessInfo (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 Registration Success Info class. Retrieved with the LBMSourceEvent#registrationSuccessInfo() method. Contains extended registration success info.
| com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.UMESourceEventRegistrationSuccessInfo | ( | ) |
Creates a UMESourceEventRegistrationSuccessInfo object and initializes all fields to 0/null.
| com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.UMESourceEventRegistrationSuccessInfo | ( | int | flags, |
| long | registrationId, | ||
| long | sequenceNumber, | ||
| int | storeIndex, | ||
| String | store | ||
| ) | throws LBMEInvalException |
Creates a UMESourceEventRegistrationSuccessInfo 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.UMESourceEventRegistrationSuccessInfo.flags(), com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.registrationId(), com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.sequenceNumber(), com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.store(), and com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.storeIndex().
| int com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.flags | ( | ) |
Returns store registration type flags.
Referenced by com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.store(), and com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.UMESourceEventRegistrationSuccessInfo().
| long com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.registrationId | ( | ) |
Returns the source's registration ID.
Referenced by com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.store(), and com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.UMESourceEventRegistrationSuccessInfo().
| long com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.sequenceNumber | ( | ) |
Returns source's starting sequence number.
Referenced by com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.store(), and com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.UMESourceEventRegistrationSuccessInfo().
| String com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.store | ( | ) |
Returns the name (IP address) of the store registered with.
References com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.flags(), com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.registrationId(), com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.sequenceNumber(), and com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.storeIndex().
Referenced by com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.UMESourceEventRegistrationSuccessInfo().
| int com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.storeIndex | ( | ) |
Returns the index of the store this source successfully registered to.
Referenced by com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.store(), and com.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo.UMESourceEventRegistrationSuccessInfo().