• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Method implementation in Local / remote Mode

 
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi readers,
I am writing the signatures of methods which would be common in both local / remote modes. Please do write me if any other method / or implementation is required on behalf of client interaction with both local and remote modes.
the signatures are:
1. public FieldInfo[] getFieldInfo()
2. public int getRecordCount()
3. public DataInfo getRecord(int recNum);
4. public DataInfo find(String toMatch);
5. public DataInfo[] criteriaFind(String criteria)
lock and unlock methods I will implement on network side.
Is there any other method I am missing ?.
Thank you,
:roll:
 
Those cherries would go best on cherry cheesecake. Don't put those cherries on this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic