public class InteractionPolicyCacheImpl extends java.lang.Object implements MaximoCache
Constructor and Description |
---|
InteractionPolicyCacheImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,PolicyInfo> |
getAllPolices()
Get all the defined endpoints.
|
java.lang.String |
getName()
Returns the name as registered in Maximo Cache
|
PolicyInfo |
getPolicyInfo(java.lang.String id)
Get the EndPointInfo object
|
void |
init()
Initialize the EndPointCache
|
void |
reload()
Refresh the EndPointCache
|
void |
reload(java.lang.String key)
Reload a paricular key in memory.
|
public void init() throws MXException
init
in interface MaximoCache
MXException
- Maximo Exceptionpublic void reload() throws MXException
reload
in interface MaximoCache
MXException
- Maximo Exceptionpublic void reload(java.lang.String key) throws MXException
reload
in interface MaximoCache
MXException
- Maximo Exceptionpublic java.lang.String getName()
getName
in interface MaximoCache
public java.util.Map<java.lang.String,PolicyInfo> getAllPolices()
public PolicyInfo getPolicyInfo(java.lang.String id)
id
- policy id