public class MamaSourceGroupManager
extends java.lang.Object
Constructor and Description |
---|
MamaSourceGroupManager() |
Modifier and Type | Method and Description |
---|---|
void |
addSourceGroup(MamaSourceGroup sourceGroup)
Add an existing MamaSourceGroup to the MamaSourceGroupManager.
|
void |
destroy() |
MamaSourceGroup |
findOrCreateSourceGroup(java.lang.String key)
Locates an existing MamaSourceGroup for a given name.
|
MamaSourceGroup |
findSourceGroup(java.lang.String key)
Locates an existing MamaSourceGroup in the specified
MamaSourceGroupManager with the specified key identifier.
|
java.util.Iterator |
sourceGroupIterator() |
public MamaSourceGroup findOrCreateSourceGroup(java.lang.String key)
key
- The key identifier for the MamaSourceGrouppublic MamaSourceGroup findSourceGroup(java.lang.String key)
key
- The key identifier for the required MamaSourceGrouppublic void addSourceGroup(MamaSourceGroup sourceGroup)
sourceGroup
- - The mama source group being specified.public java.util.Iterator sourceGroupIterator()
public void destroy()
Copyright 2011 NYSE Technologies