public class TileWorkerClientFactory extends java.lang.Object implements Disposable
Tiling sub-node factory class
| Constructor and Description |
|---|
TileWorkerClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Release the resource object.
|
TileWorkerClient |
newTileWorkerClient(TileWorkerInfo connInfo)
Creates a new tiling sub-node.
|
void |
setExecutor(java.util.concurrent.ScheduledExecutorService executor)
Binds the executor.
|
void |
setJobDataExporter(JobDataExporter value)
Binds the data push manager.
|
void |
setTileWorker(TileWorker value)
Sets the tiling sub-node.
|
void |
setWorkspaceInfoTool(ProxyWorkspaceInfoGetter workspaceInfoTool)
Sets the workspace getter.
|
public TileWorkerClient newTileWorkerClient(TileWorkerInfo connInfo)
Creates a new tiling sub-node.
connInfo - Child node connection informationpublic void setTileWorker(TileWorker value)
Sets the tiling sub-node.
value -public void setExecutor(java.util.concurrent.ScheduledExecutorService executor)
Binds the executor.
executor -public void dispose()
DisposableRelease the resource object.
dispose in interface Disposablepublic void setJobDataExporter(JobDataExporter value)
Binds the data push manager.
value -public void setWorkspaceInfoTool(ProxyWorkspaceInfoGetter workspaceInfoTool)
Sets the workspace getter.
workspaceInfoTool -