com.supermap.services.components.impl
Class DefaultJobDataDeploy
- java.lang.Object
-
- com.supermap.services.components.impl.DefaultJobDataDeploy
-
- All Implemented Interfaces:
- JobDataDeploy
public class DefaultJobDataDeploy extends java.lang.Object implements JobDataDeploy
-
-
Constructor Summary
Constructors Constructor and Description DefaultJobDataDeploy(DataDeploy dataDeploy)
-
Method Summary
Methods Modifier and Type Method and Description booleandeployJobData(CompConnInfo compConnInfo, JobDeployingInfo deployingInfo, JobState jobState)The tiling data associated with the map component (including the workspace file, data source file) is deployed to the tiling nodevoidsetDataDeployStateManager(com.supermap.services.components.impl.FileWorkspaceDeployStateManager value)
-
-
-
Method Detail
-
deployJobData
public boolean deployJobData(CompConnInfo compConnInfo, JobDeployingInfo deployingInfo, JobState jobState)
Description copied from interface:JobDataDeployThe tiling data associated with the map component (including the workspace file, data source file) is deployed to the tiling node
- Specified by:
deployJobDatain interfaceJobDataDeploy- Returns:
-
setDataDeployStateManager
public void setDataDeployStateManager(com.supermap.services.components.impl.FileWorkspaceDeployStateManager value)
-
-