Uses of Class
risesoft.data.transfer.core.handle.HandleManager
-
Packages that use HandleManager Package Description risesoft.data.transfer.core.channel risesoft.data.transfer.core.context risesoft.data.transfer.core.executor.out risesoft.data.transfer.core.log -
-
Uses of HandleManager in risesoft.data.transfer.core.channel
Constructors in risesoft.data.transfer.core.channel with parameters of type HandleManager Constructor Description HandleInChannel(InChannel inChannel, HandleManager handleManager) -
Uses of HandleManager in risesoft.data.transfer.core.context
Methods in risesoft.data.transfer.core.context that return HandleManager Modifier and Type Method Description HandleManagerJobContext. getHandles()Constructors in risesoft.data.transfer.core.context with parameters of type HandleManager Constructor Description JobContext(Communication communication, String jobId, HandleManager handles, JobListener jobListener, Configuration configuration) -
Uses of HandleManager in risesoft.data.transfer.core.executor.out
Constructors in risesoft.data.transfer.core.executor.out with parameters of type HandleManager Constructor Description OutChannelExecutor(DataOutputStream dataOutputStream, Communication communication, HandleManager handleManager) -
Uses of HandleManager in risesoft.data.transfer.core.log
Constructors in risesoft.data.transfer.core.log with parameters of type HandleManager Constructor Description HandledLoggerFactory(HandleManager handleManager)
-