|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ejb.spi.distributed.ReadOnlyBeanMessageCallBack
@Service public class ReadOnlyBeanMessageCallBack
| Constructor Summary | |
|---|---|
ReadOnlyBeanMessageCallBack()
|
|
| 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 |
void |
postConstruct()
|
void |
processNotification(com.sun.enterprise.ee.cms.core.Signal signal)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReadOnlyBeanMessageCallBack()
| Method Detail |
|---|
public void postConstruct()
public void processNotification(com.sun.enterprise.ee.cms.core.Signal signal)
processNotification in interface com.sun.enterprise.ee.cms.core.CallBack
public 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 refreshed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||