Package | Description |
---|---|
com.rometools.certiorem.hub |
This package contains the core of the Hub implementation.
|
com.rometools.certiorem.hub.notify.standard |
This package contains a set of standard Verifier implementations.
|
Modifier and Type | Field and Description |
---|---|
private Notifier |
Hub.notifier
Deprecated.
|
Constructor and Description |
---|
Hub(HubDAO dao,
Verifier verifier,
Notifier notifier,
FeedFetcher fetcher)
Deprecated.
Constructs a new Hub instance
|
Hub(HubDAO dao,
Verifier verifier,
Notifier notifier,
FeedFetcher fetcher,
java.util.Set<java.lang.String> validSchemes,
java.util.Set<java.lang.Integer> validPorts,
java.util.Set<java.lang.String> validTopics)
Deprecated.
Constructs a new Hub instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotifier
Deprecated.
Certiorem will be removed in Rome 2.
|
class |
ThreadPoolNotifier
Deprecated.
Certiorem will be removed in Rome 2.
|
class |
UnthreadedNotifier
Deprecated.
Certiorem will be removed in Rome 2.
|