@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
MaximoCache
init
in interface MaximoCache
MXException
public void reload() throws MXException
MaximoCache
reload
in interface MaximoCache
MXException
public void reload(java.lang.String key) throws MXException
MaximoCache
reload
in interface MaximoCache
MXException
public java.lang.String getName()
MaximoCache
getName
in interface MaximoCache