Class ReadOnlyBeanLocalNotifierImpl

    • Constructor Detail

      • ReadOnlyBeanLocalNotifierImpl

        public ReadOnlyBeanLocalNotifierImpl​(ReadOnlyBeanContainer container)
    • Method Detail

      • refresh

        public void refresh​(Object primaryKey)
        Description copied from interface: ReadOnlyBeanLocalNotifier
        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
        Specified by:
        refresh in interface ReadOnlyBeanLocalNotifier