@Deprecated public class JPADAO extends Object implements HubDAO
| Constructor and Description |
|---|
JPADAO(javax.persistence.EntityManagerFactory factory,
boolean purgeExpired)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
addSubscriber(Subscriber subscriber)
Deprecated.
|
Subscriber |
findSubscriber(String topic,
String callbackUrl)
Deprecated.
|
void |
handleSummary(String topic,
SubscriptionSummary summary)
Deprecated.
|
void |
removeSubscriber(String topic,
String callback)
Deprecated.
|
List<? extends Subscriber> |
subscribersForTopic(String topic)
Deprecated.
|
List<? extends SubscriptionSummary> |
summariesForTopic(String topic)
Deprecated.
|
public JPADAO(javax.persistence.EntityManagerFactory factory,
boolean purgeExpired)
public List<? extends Subscriber> subscribersForTopic(String topic)
subscribersForTopic in interface HubDAOpublic Subscriber addSubscriber(Subscriber subscriber)
addSubscriber in interface HubDAOpublic Subscriber findSubscriber(String topic, String callbackUrl)
findSubscriber in interface HubDAOpublic void handleSummary(String topic, SubscriptionSummary summary)
handleSummary in interface HubDAOpublic List<? extends SubscriptionSummary> summariesForTopic(String topic)
summariesForTopic in interface HubDAOpublic void removeSubscriber(String topic, String callback)
removeSubscriber in interface HubDAOCopyright © 2025. All rights reserved.