📄 bea-weblogic-mib.asn1
字号:
DESCRIPTION
"Unique value directed from ObjectName which is used as table index"
::= { ejbCacheRuntimeEntry 1 }
ejbCacheRuntimeObjectName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"JMX-standard MBean name"
::= { ejbCacheRuntimeEntry 5 }
ejbCacheRuntimeType OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean type"
::= { ejbCacheRuntimeEntry 10 }
ejbCacheRuntimeName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean name"
::= { ejbCacheRuntimeEntry 15 }
ejbCacheRuntimeParent OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary Parent object's identification, with syntax
<type>:<name>"
::= { ejbCacheRuntimeEntry 20 }
ejbCacheRuntimeActivationCount OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 16 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the number of entity beans activated"
::= { ejbCacheRuntimeEntry 25 }
ejbCacheRuntimeCacheAccessCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the cache access count"
::= { ejbCacheRuntimeEntry 30 }
ejbCacheRuntimeCachedBeansCurrentCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the cached beans current count"
::= { ejbCacheRuntimeEntry 35 }
ejbCacheRuntimeCacheHitCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the cached hit count"
::= { ejbCacheRuntimeEntry 40 }
ejbCacheRuntimePassivationCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the number of entity beans passivated"
::= { ejbCacheRuntimeEntry 45 }
ejbCacheRuntimeCacheMissCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Returns the total number of times an attempt to access a bean from the cache failed."
::= { ejbCacheRuntimeEntry 46 }
-- EJBRuntimeMBean
ejbRuntimeTable OBJECT-TYPE
SYNTAX SEQUENCE OF EjbRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This interface contains accessor methods for all common runtime information collected for all EJB types."
::= { wls 138 }
ejbRuntimeEntry OBJECT-TYPE
SYNTAX EjbRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry of ejbRuntimeTable"
INDEX { ejbRuntimeIndex }
::= { ejbRuntimeTable 1 }
EjbRuntimeEntry ::= SEQUENCE {
ejbRuntimeIndex DisplayString,
ejbRuntimeObjectName DisplayString,
ejbRuntimeType DisplayString,
ejbRuntimeName DisplayString,
ejbRuntimeParent DisplayString,
ejbEJBName DisplayString
}
ejbRuntimeIndex OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 16 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Unique value directed from ObjectName which is used as table index"
::= { ejbRuntimeEntry 1 }
ejbRuntimeObjectName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"JMX-standard MBean name"
::= { ejbRuntimeEntry 5 }
ejbRuntimeType OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean type"
::= { ejbRuntimeEntry 10 }
ejbRuntimeName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean name"
::= { ejbRuntimeEntry 15 }
ejbRuntimeParent OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary Parent object's identification, with syntax
<type>:<name>"
::= { ejbRuntimeEntry 20 }
ejbEJBName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 16 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The eJBName value"
::= { ejbRuntimeEntry 25 }
-- EJBComponentRuntimeMBean
ejbComponentRuntimeTable OBJECT-TYPE
SYNTAX SEQUENCE OF EjbComponentRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table represents an EJBDeployment."
::= { wls 140 }
ejbComponentRuntimeEntry OBJECT-TYPE
SYNTAX EjbComponentRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry of ejbComponentRuntimeTable"
INDEX { ejbComponentRuntimeIndex }
::= { ejbComponentRuntimeTable 1 }
EjbComponentRuntimeEntry ::= SEQUENCE {
ejbComponentRuntimeIndex DisplayString,
ejbComponentRuntimeObjectName DisplayString,
ejbComponentRuntimeType DisplayString,
ejbComponentRuntimeName DisplayString,
ejbComponentRuntimeParent DisplayString,
ejbComponentRuntimeStatus DisplayString,
ejbComponentRuntimeBeans DisplayString,
ejbComponentRuntimeDeploymentName DisplayString,
ejbComponentRuntimeEjbComponent DisplayString,
ejbComponentRuntimeEjbHomes DisplayString
}
ejbComponentRuntimeIndex OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 16 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Unique value directed from ObjectName which is used as table index"
::= { ejbComponentRuntimeEntry 1 }
ejbComponentRuntimeObjectName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"JMX-standard MBean name"
::= { ejbComponentRuntimeEntry 5 }
ejbComponentRuntimeType OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean type"
::= { ejbComponentRuntimeEntry 10 }
ejbComponentRuntimeName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean name"
::= { ejbComponentRuntimeEntry 15 }
ejbComponentRuntimeParent OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary Parent object's identification, with syntax
<type>:<name>"
::= { ejbComponentRuntimeEntry 20 }
ejbComponentRuntimeStatus OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 16 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The time when the ejbComponent became active."
::= { ejbComponentRuntimeEntry 25 }
ejbComponentRuntimeBeans OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 2048 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Return all beans deployed in this jar file."
::= { ejbComponentRuntimeEntry 30 }
ejbComponentRuntimeDeploymentName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Return the name used to deploy this EJB."
::= { ejbComponentRuntimeEntry 35 }
ejbComponentRuntimeEjbComponent OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Return the configuration MBean for this component."
::= { ejbComponentRuntimeEntry 40 }
ejbComponentRuntimeEjbHomes OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 2048 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Return an array of EJB home associated with this deployment."
::= { ejbComponentRuntimeEntry 45 }
-- EJBEntityHomeRuntimeMBean
ejbEntityHomeRuntimeTable OBJECT-TYPE
SYNTAX SEQUENCE OF EjbEntityHomeRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table is used to monitor an EJBHome object of an Entity bean."
::= { wls 150 }
ejbEntityHomeRuntimeEntry OBJECT-TYPE
SYNTAX EjbEntityHomeRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry of ejbEntityHomeRuntimeTable"
INDEX { ejbEntityHomeRuntimeIndex }
::= { ejbEntityHomeRuntimeTable 1 }
EjbEntityHomeRuntimeEntry ::= SEQUENCE {
ejbEntityHomeRuntimeIndex DisplayString,
ejbEntityHomeRuntimeObjectName DisplayString,
ejbEntityHomeRuntimeType DisplayString,
ejbEntityHomeRuntimeName DisplayString,
ejbEntityHomeRuntimeParent DisplayString,
ejbEntityHomeRuntimeTransactionsCommittedTotalCount INTEGER,
ejbEntityHomeRuntimeTransactionsRolledBackTotalCount INTEGER,
ejbEntityHomeRuntimeTransactionsInFlightTotalCount INTEGER,
ejbEntityHomeRuntimeCachedBeansCurrentCount INTEGER,
ejbEntityHomeRuntimeBeanType DisplayString
}
ejbEntityHomeRuntimeIndex OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 16 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Unique value directed from ObjectName which is used as table index"
::= { ejbEntityHomeRuntimeEntry 1 }
ejbEntityHomeRuntimeObjectName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"JMX-standard MBean name"
::= { ejbEntityHomeRuntimeEntry 5 }
ejbEntityHomeRuntimeType OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean type"
::= { ejbEntityHomeRuntimeEntry 10 }
ejbEntityHomeRuntimeName OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 64 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary MBean name"
::= { ejbEntityHomeRuntimeEntry 15 }
ejbEntityHomeRuntimeParent OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"BEA-proprietary Parent object's identification, with syntax
<type>:<name>"
::= { ejbEntityHomeRuntimeEntry 20 }
ejbEntityHomeRuntimeTransactionsCommittedTotalCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
" The total number of transactions committed by beans of this Home."
::= { ejbEntityHomeRuntimeEntry 25 }
ejbEntityHomeRuntimeTransactionsRolledBackTotalCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of transactions rolled back by beans of this Home."
::= { ejbEntityHomeRuntimeEntry 30 }
ejbEntityHomeRuntimeTransactionsInFlightTotalCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of in-flight transactions by beans of this home."
::= { ejbEntityHomeRuntimeEntry 35 }
ejbEntityHomeRuntimeCachedBeansCurrentCount OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of beans currently in the cache."
::= { ejbEntityHomeRuntimeEntry 40 }
ejbEntityHomeRuntimeBeanType OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 256 ) )
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of the bean, (Stateful Session, Stateless Session, Entity, or Message Driven)."
::= { ejbEntityHomeRuntimeEntry 45 }
-- EJBLockingRuntimeMBean
ejbLockingRuntimeTable OBJECT-TYPE
SYNTAX SEQUENCE OF EjbLockingRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table represents an ejbLockingRuntime."
::= { wls 151 }
ejbLockingRuntimeEntry OBJECT-TYPE
SYNTAX EjbLockingRuntimeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Entry of ejbLockingRuntimeTable"
INDEX { ejbLockingRuntimeIndex }
::= { ejbLockingRuntimeTable 1 }
EjbLockingRuntimeEntry ::= SEQUENCE {
ejbLockingRuntimeIndex DisplayString,
ejbLockingRuntimeObjectName DisplayString,
ejbLockingRuntimeType DisplayString,
ejbLockingRuntimeName DisplayString,
ejbLockingRuntimeParent DisplayString,
ejbLockingRuntimeLockEntriesCurrentCount DisplayString,
ejbLockingRuntimeLockManagerAccessCount INTEGER,
ejbLockingRuntimeTimeOutTotalCount INTEGER,
ejbLockingRuntimeWaiterTotalCount INTEGER
}
ejbLockingRuntimeIndex OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 1.. 16 ) )
ACCESS read-only
STATUS mandatory
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -