⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 conthread.java

📁 一个基于sensor的中间件
💻 JAVA
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -