Interface ReadOnlyBeanLocalNotifier

  • All Known Implementing Classes:
    ReadOnlyBeanLocalNotifierImpl

    public interface ReadOnlyBeanLocalNotifier
    ReadOnlyBeanLocalNotifier is used to force refresh of ReadOnly local beans
    Author:
    Mahesh Kannan
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void refresh​(Object primaryKey)
      This method would be used by the user to manually force the refresh of read only beans for an application.
      void refreshAll()
      This method forces *all* primary keys for a read-only bean to be marked as needing a refresh.
    • Method Detail

      • refresh

        void refresh​(Object primaryKey)
        This method would be used by the user to manually force the refresh of read only beans for an application. After this method the next access to the bean, identified by the primary key, will cause a ejbLoad() to be called on the bean
        Parameters:
        The - primary of the local bean to be refreshed
      • refreshAll

        void refreshAll()
        This method forces *all* primary keys for a read-only bean to be marked as needing a refresh.