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

📄 bea-weblogic-mib.asn1

📁 BEA-WEBLOGIC-MIB.asn1.zip MIB信息库
💻 ASN1
📖 第 1 页 / 共 5 页
字号:
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  ejbLockingRuntimeEntry  1  }

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

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

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

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

ejbLockingRuntimeLockEntriesCurrentCount	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the lock entries count."
	
	::=  {  ejbLockingRuntimeEntry  25  }

ejbLockingRuntimeLockManagerAccessCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the lock manager access count"
	
	::=  {  ejbLockingRuntimeEntry  30  }

ejbLockingRuntimeTimeOutTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the timeout count"
	
	::=  {  ejbLockingRuntimeEntry  35  }

ejbLockingRuntimeWaiterTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the waiter total count"
	
	::=  {  ejbLockingRuntimeEntry  40  }

-- EJBMessageDrivenRuntimeMBean                               

ejbMessageDrivenRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  EjbMessageDrivenRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"Runtime representation of a MessageDriven Bean."
	::=  { wls  160 }

ejbMessageDrivenRuntimeEntry	OBJECT-TYPE
	SYNTAX	EjbMessageDrivenRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of ejbMessageDrivenRuntimeTable"
	INDEX	{  ejbMessageDrivenRuntimeIndex  }
	::=  { ejbMessageDrivenRuntimeTable 1 }

EjbMessageDrivenRuntimeEntry  ::=  SEQUENCE {
	ejbMessageDrivenRuntimeIndex  DisplayString,
	ejbMessageDrivenRuntimeObjectName  DisplayString,
	ejbMessageDrivenRuntimeType  DisplayString,
	ejbMessageDrivenRuntimeName  DisplayString,
	ejbMessageDrivenRuntimeParent  DisplayString,
	ejbMessageDrivenRuntimeDestinationName  DisplayString,
	ejbMessageDrivenRuntimeDestinationTopic  INTEGER
	}
ejbMessageDrivenRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  ejbMessageDrivenRuntimeEntry  1  }

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

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

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

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

ejbMessageDrivenRuntimeDestinationName	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 64 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		""
	
	::=  {  ejbMessageDrivenRuntimeEntry  25  }

ejbMessageDrivenRuntimeDestinationTopic	OBJECT-TYPE 
	SYNTAX	INTEGER  {
		true( 1 ),
		false( 2 )
		}
 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"A boolean value (true Or false)"
	
	::=  {  ejbMessageDrivenRuntimeEntry  30  }

-- EJBPoolRuntimeMBean                               

ejbPoolRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  EJBPoolRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"Runtime representation of a EJBPool Bean."
	::=  { wls  161 }

ejbPoolRuntimeEntry	OBJECT-TYPE
	SYNTAX	EJBPoolRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of ejbPoolRuntimeTable"
	INDEX	{  ejbPoolRuntimeIndex  }
	::=  { ejbPoolRuntimeTable 1 }

EJBPoolRuntimeEntry  ::=  SEQUENCE {
	ejbPoolRuntimeIndex  DisplayString,
	ejbPoolRuntimeObjectName  DisplayString,
	ejbPoolRuntimeType  DisplayString,
	ejbPoolRuntimeName  DisplayString,
	ejbPoolRuntimeParent  DisplayString,
	ejbPoolRuntimeBeansInUseCount  INTEGER,
	ejbPoolRuntimeIdleBeansCount  INTEGER,
	ejbPoolRuntimeTimeoutTotalCount  INTEGER,
	ejbPoolRuntimeWaiterTotalCount  INTEGER,
	ejbPoolRuntimeAccessTotalCount  INTEGER,
	ejbPoolRuntimeBeansInUseCurrentCount  INTEGER,
	ejbPoolRuntimeDestroyedTotalCount  INTEGER,
	ejbPoolRuntimeMissTotalCount  INTEGER,
	ejbPoolRuntimeWaiterCurrentCount  INTEGER
	}
ejbPoolRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  ejbPoolRuntimeEntry  1  }

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

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

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

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

ejbPoolRuntimeBeansInUseCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		""
	
	::=  {  ejbPoolRuntimeEntry  25  }

ejbPoolRuntimeIdleBeansCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"A boolean value (true Or false)"
	
	::=  {  ejbPoolRuntimeEntry  30  }

ejbPoolRuntimeTimeoutTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Timeout total "
	
	::=  {  ejbPoolRuntimeEntry  35  }

ejbPoolRuntimeWaiterTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Waiter total count"
	
	::=  {  ejbPoolRuntimeEntry  40  }

ejbPoolRuntimeAccessTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the total number of times an attempt was made to get an instance from the free pool."
	
	::=  {  ejbPoolRuntimeEntry  41  }

ejbPoolRuntimeBeansInUseCurrentCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the number of bean instances currently being used from the free pool."
	
	::=  {  ejbPoolRuntimeEntry  42  }

ejbPoolRuntimeDestroyedTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the total number of times a bean instance from this pool was destroyed due to a non-application Exception being thrown from it."
	
	::=  {  ejbPoolRuntimeEntry  43  }

ejbPoolRuntimeMissTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the total number of times a failed attempt was made to get an instance from the free pool.  An Attempt to get a bean from the pool will fail if there are no available instances in the pool."
	
	::=  {  ejbPoolRuntimeEntry  44  }

ejbPoolRuntimeWaiterCurrentCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Returns the number of Threads currently waiting for an available bean instance from the free pool."
	
	::=  {  ejbPoolRuntimeEntry  45  }

-- EJBStatelessHomeRuntimeMBean                               

ejbStatelessHomeRuntimeTable	OBJECT-TYPE
	SYNTAX	SEQUENCE  OF  EjbStatelessHomeRuntimeEntry
	ACCESS	not-accessible
STATUS	mandatory
 	DESCRIPTION
		"This table is used to monitor an EJBHome object of a
                 stateless bean."
	::=  { wls  170 }

ejbStatelessHomeRuntimeEntry	OBJECT-TYPE
	SYNTAX	EjbStatelessHomeRuntimeEntry
	ACCESS	not-accessible
	STATUS	mandatory
 	DESCRIPTION
		"Entry of ejbStatelessHomeRuntimeTable"
	INDEX	{  ejbStatelessHomeRuntimeIndex  }
	::=  { ejbStatelessHomeRuntimeTable 1 }

EjbStatelessHomeRuntimeEntry  ::=  SEQUENCE {
	ejbStatelessHomeRuntimeIndex  DisplayString,
	ejbStatelessHomeRuntimeObjectName  DisplayString,
	ejbStatelessHomeRuntimeType  DisplayString,
	ejbStatelessHomeRuntimeName  DisplayString,
	ejbStatelessHomeRuntimeParent  DisplayString,
	ejbStatelessHomeRuntimeTransactionsCommittedTotalCount  INTEGER,
	ejbStatelessHomeRuntimeTransactionsRolledBackTotalCount  INTEGER,
	ejbStatelessHomeRuntimeTransactionsInFlightTotalCount  INTEGER,
	ejbStatelessHomeRuntimeCachedBeansCurrentCount  INTEGER,
	ejbStatelessHomeRuntimeBeanType  DisplayString,
	ejbStatelessHomeRuntimeWaiterTotalCount  INTEGER,
	ejbStatelessHomeRuntimeTimeoutTotalCount  INTEGER,
	ejbStatelessHomeRuntimeCachedBeansIdleCurrentCount  INTEGER,
	ejbStatelessHomeRuntimeCachedBeansInUseCurrentCount  INTEGER
	}
ejbStatelessHomeRuntimeIndex	OBJECT-TYPE 
	SYNTAX	DisplayString ( SIZE ( 1.. 16 ) ) 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"Unique value directed from ObjectName which is used as table index"
	
	::=  {  ejbStatelessHomeRuntimeEntry  1  }

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

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

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

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

ejbStatelessHomeRuntimeTransactionsCommittedTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"  the total number of transactions committed by beans of this Home."
	
	::=  {  ejbStatelessHomeRuntimeEntry  25  }

ejbStatelessHomeRuntimeTransactionsRolledBackTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The total number of transactions rolled back by beans of this Home."
	
	::=  {  ejbStatelessHomeRuntimeEntry  30  }

ejbStatelessHomeRuntimeTransactionsInFlightTotalCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The total number of in-flight transactions by beans of this home."
	
	::=  {  ejbStatelessHomeRuntimeEntry  35  }

ejbStatelessHomeRuntimeCachedBeansCurrentCount	OBJECT-TYPE 
	SYNTAX	INTEGER 
	
	ACCESS	read-only 
	STATUS	mandatory
 
	
	DESCRIPTION
		"The number of beans currently in the cache."
	

⌨️ 快捷键说明

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