- Enclosing class:
- Ofdpa2GroupHandler
protected class Ofdpa2GroupHandler.GroupInfo
extends Object
Utility class for moving group information around.
Example: Suppose we are trying to create a group-chain A-B-C-D, where
A is the top level group, and D is the inner-most group, typically L2 Interface.
The innerMostGroupDesc is always D. At various stages of the creation
process the nextGroupDesc may be C or B. The nextGroupDesc exists to
inform the referencing group about which group it needs to point to,
and wait for. In some cases the group chain may simply be A-B. In this case,
both innerMostGroupDesc and nextGroupDesc will be B.