conthread.java

来自「一个基于sensor的中间件」· Java 代码 · 共 24 行

JAVA
24
字号
package Utopia;

//~--- JDK imports ------------------------------------------------------------
import java.io.*;

import java.lang.*;

import java.net.*;

import java.util.*;

/**
 * This class is used to create a thread to Utopia Application, and then 
 * the application can communicate with the Utopia.
 * To under this class, who should know the query rule.
 * @author Liu Yu Yang
 */
public class ConThread extends Thread {

    static String register;
    ConRegServer conServer = new ConRegServer();
    ContextObjectGenerator generator = new ContextObjectGenerator();
    EnvQuery envQuery = new EnvQuery();
    Vector queryRule = new Vector();    // 炜茧Μ 耄办潉 霌彪

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?