|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.compatibility.base.accessor.object.spi.InstanceCallbackAdapter
public class InstanceCallbackAdapter
| Constructor Summary | |
|---|---|
InstanceCallbackAdapter(InstanceCallbacks_1_0 synchronization)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
postLoad(InstanceCallbackEvent instanceCallback)
Deprecated. Called after the values are loaded from the data store into this instance. |
void |
preClear(InstanceCallbackEvent instanceCallback)
Deprecated. Called before the values in the instance are cleared. |
void |
preDelete(InstanceCallbackEvent instanceCallback)
Deprecated. Called before the instance is deleted. |
void |
preStore(InstanceCallbackEvent instanceCallback)
Deprecated. Called before the values are stored from this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceCallbackAdapter(InstanceCallbacks_1_0 synchronization)
| Method Detail |
|---|
public void postLoad(InstanceCallbackEvent instanceCallback)
throws ServiceException
InstanceCallbackListenerDerived fields should be initialized in this method. The context in which this call is made does not allow access to other persistent Object_1_0 instances.
postLoad in interface InstanceCallbackListenerinstanceCallback - the instance callback event
ServiceException - in case of failureInstanceCallbackEvent.POST_LOAD
public void preStore(InstanceCallbackEvent instanceCallback)
throws ServiceException
InstanceCallbackListenerFields that might have been affected by modified non-persistent fields should be updated in this method.
The context in which this call is made allows access to the ObjectFactory_1_0 instance and other persistent Object_1_0 instances.
preStore in interface InstanceCallbackListenerinstanceCallback - the instance callback event
ServiceException - in case of failure or vetoInstanceCallbackEvent.PRE_STORE
public void preClear(InstanceCallbackEvent instanceCallback)
throws ServiceException
InstanceCallbackListenerTransient fields should be cleared in this method. Associations between this instance and others in the runtime environment should be cleared.
preClear in interface InstanceCallbackListenerinstanceCallback - the instance callback event
ServiceException - in case of failureInstanceCallbackEvent.PRE_CLEAR
public void preDelete(InstanceCallbackEvent instanceCallback)
throws ServiceException
InstanceCallbackListener
preDelete in interface InstanceCallbackListenerinstanceCallback - the instance callback event
ServiceException - in case of failure or vetoInstanceCallbackEvent.PRE_DELETE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||