|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.util.EventObject
oracle.jbo.JboEvent
oracle.jbo.ViewClearCacheEvent
public class ViewClearCacheEvent
Generated by ViewObject inform its listeners when the cache is cleared.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ViewClearCacheEvent(Transaction source, ViewObject[] vos)Creates a View Object clear-cache event. |
|
| Method Summary | |
|---|---|
ViewObject[] |
getViewObjects()Returns an array of View Objects whose cache has been cleared. |
java.lang.String |
toString()Internal: For debugging only. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ViewClearCacheEvent(Transaction source,
ViewObject[] vos)
source - the publisher of the event (a Transaction).| Method Detail |
|---|
public ViewObject[] getViewObjects()
ViewObject.clearCache(), or Transaction.clearEntityCache(String), or ApplicationModule.clearVOCaches(String, boolean).public java.lang.String toString()
toString in class java.util.EventObject
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||