public interface DistributedReadOnlyBeanNotifier
ReadOnlyBeanRefreshEventHandler| Modifier and Type | Method and Description |
|---|---|
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
|
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 refreshedCopyright © 2019. All rights reserved.