<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    ゞ沉默是金ゞ

    魚離不開水,但是沒有說不離開哪滴水.
    posts - 98,comments - 104,trackbacks - 0
    This article will discuss about Thread pool that can schedule threads to run after a specified interval of time. From Java 5.0+ one can get such pool from Executors using following method –

    public static ScheduledExecutorService 
           newScheduledThreadPool(int corePoolSize)
        Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically.

    The return type of this method (return type of thread pool) is ScheduledExecutorService.Some of the salient features of ScheduledExecutorService are –
    1.         Schedule a Callable or Runnable to run once with a fixed delay after submission
    2.         Schedule a Runnable to run periodically at a fixed rate
    3.         Schedule a Runnable to run periodically with a fixed delay between executions
    4.         Submission returns a ScheduledFutureTask handle which can be used to cancel the task
    5.  .Like Timer, but supports pooling


    Example:
    1. Suppose we are building a Bank check processing system. Here is the process –
    2.  Every local branch collect cheques and create a txt file contain cheque info.
    3.  A service runs which copy the cheque txt file from local branch to main server.
    4.  A Local service runs on server which check if any file has received and notify the cheque Clearing process.


    We will try to make “Local Service”, which check the file reception and “Copying process” Which copy file from client machine to Server.
    Pseudo Code-

    //Define Local & Copying service running interval time in Seconds
    //Make an ScheduledThreadPool with pool size 2
    try{
        // Make Local Service thread
        // Make Copying process thread
        // Scheduled Both thread to run at regular interval
    }catch(Exception e){
     //release all resources
    }

    LocalService Thread-
    Try{
            //Check if directory exists
            //Check if any file exists in directory
            //return status
    }catch(Exception e){
            //Print necessary exception
    }

    Copying Process Thread-
    Try{
       // Check if File existin on remote server
       // Copy the file to main server
    }catch(Exception e){
            //Print necessary exception
    }

    package com.jovialjava.blog.threads;

    import java.io.File;
    import java.util.concurrent.Executors;
    import java.util.concurrent.ScheduledExecutorService;
    import java.util.concurrent.TimeUnit;

    //LOCAL SERVICE THREAD
    class LocalService implements Runnable {

        
    private String DIRECTORY = null;

        
    public LocalService(String DIRECTORY) {
            
    this.DIRECTORY = DIRECTORY;
        }

        
    public void run() {
            
    try {
                File dir 
    = new File(this.DIRECTORY);
                
    if (dir.isDirectory()) {
                    
    if (dir.list().length > 0) {
                        System.out.println(
    "FILE EXISTS");
                    }
                } 
    else {
                    System.err.println(
    "NO SUCH DIRECTORY [" + dir.getAbsolutePath() + "] exists");
                }
            } 
    catch (Exception e) {
                e.printStackTrace();
            }
        }
    }

    // COPYING SERVICE THREAD
    class CopyService implements Runnable {

        
    private String REMOTE_DIR = null;
        
    private String LOCAL_DIR = null;

        
    public CopyService(String remoteDir, String localDir) {
            
    this.REMOTE_DIR = remoteDir;
            
    this.LOCAL_DIR = localDir;
        }

        
    public void run() {
            
    try {
                File remote 
    = new File(this.REMOTE_DIR);
                File local 
    = new File(this.LOCAL_DIR);
                
    if (remote.isDirectory() && local.isDirectory()) {
                    
    if (remote.list().length > 0) {
                        System.out.println(
    "REMOTE FILE FOUND, COPYING");
                        
    // --- Call the file copying method.
                    } else {
                        System.out.println(
    "NO REMOTE FILE FOUND");
                    }
                } 
    else {
                    System.err.println(
    "PLEASE CHECK DIRECTORY [" + remote.getAbsolutePath() + " OR/AND"
                            
    + local.getAbsolutePath() + "] existence");
                }
            } 
    catch (Exception e) {
                e.printStackTrace();
            }
        }
    }

    public class ScheduledExample {

        
    private static final ScheduledExecutorService executor = Executors.newScheduledThreadPool(2);
        
    private static final int LOCAL_INTERVAL = 5, COPY_INTERVAL = 2;
        
    private static final String REMOTE_DIR = "REMOTE", LOCAL_DIR = "LOCAL";

        
    public static void main(String args) {
            Runnable localService 
    = new LocalService(LOCAL_DIR);
            Runnable remoteService 
    = new CopyService(REMOTE_DIR, LOCAL_DIR);
            
    try {
                executor.scheduleWithFixedDelay(localService, 
    0, LOCAL_INTERVAL, TimeUnit.SECONDS);
                executor.scheduleWithFixedDelay(remoteService, 
    0, COPY_INTERVAL, TimeUnit.SECONDS);
            } 
    catch (Exception e) {
                e.printStackTrace();
            }
        }
    }
    posted on 2012-08-06 10:45 ゞ沉默是金ゞ 閱讀(869) 評論(0)  編輯  收藏 所屬分類: Java SE
    主站蜘蛛池模板: 国色精品va在线观看免费视频| 久久久无码精品亚洲日韩蜜臀浪潮| 高h视频在线免费观看| 不卡精品国产_亚洲人成在线| 在线观看亚洲AV每日更新无码 | 免费看又黄又爽又猛的视频软件 | 亚洲情XO亚洲色XO无码| 337P日本欧洲亚洲大胆艺术图| 伊人久久大香线蕉亚洲| 一区二区3区免费视频| 国产99视频免费精品是看6| 国产麻豆成人传媒免费观看| 亚洲videos| 国产亚洲欧洲Aⅴ综合一区 | 亚洲毛片不卡av在线播放一区| 三年片在线观看免费观看大全一 | 亚洲乱码无人区卡1卡2卡3| 亚洲综合伊人久久综合| 久久精品免费一区二区喷潮| 亚洲美女激情视频| 中文字幕无码播放免费| 一级毛片成人免费看a| 亚洲人成网站日本片| 久久精品免费一区二区喷潮| 野花香高清视频在线观看免费 | 亚洲精品视频免费在线观看| 亚洲精品无码久久毛片| 免费精品人在线二线三线区别| 国产一级黄片儿免费看| 亚洲欧洲日产国码久在线| 亚洲福利视频一区| 亚洲午夜av影院| 日韩电影免费在线| h片在线观看免费| 伊人久久综在合线亚洲2019| mm1313亚洲精品无码又大又粗| 一级做a爰片性色毛片免费网站| 亚洲妓女综合网99| 91久久亚洲国产成人精品性色| 国产亚洲精品福利在线无卡一| 国产小视频免费观看|