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

📄 bea-weblogic-mib.asn1

📁 BEA-WEBLOGIC-MIB.asn1.zip MIB信息库
💻 ASN1
📖 第 1 页 / 共 5 页
字号:
	deploymentRuntimeTimeOfDeployment  DisplayString,
	deploymentRuntimeVersion  DisplayString
	}
deploymentRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  deploymentRuntimeEntry  1  }

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

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

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

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

deploymentRuntimeComponent	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The component that this deployment represents"
	
	::=  {  deploymentRuntimeEntry  25  }

deploymentRuntimeLocation	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The value of the Location attribute."
	
	::=  {  deploymentRuntimeEntry  30  }

deploymentRuntimeState	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The value of the State attribute.  The state may
 be Deployed or NotDeployed."
	
	::=  {  deploymentRuntimeEntry  35  }

deploymentRuntimeTimeOfDeployment	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 32 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The time of deployment"
	
	::=  {  deploymentRuntimeEntry  40  }

deploymentRuntimeVersion	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The value of the Version attribute."
	
	::=  {  deploymentRuntimeEntry  45  }

-- DeploymentTaskRuntimeMBean                               

deploymentTaskRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  DeploymentTaskRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table is used for monitoring a Weblogic deploymentTask."
	::=  { wls  121 }

deploymentTaskRuntimeEntry	OBJECT-TYPE
	SYNTAX	DeploymentTaskRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of deploymentTaskRuntimeTable"
	INDEX	{  deploymentTaskRuntimeIndex  }
	::=  { deploymentTaskRuntimeTable 1 }

DeploymentTaskRuntimeEntry  ::=  SEQUENCE {
	deploymentTaskRuntimeIndex  DisplayString,
	deploymentTaskRuntimeObjectName  DisplayString,
	deploymentTaskRuntimeType  DisplayString,
	deploymentTaskRuntimeName  DisplayString,
	deploymentTaskRuntimeParent  DisplayString,
	deploymentTaskRuntimeApplicationName  DisplayString,
	deploymentTaskRuntimeId  DisplayString,
	deploymentTaskRuntimeSource  DisplayString,
	deploymentTaskRuntimeState  DisplayString,
	deploymentTaskRuntimeInUse  INTEGER,
	deploymentTaskRuntimeNewSource  DisplayString
	}
deploymentTaskRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  deploymentTaskRuntimeEntry  1  }

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

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

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

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

deploymentTaskRuntimeApplicationName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The value of the name for the application that was specified to DeployerRuntime.activate"
	
	::=  {  deploymentTaskRuntimeEntry  25  }

deploymentTaskRuntimeId	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"A task can be referenced by the id assigned to it, or one the user assigns to it."
	
	::=  {  deploymentTaskRuntimeEntry  30  }

deploymentTaskRuntimeSource	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The value of the source file that was specified to DeployerRuntime.activate."
	
	::=  {  deploymentTaskRuntimeEntry  35  }

deploymentTaskRuntimeState	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 32 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Overall state of this task"
	
	::=  {  deploymentTaskRuntimeEntry  40  }

deploymentTaskRuntimeInUse	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"This indicates if the MBean is free for deletion or timeout."
	
	::=  {  deploymentTaskRuntimeEntry  45  }

deploymentTaskRuntimeNewSource	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 256 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Indicates whether a new source for the application was specified in an activate request."
	
	::=  {  deploymentTaskRuntimeEntry  46  }

-- DomainRuntimeMBean                               

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

domainRuntimeEntry	OBJECT-TYPE
	SYNTAX	DomainRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of domainRuntimeTable"
	INDEX	{  domainRuntimeIndex  }
	::=  { domainRuntimeTable 1 }

DomainRuntimeEntry  ::=  SEQUENCE {
	domainRuntimeIndex  DisplayString,
	domainRuntimeObjectName  DisplayString,
	domainRuntimeType  DisplayString,
	domainRuntimeName  DisplayString,
	domainRuntimeParent  DisplayString,
	domainRuntimeActivationTime  DisplayString,
	domainRuntimeClusters  DisplayString,
	domainRuntimeCurrentClusterDeploymentTarget  DisplayString,
	domainRuntimeCurrentClusterDeploymentTimeout  INTEGER
	}
domainRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  domainRuntimeEntry  1  }

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

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

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

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

domainRuntimeActivationTime	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 32 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The time when the domain became active."
	
	::=  {  domainRuntimeEntry  25  }

domainRuntimeClusters	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 2048 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The names of the active clusters in this domain."
	
	::=  {  domainRuntimeEntry  30  }

domainRuntimeCurrentClusterDeploymentTarget	OBJECT-TYPE 
	SYNTAX	DisplayString 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the name of the current cluster target for a deployment. If there is no deployment underway currently, a 'null' value is returned."
	
	::=  {  domainRuntimeEntry  31  }

domainRuntimeCurrentClusterDeploymentTimeout	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the timeout value in milliseconds of the current deployment to a cluster target. If there is no deployment underway currently, this value is set to '0'."
	
	::=  {  domainRuntimeEntry  32  }

-- EJBCacheMonitorRuntimeMBean                               

ejbCacheMonitorRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  EjbCacheMonitorRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table represents an EJBDeployment."
	::=  { wls  136 }

ejbCacheMonitorRuntimeEntry	OBJECT-TYPE
	SYNTAX	EjbCacheMonitorRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of ejbCacheMonitorRuntimeTable"
	INDEX	{  ejbCacheMonitorRuntimeIndex  }
	::=  { ejbCacheMonitorRuntimeTable 1 }

EjbCacheMonitorRuntimeEntry  ::=  SEQUENCE {
	ejbCacheMonitorRuntimeIndex  DisplayString,
	ejbCacheMonitorRuntimeObjectName  DisplayString,
	ejbCacheMonitorRuntimeType  DisplayString,
	ejbCacheMonitorRuntimeName  DisplayString,
	ejbCacheMonitorRuntimeParent  DisplayString,
	ejbCacheMonitorRuntimeActivationCount  DisplayString
	}
ejbCacheMonitorRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  ejbCacheMonitorRuntimeEntry  1  }

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

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

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

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

ejbCacheMonitorRuntimeActivationCount	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the number of entity beans activated"
	
	::=  {  ejbCacheMonitorRuntimeEntry  25  }

-- EJBCacheRuntimeMBean                               

ejbCacheRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  EjbCacheRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table represents an EJBCacheRuntime."
	::=  { wls  137 }

ejbCacheRuntimeEntry	OBJECT-TYPE
	SYNTAX	EjbCacheRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of ejbCacheRuntimeTable"
	INDEX	{  ejbCacheRuntimeIndex  }
	::=  { ejbCacheRuntimeTable 1 }

EjbCacheRuntimeEntry  ::=  SEQUENCE {
	ejbCacheRuntimeIndex  DisplayString,
	ejbCacheRuntimeObjectName  DisplayString,
	ejbCacheRuntimeType  DisplayString,
	ejbCacheRuntimeName  DisplayString,
	ejbCacheRuntimeParent  DisplayString,
	ejbCacheRuntimeActivationCount  DisplayString,
	ejbCacheRuntimeCacheAccessCount  INTEGER,
	ejbCacheRuntimeCachedBeansCurrentCount  INTEGER,
	ejbCacheRuntimeCacheHitCount  INTEGER,
	ejbCacheRuntimePassivationCount  INTEGER,
	ejbCacheRuntimeCacheMissCount  INTEGER
	}
ejbCacheRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 

⌨️ 快捷键说明

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