ReadOnlyBeanNotifierImplpublic final class ReadOnlyBeanNotifierImpl extends Object implements com.sun.appserv.ejb.ReadOnlyBeanNotifier, com.sun.ejb.ReadOnlyBeanNotifier, SerializableAn instance of ReadOnlyBeanNotifier is used to refresh ReadOnlyBeans |
Fields Summary |
---|
private ReadOnlyEJBHome | readOnlyBeanHome |
Constructors Summary |
---|
public ReadOnlyBeanNotifierImpl(ReadOnlyEJBHome home)
super();
this.readOnlyBeanHome = home;
|
Methods Summary |
---|
public void | refresh(java.lang.Object primaryKey)
readOnlyBeanHome._refresh_com_sun_ejb_containers_read_only_bean_(primaryKey);
| public void | refreshAll()
readOnlyBeanHome._refresh_All();
|
|