Inorder to support some functionality that Hiroki need for controlling logic in the Challenge Question, I added a ISockEntry Interface to sail-core. I implemented this in the sail-data-emf project. Here is the commit comment:
Added a ISockEntry interface. This provides a way to find out when a object was added to a sock. There are now 2 new methods on ISock: entryPeek and entryIterator. These methods return ISockEntry objects. The ISockEntry provides the value of the entry and the Date when the entry was created. The new functionality has been added to the EMFSock implementation. The JdbcSock and MemorySock throw UnsupportedOperationExceptions when they are called. The MemorySock at least needs to support this so people using the PreviewCurnit startup can test Pod beans that use this functionality. Scott --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SAIL-Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SAIL-Dev?hl=en -~----------~----~----~----~------~----~------~--~---
