|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ValueUpdater
ValueUpdater is used to update an object's state.
| Method Summary | |
|---|---|
void |
update(java.lang.Object oTarget, java.lang.Object oValue)Update the state of the passed target object using the passed value. |
| Method Detail |
|---|
void update(java.lang.Object oTarget,
java.lang.Object oValue)
oTarget - the Object to update the state ofoValue - the new value to update the state withjava.lang.ClassCastException - if this ValueUpdater is incompatible with the passed target object or the value and the implementation requires the passed object or the value to be of a certain typeWrapperException - if this ValueUpdater encounters a checked exception in the course of updating the target objectjava.lang.IllegalArgumentException - if this ValueUpdater cannot handle the passed target object or value for any other reason; an implementor should include a descriptive message
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||