| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.apache.openjpa.datacache.TypesChangedEvent
public class TypesChangedEvent
An event indicating that instances of given persistent types have been modified.
| Field Summary | 
|---|
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| TypesChangedEvent(java.lang.Object source,
                  java.util.Collection types)Constructor. | |
| Method Summary | |
|---|---|
|  java.util.Collection | getTypes()Return the expired types. | 
| Methods inherited from class java.util.EventObject | 
|---|
| getSource, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public TypesChangedEvent(java.lang.Object source,
                         java.util.Collection types)
source - the data or query cachetypes - the changed types| Method Detail | 
|---|
public java.util.Collection getTypes()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||