|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jw.cloud42.webapp.SubscriptionManager
@Name(value="subscriptionManager") @Scope(value=SESSION) @Synchronized(timeout=1000000000L) public class SubscriptionManager
Seam component for handling subscriptions.
Caution: handles only SOAPSubscriptions,
no generic subscriptions like the Web Service application.
| Constructor Summary | |
|---|---|
SubscriptionManager()
|
|
| Method Summary | |
|---|---|
java.util.List<SOAPSubscription> |
getSubscriptionList()
|
void |
resetSubscriptionList()
Reset subscriptionList and force reload next time it is accessed. |
void |
subscribe(java.lang.String topic,
java.lang.String endpointAddress)
Creates a new SOAPSubscription and stores it in database. |
void |
unsubscribe(java.lang.String subscriptionId)
Remove a subscription identified by its id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubscriptionManager()
| Method Detail |
|---|
public java.util.List<SOAPSubscription> getSubscriptionList()
public void resetSubscriptionList()
public void subscribe(java.lang.String topic,
java.lang.String endpointAddress)
topic - endpointAddress - public void unsubscribe(java.lang.String subscriptionId)
subscriptionId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||