com.fm.rss
Class channelStorageFactory

java.lang.Object
com.fm.rss.channelStorageFactory
- public class channelStorageFactory
- extends java.lang.Object
Defines a factory API that enables applications to configure and
obtain a channel storage entity.
This is a dumb implementation, which actually does nothing except
defining some common API
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
params
java.util.HashMap params
channelStorageFactory
protected channelStorageFactory()
newInstance
public static channelStorageFactory newInstance()
newStorageInstance
public ChannelStorage newStorageInstance()
- Create new ChannelStorage instance
setParamValue
public void setParamValue(java.lang.String param,
java.lang.Object value)
- Set configuration param.
Basically factory accepts all params it is asked for .
getParamValue
public java.lang.Object getParamValue(java.lang.String param)
- Get configuration param values.
If no parameter with given name exists the null value will be
returned.