|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.esi.map.ESIGroupInfoManager
Manages all ESIGroupInfo objects in a virtual machine. Implements the
Singleton pattern to insure that only one instance exists in a VM.
Supported API: true
Extendable: false
Field Summary | |
private static ESIGroupInfoManager |
_instance
|
private static String |
CLASSNAME
|
private LinkedHashMap |
groupInfoMap
|
private static String |
OBJECT_ID
|
private static String |
RESOURCE
|
Constructor Summary | |
protected |
ESIGroupInfoManager()
Hide the constructor to force access via the class' instance method. |
Method Summary | |
private void |
addGroupInfo(String groupName,
ESIMapInfo mapInfo,
boolean isReleaseActivityNeeded,
String releaseClass)
|
ESIGroupInfo |
getGroupInfo(String groupName)
Returns the ESIGroupInfo for the supplied group name. |
Collection |
getGroupInfos()
Returns an ordered collection of all ESIGroupInfo objects. |
private void |
initializeGroupInfo()
|
static ESIGroupInfoManager |
instance()
Get the value of the _instance attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static ESIGroupInfoManager _instance
private static String OBJECT_ID
private LinkedHashMap groupInfoMap
Constructor Detail |
protected ESIGroupInfoManager()
Method Detail |
public ESIGroupInfo getGroupInfo(String groupName)
groupName
-
public Collection getGroupInfos()
public static final ESIGroupInfoManager instance()
private void addGroupInfo(String groupName, ESIMapInfo mapInfo, boolean isReleaseActivityNeeded, String releaseClass)
private void initializeGroupInfo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |