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

📄 sgipconstant.java

📁 华为java接口反编译结果!其中包含其所有接口实现过程
💻 JAVA
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 
// Source File Name:   SGIPConstant.java

package com.huawei.insa2.comm.sgip;

import com.huawei.insa2.util.Resource;

public class SGIPConstant
{

    public static boolean debug;
    public static String LOGINING;
    public static String LOGIN_ERROR;
    public static String SEND_ERROR;
    public static String CONNECT_TIMEOUT;
    public static String STRUCTURE_ERROR;
    public static String NONLICETSP_LOGNAME;
    public static String NONLICETSP_ID;
    public static String SP_ERROR;
    public static String VERSION_ERROR;
    public static String OTHER_ERROR;
    public static String HEARTBEAT_ABNORMITY;
    public static String SUBMIT_INPUT_ERROR;
    public static String CONNECT_INPUT_ERROR;
    public static String CANCEL_INPUT_ERROR;
    public static String QUERY_INPUT_ERROR;
    public static String DELIVER_REPINPUT_ERROR;
    public static String REPORT_REPINPUT_ERROR;
    public static String USERREPORT_REPINPUT_ERROR;
    public static String ACTIVE_REPINPUT_ERROR;
    public static String SMC_MESSAGE_ERROR;
    public static String INT_SCOPE_ERROR;
    public static String STRING_LENGTH_GREAT;
    public static String STRING_NULL;
    public static String VALUE_ERROR;
    public static String FEE_USERTYPE_ERROR;
    public static String REGISTERED_DELIVERY_ERROR;
    public static final int Bind_Command_Id = 1;
    public static final int Bind_Rep_Command_Id = 0x80000001;
    public static final int Unbind_Command_Id = 2;
    public static final int Unbind_Rep_Command_Id = 0x80000002;
    public static final int Submit_Command_Id = 3;
    public static final int Submit_Rep_Command_Id = 0x80000003;
    public static final int Deliver_Command_Id = 4;
    public static final int Deliver_Rep_Command_Id = 0x80000004;
    public static final int Report_Command_Id = 5;
    public static final int Report_Rep_Command_Id = 0x80000005;
    public static final int UserReport_Command_Id = 17;
    public static final int UserReport_Rep_Command_Id = 0x80000011;

    public SGIPConstant()
    {
    }

    public static void initConstant(Resource resource)
    {
        if(LOGINING == null)
        {
            LOGINING = resource.get("smproxy/logining");
            LOGIN_ERROR = resource.get("smproxy/login-error");
            SEND_ERROR = resource.get("smproxy/send-error");
            CONNECT_TIMEOUT = resource.get("smproxy/connect-timeout");
            STRUCTURE_ERROR = resource.get("smproxy/structure-error");
            NONLICETSP_LOGNAME = resource.get("smproxy/nonlicetsp-logname");
            NONLICETSP_ID = resource.get("smproxy/nonlicetsp-id");
            SP_ERROR = resource.get("smproxy/sp-error");
            VERSION_ERROR = resource.get("smproxy/version-error");
            OTHER_ERROR = resource.get("smproxy/other-error");
            HEARTBEAT_ABNORMITY = resource.get("smproxy/heartbeat-abnormity");
            SUBMIT_INPUT_ERROR = resource.get("smproxy/submit-input-error");
            CONNECT_INPUT_ERROR = resource.get("smproxy/connect-input-error");
            CANCEL_INPUT_ERROR = resource.get("smproxy/cancel-input-error");
            QUERY_INPUT_ERROR = resource.get("smproxy/query-input-error");
            DELIVER_REPINPUT_ERROR = resource.get("smproxy/deliver-repinput-error");
            REPORT_REPINPUT_ERROR = resource.get("smproxy/report-repinput-error");
            USERREPORT_REPINPUT_ERROR = resource.get("smproxy/userreport-repinput-error");
            ACTIVE_REPINPUT_ERROR = resource.get("smproxy/active-repinput-error");
            SMC_MESSAGE_ERROR = resource.get("smproxy/smc-message-error");
            INT_SCOPE_ERROR = resource.get("smproxy/int-scope-error");
            STRING_LENGTH_GREAT = resource.get("smproxy/string-length-great");
            STRING_NULL = resource.get("smproxy/string-null");
            VALUE_ERROR = resource.get("smproxy/value-error");
            FEE_USERTYPE_ERROR = resource.get("smproxy/fee-usertype-error");
            REGISTERED_DELIVERY_ERROR = resource.get("smproxy/registered-delivery-erro");
        }
    }

    static 
    {
        Bind_Command_Id = 1;
        Bind_Rep_Command_Id = 0x80000001;
        Unbind_Command_Id = 2;
        Unbind_Rep_Command_Id = 0x80000002;
        Submit_Command_Id = 3;
        Submit_Rep_Command_Id = 0x80000003;
        Deliver_Command_Id = 4;
        Deliver_Rep_Command_Id = 0x80000004;
        Report_Command_Id = 5;
        Report_Rep_Command_Id = 0x80000005;
        UserReport_Command_Id = 17;
        UserReport_Rep_Command_Id = 0x80000011;
    }
}

⌨️ 快捷键说明

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