FileDocCategorySizeDatePackage
ReadOnlyBeanNotifier.javaAPI DocGlassfish v2 API2786Fri May 04 22:32:52 BST 2007com.sun.appserv.ejb

ReadOnlyBeanNotifier

public interface ReadOnlyBeanNotifier implements Remote
ReadOnlyBeanNotifier is used to force refresh of ReadOnly beans
author
Mahesh Kannan

Fields Summary
Constructors Summary
Methods Summary
public voidrefresh(java.lang.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

param
The primary of the bean to be refreshed

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