com.latencybusters.lbm
Class UMEStoreGroupEntry

java.lang.Object
  extended by com.latencybusters.lbm.UMEStoreGroupEntry

public class UMEStoreGroupEntry
extends java.lang.Object

UME Store Group Entry class. Holds information about a UME store group, like the group's index and group size.

Since:
UME 2.0

Constructor Summary
UMEStoreGroupEntry()
          Creates a UMEStoreGroupEntry object and initializes index and group size to 0.
UMEStoreGroupEntry(int index, int groupSize)
          Creates a UMEStoreGroupEntry object and initializes the index and group size.
 
Method Summary
 int groupSize()
          Returns this store group's size.
 int index()
          Returns this store group's index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMEStoreGroupEntry

public UMEStoreGroupEntry()
Creates a UMEStoreGroupEntry object and initializes index and group size to 0.

Since:
UME 2.0

UMEStoreGroupEntry

public UMEStoreGroupEntry(int index,
                          int groupSize)
                   throws LBMEInvalException
Creates a UMEStoreGroupEntry object and initializes the index and group size.

Parameters:
index - Index of the store group (must be >= 0).
groupSize - Size of the store group (must be >= 0).
Throws:
LBMEInvalException - if index or groupSize < 0.
Since:
UME 2.0
Method Detail

index

public int index()
Returns this store group's index.

Returns:
The UME store group index.
Since:
UME 2.0

groupSize

public int groupSize()
Returns this store group's size.

Returns:
Group size.
Since:
UME 2.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.