|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wse.matching.SubscriptionManagement
public class SubscriptionManagement
Manages the list of subscriptions available at node.
| Constructor Summary | |
|---|---|
SubscriptionManagement()
|
|
| Method Summary | |
|---|---|
SubscriptionEntry |
addEntry(SubscriptionEntry addEntry)
Gets the entry corresponding to the specified identifier. |
SubscriptionEntry |
deleteEntry(String identifier)
Deletes the entry corresponding to the specified identifier. |
SubscriptionEntry |
getEntry(String identifier)
Gets the entry corresponding to the specified identifier. |
Enumeration |
getSubscriptionIdentifiers()
Gets the list of subscriptions that are managed. |
boolean |
hasEntry(String identifier)
Checks to see if an entry based on the specified identifier exists within the subscription management tables. |
SubscriptionEntry |
updateEntry(SubscriptionEntry updatedEntry)
Updates the entry corresponding to the specified identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubscriptionManagement()
| Method Detail |
|---|
public boolean hasEntry(String identifier)
public SubscriptionEntry getEntry(String identifier)
public SubscriptionEntry deleteEntry(String identifier)
public SubscriptionEntry updateEntry(SubscriptionEntry updatedEntry)
public SubscriptionEntry addEntry(SubscriptionEntry addEntry)
public Enumeration getSubscriptionIdentifiers()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||