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

📄 awgneconstants.java

📁 this is example use EJB with jboss.
💻 JAVA
字号:
/*
 * Copyright(C) 2008, NTT AT Co., Ltd.
 * Project: AWGView
 *
 * Notes:
 *  N/A
 *
 * Record of change:
 * Date         Version      Name       Content
 * 2008/12/15   1.0          TriNT      First create       
 */
package jp.co.ntt.awgview.server.constant;

/**
 * Class name 	: PteConstants <BR>
 * Package 		: jp.co.ntt_at.awgview.server.constant <BR>
 * 
 * Description	: Define common constants for AWG-NE <BR>
 * 
 * @author 		: AI&T
 * @version 	: 1.0
 */
public class AWGNEConstants {	
	// OID to determine Slot number
	public static final String OID_SLOT_NUMBER 	= "1.3.6.1.4.1.3930.101.2.1.0";
	// OID to determine package name
	public static final String OID_PACKAGE_NAME = "1.3.6.1.4.1.3930.101.2.2.0";
	// OID to determine alarm level
	public static final String OID_ALARM_LEVEL	= "1.3.6.1.4.1.3930.101.2.5.4.2.1.3.";
	// OID to determine alarm type
	public static final String OID_ALARM_TYPE	= "1.3.6.1.4.1.3930.101.2.5.4.2.1.2";
	// OID for power 1
	public static final String OID_POWER_1 = "1.3.6.1.4.1.3930.101.2.5.4.2.1.3.5";
	// OID for power 2
	public static final String OID_POWER_2 = "1.3.6.1.4.1.3930.101.2.5.4.2.1.3.6";
	// OID for fan 1
	public static final String OID_FAN_1   = "1.3.6.1.4.1.3930.101.2.5.4.2.1.3.7";
	// OID for fan 2
	public static final String OID_FAN_2   = "1.3.6.1.4.1.3930.101.2.5.4.2.1.3.8";
}

⌨️ 快捷键说明

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