|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DistributedReadOnlyBeanNotifier
An instance of DistributedReadOnlyBeanNotifier is used to notify other server instances to refresh a ReadOnly Bean. An instance of ReadOnlyBeanRefreshEventHandler is used to handle requests received from other server instances.
ReadOnlyBeanRefreshEventHandler| Method Summary | |
|---|---|
void |
notifyRefresh(long ejbID,
byte[] pk)
This is called by the container after it has called refresh |
void |
notifyRefreshAll(long ejbID)
This is called by the container after it has called refresh |
| Method Detail |
|---|
void notifyRefresh(long ejbID,
byte[] pk)
ejbID - the ejbID that uniquely identifies the containerpk - The primary key of the bean(s) that is to be refreshedvoid notifyRefreshAll(long ejbID)
ejbID - the ejbID that uniquely identifies the containerpk - The primary key of the bean(s) that is to be refreshed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||