de.janrufmonitor.repository
Class AbstractReadOnlyCallerManager
java.lang.Object
de.janrufmonitor.repository.AbstractConfigurableCallerManager
de.janrufmonitor.repository.AbstractReadOnlyCallerManager
- All Implemented Interfaces:
- IConfigurable, IManager, IRepositoryManager, ICallerManager, IIdentifyCallerRepository
- Direct Known Subclasses:
- AbstractReadOnlyDatabaseCallerManager, AbstractWebCallerManager
public abstract class AbstractReadOnlyCallerManager
- extends AbstractConfigurableCallerManager
- implements IIdentifyCallerRepository
This abstract class can be used as base class for a new call manager implementation
using read only access to the caller persistence.
- Author:
- Thilo Brandt
|
Method Summary |
boolean |
isSupported(Class c)
Returns wether a repository type (de.janrufmonitor.repository.types.*)
is suppored by a repository manager implementation. |
| Methods inherited from class de.janrufmonitor.repository.AbstractConfigurableCallerManager |
addCreationAttributes, addSystemAttributes, getConfigurableID, getID, getManagerID, getNamespace, getPriority, getRuntime, isActive, isInternalNumber, restart, setConfiguration, setManagerID, shutdown, startup, toString |
AbstractReadOnlyCallerManager
public AbstractReadOnlyCallerManager()
isSupported
public boolean isSupported(Class c)
- Description copied from interface:
IRepositoryManager
- Returns wether a repository type (de.janrufmonitor.repository.types.*)
is suppored by a repository manager implementation.
- Specified by:
isSupported in interface IRepositoryManager
- Parameters:
c - Interface to be supported.
- Returns:
- true is interface is supported, otherwise false.
Copyright © 2010 by Thilo Brandt. All Rights Reserved.