public interface ReadOnlyBeanRefreshEventHandler
DistributedReadOnlyBeanService| Modifier and Type | Method and Description |
|---|---|
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(Object pk)
Called from DistributedReadOnlyBeanServiceImpl when a refresh message
arrives at this instance
|
ClassLoader getClassLoader()
void handleRefreshRequest(Object pk)
pk - the primary key that needs to be refreshedvoid handleRefreshAllRequest()
Copyright © 2017. All rights reserved.