|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRepositoryManager
This interface must be implemented by a Repository Manager object, which should be used in the framework. A repository manager has to handle callers or calls.
| Method Summary | |
|---|---|
boolean |
isActive()
Gets the status of the repository manager |
boolean |
isSupported(Class c)
Returns wether a repository type (de.janrufmonitor.repository.types.*) is suppored by a repository manager implementation. |
| Methods inherited from interface de.janrufmonitor.framework.manager.IManager |
|---|
getManagerID, getPriority, restart, setManagerID, shutdown, startup |
| Method Detail |
|---|
boolean isActive()
boolean isSupported(Class c)
c - Interface to be supported.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||