|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReadOnlyBeanNotifier
ReadOnlyBeanNotifier is used to force refresh of ReadOnly beans
Method Summary | |
---|---|
void |
refresh(Object primaryKey)
This method would be used by the user to manually force the refresh of read only beans for an application. |
void |
refreshAll()
This method forces *all* primary keys for a read-only bean to be marked as needing a refresh. |
Method Detail |
---|
void refresh(Object primaryKey) throws RemoteException
The
- primary of the bean to be refreshed
RemoteException
void refreshAll() throws RemoteException
RemoteException
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.