|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the Storage for storing subscribers.
| Method Summary | |
void |
delete(java.lang.String subscriberID)
To delete a previously stored subscriber. |
void |
init(org.apache.axis2.context.ConfigurationContext configurationContext)
To Initialize the storage. |
Subscriber |
retrieve(java.lang.String subscriberID)
To retrieve a previously stored subscriber. |
java.util.Iterator |
retrieveAll()
To retrieve all subscribers stored upto now. |
void |
store(Subscriber s)
To store the subscriber. |
| Method Detail |
public void init(org.apache.axis2.context.ConfigurationContext configurationContext)
throws SavanException
configurationContext -
SavanException
public void store(Subscriber s)
throws SavanException
s -
SavanException
public Subscriber retrieve(java.lang.String subscriberID)
throws SavanException
subscriberID -
SavanException
public java.util.Iterator retrieveAll()
throws SavanException
SavanException
public void delete(java.lang.String subscriberID)
throws SavanException
subscriberID -
SavanException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||