net.simplace.sim.io.sync.FWSimSyncAdapter




public abstract class FWSimSyncAdapter extends
net.simplace.sim.io.FWSimIOAdapter {
// Protected Constructors
protected FWSimSyncAdapter(FWSimSession aSession, Element aSyncElement,
Integer aOrderNumber);


// Class Methods
protected static FWSimSyncAdapter createSyncAdapter(FWSimSession aSession,
Element aSyncElement, int aOrderNumber);


returns

// Public Instance Methods
public abstract FWSimResourceCache sync(Map aVarMapsContainer);


returns SimResourceCache containing the data from the resource media
public Collection getOutputVariables();

returning the variables from the header information
public Collection getInputVariables();

always returning empty list because this adapters are not meant to receive input data
public FWSimVariable.CONTENT_TYPE getContentType();

public JexlRuleScript getJexlScript();


returns the jexlScript
public FWSimVarMap getVarMap();

public Element toXML();



}



Hierarchy: java.lang.Object - net.simplace.sim.io.FWSimIOAdapter (net.simplace.sim.util.FWSimFieldContainer) - FWSimSyncAdapter



Returned by: createSyncAdapter(), FWSimSyncManager.getSyncAdapter()