public class InteractionGroupCacheImpl extends java.lang.Object implements MaximoCache
| Constructor and Description |
|---|
InteractionGroupCacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAllGroupsForInteraction(java.lang.String name)
Get all Interaction Groups which has given interaction
|
java.util.Map<java.lang.String,InteractionGroupInfo> |
getAllInteractionGroups()
Get all the defined interaction groups
InteractionGroupInfo objects
|
InteractionGroupInfo |
getInteractionGroupInfo(java.lang.String name)
Get the InteractionGroupInfo object
|
java.lang.String |
getName()
Returns the name as registered in Maximo Cache
|
void |
init()
Initialize the InteractionGroupCache
|
void |
reload()
Refresh the InteractionGroupCache
|
void |
reload(java.lang.String key)
Reload a paricular key in memory.
|
public void init()
throws MXException
init in interface MaximoCacheMXException - Maximo Exceptionpublic void reload()
throws MXException
reload in interface MaximoCacheMXException - Maximo Exceptionpublic void reload(java.lang.String key)
throws MXException
reload in interface MaximoCachekey - to reloadMXException - Maximo Exceptionpublic java.lang.String getName()
getName in interface MaximoCachepublic java.util.Map<java.lang.String,InteractionGroupInfo> getAllInteractionGroups()
public InteractionGroupInfo getInteractionGroupInfo(java.lang.String name)
name - interaction group namepublic java.util.List<java.lang.String> getAllGroupsForInteraction(java.lang.String name)
name - interaction name