@Deprecated public class OslcServiceProviderDefinitionCache extends java.lang.Object implements MaximoCache
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,OslcServiceProviderDefnInfo> |
getAllServiceProviderConfig()
Deprecated.
|
static OslcServiceProviderDefinitionCache |
getInstance()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
Returns the name of the cache object.
|
OslcServiceProviderDefnInfo |
getServiceProviderConfig(java.lang.String spName)
Deprecated.
|
void |
init()
Deprecated.
Initialize the cache object.
|
void |
reload()
Deprecated.
Reloads the cache object.
|
void |
reload(java.lang.String key)
Deprecated.
Initialize a specific component of the cache identified by the key.
|
public static final OslcServiceProviderDefinitionCache getInstance()
public java.util.Map<java.lang.String,OslcServiceProviderDefnInfo> getAllServiceProviderConfig()
public OslcServiceProviderDefnInfo getServiceProviderConfig(java.lang.String spName)
public void init()
throws MXException
MaximoCacheinit in interface MaximoCacheMXExceptionpublic void reload()
throws MXException
MaximoCachereload in interface MaximoCacheMXExceptionpublic void reload(java.lang.String key)
throws MXException
MaximoCachereload in interface MaximoCacheMXExceptionpublic java.lang.String getName()
MaximoCachegetName in interface MaximoCache