Package org.swisspush.gateleen.hook
Class ListenerRepositoryBase<T>
- java.lang.Object
-
- org.swisspush.gateleen.hook.ListenerRepositoryBase<T>
-
- All Implemented Interfaces:
ListenerRepository
- Direct Known Subclasses:
LocalListenerRepository
public abstract class ListenerRepositoryBase<T> extends Object implements ListenerRepository
Abstrac base class for all ListenerRepositires.- Author:
- https://github.com/ljucam [Mario Ljuca]
-
-
Constructor Summary
Constructors Constructor Description ListenerRepositoryBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Set<Listener>get(T container, String url)Returns a set with listeners monitoring the given url.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.swisspush.gateleen.hook.ListenerRepository
addListener, findListeners, findListeners, getListeners, isEmpty, removeListener, size
-
-