| Package | Description |
|---|---|
| com.rometools.certiorem.hub |
This package contains the core of the Hub implementation.
|
| com.rometools.certiorem.hub.data |
This package defines the basic data types and persistence mechanisms
that are required for a hub implementation.
|
| com.rometools.certiorem.hub.data.jpa |
A stock data implementation based on the Java Persistence API.
|
| com.rometools.certiorem.hub.data.ram |
Contains a Memory-Resident implemtnation of the Hub DAO.
|
| com.rometools.certiorem.hub.notify.standard |
This package contains a set of standard Verifier implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notifier.SubscriptionSummaryCallback.onSummaryInfo(SubscriptionSummary summary) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends SubscriptionSummary> |
HubDAO.summariesForTopic(String topic)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HubDAO.handleSummary(String topic,
SubscriptionSummary summary)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SubscriptionSummary> |
JPADAO.summariesForTopic(String topic)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JPADAO.handleSummary(String topic,
SubscriptionSummary summary)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SubscriptionSummary> |
InMemoryHubDAO.summariesForTopic(String topic)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryHubDAO.handleSummary(String topic,
SubscriptionSummary summary)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected SubscriptionSummary |
AbstractNotifier.postNotification(Subscriber subscriber,
String mimeType,
byte[] payload)
Deprecated.
POSTs the payload to the subscriber's callback and returns a SubscriptionSummary with
subscriber counts (where possible) and the success state of the notification.
|
Copyright © 2025. All rights reserved.