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 MaximoCache
MXException
public 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 MaximoCache
MXException
public void reload(java.lang.String key) throws MXException
reload
in interface MaximoCache
key
- MXException
public java.util.Map<java.lang.String,PublishChannel> getPublishChannelMap()
public void unregisterAllListeners() throws MXException
MXException
public void unregisterListeners(java.lang.String pubChannelName) throws MXException
pubChannelName
- MXException
public java.lang.String getName()
MaximoCache
getName
in interface MaximoCache