public class PublishChannelCacheImpl extends java.lang.Object implements MaximoCache
| Constructor and Description |
|---|
PublishChannelCacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getChannelsForIfaceTb(java.lang.String ifacetbName) |
java.lang.String |
getName()
Returns the name of the cache object.
|
PublishChannel |
getPublishChannel(java.lang.String pubChannelName) |
java.util.Map<java.lang.String,PublishChannel> |
getPublishChannelMap() |
PublishInfo |
getPublishInfo(java.lang.String pubChannelName) |
void |
init()
Initialize the cache object.
|
void |
reload()
Reloads the cache object.
|
void |
reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
unregisterAllListeners() |
void |
unregisterListeners(java.lang.String pubChannelName) |
public void init()
throws MXException
init in interface MaximoCacheMXExceptionpublic PublishInfo getPublishInfo(java.lang.String pubChannelName)
pubChannelName - public java.util.List<java.lang.String> getChannelsForIfaceTb(java.lang.String ifacetbName)
ifacetbName - the interface table namepublic PublishChannel getPublishChannel(java.lang.String pubChannelName)
pubChannelName - public void reload()
throws MXException
reload in interface MaximoCacheMXExceptionpublic void reload(java.lang.String key)
throws MXException
reload in interface MaximoCachekey - MXExceptionpublic java.util.Map<java.lang.String,PublishChannel> getPublishChannelMap()
public void unregisterAllListeners()
throws MXException
MXExceptionpublic void unregisterListeners(java.lang.String pubChannelName)
throws MXException
pubChannelName - MXExceptionpublic java.lang.String getName()
MaximoCachegetName in interface MaximoCache