Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo
Class ViewClearCacheEvent

java.lang.Object
  extended by oracle.adfnmc.util.eventing.EventObject
      extended by oracle.jbo.JboEvent
          extended by oracle.jbo.ViewClearCacheEvent

public class ViewClearCacheEvent
extends JboEvent

Generated by ViewObject inform its listeners when the cache is cleared.


Field Summary
 
Fields inherited from class oracle.adfnmc.util.eventing.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 oracle.adfnmc.util.eventing.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewClearCacheEvent

public ViewClearCacheEvent(Transaction source,
                           ViewObject[] vos)
Creates a View Object clear-cache event.

Parameters:
source - the publisher of the event (a Transaction).
Method Detail

getViewObjects

public ViewObject[] getViewObjects()
Returns an array of View Objects whose cache has been cleared. A View Object cache can be cleared thourgh a call to ViewObject.clearCache(), or Transaction.clearEntityCache(String), or ApplicationModule.clearVOCaches(String, boolean).

Returns:
an array of View Objects.

toString

public java.lang.String toString()
Internal: For debugging only.

Overrides:
toString in class EventObject
Returns:
a diagnostic string.

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.