|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMEStoreEntry
public class UMEStoreEntry
UME Store Entry class. Holds information about a receiver's registration with a UME store, including the store's IP address and port, group index, and the receiver's current registration ID.
Constructor Summary | |
---|---|
UMEStoreEntry()
Creates a UMEStoreEntry object and initializes all values to 0. |
|
UMEStoreEntry(java.net.InetSocketAddress address,
int groupIndex,
long registrationId)
Creates a UMEStoreEntry object and uses supplied values for initialization. |
Method Summary | |
---|---|
java.net.InetSocketAddress |
address()
Accessor function to get the store's address. |
int |
groupIndex()
Accessor function to get the store's group index. |
long |
registrationId()
Accessor function to return the receiver's registration ID with this store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMEStoreEntry()
public UMEStoreEntry(java.net.InetSocketAddress address, int groupIndex, long registrationId) throws LBMEInvalException
address
- The address (IP and port) of the store.groupIndex
- The group the store belongs to (must be >= 0).registrationId
- The receiver's registration ID (must be >= 0).
LBMEInvalException
- if groupIndex or registrationId are < 0.Method Detail |
---|
public java.net.InetSocketAddress address()
public int groupIndex()
public long registrationId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |