com.supermap.data.processing.cache

类 SubprocessThread

  • 所有已实现的接口:
    Runnable


    public class SubprocessThread
    extends Thread
    • 字段详细资料

      • TimeOutMS

        public static long TimeOutMS
      • isExit

        public volatile boolean isExit
    • 构造器详细资料

      • SubprocessThread

        public SubprocessThread(ArrayList<String> arguments,
                                ProcessMessageListener listener)
        构建与子进程关联的线程对象。
        参数:
        arguments - 创建子进程时传入的参数。
        listener - 外部与子进程消息处理监听类实例。
        从以下版本开始:
        11.2.0
    • 方法详细资料

      • timeout

        public void timeout()
        判断是否超时,如果超时kill掉,默认超时时间为60分钟,超过60分钟Kill之
      • destroyps

        public void destroyps()
      • getProcess

        public Process getProcess()
      • getM_start

        public long getM_start()

Copyright © 2021–2024 SuperMap. All rights reserved.