Propagation
* Summary:
An internal module of the workspace service that governs what mechanisms are used when file propagation (and unpropagation) to and from the VMM nodes is triggered.
* Java interface:
org.globus.workspace.service.impls.site.PropagationAdapter
Source code: service/service/java/source/src/org/globus/workspace/service/impls/site/
Activated by way of the $GLOBUS_LOCATION/etc/nimbus/workspace-service/other/main.xml file -- see the "nimbus-rm.service.propagation" Spring bean.
* Default implementation:
org.globus.workspace.service.impls.site.PropagationAdapterImpl
Source code: service/service/java/source/src/org/globus/workspace/service/impls/site/