|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.ld.dsmediator.update.Mediator
com.bea.ld.dsmediator.update.DataServiceMediator
| Constructor Summary | |
DataServiceMediator()
should not be called directly |
|
| Method Summary | |
void |
executeUpdatePlan(UpdatePlan updatePlan)
For each unique data source instance within update plan, submit will invoked for inserted, updated or deleted. |
void |
flushCachedMetaData()
flush the cached decomposition map and data source meta data internal use only, invoked in development mode |
com.bea.ld.dsmediator.update.DataServiceMetaData |
getDataServiceMetaData(java.lang.String dsName)
lookup DataObject meta data by ds name |
UpdatePlan |
getUpdatePlan(commonj.sdo.DataGraph sdo)
For a given view SDO object, decompose it and return a update plan Update plan is a sequence of nodes decomposed from original View SDO object. |
java.util.Properties[] |
submit(commonj.sdo.DataGraph dataGraph,
java.lang.String dsName)
First, the change summary for the data graph will be analyzed using the metadata for the associated SDO and an update plan will be produced. |
java.util.Properties[] |
submit(java.lang.String[] dgStrings,
java.lang.String dsName)
Deserialize the serialized SDO into a DataGraph, then call the method submit. |
java.util.Properties[] |
submit(java.lang.String dgString,
java.lang.String dsName)
Deprecated. |
| Methods inherited from class com.bea.ld.dsmediator.update.Mediator |
getInstance, setMediatorClassName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataServiceMediator()
| Method Detail |
public java.util.Properties[] submit(java.lang.String dgString,
java.lang.String dsName)
dgString - serialized SDOdsName - data service this submit is targeted for
public java.util.Properties[] submit(java.lang.String[] dgStrings,
java.lang.String dsName)
submit.
dgStrings - array of serialized SDOs to updatedsName - DataService to execute the SDO update against
public java.util.Properties[] submit(commonj.sdo.DataGraph dataGraph,
java.lang.String dsName)
dataGraph - data graph being submitted for updatedsName - DataService to execute the SDO update againstpublic UpdatePlan getUpdatePlan(commonj.sdo.DataGraph sdo)
sdo -
public void executeUpdatePlan(UpdatePlan updatePlan)
updatePlan - public com.bea.ld.dsmediator.update.DataServiceMetaData getDataServiceMetaData(java.lang.String dsName)
dsName - ds file name
public void flushCachedMetaData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||