|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadOnlyBeanRefreshEventHandler
ReadOnlyBeanRefreshEventHandler defines the methods that can be used to implement a distributed ReadOnly beans. An instance of ReadOnlyBeanRefreshEventHandler is used to handle requests received from other server instances. An instance of DistributedReadOnlyBeanNotifier is used to notify other server instances.
DistributedReadOnlyBeanService| Method Summary | |
|---|---|
java.lang.ClassLoader |
getClassLoader()
Called from DistributedReadOnlyBeanServiceImpl before de-serializing the bean's pk |
void |
handleRefreshAllRequest()
Called from DistributedReadOnlyBeanServiceImpl when a refreshAll message arrives at this instance |
void |
handleRefreshRequest(java.lang.Object pk)
Called from DistributedReadOnlyBeanServiceImpl when a refresh message arrives at this instance |
| Method Detail |
|---|
java.lang.ClassLoader getClassLoader()
void handleRefreshRequest(java.lang.Object pk)
pk - the primary key that needs to be refreshedvoid handleRefreshAllRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||