Functionality in find & findUnique methods
Anurag Panda <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <OF4B6D5E17.C0EA4746-ON65257B6A.0042ADCC-65257B6A.0042EDC7@in.ibm.com> |
Hi,
In
http://axis.apache.org/axis2/java/sandesha/apidocs/org/apache/sandesha2/storage/beanmanagers/InvokerBeanMgr.html
, it is not clear what should be the functionality in the following
methods. What is the expected functionality in these methods?
find
java.util.List<InvokerBean> find(InvokerBean bean)
throws SandeshaStorageException
Throws:
SandeshaStorageException
findUnique
InvokerBean findUnique(InvokerBean bean)
throws SandeshaException
Throws:
SandeshaException
Thanks & regards,
Anurag Panda