亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? bea-weblogic-mib.asn1

?? BEA-WEBLOGIC-MIB.asn1.zip MIB信息庫
?? ASN1
?? 第 1 頁 / 共 5 頁
字號:
BEA-WEBLOGIC-MIB DEFINITIONS ::= BEGIN
IMPORTS

	enterprises, Counter
		FROM RFC1155-SMI
	OBJECT-TYPE
		FROM RFC-1212
	DisplayString
		FROM RFC1213-MIB
	TRAP-TYPE
		FROM RFC-1215;
bea	OBJECT IDENTIFIER  ::=  {  enterprises  140  }

wls	OBJECT IDENTIFIER  ::=  {  bea  625  }

experimental	OBJECT IDENTIFIER  ::=  {  wls  10  }

-- 
-- Trap                                Related MIBs
trapVars	OBJECT IDENTIFIER  ::=  {  wls  100  }

-- 
-- Runtime                                tables
-- 
-- ApplicationRuntimeMBean                               

applicationRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  ApplicationRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table used for any application specific parameters"
	::=  { wls  105 }

applicationRuntimeEntry	OBJECT-TYPE
	SYNTAX	ApplicationRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of applicationRuntimeTable"
	INDEX	{  applicationRuntimeIndex  }
	::=  { applicationRuntimeTable 1 }

ApplicationRuntimeEntry  ::=  SEQUENCE {
	applicationRuntimeIndex  DisplayString,
	applicationRuntimeObjectName  DisplayString,
	applicationRuntimeType  DisplayString,
	applicationRuntimeName  DisplayString,
	applicationRuntimeParent  DisplayString,
	applicationRuntimeApplicationName  DisplayString
	}
applicationRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  applicationRuntimeEntry  1  }

applicationRuntimeObjectName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  applicationRuntimeEntry  5  }

applicationRuntimeType	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean type"
	
	::=  {  applicationRuntimeEntry  10  }

applicationRuntimeName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean name"
	
	::=  {  applicationRuntimeEntry  15  }

applicationRuntimeParent	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"
	
	::=  {  applicationRuntimeEntry  20  }

applicationRuntimeApplicationName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 2048 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The application Name."
	
	::=  {  applicationRuntimeEntry  25  }

-- CacheMonitorRuntimeMBean                               

cacheMonitorRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  CacheMonitorRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table used for any cacheMonitor specific parameters"
	::=  { wls  107 }

cacheMonitorRuntimeEntry	OBJECT-TYPE
	SYNTAX	CacheMonitorRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of cacheMonitorRuntimeTable"
	INDEX	{  cacheMonitorRuntimeIndex  }
	::=  { cacheMonitorRuntimeTable 1 }

CacheMonitorRuntimeEntry  ::=  SEQUENCE {
	cacheMonitorRuntimeIndex  DisplayString,
	cacheMonitorRuntimeObjectName  DisplayString,
	cacheMonitorRuntimeType  DisplayString,
	cacheMonitorRuntimeName  DisplayString,
	cacheMonitorRuntimeParent  DisplayString,
	cacheMonitorRuntimeAccessCount  INTEGER,
	cacheMonitorRuntimeHitCount  INTEGER,
	cacheMonitorRuntimeCurrentTotalEntries  INTEGER,
	cacheMonitorRuntimeFlushesCount  INTEGER,
	cacheMonitorRuntimeInsertCount  INTEGER,
	cacheMonitorRuntimeCurrentSize  INTEGER,
	cacheMonitorRuntimeAccessTime  INTEGER,
	cacheMonitorRuntimeInsertTime  INTEGER,
	cacheMonitorRuntimeTimeCreated  DisplayString,
	cacheMonitorRuntimeTimeSinceStart  INTEGER
	}
cacheMonitorRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  cacheMonitorRuntimeEntry  1  }

cacheMonitorRuntimeObjectName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  cacheMonitorRuntimeEntry  5  }

cacheMonitorRuntimeType	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean type"
	
	::=  {  cacheMonitorRuntimeEntry  10  }

cacheMonitorRuntimeName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean name"
	
	::=  {  cacheMonitorRuntimeEntry  15  }

cacheMonitorRuntimeParent	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"
	
	::=  {  cacheMonitorRuntimeEntry  20  }

cacheMonitorRuntimeAccessCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the number of times the cache is accessed to get the data."
	
	::=  {  cacheMonitorRuntimeEntry  25  }

cacheMonitorRuntimeHitCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the number of accesses succeeded in getting the data from cache."
	
	::=  {  cacheMonitorRuntimeEntry  30  }

cacheMonitorRuntimeCurrentTotalEntries	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the number of current entries in the cache."
	
	::=  {  cacheMonitorRuntimeEntry  35  }

cacheMonitorRuntimeFlushesCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the number of times the entries in the cache is flushed."
	
	::=  {  cacheMonitorRuntimeEntry  40  }

cacheMonitorRuntimeInsertCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the number of times the cache is updated/inserted with values."
	
	::=  {  cacheMonitorRuntimeEntry  45  }

cacheMonitorRuntimeCurrentSize	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the current size of the cache."
	
	::=  {  cacheMonitorRuntimeEntry  50  }

cacheMonitorRuntimeAccessTime	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the time spent in the data retrival from the cache."
	
	::=  {  cacheMonitorRuntimeEntry  55  }

cacheMonitorRuntimeInsertTime	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the time spent in updating/inserting  the cache with values."
	
	::=  {  cacheMonitorRuntimeEntry  60  }

cacheMonitorRuntimeTimeCreated	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 2048 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the time cache was created."
	
	::=  {  cacheMonitorRuntimeEntry  65  }

cacheMonitorRuntimeTimeSinceStart	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the time since start in mins/hours."
	
	::=  {  cacheMonitorRuntimeEntry  70  }

-- ClusterMonitorRuntimeMBean                               

clusterRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  ClusterRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table is used for monitoring a server's view of the members
                 of a Weblogic cluster within a Weblogic domain"
	::=  { wls  110 }

clusterRuntimeEntry	OBJECT-TYPE
	SYNTAX	ClusterRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of clusterRuntimeTable"
	INDEX	{  clusterRuntimeIndex  }
	::=  { clusterRuntimeTable 1 }

ClusterRuntimeEntry  ::=  SEQUENCE {
	clusterRuntimeIndex  DisplayString,
	clusterRuntimeObjectName  DisplayString,
	clusterRuntimeType  DisplayString,
	clusterRuntimeName  DisplayString,
	clusterRuntimeParent  DisplayString,
	clusterRuntimeAliveServerCount  INTEGER,
	clusterRuntimeResendRequestsCount  INTEGER,
	clusterRuntimeFragmentsSentCount  INTEGER,
	clusterRuntimeFragmentsReceivedCount  INTEGER,
	clusterRuntimeMulticastMessagesLostCount  INTEGER,
	clusterRuntimeServerNames  DisplayString,
	clusterRuntimeSecondaryDistributionNames  DisplayString,
	clusterRuntimePrimaryCount  INTEGER
	}
clusterRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  clusterRuntimeEntry  1  }

clusterRuntimeObjectName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"JMX-standard MBean name"
	
	::=  {  clusterRuntimeEntry  5  }

clusterRuntimeType	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean type"
	
	::=  {  clusterRuntimeEntry  10  }

clusterRuntimeName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary MBean name"
	
	::=  {  clusterRuntimeEntry  15  }

clusterRuntimeParent	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"
	
	::=  {  clusterRuntimeEntry  20  }

clusterRuntimeAliveServerCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The current total number of alive servers in this cluster."
	
	::=  {  clusterRuntimeEntry  25  }

clusterRuntimeResendRequestsCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The number of state-delta messages that had to be resent 
         because a receiving server in the cluster missed a message."
	
	::=  {  clusterRuntimeEntry  30  }

clusterRuntimeFragmentsSentCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The total number of multicast fragments sent
         from this server into the cluster."
	
	::=  {  clusterRuntimeEntry  35  }

clusterRuntimeFragmentsReceivedCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The total number of multicast messages received
         on this server from the cluster."
	
	::=  {  clusterRuntimeEntry  40  }

clusterRuntimeMulticastMessagesLostCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The total number of in-coming multicast messages that
         were lost according to this server."
	
	::=  {  clusterRuntimeEntry  45  }

clusterRuntimeServerNames	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 2048 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The names of the servers in the cluster."
	
	::=  {  clusterRuntimeEntry  50  }

clusterRuntimeSecondaryDistributionNames	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 2048 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Answer the names of the remote servers (e.g. myserver) of which the local 
         server is hosting secondary objects. The name is appended with a number
         to indicate the number of secondaries hosted on behalf of that server."
	
	::=  {  clusterRuntimeEntry  55  }

clusterRuntimePrimaryCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Answer the number of object that the local server hosts as primaries."
	
	::=  {  clusterRuntimeEntry  60  }

-- DeploymentRuntimeMBean                               

deploymentRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  DeploymentRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table is used for monitoring a Weblogic deployment."
	::=  { wls  120 }

deploymentRuntimeEntry	OBJECT-TYPE
	SYNTAX	DeploymentRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of deploymentRuntimeTable"
	INDEX	{  deploymentRuntimeIndex  }
	::=  { deploymentRuntimeTable 1 }

DeploymentRuntimeEntry  ::=  SEQUENCE {
	deploymentRuntimeIndex  DisplayString,
	deploymentRuntimeObjectName  DisplayString,
	deploymentRuntimeType  DisplayString,
	deploymentRuntimeName  DisplayString,
	deploymentRuntimeParent  DisplayString,
	deploymentRuntimeComponent  DisplayString,
	deploymentRuntimeLocation  DisplayString,
	deploymentRuntimeState  DisplayString,

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
樱花影视一区二区| 欧美日本一区二区在线观看| 中文字幕在线不卡一区| 欧美巨大另类极品videosbest| 成人av资源站| 国产精品一区在线观看你懂的| 亚洲图片一区二区| 亚洲精品成人在线| 国内偷窥港台综合视频在线播放| 天天射综合影视| 另类小说图片综合网| 日韩不卡一区二区三区| 亚洲成人一区在线| 亚洲人一二三区| 一区二区免费在线播放| 亚洲午夜影视影院在线观看| 国产成人超碰人人澡人人澡| 99久久免费精品| 色偷偷88欧美精品久久久| 91香蕉视频黄| 欧美日韩精品免费| 亚洲另类色综合网站| 丁香网亚洲国际| 欧美影视一区二区三区| 欧美狂野另类xxxxoooo| 亚洲国产精品一区二区久久恐怖片| 成人福利视频网站| 国产精品视频免费看| 亚洲欧美一区二区三区极速播放| 五月婷婷欧美视频| 欧美主播一区二区三区| 精品国产91亚洲一区二区三区婷婷| 欧美zozo另类异族| 最好看的中文字幕久久| www.一区二区| 日韩欧美亚洲一区二区| 亚洲欧美综合网| 99视频一区二区| 亚洲视频一二区| 在线免费一区三区| 亚洲va韩国va欧美va| 欧美在线免费观看亚洲| 亚洲成人自拍网| 欧美成人a视频| 国产成人av电影在线观看| 国产精品视频九色porn| 97国产一区二区| 中文字幕一区二区三| 91九色最新地址| 久久久亚洲午夜电影| 亚洲男同性恋视频| 在线不卡欧美精品一区二区三区| 秋霞成人午夜伦在线观看| 99这里都是精品| 亚洲成av人片一区二区三区| 在线不卡的av| 国产91丝袜在线18| 亚洲精品视频在线| 欧美另类久久久品| 国产高清在线观看免费不卡| 亚洲图片另类小说| 日韩欧美一区在线| 日韩和的一区二区| 色综合一个色综合亚洲| 欧美精品一区二区三区在线播放| 高清视频一区二区| 亚洲在线视频一区| 91免费看`日韩一区二区| 亚洲国产成人av网| 欧美国产精品一区二区| 极品少妇xxxx偷拍精品少妇| 91精品国产综合久久福利软件| 亚洲人成7777| 日韩欧美一区电影| 在线一区二区观看| 国产精品1区二区.| 日韩中文字幕区一区有砖一区| 久久久久久亚洲综合| 欧美日韩一卡二卡| 亚洲国产三级在线| 久久久久国产精品麻豆ai换脸 | 中文字幕字幕中文在线中不卡视频| 91久久精品日日躁夜夜躁欧美| 久久66热re国产| 亚洲午夜久久久久久久久久久| 久久久青草青青国产亚洲免观| 欧美色爱综合网| 99久久精品久久久久久清纯| 九一久久久久久| 日韩—二三区免费观看av| 亚洲人吸女人奶水| 国产精品丝袜久久久久久app| 日韩一级在线观看| 欧美日韩卡一卡二| 色94色欧美sute亚洲线路一久| 国产一区二区三区在线观看免费| 日韩女优毛片在线| 欧美综合天天夜夜久久| 99久久精品一区| 成人一区二区三区视频| 亚洲人成网站在线| 国产亚洲欧美日韩俺去了| 国产不卡视频在线播放| 美女在线一区二区| 久久久久久久久伊人| 欧美一级片免费看| 91精品国产aⅴ一区二区| 在线观看亚洲精品| 在线免费观看日本一区| 91麻豆视频网站| thepron国产精品| 国产suv精品一区二区6| 丁香六月综合激情| 国产精品18久久久久久久网站| 精品一区二区日韩| 精品无人码麻豆乱码1区2区| 久久国内精品视频| 激情综合色综合久久综合| 激情丁香综合五月| 国产精品一二三区在线| 成人高清免费观看| 99久久综合国产精品| 色偷偷成人一区二区三区91 | 日韩欧美在线一区二区三区| 欧美日韩国产高清一区二区| 欧美视频在线一区| 91精品国产一区二区| 精品毛片乱码1区2区3区| 欧美mv日韩mv亚洲| 久久久久久久久久看片| 中文字幕亚洲精品在线观看 | 欧美国产精品久久| 国产精品的网站| 欧美一区二区私人影院日本| 欧美一区二区三区日韩视频| 日韩欧美第一区| 国产精品污www在线观看| 亚洲欧美激情在线| 日本亚洲最大的色成网站www| 韩国精品免费视频| 成人av电影免费观看| 欧美在线一二三| 亚洲精品在线网站| 中文字幕一区av| 免费观看久久久4p| 成人av资源网站| 欧美日韩在线播| 久久久激情视频| 亚洲欧美电影一区二区| 日韩av午夜在线观看| 国产成人亚洲精品青草天美| 在线观看亚洲专区| 欧美精品一区二区三区一线天视频| 欧美激情资源网| 日韩激情一区二区| 成人黄色在线看| 日韩一区二区高清| 亚洲私人影院在线观看| 免费高清在线一区| 一本色道久久综合亚洲91| 日韩精品最新网址| 樱桃视频在线观看一区| 国产成人a级片| 日韩欧美国产午夜精品| 尤物在线观看一区| 成人午夜短视频| 日韩欧美国产精品| 亚洲成va人在线观看| 成人av在线播放网站| 精品成人在线观看| 日一区二区三区| 91免费在线播放| 久久久激情视频| 精品一区二区在线视频| 欧美日韩亚洲综合在线| 国产精品免费人成网站| 精品在线观看免费| 日韩视频免费观看高清完整版 | 精品视频1区2区3区| 自拍偷拍欧美激情| 风间由美一区二区av101| 日韩欧美在线不卡| 三级影片在线观看欧美日韩一区二区| 不卡视频一二三四| 国产欧美一区二区精品久导航| 精品人在线二区三区| 亚洲成人一区二区在线观看| 色婷婷av一区二区| 自拍偷拍欧美精品| 91女人视频在线观看| 亚洲欧洲日产国码二区| 丁香一区二区三区| 欧美极品xxx| av不卡在线观看| 中文字幕一区二区三区不卡| 99精品国产一区二区三区不卡| 中文av一区二区| www.日韩大片| 亚洲三级免费电影| 色综合天天综合网天天看片|