@Service public class ReadOnlyBeanMessageCallBack extends Object implements com.sun.enterprise.ee.cms.core.CallBack, DistributedReadOnlyBeanNotifier
| Constructor and Description |
|---|
ReadOnlyBeanMessageCallBack() |
| 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 |
postConstruct() |
void |
processNotification(com.sun.enterprise.ee.cms.core.Signal signal) |
public void postConstruct()
public void processNotification(com.sun.enterprise.ee.cms.core.Signal signal)
processNotification in interface com.sun.enterprise.ee.cms.core.CallBackpublic void notifyRefresh(long ejbID,
byte[] pk)
notifyRefresh in interface DistributedReadOnlyBeanNotifierejbID - the ejbID that uniquely identifies the containerpk - The primary key of the bean(s) that is to be refreshedpublic void notifyRefreshAll(long ejbID)
notifyRefreshAll in interface DistributedReadOnlyBeanNotifierejbID - the ejbID that uniquely identifies the containerpk - The primary key of the bean(s) that is to be refreshedCopyright © 2017. All rights reserved.