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,
        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
 
        
        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
 
        
        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."
        
        ::=  {  ejbStatelessHomeRuntimeEntry  40  }

ejbStatelessHomeRuntimeBeanType 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)."
        
        ::=  {  ejbStatelessHomeRuntimeEntry  45  }

ejbStatelessHomeRuntimeWaiterTotalCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of times a client had to wait to get an
         instance of a stateless session bean from the freepool."
        
        ::=  {  ejbStatelessHomeRuntimeEntry  50  }

ejbStatelessHomeRuntimeTimeoutTotalCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of times a client timed-out waiting to get an
         instance of a stateless session bean from the freepool."
        
        ::=  {  ejbStatelessHomeRuntimeEntry  55  }

ejbStatelessHomeRuntimeCachedBeansIdleCurrentCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of beans allocated but idle."
        
        ::=  {  ejbStatelessHomeRuntimeEntry  60  }

ejbStatelessHomeRuntimeCachedBeansInUseCurrentCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of beans currently in use."
        
        ::=  {  ejbStatelessHomeRuntimeEntry  65  }

-- EJBTransactionRuntimeMBean                               

ejbTransactionRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  EJBTransactionRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used to monitor ejb transaction runtime."
        ::=  { wls  171 }

ejbTransactionRuntimeEntry      OBJECT-TYPE
        SYNTAX  EJBTransactionRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of ejbTransactionRuntimeTable"
        INDEX   {  ejbTransactionRuntimeIndex  }
        ::=  { ejbTransactionRuntimeTable 1 }

EJBTransactionRuntimeEntry  ::=  SEQUENCE {
        ejbTransactionRuntimeIndex  DisplayString,
        ejbTransactionRuntimeObjectName  DisplayString,
        ejbTransactionRuntimeType  DisplayString,
        ejbTransactionRuntimeName  DisplayString,
        ejbTransactionRuntimeParent  DisplayString,
        ejbTransactionRuntimeTransactionsCommittedTotalCount  INTEGER,
        ejbTransactionRuntimeTransactionsRolledBackTotalCount  INTEGER,
        ejbTransactionRuntimeTransactionsTimedOutTotalCount  INTEGER
        }
ejbTransactionRuntimeIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  ejbTransactionRuntimeEntry  1  }

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

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

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

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

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

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

ejbTransactionRuntimeTransactionsTimedOutTotalCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "  the total number of transactions timed out."
        
        ::=  {  ejbTransactionRuntimeEntry  35  }

-- EntityCacheCumulativeRuntimeMBean                             

entityCacheCumulativeRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  EntityCacheCumulativeRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used to monitor an XML Cache."
        ::=  { wls  172 }

entityCacheCumulativeRuntimeEntry       OBJECT-TYPE
        SYNTAX  EntityCacheCumulativeRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of entityCacheCumulativeRuntimeTable"
        INDEX   {  entityCacheCumulativeRuntimeIndex  }
        ::=  { entityCacheCumulativeRuntimeTable 1 }

EntityCacheCumulativeRuntimeEntry  ::=  SEQUENCE {
        entityCacheCumulativeRuntimeIndex  DisplayString,
        entityCacheCumulativeRuntimeObjectName  DisplayString,
        entityCacheCumulativeRuntimeType  DisplayString,
        entityCacheCumulativeRuntimeName  DisplayString,
        entityCacheCumulativeRuntimeParent  DisplayString,
        entityCacheCumulativeRuntimeAvgEntrySizeDiskPurged  INTEGER,
        entityCacheCumulativeRuntimeAvgEntrySizeMemoryPurged  INTEGER,
        entityCacheCumulativeRuntimeDiskPurgesPerHour  INTEGER,
        entityCacheCumulativeRuntimeMostRecentDiskPurge  INTEGER,
        entityCacheCumulativeRuntimeMostRecentMemoryPurge  INTEGER,
        entityCacheCumulativeRuntimePercentRejected  INTEGER,
        entityCacheCumulativeRuntimeTotalItemsDiskPurged  INTEGER,
        entityCacheCumulativeRuntimeTotalItemsMemoryPurged  INTEGER,
        entityCacheCumulativeRuntimeTotalNumberDiskPurges  INTEGER,
        entityCacheCumulativeRuntimeTotalNumberMemoryPurges  INTEGER,
        entityCacheCumulativeRuntimeTotalNumberOfRejections  INTEGER,
        entityCacheCumulativeRuntimeTotalNumberOfRenewals  INTEGER,
        entityCacheCumulativeRuntimeTotalSizeOfRejections  INTEGER
        }
entityCacheCumulativeRuntimeIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  entityCacheCumulativeRuntimeEntry  1  }

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

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

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

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

entityCacheCumulativeRuntimeAvgEntrySizeDiskPurged      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks purged"
        
        ::=  {  entityCacheCumulativeRuntimeEntry  25  }

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

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

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

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

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

entityCacheCumulativeRuntimeTotalItemsDiskPurged        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "JMX-standard MBean name"
        
        ::=  {  entityCacheCumulativeRuntimeEntry  31  }

entityCacheCumulativeRuntimeTotalItemsMemoryPurged      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "JMX-standard MBean name"
        
        ::=  {  entityCacheCumulativeRuntimeEntry  32  }

entityCacheCumulativeRuntimeTotalNumberDiskPurges       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "JMX-standard MBean name"
        
        ::=  {  entityCacheCumulativeRuntimeEntry  33  }

entityCacheCumulativeRuntimeTotalNumberMemoryPurges     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "JMX-standard MBean name"
        
        ::=  {  entityCacheCumulativeRuntimeEntry  34  }

entityCacheCumulativeRuntimeTotalNumberOfRejections     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "JMX-standard MBean name"
        
        ::=  {  entityCacheCumulativeRuntimeEntry  35  }

entityCacheCumulativeRuntimeTotalNumberOfRenewals       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "JMX-standard MBean name"
        
        ::=  {  entityCacheCumulativeRuntimeEntry  36  }

entityCacheCumulativeRuntimeTotalSizeOfRejections       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "JMX-standard MBean name"
        
        ::=  {  entityCacheCumulativeRuntimeEntry  37  }

-- EntityCacheCurrentStateRuntimeMBean                             

entityCacheCurrentStateRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  EntityCacheCurrentStateRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used to monitor an XML Cache."
        ::=  { wls  173 }

entityCacheCurrentStateRuntimeEntry     OBJECT-TYPE
        SYNTAX  EntityCacheCurrentStateRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of entityCacheCurrentStateRuntimeTable"
        INDEX   {  entityCacheCurrentStateRuntimeIndex  }
        ::=  { entityCacheCurrentStateRuntimeTable 1 }

EntityCacheCurrentStateRuntimeEntry  ::=  SEQUENCE {
        entityCacheCurrentStateRuntimeIndex  DisplayString,
        entityCacheCurrentStateRuntimeObjectName  DisplayString,
        entityCacheCurrentStateRuntimeType  DisplayString,
        entityCacheCurrentStateRuntimeName  DisplayString,
        entityCacheCurrentStateRuntimeParent  DisplayString,
        entityCacheCurrentStateRuntimeDiskUsage  INTEGER,
        entityCacheCurrentStateRuntimeMemoryUsage  INTEGER
        }
entityCacheCurrentStateRuntimeIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  entityCacheCurrentStateRuntimeEntry  1  }

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

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

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

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

entityCacheCurrentStateRuntimeDiskUsage OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheCurrentStateRuntimeEntry  25  }

entityCacheCurrentStateRuntimeMemoryUsage       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheCurrentStateRuntimeEntry  30  }

-- EntityCacheRuntimeMBean                             

entityCacheRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  EntityCacheRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used to monitor an XML Cache."
        ::=  { wls  174 }

entityCacheRuntimeEntry OBJECT-TYPE
        SYNTAX  EntityCacheRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of entityCacheRuntimeTable"
        INDEX   {  entityCacheRuntimeIndex  }
        ::=  { entityCacheRuntimeTable 1 }

EntityCacheRuntimeEntry  ::=  SEQUENCE {
        entityCacheRuntimeIndex  DisplayString,
        entityCacheRuntimeObjectName  DisplayString,
        entityCacheRuntimeType  DisplayString,
        entityCacheRuntimeName  DisplayString,
        entityCacheRuntimeParent  DisplayString,
        entityCacheRuntimeAvgPercentTransient  INTEGER,
        entityCacheRuntimeAvgPerEntryDiskSize  INTEGER,
        entityCacheRuntimeAvgPercentPersistent  INTEGER,
        entityCacheRuntimeAvgPerEntryMemorySize  INTEGER,
        entityCacheRuntimeAvgAvgTimeout  INTEGER,
        entityCacheRuntimeMaxEntryMemorySize  INTEGER,
        entityCacheRuntimeMaxEntryTimeout  INTEGER,
        entityCacheRuntimeMinEntryMemorySize  INTEGER,
        entityCacheRuntimeMinEntryTimeout  INTEGER,
        entityCacheRuntimeTotalCurrentEntries  INTEGER,
        entityCacheRuntimeTotalPersistentCurrentEntries  INTEGER,
        entityCacheRuntimeTotalTransientCurrentEntries  INTEGER
        }
entityCacheRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  entityCacheRuntimeEntry  1  }

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

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

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

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

entityCacheRuntimeAvgPercentTransient   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  25  }

entityCacheRuntimeAvgPerEntryDiskSize   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  30  }

entityCacheRuntimeAvgPercentPersistent  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  31  }

entityCacheRuntimeAvgPerEntryMemorySize OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  32  }

entityCacheRuntimeAvgAvgTimeout OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  33  }

entityCacheRuntimeMaxEntryMemorySize    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  34  }

entityCacheRuntimeMaxEntryTimeout       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  35  }

entityCacheRuntimeMinEntryMemorySize    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  36  }

entityCacheRuntimeMinEntryTimeout       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  37  }

entityCacheRuntimeTotalCurrentEntries   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  38  }

entityCacheRuntimeTotalPersistentCurrentEntries OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  39  }

entityCacheRuntimeTotalTransientCurrentEntries  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Disks usage"
        
        ::=  {  entityCacheRuntimeEntry  40  }

-- ExecuteQueueRuntimeMBean                               

executeQueueRuntimeTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ExecuteQueueRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "The execute threads currently assigned to the queue."
        ::=  { wls  180 }

executeQueueRuntimeEntry        OBJECT-TYPE
        SYNTAX  ExecuteQueueRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of executeQueueRuntimeTable"
        INDEX   {  executeQueueRuntimeIndex  }
        ::=  { executeQueueRuntimeTable 1 }

ExecuteQueueRuntimeEntry  ::=  SEQUENCE {
        executeQueueRuntimeIndex  DisplayString,
        executeQueueRuntimeObjectName  DisplayString,
        executeQueueRuntimeType  DisplayString,
        executeQueueRuntimeName  DisplayString,
        executeQueueRuntimeParent  DisplayString,
        executeQueueRuntimeExecuteThreadCurrentIdleCount  INTEGER,
        executeQueueRuntimePendingRequestOldestTime  INTEGER,
        executeQueueRuntimePendingRequestCurrentCount  INTEGER,
        executeQueueRuntimeServicedRequestTotalCount  INTEGER,
        executeQueueRuntimeExecuteThreads  DisplayString
        }
executeQueueRuntimeIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  executeQueueRuntimeEntry  1  }

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

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

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

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

executeQueueRuntimeExecuteThreadCurrentIdleCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of idle threads assigned to the queue."
        
        ::=  {  executeQueueRuntimeEntry  25  }

executeQueueRuntimePendingRequestOldestTime     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "  the time that the longest waiting request was placed in
          the queue."
        
        ::=  {  executeQueueRuntimeEntry  30  }

executeQueueRuntimePendingRequestCurrentCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of waiting requests in the queue."
        
        ::=  {  executeQueueRuntimeEntry  35  }

executeQueueRuntimeServicedRequestTotalCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of requests which have been processed by this
 queue."
        
        ::=  {  executeQueueRuntimeEntry  40  }

executeQueueRuntimeExecuteThreads       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The execute threads currently assigned to the queue."
        
        ::=  {  executeQueueRuntimeEntry  45  }

-- JdbcConnectionPoolRuntimeMBean                               

jdbcConnectionPoolRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JdbcConnectionPoolRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JDBC component"
        ::=  { wls  190 }

jdbcConnectionPoolRuntimeEntry  OBJECT-TYPE
        SYNTAX  JdbcConnectionPoolRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jdbcConnectionPoolRuntimeTable"
        INDEX   {  jdbcConnectionPoolRuntimeIndex  }
        ::=  { jdbcConnectionPoolRuntimeTable 1 }

JdbcConnectionPoolRuntimeEntry  ::=  SEQUENCE {
        jdbcConnectionPoolRuntimeIndex  DisplayString,
        jdbcConnectionPoolRuntimeObjectName  DisplayString,
        jdbcConnectionPoolRuntimeType  DisplayString,
        jdbcConnectionPoolRuntimeName  DisplayString,
        jdbcConnectionPoolRuntimeParent  DisplayString,
        jdbcConnectionPoolRuntimeActiveConnectionsCurrentCount  INTEGER,
        jdbcConnectionPoolRuntimeWaitingForConnectionCurrentCount  INTEGER,
        jdbcConnectionPoolRuntimeVersionJDBCDriver  DisplayString,
        jdbcConnectionPoolRuntimeActiveConnectionsHighCount  INTEGER,
        jdbcConnectionPoolRuntimeWaitingForConnectionHighCount  INTEGER,
        jdbcConnectionPoolRuntimeWaitSecondsHighCount  INTEGER,
        jdbcConnectionPoolRuntimeConnectionsTotalCount  INTEGER,
        jdbcConnectionPoolRuntimeMaxCapacity  INTEGER,
        jdbcConnectionPoolRuntimeActiveConnectionsAverageCount  INTEGER,
        jdbcConnectionPoolRuntimeConnectionDelayTime  INTEGER,
        jdbcConnectionPoolRuntimeConnectionLeakProfileCount  Counter,
        jdbcConnectionPoolRuntimeCurrCapacity  INTEGER,
        jdbcConnectionPoolRuntimeFailuresToReconnectCount  INTEGER,
        jdbcConnectionPoolRuntimeHighestNumAvailable  INTEGER,
        jdbcConnectionPoolRuntimeHighestNumUnavailable  INTEGER,
        jdbcConnectionPoolRuntimeLeakedConnectionCount  INTEGER,
        jdbcConnectionPoolRuntimeNumAvailable  INTEGER,
        jdbcConnectionPoolRuntimeNumUnavailable  INTEGER,
        jdbcConnectionPoolRuntimeStatementProfileCount  INTEGER
        }
jdbcConnectionPoolRuntimeIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  1  }

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

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

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

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

jdbcConnectionPoolRuntimeActiveConnectionsCurrentCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current total active connections."
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  25  }

jdbcConnectionPoolRuntimeWaitingForConnectionCurrentCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current total waiting for a connection."
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  30  }

jdbcConnectionPoolRuntimeVersionJDBCDriver      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The version of the JDBC driver, in the format of
         concatenating the Driver class name with 'major: XX, minor: YY'."
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  35  }

jdbcConnectionPoolRuntimeActiveConnectionsHighCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The high water mark of active connections in this JDBCConnectionPoolRuntimeMBean.
         The count starts at zero each time the JDBCConnectionPoolRuntimeMBean
         is instantiated."
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  40  }

jdbcConnectionPoolRuntimeWaitingForConnectionHighCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The high water mark of waiters for a connection in this JDBCConnectionPoolRuntimeMBean.
         The count starts at zero each time the JDBCConnectionPoolRuntimeMBean
         is instantiated."
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  45  }

jdbcConnectionPoolRuntimeWaitSecondsHighCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of seconds the longest waiter for a connection waited"
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  50  }

jdbcConnectionPoolRuntimeConnectionsTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "  the total number of JDBC connections in this
          JDBCConnectionPoolRuntimeMBean since the pool is instantiated."
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  55  }

jdbcConnectionPoolRuntimeMaxCapacity    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum capacity of this JDBC pool"
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  60  }

jdbcConnectionPoolRuntimeActiveConnectionsAverageCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The running average of active connections in this JDBCConnectionPoolRuntimeMBean"
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  61  }

jdbcConnectionPoolRuntimeConnectionDelayTime    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Averaged time necessary to get a connection from the database"
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  62  }

jdbcConnectionPoolRuntimeConnectionLeakProfileCount     OBJECT-TYPE 
        SYNTAX  Counter 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  63  }

jdbcConnectionPoolRuntimeCurrCapacity   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the current capacity of this connection pool."
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  64  }

jdbcConnectionPoolRuntimeFailuresToReconnectCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of cases when a connection pool attempted to refresh a connection to a database and failed"
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  65  }

jdbcConnectionPoolRuntimeHighestNumAvailable    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the highest number of available connections in this pool"
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  66  }

jdbcConnectionPoolRuntimeHighestNumUnavailable  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the highest number of unavailable connections in this pool"
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  67  }

jdbcConnectionPoolRuntimeLeakedConnectionCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of leaked connections."
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  68  }

jdbcConnectionPoolRuntimeNumAvailable   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of available connections in this pool"
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  69  }

jdbcConnectionPoolRuntimeNumUnavailable OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of unavailable connections in this pool"
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  70  }

jdbcConnectionPoolRuntimeStatementProfileCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of the SQL statement profiles in profile storage."
        
        ::=  {  jdbcConnectionPoolRuntimeEntry  71  }

-- JmsConnectionRuntimeMBean                               

jmsConnectionRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsConnectionRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JMS Connection"
        ::=  { wls  200 }

jmsConnectionRuntimeEntry       OBJECT-TYPE
        SYNTAX  JmsConnectionRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsConnectionRuntimeTable"
        INDEX   {  jmsConnectionRuntimeIndex  }
        ::=  { jmsConnectionRuntimeTable 1 }

JmsConnectionRuntimeEntry  ::=  SEQUENCE {
        jmsConnectionRuntimeIndex  DisplayString,
        jmsConnectionRuntimeObjectName  DisplayString,
        jmsConnectionRuntimeType  DisplayString,
        jmsConnectionRuntimeName  DisplayString,
        jmsConnectionRuntimeParent  DisplayString,
        jmsConnectionRuntimeClientID  DisplayString,
        jmsConnectionRuntimeSessions  DisplayString,
        jmsConnectionRuntimeSessionsCurrentCount  INTEGER,
        jmsConnectionRuntimeSessionsHighCount  INTEGER,
        jmsConnectionRuntimeSessionsTotalCount  INTEGER
        }
jmsConnectionRuntimeIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsConnectionRuntimeEntry  1  }

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

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

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

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

jmsConnectionRuntimeClientID    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The clientID for this connection"
        
        ::=  {  jmsConnectionRuntimeEntry  25  }

jmsConnectionRuntimeSessions    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of sessions for this connection"
        
        ::=  {  jmsConnectionRuntimeEntry  30  }

jmsConnectionRuntimeSessionsCurrentCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of sessions for this connection"
        
        ::=  {  jmsConnectionRuntimeEntry  35  }

jmsConnectionRuntimeSessionsHighCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of sessions for this connection
         since the last reset"
        
        ::=  {  jmsConnectionRuntimeEntry  40  }

jmsConnectionRuntimeSessionsTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of sessions on this connection
         since the last reset"
        
        ::=  {  jmsConnectionRuntimeEntry  45  }

-- JmsConsumerRuntimeMBean                               

jmsConsumerRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsConsumerRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JMS Consumer"
        ::=  { wls  210 }

jmsConsumerRuntimeEntry OBJECT-TYPE
        SYNTAX  JmsConsumerRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsConsumerRuntimeTable"
        INDEX   {  jmsConsumerRuntimeIndex  }
        ::=  { jmsConsumerRuntimeTable 1 }

JmsConsumerRuntimeEntry  ::=  SEQUENCE {
        jmsConsumerRuntimeIndex  DisplayString,
        jmsConsumerRuntimeObjectName  DisplayString,
        jmsConsumerRuntimeType  DisplayString,
        jmsConsumerRuntimeName  DisplayString,
        jmsConsumerRuntimeParent  DisplayString,
        jmsConsumerRuntimeMessagesPendingCount  INTEGER,
        jmsConsumerRuntimeMessagesReceivedCount  INTEGER,
        jmsConsumerRuntimeBytesPendingCount  INTEGER,
        jmsConsumerRuntimeBytesReceivedCount  INTEGER,
        jmsConsumerRuntimeDestinationName  DisplayString,
        jmsConsumerRuntimeSelector  DisplayString,
        jmsConsumerRuntimeDurable  INTEGER,
        jmsConsumerRuntimeActive  INTEGER
        }
jmsConsumerRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsConsumerRuntimeEntry  1  }

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

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

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

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

jmsConsumerRuntimeMessagesPendingCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of messages pending (uncommitted and
         and unacknowledged) by this consumer"
        
        ::=  {  jmsConsumerRuntimeEntry  25  }

jmsConsumerRuntimeMessagesReceivedCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of messages received by this consumer
 since the last reset"
        
        ::=  {  jmsConsumerRuntimeEntry  30  }

jmsConsumerRuntimeBytesPendingCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes pending (uncommitted and
         and unacknowledged) by this consumer"
        
        ::=  {  jmsConsumerRuntimeEntry  35  }

jmsConsumerRuntimeBytesReceivedCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes received by this consumer
         since the last reset"
        
        ::=  {  jmsConsumerRuntimeEntry  40  }

jmsConsumerRuntimeDestinationName       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The destination for this consumer."
        
        ::=  {  jmsConsumerRuntimeEntry  45  }

jmsConsumerRuntimeSelector      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The consumer selector."
        
        ::=  {  jmsConsumerRuntimeEntry  50  }

jmsConsumerRuntimeDurable       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Is the consumer durable."
        
        ::=  {  jmsConsumerRuntimeEntry  55  }

jmsConsumerRuntimeActive        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Determines if the consumer active."
        
        ::=  {  jmsConsumerRuntimeEntry  56  }

-- JmsDestinationRuntimeMBean                               

jmsDestinationRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsDestinationRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JMS Destination"
        ::=  { wls  220 }

jmsDestinationRuntimeEntry      OBJECT-TYPE
        SYNTAX  JmsDestinationRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsDestinationRuntimeTable"
        INDEX   {  jmsDestinationRuntimeIndex  }
        ::=  { jmsDestinationRuntimeTable 1 }

JmsDestinationRuntimeEntry  ::=  SEQUENCE {
        jmsDestinationRuntimeIndex  DisplayString,
        jmsDestinationRuntimeObjectName  DisplayString,
        jmsDestinationRuntimeType  DisplayString,
        jmsDestinationRuntimeName  DisplayString,
        jmsDestinationRuntimeParent  DisplayString,
        jmsDestinationRuntimeConsumersCurrentCount  INTEGER,
        jmsDestinationRuntimeConsumersHighCount  INTEGER,
        jmsDestinationRuntimeConsumersTotalCount  INTEGER,
        jmsDestinationRuntimeMessagesCurrentCount  INTEGER,
        jmsDestinationRuntimeMessagesPendingCount  INTEGER,
        jmsDestinationRuntimeMessagesHighCount  INTEGER,
        jmsDestinationRuntimeMessagesReceivedCount  INTEGER,
        jmsDestinationRuntimeMessagesThresholdTime  INTEGER,
        jmsDestinationRuntimeBytesCurrentCount  INTEGER,
        jmsDestinationRuntimeBytesPendingCount  INTEGER,
        jmsDestinationRuntimeBytesHighCount  INTEGER,
        jmsDestinationRuntimeBytesReceivedCount  INTEGER,
        jmsDestinationRuntimeBytesThresholdTime  INTEGER,
        jmsDestinationRuntimeDurableSubscribers  DisplayString
        }
jmsDestinationRuntimeIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsDestinationRuntimeEntry  1  }

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

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

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

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

jmsDestinationRuntimeConsumersCurrentCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of consumers accessing this destination"
        
        ::=  {  jmsDestinationRuntimeEntry  25  }

jmsDestinationRuntimeConsumersHighCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of consumers accessing this destination
     since the last reset"
        
        ::=  {  jmsDestinationRuntimeEntry  30  }

jmsDestinationRuntimeConsumersTotalCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of consumers accessing this destination
      since the last reset"
        
        ::=  {  jmsDestinationRuntimeEntry  35  }

jmsDestinationRuntimeMessagesCurrentCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of messages in the destination.  This
         does not include the pending messages."
        
        ::=  {  jmsDestinationRuntimeEntry  40  }

jmsDestinationRuntimeMessagesPendingCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of pending messages in the destination
         Pending messages are over and above the current number of messages."
        
        ::=  {  jmsDestinationRuntimeEntry  45  }

jmsDestinationRuntimeMessagesHighCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of messages in the destination
       since the last reset"
        
        ::=  {  jmsDestinationRuntimeEntry  50  }

jmsDestinationRuntimeMessagesReceivedCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of messages received in this destination
         since that reset"
        
        ::=  {  jmsDestinationRuntimeEntry  55  }

jmsDestinationRuntimeMessagesThresholdTime      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The amount of time in the threshold condition
         since the last reset"
        
        ::=  {  jmsDestinationRuntimeEntry  60  }

jmsDestinationRuntimeBytesCurrentCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of bytes stored in the destination.
         This does not include the pending bytes."
        
        ::=  {  jmsDestinationRuntimeEntry  65  }

jmsDestinationRuntimeBytesPendingCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of pending bytes stored in the destination.
         Pending bytes are over and above the current number of bytes."
        
        ::=  {  jmsDestinationRuntimeEntry  70  }

jmsDestinationRuntimeBytesHighCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of bytes stored in the destination
        since the last reset"
        
        ::=  {  jmsDestinationRuntimeEntry  75  }

jmsDestinationRuntimeBytesReceivedCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes received in this destination
         since the last reset"
        
        ::=  {  jmsDestinationRuntimeEntry  80  }

jmsDestinationRuntimeBytesThresholdTime OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The amount of time in the threshold condition
         since the last reset"
        
        ::=  {  jmsDestinationRuntimeEntry  85  }

jmsDestinationRuntimeDurableSubscribers OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of durable subscriber runtime mbean for this destination."
        
        ::=  {  jmsDestinationRuntimeEntry  90  }

-- JmsProducerRuntimeMBean                               

jmsProducerRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsProducerRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JMS Producer"
        ::=  { wls  230 }

jmsProducerRuntimeEntry OBJECT-TYPE
        SYNTAX  JmsProducerRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsProducerRuntimeTable"
        INDEX   {  jmsProducerRuntimeIndex  }
        ::=  { jmsProducerRuntimeTable 1 }

JmsProducerRuntimeEntry  ::=  SEQUENCE {
        jmsProducerRuntimeIndex  DisplayString,
        jmsProducerRuntimeObjectName  DisplayString,
        jmsProducerRuntimeType  DisplayString,
        jmsProducerRuntimeName  DisplayString,
        jmsProducerRuntimeParent  DisplayString,
        jmsProducerRuntimeMessagesPendingCount  INTEGER,
        jmsProducerRuntimeMessagesSentCount  INTEGER,
        jmsProducerRuntimeBytesPendingCount  INTEGER,
        jmsProducerRuntimeBytesSentCount  INTEGER
        }
jmsProducerRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsProducerRuntimeEntry  1  }

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

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

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

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

jmsProducerRuntimeMessagesPendingCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of messages pending (uncommitted and
    and unacknowledged) by this producer"
        
        ::=  {  jmsProducerRuntimeEntry  25  }

jmsProducerRuntimeMessagesSentCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of messages sent by this producer
         since the last reset"
        
        ::=  {  jmsProducerRuntimeEntry  30  }

jmsProducerRuntimeBytesPendingCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes pending (uncommitted and
        and unacknowledged) by this producer"
        
        ::=  {  jmsProducerRuntimeEntry  35  }

jmsProducerRuntimeBytesSentCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes sent by this producer
         since the last reset"
        
        ::=  {  jmsProducerRuntimeEntry  40  }

-- jmsPooledConnectionRuntimeMBean                               

jmsPooledConnectionRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsPooledConnectionRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JMS Producer"
        ::=  { wls  231 }

jmsPooledConnectionRuntimeEntry OBJECT-TYPE
        SYNTAX  JmsPooledConnectionRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsPooledConnectionRuntimeTable"
        INDEX   {  jmsPooledConnectionRuntimeIndex  }
        ::=  { jmsPooledConnectionRuntimeTable 1 }

JmsPooledConnectionRuntimeEntry  ::=  SEQUENCE {
        jmsPooledConnectionRuntimeIndex  DisplayString,
        jmsPooledConnectionRuntimeObjectName  DisplayString,
        jmsPooledConnectionRuntimeType  DisplayString,
        jmsPooledConnectionRuntimeName  DisplayString,
        jmsPooledConnectionRuntimeParent  DisplayString,
        jmsPooledConnectionRuntimeAverageReserved  INTEGER,
        jmsPooledConnectionRuntimeCreationDelayTime  INTEGER,
        jmsPooledConnectionRuntimeCurrCapacity  INTEGER,
        jmsPooledConnectionRuntimeHighestNumAvailable  INTEGER,
        jmsPooledConnectionRuntimeHighestNumReserved  INTEGER,
        jmsPooledConnectionRuntimeNumAvailable  INTEGER,
        jmsPooledConnectionRuntimeHighestNumWaiters  Counter,
        jmsPooledConnectionRuntimeHighestWaitSeconds  INTEGER,
        jmsPooledConnectionRuntimeMaxCapacity  INTEGER,
        jmsPooledConnectionRuntimeNumConnectionObjects  INTEGER,
        jmsPooledConnectionRuntimeNumFailuresToRefresh  INTEGER,
        jmsPooledConnectionRuntimeNumLeaked  INTEGER,
        jmsPooledConnectionRuntimeNumReserved  INTEGER,
        jmsPooledConnectionRuntimeNumUnavailable  INTEGER,
        jmsPooledConnectionRuntimeNumWaiters  INTEGER,
        jmsPooledConnectionRuntimeTotalNumAllocated  INTEGER,
        jmsPooledConnectionRuntimeTotalNumDestroyed  INTEGER
        }
jmsPooledConnectionRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  1  }

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

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

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

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

jmsPooledConnectionRuntimeAverageReserved       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the averageReserved attribute of the JMSPooledConnectionRuntimeMBean object"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  21  }

jmsPooledConnectionRuntimeCreationDelayTime     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the creationDelayTime attribute of the JMSPooledConnectionRuntimeMBean object"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  22  }

jmsPooledConnectionRuntimeCurrCapacity  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the currCapacity attribute of the JMSPooledConnectionRuntimeMBean object"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  23  }

jmsPooledConnectionRuntimeHighestNumAvailable   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "ets the highestNumAvailable attribute of the JMSPooledConnectionRuntimeMBean object"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  24  }

jmsPooledConnectionRuntimeHighestNumReserved    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The highestNumReserved value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  25  }

jmsPooledConnectionRuntimeNumAvailable  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The numAvailable value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  26  }

jmsPooledConnectionRuntimeHighestNumWaiters     OBJECT-TYPE 
        SYNTAX  Counter 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "he highestNumWaiters value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  27  }

jmsPooledConnectionRuntimeHighestWaitSeconds    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The highestWaitSeconds value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  28  }

jmsPooledConnectionRuntimeMaxCapacity   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the maxCapacity attribute of the JMSPooledConnectionRuntimeMBean object"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  29  }

jmsPooledConnectionRuntimeNumConnectionObjects  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the numConnectionObjects attribute of the JMSPooledConnectionRuntimeMBean object"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  30  }

jmsPooledConnectionRuntimeNumFailuresToRefresh  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The numFailuresToRefresh value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  31  }

jmsPooledConnectionRuntimeNumLeaked     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The numFailuresToRefresh value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  32  }

jmsPooledConnectionRuntimeNumReserved   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The numReserved value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  33  }

jmsPooledConnectionRuntimeNumUnavailable        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The numUnavailable value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  34  }

jmsPooledConnectionRuntimeNumWaiters    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The numWaiters value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  35  }

jmsPooledConnectionRuntimeTotalNumAllocated     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The totalNumAllocated value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  36  }

jmsPooledConnectionRuntimeTotalNumDestroyed     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The totalNumDestroyed value"
        
        ::=  {  jmsPooledConnectionRuntimeEntry  37  }

-- JmsRuntimeMBean                               

jmsRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JMS Service."
        ::=  { wls  240 }

jmsRuntimeEntry OBJECT-TYPE
        SYNTAX  JmsRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsRuntimeTable"
        INDEX   {  jmsRuntimeIndex  }
        ::=  { jmsRuntimeTable 1 }

JmsRuntimeEntry  ::=  SEQUENCE {
        jmsRuntimeIndex  DisplayString,
        jmsRuntimeObjectName  DisplayString,
        jmsRuntimeType  DisplayString,
        jmsRuntimeName  DisplayString,
        jmsRuntimeParent  DisplayString,
        jmsRuntimeConnections  DisplayString,
        jmsRuntimeConnectionsCurrentCount  INTEGER,
        jmsRuntimeConnectionsHighCount  INTEGER,
        jmsRuntimeConnectionsTotalCount  INTEGER,
        jmsRuntimeJMSServers  DisplayString,
        jmsRuntimeJMSServersCurrentCount  INTEGER,
        jmsRuntimeJMSServersHighCount  INTEGER,
        jmsRuntimeJMSServersTotalCount  INTEGER
        }
jmsRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsRuntimeEntry  1  }

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

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

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

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

jmsRuntimeConnections   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The connections to this JMS server"
        
        ::=  {  jmsRuntimeEntry  25  }

jmsRuntimeConnectionsCurrentCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of connection to this JMS server"
        
        ::=  {  jmsRuntimeEntry  30  }

jmsRuntimeConnectionsHighCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of connections to this JMS server
    since the last reset"
        
        ::=  {  jmsRuntimeEntry  35  }

jmsRuntimeConnectionsTotalCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of connections made to this JMS server
         since the last reset"
        
        ::=  {  jmsRuntimeEntry  40  }

jmsRuntimeJMSServers    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The JMSServers in the JMS service."
        
        ::=  {  jmsRuntimeEntry  45  }

jmsRuntimeJMSServersCurrentCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " the current number of JMSServers connected to thi JMS Services"
        
        ::=  {  jmsRuntimeEntry  50  }

jmsRuntimeJMSServersHighCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of JMSServers connected to this JMSService 
since the server is up"
        
        ::=  {  jmsRuntimeEntry  55  }

jmsRuntimeJMSServersTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of JMSServers connections made to thisJMS Service 
         since the server is up"
        
        ::=  {  jmsRuntimeEntry  60  }

-- JmsServerRuntimeMBean                               

jmsServerRuntimeTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsServerRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JMS Server"
        ::=  { wls  250 }

jmsServerRuntimeEntry   OBJECT-TYPE
        SYNTAX  JmsServerRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsServerRuntimeTable"
        INDEX   {  jmsServerRuntimeIndex  }
        ::=  { jmsServerRuntimeTable 1 }

JmsServerRuntimeEntry  ::=  SEQUENCE {
        jmsServerRuntimeIndex  DisplayString,
        jmsServerRuntimeObjectName  DisplayString,
        jmsServerRuntimeType  DisplayString,
        jmsServerRuntimeName  DisplayString,
        jmsServerRuntimeParent  DisplayString,
        jmsServerRuntimeSessionPoolRuntimes  DisplayString,
        jmsServerRuntimeSessionPoolsCurrentCount  INTEGER,
        jmsServerRuntimeSessionPoolsHighCount  INTEGER,
        jmsServerRuntimeSessionPoolsTotalCount  INTEGER,
        jmsServerRuntimeDestinations  DisplayString,
        jmsServerRuntimeDestinationsCurrentCount  INTEGER,
        jmsServerRuntimeDestinationsHighCount  INTEGER,
        jmsServerRuntimeDestinationsTotalCount  INTEGER,
        jmsServerRuntimeMessagesCurrentCount  INTEGER,
        jmsServerRuntimeMessagesPendingCount  INTEGER,
        jmsServerRuntimeMessagesHighCount  INTEGER,
        jmsServerRuntimeMessagesReceivedCount  INTEGER,
        jmsServerRuntimeMessagesThresholdTime  INTEGER,
        jmsServerRuntimeBytesCurrentCount  INTEGER,
        jmsServerRuntimeBytesPendingCount  INTEGER,
        jmsServerRuntimeBytesHighCount  INTEGER,
        jmsServerRuntimeBytesReceivedCount  INTEGER,
        jmsServerRuntimeBytesThresholdTime  INTEGER
        }
jmsServerRuntimeIndex   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsServerRuntimeEntry  1  }

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

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

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

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

jmsServerRuntimeSessionPoolRuntimes     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The session pools on this JMS Server"
        
        ::=  {  jmsServerRuntimeEntry  25  }

jmsServerRuntimeSessionPoolsCurrentCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of session pools running on this JMS Server"
        
        ::=  {  jmsServerRuntimeEntry  30  }

jmsServerRuntimeSessionPoolsHighCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of session pools on this JMS Server
         since the last reset"
        
        ::=  {  jmsServerRuntimeEntry  35  }

jmsServerRuntimeSessionPoolsTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of session pools instantiated on this JMS Server
         since the last reset"
        
        ::=  {  jmsServerRuntimeEntry  40  }

jmsServerRuntimeDestinations    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of destinations on this JMS server"
        
        ::=  {  jmsServerRuntimeEntry  45  }

jmsServerRuntimeDestinationsCurrentCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of destinations for this JMS server"
        
        ::=  {  jmsServerRuntimeEntry  50  }

jmsServerRuntimeDestinationsHighCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of destinations on this JMS server
    since the last reset"
        
        ::=  {  jmsServerRuntimeEntry  55  }

jmsServerRuntimeDestinationsTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of destinations instantiated on this JMS server
        since the last reset"
        
        ::=  {  jmsServerRuntimeEntry  60  }

jmsServerRuntimeMessagesCurrentCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of messages stored on this JMS server.
 This does not include the pending messages."
        
        ::=  {  jmsServerRuntimeEntry  65  }

jmsServerRuntimeMessagesPendingCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of messages pending (unacknowledged or uncommitted) stored on this JMS server. 
     Pending messages are over and above the current number of messages."
        
        ::=  {  jmsServerRuntimeEntry  70  }

jmsServerRuntimeMessagesHighCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of messages stored in 
the JMS server since the last reset."
        
        ::=  {  jmsServerRuntimeEntry  75  }

jmsServerRuntimeMessagesReceivedCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of messages received on this 
JMS Server since the last reset."
        
        ::=  {  jmsServerRuntimeEntry  80  }

jmsServerRuntimeMessagesThresholdTime   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The amount of time in the threshold condition
         since the last reset."
        
        ::=  {  jmsServerRuntimeEntry  85  }

jmsServerRuntimeBytesCurrentCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of bytes stored in this JMS Server.
         This does not include the pending bytes."
        
        ::=  {  jmsServerRuntimeEntry  90  }

jmsServerRuntimeBytesPendingCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of pending bytes stored in this JMS Server.
         Pending bytes are over and above the current number of bytes."
        
        ::=  {  jmsServerRuntimeEntry  95  }

jmsServerRuntimeBytesHighCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of bytes stored in this JMS Server
        since the last reset."
        
        ::=  {  jmsServerRuntimeEntry  100  }

jmsServerRuntimeBytesReceivedCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes received in this JMS Server
         since the last reset."
        
        ::=  {  jmsServerRuntimeEntry  105  }

jmsServerRuntimeBytesThresholdTime      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The amount of time in the threshold condition
         since the last reset."
        
        ::=  {  jmsServerRuntimeEntry  110  }

-- JmsSessionPoolRuntimeMBean                               

jmsSessionPoolRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsSessionPoolRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JMS Session Pool"
        ::=  { wls  260 }

jmsSessionPoolRuntimeEntry      OBJECT-TYPE
        SYNTAX  JmsSessionPoolRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsSessionPoolRuntimeTable"
        INDEX   {  jmsSessionPoolRuntimeIndex  }
        ::=  { jmsSessionPoolRuntimeTable 1 }

JmsSessionPoolRuntimeEntry  ::=  SEQUENCE {
        jmsSessionPoolRuntimeIndex  DisplayString,
        jmsSessionPoolRuntimeObjectName  DisplayString,
        jmsSessionPoolRuntimeType  DisplayString,
        jmsSessionPoolRuntimeName  DisplayString,
        jmsSessionPoolRuntimeParent  DisplayString,
        jmsSessionPoolRuntimeJMSServer  DisplayString,
        jmsSessionPoolRuntimeConnectionConsumers  DisplayString,
        jmsSessionPoolRuntimeConnectionConsumersCurrentCount  INTEGER,
        jmsSessionPoolRuntimeConnectionConsumersHighCount  INTEGER,
        jmsSessionPoolRuntimeConnectionConsumersTotalCount  INTEGER
        }
jmsSessionPoolRuntimeIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsSessionPoolRuntimeEntry  1  }

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

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

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

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

jmsSessionPoolRuntimeJMSServer  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The JMS server for this session pool"
        
        ::=  {  jmsSessionPoolRuntimeEntry  25  }

jmsSessionPoolRuntimeConnectionConsumers        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The connection consumer for this session pool"
        
        ::=  {  jmsSessionPoolRuntimeEntry  30  }

jmsSessionPoolRuntimeConnectionConsumersCurrentCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of connection consumers for this session pool"
        
        ::=  {  jmsSessionPoolRuntimeEntry  35  }

jmsSessionPoolRuntimeConnectionConsumersHighCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of simultaneous connection consumers for this
         session pool"
        
        ::=  {  jmsSessionPoolRuntimeEntry  40  }

jmsSessionPoolRuntimeConnectionConsumersTotalCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of connection consumers made by this session pool
         since the last reset"
        
        ::=  {  jmsSessionPoolRuntimeEntry  45  }

-- JmsSessionRuntimeMBean                               

jmsSessionRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsSessionRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JMS Session Pool"
        ::=  { wls  270 }

jmsSessionRuntimeEntry  OBJECT-TYPE
        SYNTAX  JmsSessionRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsSessionRuntimeTable"
        INDEX   {  jmsSessionRuntimeIndex  }
        ::=  { jmsSessionRuntimeTable 1 }

JmsSessionRuntimeEntry  ::=  SEQUENCE {
        jmsSessionRuntimeIndex  DisplayString,
        jmsSessionRuntimeObjectName  DisplayString,
        jmsSessionRuntimeType  DisplayString,
        jmsSessionRuntimeName  DisplayString,
        jmsSessionRuntimeParent  DisplayString,
        jmsSessionRuntimeConsumers  DisplayString,
        jmsSessionRuntimeConsumersCurrentCount  INTEGER,
        jmsSessionRuntimeConsumersHighCount  INTEGER,
        jmsSessionRuntimeConsumersTotalCount  INTEGER,
        jmsSessionRuntimeProducers  DisplayString,
        jmsSessionRuntimeProducersCurrentCount  INTEGER,
        jmsSessionRuntimeProducersHighCount  INTEGER,
        jmsSessionRuntimeProducersTotalCount  INTEGER,
        jmsSessionRuntimeTransacted  INTEGER,
        jmsSessionRuntimeAcknowledgeMode  DisplayString,
        jmsSessionRuntimeMessagesPendingCount  INTEGER,
        jmsSessionRuntimeMessagesSentCount  INTEGER,
        jmsSessionRuntimeMessagesReceivedCount  INTEGER,
        jmsSessionRuntimeBytesPendingCount  INTEGER,
        jmsSessionRuntimeBytesSentCount  INTEGER,
        jmsSessionRuntimeBytesReceivedCount  INTEGER
        }
jmsSessionRuntimeIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsSessionRuntimeEntry  1  }

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

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

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

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

jmsSessionRuntimeConsumers      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of consumers for this session"
        
        ::=  {  jmsSessionRuntimeEntry  25  }

jmsSessionRuntimeConsumersCurrentCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of consumers for this session"
        
        ::=  {  jmsSessionRuntimeEntry  30  }

jmsSessionRuntimeConsumersHighCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of consumers for this session
    since the last reset"
        
        ::=  {  jmsSessionRuntimeEntry  35  }

jmsSessionRuntimeConsumersTotalCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of consumers instantiated by this session
         since the last reset"
        
        ::=  {  jmsSessionRuntimeEntry  40  }

jmsSessionRuntimeProducers      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of producers for this session"
        
        ::=  {  jmsSessionRuntimeEntry  45  }

jmsSessionRuntimeProducersCurrentCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current number of producers for this session"
        
        ::=  {  jmsSessionRuntimeEntry  50  }

jmsSessionRuntimeProducersHighCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The peak number of producers for this session
     since the last reset"
        
        ::=  {  jmsSessionRuntimeEntry  55  }

jmsSessionRuntimeProducersTotalCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of producers for this session
         since the last reset"
        
        ::=  {  jmsSessionRuntimeEntry  60  }

jmsSessionRuntimeTransacted     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Is the session transacted"
        
        ::=  {  jmsSessionRuntimeEntry  65  }

jmsSessionRuntimeAcknowledgeMode        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The acknowledge mode as one of
         'AUTO_ACKNOWLEDGE'
         'CLIENT_ACKNOWLEDGE'
         'DUPS_OK_ACKNOWLEDGE'
         'NO_ACKNOWLEDGE'"
        
        ::=  {  jmsSessionRuntimeEntry  70  }

jmsSessionRuntimeMessagesPendingCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of messages pending (uncommitted and
     and unacknowledged) for this session"
        
        ::=  {  jmsSessionRuntimeEntry  75  }

jmsSessionRuntimeMessagesSentCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes sent by this session
         since the last reset"
        
        ::=  {  jmsSessionRuntimeEntry  80  }

jmsSessionRuntimeMessagesReceivedCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of messages sent by this session
         since the last reset"
        
        ::=  {  jmsSessionRuntimeEntry  85  }

jmsSessionRuntimeBytesPendingCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes pending (uncommitted and
     and unacknowledged) for this session"
        
        ::=  {  jmsSessionRuntimeEntry  90  }

jmsSessionRuntimeBytesSentCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes sent by this session
         since the last reset"
        
        ::=  {  jmsSessionRuntimeEntry  95  }

jmsSessionRuntimeBytesReceivedCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes received by this session
         since the last reset"
        
        ::=  {  jmsSessionRuntimeEntry  100  }

-- JoltConnectionPoolRuntimeMBean                               

joltConnectionPoolRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JoltConnectionPoolRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic Jolt Connection Pool"
        ::=  { wls  280 }

joltConnectionPoolRuntimeEntry  OBJECT-TYPE
        SYNTAX  JoltConnectionPoolRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of joltConnectionPoolRuntimeTable"
        INDEX   {  joltConnectionPoolRuntimeIndex  }
        ::=  { joltConnectionPoolRuntimeTable 1 }

JoltConnectionPoolRuntimeEntry  ::=  SEQUENCE {
        joltConnectionPoolRuntimeIndex  DisplayString,
        joltConnectionPoolRuntimeObjectName  DisplayString,
        joltConnectionPoolRuntimeType  DisplayString,
        joltConnectionPoolRuntimeName  DisplayString,
        joltConnectionPoolRuntimeParent  DisplayString,
        joltConnectionPoolRuntimePoolName  DisplayString,
        joltConnectionPoolRuntimeMaxCapacity  INTEGER,
        joltConnectionPoolRuntimePoolState  DisplayString,
        joltConnectionPoolRuntimeSecurityContextPropagation  INTEGER,
        joltConnectionPoolRuntimeConnections  DisplayString
        }
joltConnectionPoolRuntimeIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  joltConnectionPoolRuntimeEntry  1  }

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

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

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

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

joltConnectionPoolRuntimePoolName       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The configured name of this Jolt pool."
        
        ::=  {  joltConnectionPoolRuntimeEntry  25  }

joltConnectionPoolRuntimeMaxCapacity    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum connections configured for this Jolt pool."
        
        ::=  {  joltConnectionPoolRuntimeEntry  30  }

joltConnectionPoolRuntimePoolState      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The pool state as one of
          'Active'
          'Suspended'"
        
        ::=  {  joltConnectionPoolRuntimeEntry  35  }

joltConnectionPoolRuntimeSecurityContextPropagation     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Is the security context propagated"
        
        ::=  {  joltConnectionPoolRuntimeEntry  40  }

joltConnectionPoolRuntimeConnections    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of JoltConnectionRuntimeMBeans that each
         represents the statistics for a Jolt Connection."
        
        ::=  {  joltConnectionPoolRuntimeEntry  45  }

-- JoltConnectionRuntimeMBean                               

joltConnectionRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JoltConnectionRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring individual Weblogic Jolt connections"
        ::=  { wls  290 }

joltConnectionRuntimeEntry      OBJECT-TYPE
        SYNTAX  JoltConnectionRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of joltConnectionRuntimeTable"
        INDEX   {  joltConnectionRuntimeIndex  }
        ::=  { joltConnectionRuntimeTable 1 }

JoltConnectionRuntimeEntry  ::=  SEQUENCE {
        joltConnectionRuntimeIndex  DisplayString,
        joltConnectionRuntimeObjectName  DisplayString,
        joltConnectionRuntimeType  DisplayString,
        joltConnectionRuntimeName  DisplayString,
        joltConnectionRuntimeParent  DisplayString,
        joltConnectionRuntimeAddress  DisplayString,
        joltConnectionRuntimeLastAccessTime  DisplayString,
        joltConnectionRuntimeAlive  INTEGER,
        joltConnectionRuntimeRequestCount  INTEGER,
        joltConnectionRuntimePendingRequestCount  INTEGER,
        joltConnectionRuntimeErrorCount  INTEGER,
        joltConnectionRuntimeInTransaction  INTEGER
        }
joltConnectionRuntimeIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  joltConnectionRuntimeEntry  1  }

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

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

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

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

joltConnectionRuntimeAddress    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The connection Address"
        
        ::=  {  joltConnectionRuntimeEntry  25  }

joltConnectionRuntimeLastAccessTime     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Last Access Date and Time"
        
        ::=  {  joltConnectionRuntimeEntry  30  }

joltConnectionRuntimeAlive      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false).  the Connection Alive indicator"
        
        ::=  {  joltConnectionRuntimeEntry  35  }

joltConnectionRuntimeRequestCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Request Count"
        
        ::=  {  joltConnectionRuntimeEntry  40  }

joltConnectionRuntimePendingRequestCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Pending Request Count"
        
        ::=  {  joltConnectionRuntimeEntry  45  }

joltConnectionRuntimeErrorCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Request Error Count"
        
        ::=  {  joltConnectionRuntimeEntry  50  }

joltConnectionRuntimeInTransaction      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Returns the Connection in Transaction indicator"
        
        ::=  {  joltConnectionRuntimeEntry  55  }

-- JoltConnectionServiceRuntimeMBean                               

joltConnectionServiceRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JoltConnectionServiceRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic Jolt component"
        ::=  { wls  300 }

joltConnectionServiceRuntimeEntry       OBJECT-TYPE
        SYNTAX  JoltConnectionServiceRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of joltConnectionServiceRuntimeTable"
        INDEX   {  joltConnectionServiceRuntimeIndex  }
        ::=  { joltConnectionServiceRuntimeTable 1 }

JoltConnectionServiceRuntimeEntry  ::=  SEQUENCE {
        joltConnectionServiceRuntimeIndex  DisplayString,
        joltConnectionServiceRuntimeObjectName  DisplayString,
        joltConnectionServiceRuntimeType  DisplayString,
        joltConnectionServiceRuntimeName  DisplayString,
        joltConnectionServiceRuntimeParent  DisplayString,
        joltConnectionServiceRuntimeConnectionPoolCount  INTEGER,
        joltConnectionServiceRuntimeConnectionPools  DisplayString
        }
joltConnectionServiceRuntimeIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  joltConnectionServiceRuntimeEntry  1  }

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

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

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

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

joltConnectionServiceRuntimeConnectionPoolCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of configured Jolt connection pools."
        
        ::=  {  joltConnectionServiceRuntimeEntry  25  }

joltConnectionServiceRuntimeConnectionPools     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of JoltConnectionPoolRuntimeMBeans that each
         represents the statistics for a Jolt Connection Pool."
        
        ::=  {  joltConnectionServiceRuntimeEntry  30  }

-- jrockitRuntimeMBean                               

jrockitRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JrockitRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic Jolt component"
        ::=  { wls  302 }

jrockitRuntimeEntry     OBJECT-TYPE
        SYNTAX  JrockitRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jrockitRuntimeTable"
        INDEX   {  jrockitRuntimeIndex  }
        ::=  { jrockitRuntimeTable 1 }

JrockitRuntimeEntry  ::=  SEQUENCE {
        jrockitRuntimeIndex  DisplayString,
        jrockitRuntimeObjectName  DisplayString,
        jrockitRuntimeType  DisplayString,
        jrockitRuntimeName  DisplayString,
        jrockitRuntimeParent  DisplayString,
        jrockitRuntimeAllProcessorsAverageLoad  INTEGER,
        jrockitRuntimeFreeHeap  INTEGER,
        jrockitRuntimeFreePhysicalMemory  INTEGER,
        jrockitRuntimeGcAlgorithm  DisplayString,
        jrockitRuntimeJVMDescription  DisplayString,
        jrockitRuntimeJvmProcessorLoad  INTEGER,
        jrockitRuntimeLastGCEnd  INTEGER,
        jrockitRuntimeLastGCStart  INTEGER,
        jrockitRuntimeNumberOfDaemonThreads  INTEGER,
        jrockitRuntimeNumberOfProcessors  INTEGER,
        jrockitRuntimeThreadStackDump  DisplayString,
        jrockitRuntimeTotalGarbageCollectionCount  INTEGER,
        jrockitRuntimeTotalGarbageCollectionTime  INTEGER,
        jrockitRuntimeTotalHeap  INTEGER,
        jrockitRuntimeTotalNumberOfThreads  INTEGER,
        jrockitRuntimeTotalNurserySize  INTEGER,
        jrockitRuntimeTotalPhysicalMemory  INTEGER,
        jrockitRuntimeUptime  INTEGER,
        jrockitRuntimeUsedHeap  INTEGER,
        jrockitRuntimeUsedPhysicalMemory  INTEGER,
        jrockitRuntimeVendor  DisplayString,
        jrockitRuntimeVersion  DisplayString,
        jrockitRuntimeConcurrent  INTEGER,
        jrockitRuntimeGCHandlesCompaction  INTEGER,
        jrockitRuntimeGenerational  INTEGER,
        jrockitRuntimeIncremental  INTEGER,
        jrockitRuntimeParallel  INTEGER
        }
jrockitRuntimeIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jrockitRuntimeEntry  1  }

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

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

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

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

jrockitRuntimeAllProcessorsAverageLoad  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "represents a snapshot of the average load of all processors"
        
        ::=  {  jrockitRuntimeEntry  21  }

jrockitRuntimeFreeHeap  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Bytes of free Java heap memory."
        
        ::=  {  jrockitRuntimeEntry  22  }

jrockitRuntimeFreePhysicalMemory        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Bytes of free physical memory"
        
        ::=  {  jrockitRuntimeEntry  23  }

jrockitRuntimeGcAlgorithm       OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Type of garbage collector being used by the VM"
        
        ::=  {  jrockitRuntimeEntry  24  }

jrockitRuntimeJVMDescription    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A description of the JVM as a String."
        
        ::=  {  jrockitRuntimeEntry  25  }

jrockitRuntimeJvmProcessorLoad  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "double that indicates the average load that the VM is placing on all processors."
        
        ::=  {  jrockitRuntimeEntry  26  }

jrockitRuntimeLastGCEnd OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "the time the last GC ended."
        
        ::=  {  jrockitRuntimeEntry  27  }

jrockitRuntimeLastGCStart       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The time the last GC started"
        
        ::=  {  jrockitRuntimeEntry  28  }

jrockitRuntimeNumberOfDaemonThreads     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "the total number of daemon Java threads running in the VM."
        
        ::=  {  jrockitRuntimeEntry  29  }

jrockitRuntimeNumberOfProcessors        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "he number of processors on the VM's host computer."
        
        ::=  {  jrockitRuntimeEntry  30  }

jrockitRuntimeThreadStackDump   OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "a stack dump of all live threads in the VM"
        
        ::=  {  jrockitRuntimeEntry  31  }

jrockitRuntimeTotalGarbageCollectionCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of GCs perfomed so far"
        
        ::=  {  jrockitRuntimeEntry  32  }

jrockitRuntimeTotalGarbageCollectionTime        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Indicates the number of milliseconds that the Virtual Machine has spent on all garbage collection runs since the VM was started."
        
        ::=  {  jrockitRuntimeEntry  33  }

jrockitRuntimeTotalHeap OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Bytes of memory allocated to the Java heap"
        
        ::=  {  jrockitRuntimeEntry  34  }

jrockitRuntimeTotalNumberOfThreads      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "the number of Java threads running in the VM"
        
        ::=  {  jrockitRuntimeEntry  35  }

jrockitRuntimeTotalNurserySize  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Bytes allocated to the nursery"
        
        ::=  {  jrockitRuntimeEntry  36  }

jrockitRuntimeTotalPhysicalMemory       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Bytes of physical memory on the host computer"
        
        ::=  {  jrockitRuntimeEntry  37  }

jrockitRuntimeUptime    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The uptime (in milliseconds) of the VM"
        
        ::=  {  jrockitRuntimeEntry  38  }

jrockitRuntimeUsedHeap  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Bytes of Java heap memory that is being used"
        
        ::=  {  jrockitRuntimeEntry  39  }

jrockitRuntimeUsedPhysicalMemory        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Bytes of physical memory being used."
        
        ::=  {  jrockitRuntimeEntry  40  }

jrockitRuntimeVendor    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of the vendor as a String"
        
        ::=  {  jrockitRuntimeEntry  41  }

jrockitRuntimeVersion   OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current version of the JVM as a String"
        
        ::=  {  jrockitRuntimeEntry  42  }

jrockitRuntimeConcurrent        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "true if this GC runs in a separate concurrent thread."
        
        ::=  {  jrockitRuntimeEntry  43  }

jrockitRuntimeGCHandlesCompaction       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "true if this garbage collector compacts the Java heap"
        
        ::=  {  jrockitRuntimeEntry  44  }

jrockitRuntimeGenerational      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "true if this GC has a nursery."
        
        ::=  {  jrockitRuntimeEntry  45  }

jrockitRuntimeIncremental       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "true if this GC is incremental"
        
        ::=  {  jrockitRuntimeEntry  46  }

jrockitRuntimeParallel  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "true if this GC runs in parallel on multiple processors"
        
        ::=  {  jrockitRuntimeEntry  47  }

-- JtaRuntimeMBean                               

jtaRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JtaRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for accessing transaction
                 runtime characteristics within a WebLogic server."
        ::=  { wls  310 }

jtaRuntimeEntry OBJECT-TYPE
        SYNTAX  JtaRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jtaRuntimeTable"
        INDEX   {  jtaRuntimeIndex  }
        ::=  { jtaRuntimeTable 1 }

JtaRuntimeEntry  ::=  SEQUENCE {
        jtaRuntimeIndex  DisplayString,
        jtaRuntimeObjectName  DisplayString,
        jtaRuntimeType  DisplayString,
        jtaRuntimeName  DisplayString,
        jtaRuntimeParent  DisplayString,
        jtaRuntimeTransactionTotalCount  INTEGER,
        jtaRuntimeTransactionCommittedTotalCount  INTEGER,
        jtaRuntimeTransactionRolledBackTotalCount  INTEGER,
        jtaRuntimeTransactionHeuristicsTotalCount  INTEGER,
        jtaRuntimeTransactionRolledBackResourceTotalCount  INTEGER,
        jtaRuntimeTransactionRolledBackAppTotalCount  INTEGER,
        jtaRuntimeTransactionRolledBackSystemTotalCount  INTEGER,
        jtaRuntimeSecondsActiveTotalCount  INTEGER,
        jtaRuntimeTransactionRolledBackTimeoutTotalCount  INTEGER,
        jtaRuntimeTransactionNameRuntimeMBeans  DisplayString,
        jtaRuntimeTransactionResourceRuntimeMBeans  DisplayString
        }
jtaRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jtaRuntimeEntry  1  }

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

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

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

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

jtaRuntimeTransactionTotalCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of transactions processed.
         This total includes all committed, rolled back
         and heuristic transaction completions."
        
        ::=  {  jtaRuntimeEntry  25  }

jtaRuntimeTransactionCommittedTotalCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of committed transactions."
        
        ::=  {  jtaRuntimeEntry  30  }

jtaRuntimeTransactionRolledBackTotalCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that were rolled back."
        
        ::=  {  jtaRuntimeEntry  35  }

jtaRuntimeTransactionHeuristicsTotalCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that completed with a
         heuristic status."
        
        ::=  {  jtaRuntimeEntry  40  }

jtaRuntimeTransactionRolledBackResourceTotalCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of transactions that were rolled back
         due to a resource error."
        
        ::=  {  jtaRuntimeEntry  45  }

jtaRuntimeTransactionRolledBackAppTotalCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that were rolled back
         due to an application error."
        
        ::=  {  jtaRuntimeEntry  50  }

jtaRuntimeTransactionRolledBackSystemTotalCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that were rolled back
         due to an internal system error."
        
        ::=  {  jtaRuntimeEntry  55  }

jtaRuntimeSecondsActiveTotalCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of seconds for all committed
         transactions."
        
        ::=  {  jtaRuntimeEntry  60  }

jtaRuntimeTransactionRolledBackTimeoutTotalCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of seconds for all committed
         transactions."
        
        ::=  {  jtaRuntimeEntry  65  }

jtaRuntimeTransactionNameRuntimeMBeans  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of TransactionNameRuntimeMBeans that represent
         statistics for all transactions in the server, categorized by
         transaction name"
        
        ::=  {  jtaRuntimeEntry  70  }

jtaRuntimeTransactionResourceRuntimeMBeans      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of TransactionResourceRuntimeMBeans that each
         represents the statistics for a transaction resource."
        
        ::=  {  jtaRuntimeEntry  75  }

-- JTARecoveryRuntimeMBean                               

jtaRecoveryRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JtaRecoveryRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for accessing transaction
                 runtime characteristics within a WebLogic server."
        ::=  { wls  311 }

jtaRecoveryRuntimeEntry OBJECT-TYPE
        SYNTAX  JtaRecoveryRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jtaRecoveryRuntimeTable"
        INDEX   {  jtaRecoveryRuntimeIndex  }
        ::=  { jtaRecoveryRuntimeTable 1 }

JtaRecoveryRuntimeEntry  ::=  SEQUENCE {
        jtaRecoveryRuntimeIndex  DisplayString,
        jtaRecoveryRuntimeObjectName  DisplayString,
        jtaRecoveryRuntimeType  DisplayString,
        jtaRecoveryRuntimeName  DisplayString,
        jtaRecoveryRuntimeParent  DisplayString,
        jtaRecoveryRuntimeInitialRecoveredTransactionTotalCount  INTEGER,
        jtaRecoveryRuntimeRecoveredTransactionCompletionPercent  INTEGER,
        jtaRecoveryRuntimeActive  INTEGER
        }
jtaRecoveryRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jtaRecoveryRuntimeEntry  1  }

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

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

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

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

jtaRecoveryRuntimeInitialRecoveredTransactionTotalCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the total number of transactions that are recovered from
   the Transaction Log initially."
        
        ::=  {  jtaRecoveryRuntimeEntry  25  }

jtaRecoveryRuntimeRecoveredTransactionCompletionPercent OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the percentage of the initially recovered transactions that
    are completed."
        
        ::=  {  jtaRecoveryRuntimeEntry  30  }

jtaRecoveryRuntimeActive        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns whether the Transaction Recovery Service is currently activated on this server."
        
        ::=  {  jtaRecoveryRuntimeEntry  35  }

-- JTAStatisticsRuntimeMBean                               

jtaStatisticsRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JtaStatisticsRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for accessing transaction
                 runtime characteristics within a WebLogic server."
        ::=  { wls  312 }

jtaStatisticsRuntimeEntry       OBJECT-TYPE
        SYNTAX  JtaStatisticsRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jtaStatisticsRuntimeTable"
        INDEX   {  jtaStatisticsRuntimeIndex  }
        ::=  { jtaStatisticsRuntimeTable 1 }

JtaStatisticsRuntimeEntry  ::=  SEQUENCE {
        jtaStatisticsRuntimeIndex  DisplayString,
        jtaStatisticsRuntimeObjectName  DisplayString,
        jtaStatisticsRuntimeType  DisplayString,
        jtaStatisticsRuntimeName  DisplayString,
        jtaStatisticsRuntimeParent  DisplayString,
        jtaStatisticsRuntimeTransactionCommittedTotalCount  INTEGER,
        jtaStatisticsRuntimeTransactionHeuristicsTotalCount  INTEGER,
        jtaStatisticsRuntimeTransactionRolledBackTotalCount  INTEGER,
        jtaStatisticsRuntimeTransactionTotalCount  INTEGER
        }
jtaStatisticsRuntimeIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jtaStatisticsRuntimeEntry  1  }

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

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

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

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

jtaStatisticsRuntimeTransactionCommittedTotalCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of committed transactions.."
        
        ::=  {  jtaStatisticsRuntimeEntry  25  }

jtaStatisticsRuntimeTransactionHeuristicsTotalCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of transactions that completed with a
     heuristic status."
        
        ::=  {  jtaStatisticsRuntimeEntry  30  }

jtaStatisticsRuntimeTransactionRolledBackTotalCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of transactions that were rolled back."
        
        ::=  {  jtaStatisticsRuntimeEntry  35  }

jtaStatisticsRuntimeTransactionTotalCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the total number of transactions processed.
            This total includes all committed, rolled back
    and heuristic transaction completions."
        
        ::=  {  jtaStatisticsRuntimeEntry  40  }

-- JTATransactionStatisticsRuntimeMBean                               

jtaTransactionStatisticsRuntimeTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JtaTransactionStatisticsRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for accessing transaction
                 runtime characteristics within a WebLogic server."
        ::=  { wls  313 }

jtaTransactionStatisticsRuntimeEntry    OBJECT-TYPE
        SYNTAX  JtaTransactionStatisticsRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jtaTransactionStatisticsRuntimeTable"
        INDEX   {  jtaTransactionStatisticsRuntimeIndex  }
        ::=  { jtaTransactionStatisticsRuntimeTable 1 }

JtaTransactionStatisticsRuntimeEntry  ::=  SEQUENCE {
        jtaTransactionStatisticsRuntimeIndex  DisplayString,
        jtaTransactionStatisticsRuntimeObjectName  DisplayString,
        jtaTransactionStatisticsRuntimeType  DisplayString,
        jtaTransactionStatisticsRuntimeName  DisplayString,
        jtaTransactionStatisticsRuntimeParent  DisplayString,
        jtaTransactionStatisticsRuntimeSecondsActiveTotalCount  INTEGER,
        jtaTransactionStatisticsRuntimeTransactionAbandonedTotalCount  INTEGER,
        jtaTxnStatisticsRuntimeTransactionRolledBackAppTotalCount  INTEGER,
        jtaTxnStatisticsRuntimeTransactionRolledBackResourceTotalCount  INTEGER,
        jtaTxnStatisticsRuntimeTransactionRolledBackSystemTotalCount  INTEGER,
        jtaTxnStatisticsRuntimeTransactionRolledBackTimeoutTotalCount  INTEGER
        }
jtaTransactionStatisticsRuntimeIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jtaTransactionStatisticsRuntimeEntry  1  }

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

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

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

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

jtaTransactionStatisticsRuntimeSecondsActiveTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The secondsActiveTotalCount value"
        
        ::=  {  jtaTransactionStatisticsRuntimeEntry  21  }

jtaTransactionStatisticsRuntimeTransactionAbandonedTotalCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of transaction that were abandoned."
        
        ::=  {  jtaTransactionStatisticsRuntimeEntry  22  }

jtaTxnStatisticsRuntimeTransactionRolledBackAppTotalCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "eturns the number of transactions that were rolled back due to an application error."
        
        ::=  {  jtaTransactionStatisticsRuntimeEntry  23  }

jtaTxnStatisticsRuntimeTransactionRolledBackResourceTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of transactions that were rolled back due to a resource error."
        
        ::=  {  jtaTransactionStatisticsRuntimeEntry  24  }

jtaTxnStatisticsRuntimeTransactionRolledBackSystemTotalCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of transactions that were rolled back due to an internal system error."
        
        ::=  {  jtaTransactionStatisticsRuntimeEntry  25  }

jtaTxnStatisticsRuntimeTransactionRolledBackTimeoutTotalCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of transactions that were rolled back due to a timeout expiration."
        
        ::=  {  jtaTransactionStatisticsRuntimeEntry  26  }

-- JvmRuntime                               

jvmRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JvmRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table contains a runtime information about java virtual machine (jvm)."
        ::=  { wls  340 }

jvmRuntimeEntry OBJECT-TYPE
        SYNTAX  JvmRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jvmRuntimeTable"
        INDEX   {  jvmRuntimeIndex  }
        ::=  { jvmRuntimeTable 1 }

JvmRuntimeEntry  ::=  SEQUENCE {
        jvmRuntimeIndex  DisplayString,
        jvmRuntimeObjectName  DisplayString,
        jvmRuntimeType  DisplayString,
        jvmRuntimeName  DisplayString,
        jvmRuntimeParent  DisplayString,
        jvmRuntimeHeapFreeCurrent  INTEGER,
        jvmRuntimeHeapSizeCurrent  INTEGER,
        jvmRuntimeJavaVersion  DisplayString,
        jvmRuntimeJavaVendor  DisplayString,
        jvmRuntimeOSName  DisplayString,
        jvmRuntimeOSVersion  DisplayString
        }
jvmRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jvmRuntimeEntry  1  }

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

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

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

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

jvmRuntimeHeapFreeCurrent       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current amount of free memory in the JVM heap in bytes."
        
        ::=  {  jvmRuntimeEntry  25  }

jvmRuntimeHeapSizeCurrent       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current size of the JVM heap in bytes"
        
        ::=  {  jvmRuntimeEntry  30  }

jvmRuntimeJavaVersion   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Java version of the JVM."
        
        ::=  {  jvmRuntimeEntry  35  }

jvmRuntimeJavaVendor    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The vendor of the JVM."
        
        ::=  {  jvmRuntimeEntry  40  }

jvmRuntimeOSName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The OS upon which the JVM is running."
        
        ::=  {  jvmRuntimeEntry  45  }

jvmRuntimeOSVersion     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The OS version upon which the JVM is running."
        
        ::=  {  jvmRuntimeEntry  50  }

-- LogBroadcasterRuntime                               

logBroadcasterRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  LogBroadcasterRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table broadcasts JMX notifications for each log message generated in
                the local WLS server. There is exactly one implementation of this MBean
                in each WLS server. JMX listeners can register to this MBean and receive
                log notifications. The type of the notification generated is 
                WebLogicLogNotification. "
        ::=  { wls  350 }

logBroadcasterRuntimeEntry      OBJECT-TYPE
        SYNTAX  LogBroadcasterRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of logBroadcasterRuntimeTable"
        INDEX   {  logBroadcasterRuntimeIndex  }
        ::=  { logBroadcasterRuntimeTable 1 }

LogBroadcasterRuntimeEntry  ::=  SEQUENCE {
        logBroadcasterRuntimeIndex  DisplayString,
        logBroadcasterRuntimeObjectName  DisplayString,
        logBroadcasterRuntimeType  DisplayString,
        logBroadcasterRuntimeName  DisplayString,
        logBroadcasterRuntimeParent  DisplayString,
        logBroadcasterRuntimeMessagesLogged  INTEGER
        }
logBroadcasterRuntimeIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  logBroadcasterRuntimeEntry  1  }

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

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

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

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

logBroadcasterRuntimeMessagesLogged     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of total log messages generated by this instance of the weblogic server."
        
        ::=  {  logBroadcasterRuntimeEntry  25  }

-- MessageDrivenEJBRuntime                               

messageDrivenEJBRuntimeTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  MessageDrivenEJBRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Provides values for Runtime MessageDriven EJB's"
        ::=  { wls  351 }

messageDrivenEJBRuntimeEntry    OBJECT-TYPE
        SYNTAX  MessageDrivenEJBRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of messageDrivenEJBRuntimeTable"
        INDEX   {  messageDrivenEJBRuntimeIndex  }
        ::=  { messageDrivenEJBRuntimeTable 1 }

MessageDrivenEJBRuntimeEntry  ::=  SEQUENCE {
        messageDrivenEJBRuntimeIndex  DisplayString,
        messageDrivenEJBRuntimeObjectName  DisplayString,
        messageDrivenEJBRuntimeType  DisplayString,
        messageDrivenEJBRuntimeName  DisplayString,
        messageDrivenEJBRuntimeParent  DisplayString,
        messageDrivenEJBRuntimeJMSConnectionAlive  INTEGER
        }
messageDrivenEJBRuntimeIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  messageDrivenEJBRuntimeEntry  1  }

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

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

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

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

messageDrivenEJBRuntimeJMSConnectionAlive       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Is jms connection alive."
        
        ::=  {  messageDrivenEJBRuntimeEntry  25  }

-- MigrationTaskRuntime                               

migrationTaskRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  MigrationTaskRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Provides values for Runtime MessageDriven EJB's"
        ::=  { wls  352 }

migrationTaskRuntimeEntry       OBJECT-TYPE
        SYNTAX  MigrationTaskRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of migrationTaskRuntimeTable"
        INDEX   {  migrationTaskRuntimeIndex  }
        ::=  { migrationTaskRuntimeTable 1 }

MigrationTaskRuntimeEntry  ::=  SEQUENCE {
        migrationTaskRuntimeIndex  DisplayString,
        migrationTaskRuntimeObjectName  DisplayString,
        migrationTaskRuntimeType  DisplayString,
        migrationTaskRuntimeName  DisplayString,
        migrationTaskRuntimeParent  DisplayString,
        migrationTaskRuntimeJTA  INTEGER,
        migrationTaskRuntimeRunning  INTEGER,
        migrationTaskRuntimeTerminal  INTEGER,
        migrationTaskRuntimeWaitingForUser  INTEGER,
        migrationTaskRuntimeStatusCode  INTEGER
        }
migrationTaskRuntimeIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  migrationTaskRuntimeEntry  1  }

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

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

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

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

migrationTaskRuntimeJTA OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return true, of the migration task moves a JTA recovery manager."
        
        ::=  {  migrationTaskRuntimeEntry  25  }

migrationTaskRuntimeRunning     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns true if the Task is still running."
        
        ::=  {  migrationTaskRuntimeEntry  30  }

migrationTaskRuntimeTerminal    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns true if the Task is either done sucessfuly, failed or was canceled."
        
        ::=  {  migrationTaskRuntimeEntry  35  }

migrationTaskRuntimeWaitingForUser      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns true if the Task is waiting for user input."
        
        ::=  {  migrationTaskRuntimeEntry  40  }

migrationTaskRuntimeStatusCode  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "eturns an int describing the status of this Task."
        
        ::=  {  migrationTaskRuntimeEntry  41  }

-- MessagingBridgeRuntime                 

messagingBridgeRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  MessagingBridgeRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This class is used for monitoring a WebLogic messaging bridge."
        ::=  { wls  354 }

messagingBridgeRuntimeEntry     OBJECT-TYPE
        SYNTAX  MessagingBridgeRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of messagingBridgeRuntimeTable"
        INDEX   {  messagingBridgeRuntimeIndex  }
        ::=  { messagingBridgeRuntimeTable 1 }

MessagingBridgeRuntimeEntry  ::=  SEQUENCE {
        messagingBridgeRuntimeIndex  DisplayString,
        messagingBridgeRuntimeObjectName  DisplayString,
        messagingBridgeRuntimeType  DisplayString,
        messagingBridgeRuntimeName  DisplayString,
        messagingBridgeRuntimeParent  DisplayString,
        messagingBridgeRuntimeState  DisplayString,
        messagingBridgeRuntimeDescription  DisplayString
        }
messagingBridgeRuntimeIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  messagingBridgeRuntimeEntry  1  }

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

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

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

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

messagingBridgeRuntimeState     OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the state of the messaging bridge"
        
        ::=  {  messagingBridgeRuntimeEntry  21  }

messagingBridgeRuntimeDescription       OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the reason if the messaging bridge is not running"
        
        ::=  {  messagingBridgeRuntimeEntry  22  }

-- nonXAResourceRuntime                 

nonXAResourceRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  NonXAResourceRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This represents runtime statistical information about a NonXAResource"
        ::=  { wls  356 }

nonXAResourceRuntimeEntry       OBJECT-TYPE
        SYNTAX  NonXAResourceRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of nonXAResourceRuntimeTable"
        INDEX   {  nonXAResourceRuntimeIndex  }
        ::=  { nonXAResourceRuntimeTable 1 }

NonXAResourceRuntimeEntry  ::=  SEQUENCE {
        nonXAResourceRuntimeIndex  DisplayString,
        nonXAResourceRuntimeObjectName  DisplayString,
        nonXAResourceRuntimeType  DisplayString,
        nonXAResourceRuntimeName  DisplayString,
        nonXAResourceRuntimeParent  DisplayString,
        nonXAResourceRuntimeNonXAResourceName  DisplayString
        }
nonXAResourceRuntimeIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  nonXAResourceRuntimeEntry  1  }

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

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

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

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

nonXAResourceRuntimeNonXAResourceName   OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the resource name."
        
        ::=  {  nonXAResourceRuntimeEntry  21  }

-- ServerRuntime                               

serverRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ServerRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        ::=  { wls  360 }

serverRuntimeEntry      OBJECT-TYPE
        SYNTAX  ServerRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of serverRuntimeTable"
        INDEX   {  serverRuntimeIndex  }
        ::=  { serverRuntimeTable 1 }

ServerRuntimeEntry  ::=  SEQUENCE {
        serverRuntimeIndex  DisplayString,
        serverRuntimeObjectName  DisplayString,
        serverRuntimeType  DisplayString,
        serverRuntimeName  DisplayString,
        serverRuntimeParent  DisplayString,
        serverRuntimeActivationTime  DisplayString,
        serverRuntimeListenAddress  DisplayString,
        serverRuntimeListenPort  INTEGER,
        serverRuntimeSSLListenAddress  DisplayString,
        serverRuntimeJVMID  DisplayString,
        serverRuntimeOpenSocketsCurrentCount  INTEGER,
        serverRuntimeRestartsTotalCount  INTEGER,
        serverRuntimeState  DisplayString,
        serverRuntimeWeblogicVersion  DisplayString,
        serverRuntimeAdminServerHost  DisplayString,
        serverRuntimeAdminServerListenPort  INTEGER,
        serverRuntimeClusterRuntime  DisplayString,
        serverRuntimeAdministrationPort  INTEGER,
        serverRuntimeSocketsOpenedTotalCount  INTEGER,
        serverRuntimeSSLListenPort  INTEGER,
        serverRuntimeAdministrationPortEnabled  INTEGER,
        serverRuntimeAdminServer  INTEGER,
        serverRuntimeAdminServerListenPortSecure  INTEGER,
        serverRuntimeListenPortEnabled  INTEGER,
        serverRuntimeSSLListenPortEnabled  INTEGER
        }
serverRuntimeIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  serverRuntimeEntry  1  }

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

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

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

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

serverRuntimeActivationTime     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the time when the server was started."
        
        ::=  {  serverRuntimeEntry  25  }

serverRuntimeListenAddress      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the address on which this server is listening for
 connections. For example this might return the string:
         santiago/172.17.9.220"
        
        ::=  {  serverRuntimeEntry  30  }

serverRuntimeListenPort OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the port on which this server is listening for connections."
        
        ::=  {  serverRuntimeEntry  35  }

serverRuntimeSSLListenAddress   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the address on which this server is listening for
         connections. For example this might return the string:
         santiago/172.17.9.220 "
        
        ::=  {  serverRuntimeEntry  40  }

serverRuntimeJVMID      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the JVMID of the server."
        
        ::=  {  serverRuntimeEntry  45  }

serverRuntimeOpenSocketsCurrentCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the current number sockets registered for socket muxing on this 
         server."
        
        ::=  {  serverRuntimeEntry  50  }

serverRuntimeRestartsTotalCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the total number of restarts for this server since the cluster
         was last activated."
        
        ::=  {  serverRuntimeEntry  55  }

serverRuntimeState      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the current state of the server.  Legal values are
         Initializing, Suspended, Running, ShuttingDown."
        
        ::=  {  serverRuntimeEntry  60  }

serverRuntimeWeblogicVersion    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the version of the server"
        
        ::=  {  serverRuntimeEntry  65  }

serverRuntimeAdminServerHost    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the address on which admin server is listening for
         connections. For example this might return the string:
         santiago "
        
        ::=  {  serverRuntimeEntry  70  }

serverRuntimeAdminServerListenPort      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the port on which admin server is listening for
         connections."
        
        ::=  {  serverRuntimeEntry  75  }

serverRuntimeClusterRuntime     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return an mbean which represents this server's view of its cluster, if any."
        
        ::=  {  serverRuntimeEntry  80  }

serverRuntimeAdministrationPort OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the administration port on which this server is listening for"
        
        ::=  {  serverRuntimeEntry  81  }

serverRuntimeSocketsOpenedTotalCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the total number of registrations for socket muxing on this sever."
        
        ::=  {  serverRuntimeEntry  82  }

serverRuntimeSSLListenPort      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the port on which this server is listening for SSL Connections"
        
        ::=  {  serverRuntimeEntry  83  }

serverRuntimeAdministrationPortEnabled  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return if the administrationPort is enabled on the  server"
        
        ::=  {  serverRuntimeEntry  84  }

serverRuntimeAdminServer        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns true id its an admin server"
        
        ::=  {  serverRuntimeEntry  85  }

serverRuntimeAdminServerListenPortSecure        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the secureType on which admin server is listening for connections."
        
        ::=  {  serverRuntimeEntry  86  }

serverRuntimeListenPortEnabled  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return if the default listenPort is enabled on the  server"
        
        ::=  {  serverRuntimeEntry  87  }

serverRuntimeSSLListenPortEnabled       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return if the default lSSListenPort is enabled on the  server"
        
        ::=  {  serverRuntimeEntry  88  }

-- ServerLifeCycleRuntime                               

serverLifeCycleRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ServerLifeCycleRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Provides values for Runtime server life cycle"
        ::=  { wls  361 }

serverLifeCycleRuntimeEntry     OBJECT-TYPE
        SYNTAX  ServerLifeCycleRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of serverLifeCycleRuntimeTable"
        INDEX   {  serverLifeCycleRuntimeIndex  }
        ::=  { serverLifeCycleRuntimeTable 1 }

ServerLifeCycleRuntimeEntry  ::=  SEQUENCE {
        serverLifeCycleRuntimeIndex  DisplayString,
        serverLifeCycleRuntimeObjectName  DisplayString,
        serverLifeCycleRuntimeType  DisplayString,
        serverLifeCycleRuntimeName  DisplayString,
        serverLifeCycleRuntimeParent  DisplayString,
        serverLifeCycleRuntimeState  DisplayString,
        serverLifeCycleRuntimeStateVal  INTEGER
        }
serverLifeCycleRuntimeIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  serverLifeCycleRuntimeEntry  1  }

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

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

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

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

serverLifeCycleRuntimeState     OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "gets the state."
        
        ::=  {  serverLifeCycleRuntimeEntry  25  }

serverLifeCycleRuntimeStateVal  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "state val."
        
        ::=  {  serverLifeCycleRuntimeEntry  30  }

-- ServerSecurityRuntime                               

serverSecurityRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ServerSecurityRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic Security Info."
        ::=  { wls  370 }

serverSecurityRuntimeEntry      OBJECT-TYPE
        SYNTAX  ServerSecurityRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of serverSecurityRuntimeTable"
        INDEX   {  serverSecurityRuntimeIndex  }
        ::=  { serverSecurityRuntimeTable 1 }

ServerSecurityRuntimeEntry  ::=  SEQUENCE {
        serverSecurityRuntimeIndex  DisplayString,
        serverSecurityRuntimeObjectName  DisplayString,
        serverSecurityRuntimeType  DisplayString,
        serverSecurityRuntimeName  DisplayString,
        serverSecurityRuntimeParent  DisplayString,
        serverSecurityRuntimeUserLockoutTotalCount  INTEGER,
        serverSecurityRuntimeInvalidLoginAttemptsTotalCount  INTEGER,
        serverSecurityRuntimeLoginAttemptsWhileLockedTotalCount  INTEGER,
        serverSecurityRuntimeInvalidLoginUsersHighCount  INTEGER,
        serverSecurityRuntimeUnlockedUsersTotalCount  INTEGER,
        serverSecurityRuntimeLockedUsersCurrentCount  INTEGER
        }
serverSecurityRuntimeIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  serverSecurityRuntimeEntry  1  }

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

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

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

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

serverSecurityRuntimeUserLockoutTotalCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The cumulative number of user lockouts done on this server"
        
        ::=  {  serverSecurityRuntimeEntry  25  }

serverSecurityRuntimeInvalidLoginAttemptsTotalCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The cumulative number of invalid logins attempted on this server"
        
        ::=  {  serverSecurityRuntimeEntry  30  }

serverSecurityRuntimeLoginAttemptsWhileLockedTotalCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The cumulative number of invalid logins attempted on this server
         attempted while the user was locked"
        
        ::=  {  serverSecurityRuntimeEntry  35  }

serverSecurityRuntimeInvalidLoginUsersHighCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The highwater number of users with outstanding
         invalid login attempts for this server"
        
        ::=  {  serverSecurityRuntimeEntry  40  }

serverSecurityRuntimeUnlockedUsersTotalCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number times we have unlocked a user
         on this server"
        
        ::=  {  serverSecurityRuntimeEntry  45  }

serverSecurityRuntimeLockedUsersCurrentCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of currently locked users
         on this server"
        
        ::=  {  serverSecurityRuntimeEntry  50  }

-- ServletRuntime                               

servletRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ServletRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table Describes a servlet."
        ::=  { wls  380 }

servletRuntimeEntry     OBJECT-TYPE
        SYNTAX  ServletRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of servletRuntimeTable"
        INDEX   {  servletRuntimeIndex  }
        ::=  { servletRuntimeTable 1 }

ServletRuntimeEntry  ::=  SEQUENCE {
        servletRuntimeIndex  DisplayString,
        servletRuntimeObjectName  DisplayString,
        servletRuntimeType  DisplayString,
        servletRuntimeName  DisplayString,
        servletRuntimeParent  DisplayString,
        servletRuntimeServletName  DisplayString,
        servletRuntimeReloadTotalCount  INTEGER,
        servletRuntimeInvocationTotalCount  INTEGER,
        servletRuntimePoolMaxCapacity  INTEGER,
        servletRuntimeExecutionTimeTotal  INTEGER,
        servletRuntimeExecutionTimeHigh  INTEGER,
        servletRuntimeExecutionTimeLow  INTEGER,
        servletRuntimeExecutionTimeAverage  INTEGER,
        servletRuntimeServletPath  DisplayString,
        servletRuntimeContextPath  DisplayString,
        servletRuntimeUrl  DisplayString
        }
servletRuntimeIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  servletRuntimeEntry  1  }

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

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

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

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

servletRuntimeServletName       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the Servelet's name"
        
        ::=  {  servletRuntimeEntry  25  }

servletRuntimeReloadTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of times the servelet has been reloaded."
        
        ::=  {  servletRuntimeEntry  30  }

servletRuntimeInvocationTotalCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of times the servelet has been invoked."
        
        ::=  {  servletRuntimeEntry  35  }

servletRuntimePoolMaxCapacity   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum capacity of this servlet for single thread model
         servlets."
        
        ::=  {  servletRuntimeEntry  40  }

servletRuntimeExecutionTimeTotal        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The amount of time all invocations of the servlet has executed
         since created. "
        
        ::=  {  servletRuntimeEntry  45  }

servletRuntimeExecutionTimeHigh OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The amount of time the single longest invocation of the 
         servlet has executed since created."
        
        ::=  {  servletRuntimeEntry  50  }

servletRuntimeExecutionTimeLow  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The amount of time the single shortest invocation of the 
         servlet has executed since created."
        
        ::=  {  servletRuntimeEntry  55  }

servletRuntimeExecutionTimeAverage      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The average amount of time all invocations of the servlet have
         executed since created. "
        
        ::=  {  servletRuntimeEntry  60  }

servletRuntimeServletPath       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The servlet path."
        
        ::=  {  servletRuntimeEntry  65  }

servletRuntimeContextPath       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "context path."
        
        ::=  {  servletRuntimeEntry  70  }

servletRuntimeUrl       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "http://<host>:port/<context path>/<servlet path>."
        
        ::=  {  servletRuntimeEntry  75  }

-- ServletSessionRuntime                               

servletSessionRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ServletSessionRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic servlet session
                 within a Weblogic server."
        ::=  { wls  390 }

servletSessionRuntimeEntry      OBJECT-TYPE
        SYNTAX  ServletSessionRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of servletSessionRuntimeTable"
        INDEX   {  servletSessionRuntimeIndex  }
        ::=  { servletSessionRuntimeTable 1 }

ServletSessionRuntimeEntry  ::=  SEQUENCE {
        servletSessionRuntimeIndex  DisplayString,
        servletSessionRuntimeObjectName  DisplayString,
        servletSessionRuntimeType  DisplayString,
        servletSessionRuntimeName  DisplayString,
        servletSessionRuntimeParent  DisplayString,
        servletSessionRuntimeTimeLastAccessed  DisplayString,
        servletSessionRuntimeMainAttribute  DisplayString
        }
servletSessionRuntimeIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  servletSessionRuntimeEntry  1  }

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

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

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

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

servletSessionRuntimeTimeLastAccessed   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Last time accessed."
        
        ::=  {  servletSessionRuntimeEntry  25  }

servletSessionRuntimeMainAttribute      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets a Stringified copy of an attribute specified by the user (like user-name)
         associated with this session."
        
        ::=  {  servletSessionRuntimeEntry  30  }

-- TaskRuntime                               

taskRuntimeTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  TaskRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Exposes monitoring information about an ongoing and potentially
 long-running administrative process."
        ::=  { wls  391 }

taskRuntimeEntry        OBJECT-TYPE
        SYNTAX  TaskRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of taskRuntimeTable"
        INDEX   {  taskRuntimeIndex  }
        ::=  { taskRuntimeTable 1 }

TaskRuntimeEntry  ::=  SEQUENCE {
        taskRuntimeIndex  DisplayString,
        taskRuntimeObjectName  DisplayString,
        taskRuntimeType  DisplayString,
        taskRuntimeName  DisplayString,
        taskRuntimeParent  DisplayString,
        taskRuntimeBeginTime  INTEGER,
        taskRuntimeDescription  DisplayString,
        taskRuntimeEndTime  INTEGER,
        taskRuntimeStatus  DisplayString,
        taskRuntimeRunning  INTEGER,
        taskRuntimeSystemTask  INTEGER
        }
taskRuntimeIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  taskRuntimeEntry  1  }

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

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

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

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

taskRuntimeBeginTime    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the time at which this task was started."
        
        ::=  {  taskRuntimeEntry  25  }

taskRuntimeDescription  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns a short, arbitrary String describing the nature of
   this task, e.g. 'Starting MyServer.."
        
        ::=  {  taskRuntimeEntry  30  }

taskRuntimeEndTime      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the time at which this task was completed.  Returns -1                           
   if the task is currently running."
        
        ::=  {  taskRuntimeEntry  35  }

taskRuntimeStatus       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "eturns a short, arbitrary String describing the status of
   this Task, e.g. 'Starting Server', 'Completed', 'Failed'."
        
        ::=  {  taskRuntimeEntry  40  }

taskRuntimeRunning      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns true if the Task is still running."
        
        ::=  {  taskRuntimeEntry  45  }

taskRuntimeSystemTask   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Indicates this task was initiated by the server."
        
        ::=  {  taskRuntimeEntry  50  }

-- TimeServiceRuntime                               

timeServiceRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  TimeServiceRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring the WebLogic Time Service."
        ::=  { wls  400 }

timeServiceRuntimeEntry OBJECT-TYPE
        SYNTAX  TimeServiceRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of timeServiceRuntimeTable"
        INDEX   {  timeServiceRuntimeIndex  }
        ::=  { timeServiceRuntimeTable 1 }

TimeServiceRuntimeEntry  ::=  SEQUENCE {
        timeServiceRuntimeIndex  DisplayString,
        timeServiceRuntimeObjectName  DisplayString,
        timeServiceRuntimeType  DisplayString,
        timeServiceRuntimeName  DisplayString,
        timeServiceRuntimeParent  DisplayString,
        timeServiceRuntimeScheduledTriggerCount  INTEGER,
        timeServiceRuntimeExecutionsPerMinute  INTEGER,
        timeServiceRuntimeExecutionCount  INTEGER,
        timeServiceRuntimeExceptionCount  INTEGER
        }
timeServiceRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  timeServiceRuntimeEntry  1  }

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

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

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

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

timeServiceRuntimeScheduledTriggerCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of currently active scheduled triggers."
        
        ::=  {  timeServiceRuntimeEntry  25  }

timeServiceRuntimeExecutionsPerMinute   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The average number of triggers executed per minute."
        
        ::=  {  timeServiceRuntimeEntry  30  }

timeServiceRuntimeExecutionCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of triggers executed"
        
        ::=  {  timeServiceRuntimeEntry  35  }

timeServiceRuntimeExceptionCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of exceptions thrown while
         executing scheduled triggers."
        
        ::=  {  timeServiceRuntimeEntry  40  }

-- TransactionNameRuntime                               

transactionNameRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  TransactionNameRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents runtime statistics for a transaction name
                 category."
        ::=  { wls  410 }

transactionNameRuntimeEntry     OBJECT-TYPE
        SYNTAX  TransactionNameRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of transactionNameRuntimeTable"
        INDEX   {  transactionNameRuntimeIndex  }
        ::=  { transactionNameRuntimeTable 1 }

TransactionNameRuntimeEntry  ::=  SEQUENCE {
        transactionNameRuntimeIndex  DisplayString,
        transactionNameRuntimeObjectName  DisplayString,
        transactionNameRuntimeType  DisplayString,
        transactionNameRuntimeName  DisplayString,
        transactionNameRuntimeParent  DisplayString,
        transactionNameRuntimeTransactionTotalCount  INTEGER,
        transactionNameRuntimeTransactionCommittedTotalCount  INTEGER,
        transactionNameRuntimeTransactionRolledBackTotalCount  INTEGER,
        transactionNameRuntimeTransactionHeuristicsTotalCount  INTEGER,
        transactionNameRuntimeTransactionRolledBackResourceTotalCount  INTEGER,
        transactionNameRuntimeTransactionRolledBackAppTotalCount  INTEGER,
        transactionNameRuntimeTransactionRolledBackSystemTotalCount  INTEGER,
        transactionNameRuntimeSecondsActiveTotalCount  INTEGER,
        transactionNameRuntimeTransactionRolledBackTimeoutTotalCount  INTEGER,
        transactionNameRuntimeTransactionName  DisplayString
        }
transactionNameRuntimeIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  transactionNameRuntimeEntry  1  }

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

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

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

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

transactionNameRuntimeTransactionTotalCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of transactions processed.
         This total includes all committed, rolled back
         and heuristic transaction completions."
        
        ::=  {  transactionNameRuntimeEntry  25  }

transactionNameRuntimeTransactionCommittedTotalCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of committed transactions."
        
        ::=  {  transactionNameRuntimeEntry  30  }

transactionNameRuntimeTransactionRolledBackTotalCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that were rolled back."
        
        ::=  {  transactionNameRuntimeEntry  35  }

transactionNameRuntimeTransactionHeuristicsTotalCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that completed with a
         heuristic status."
        
        ::=  {  transactionNameRuntimeEntry  40  }

transactionNameRuntimeTransactionRolledBackResourceTotalCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that were rolled back
         due to a resource error."
        
        ::=  {  transactionNameRuntimeEntry  45  }

transactionNameRuntimeTransactionRolledBackAppTotalCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that were rolled back
         due to an application error."
        
        ::=  {  transactionNameRuntimeEntry  50  }

transactionNameRuntimeTransactionRolledBackSystemTotalCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that were rolled back
         due to an internal system error."
        
        ::=  {  transactionNameRuntimeEntry  55  }

transactionNameRuntimeSecondsActiveTotalCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of seconds for all committed
         transactions."
        
        ::=  {  transactionNameRuntimeEntry  60  }

transactionNameRuntimeTransactionRolledBackTimeoutTotalCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of seconds for all committed
         transactions."
        
        ::=  {  transactionNameRuntimeEntry  65  }

transactionNameRuntimeTransactionName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The transaction name."
        
        ::=  {  transactionNameRuntimeEntry  70  }

-- TransactionResourceRuntime                               

transactionResourceRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  TransactionResourceRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents runtime statistics for a transactional
                 resource."
        ::=  { wls  420 }

transactionResourceRuntimeEntry OBJECT-TYPE
        SYNTAX  TransactionResourceRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of transactionResourceRuntimeTable"
        INDEX   {  transactionResourceRuntimeIndex  }
        ::=  { transactionResourceRuntimeTable 1 }

TransactionResourceRuntimeEntry  ::=  SEQUENCE {
        transactionResourceRuntimeIndex  DisplayString,
        transactionResourceRuntimeObjectName  DisplayString,
        transactionResourceRuntimeType  DisplayString,
        transactionResourceRuntimeName  DisplayString,
        transactionResourceRuntimeParent  DisplayString,
        transactionResourceRuntimeTransactionTotalCount  INTEGER,
        transactionResourceRuntimeTransactionCommittedTotalCount  INTEGER,
        transactionResourceRuntimeTransactionRolledBackTotalCount  INTEGER,
        transactionResourceRuntimeTransactionHeuristicsTotalCount  INTEGER,
        transactionResourceRuntimeResourceName  DisplayString,
        transactionResourceRuntimeTransactionHeuristicCommitTotalCount  INTEGER,
        transactionResourceRuntimeTransactionHeuristicRollbackTotalCount  INTEGER,
        transactionResourceRuntimeTransactionHeuristicMixedTotalCount  INTEGER,
        transactionResourceRuntimeTransactionHeuristicHazardTotalCount  INTEGER
        }
transactionResourceRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  transactionResourceRuntimeEntry  1  }

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

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

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

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

transactionResourceRuntimeTransactionTotalCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of transactions processed.
         This total includes all committed, rolled back
         and heuristic transaction completions."
        
        ::=  {  transactionResourceRuntimeEntry  25  }

transactionResourceRuntimeTransactionCommittedTotalCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of committed transactions."
        
        ::=  {  transactionResourceRuntimeEntry  30  }

transactionResourceRuntimeTransactionRolledBackTotalCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that were rolled back."
        
        ::=  {  transactionResourceRuntimeEntry  35  }

transactionResourceRuntimeTransactionHeuristicsTotalCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions that completed with a
         heuristic status."
        
        ::=  {  transactionResourceRuntimeEntry  40  }

transactionResourceRuntimeResourceName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The resource name."
        
        ::=  {  transactionResourceRuntimeEntry  45  }

transactionResourceRuntimeTransactionHeuristicCommitTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions for which this resource has
         returned a heuristic commit decision."
        
        ::=  {  transactionResourceRuntimeEntry  50  }

transactionResourceRuntimeTransactionHeuristicRollbackTotalCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions for which this resource has
         returned a heuristic rollback decision."
        
        ::=  {  transactionResourceRuntimeEntry  55  }

transactionResourceRuntimeTransactionHeuristicMixedTotalCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions for which this resource has
         reported a heuristic mixed decision."
        
        ::=  {  transactionResourceRuntimeEntry  60  }

transactionResourceRuntimeTransactionHeuristicHazardTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of transactions for which this resource has
         reported a heuristic hazard decision."
        
        ::=  {  transactionResourceRuntimeEntry  65  }

-- WebAppComponentRuntime                               

webAppComponentRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WebAppComponentRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table describes a servlet component (servlet context)."
        ::=  { wls  430 }

webAppComponentRuntimeEntry     OBJECT-TYPE
        SYNTAX  WebAppComponentRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of webAppComponentRuntimeTable"
        INDEX   {  webAppComponentRuntimeIndex  }
        ::=  { webAppComponentRuntimeTable 1 }

WebAppComponentRuntimeEntry  ::=  SEQUENCE {
        webAppComponentRuntimeIndex  DisplayString,
        webAppComponentRuntimeObjectName  DisplayString,
        webAppComponentRuntimeType  DisplayString,
        webAppComponentRuntimeName  DisplayString,
        webAppComponentRuntimeParent  DisplayString,
        webAppComponentRuntimeComponentName  DisplayString,
        webAppComponentRuntimeStatus  DisplayString,
        webAppComponentRuntimeSourceInfo  DisplayString,
        webAppComponentRuntimeServletsSessions  DisplayString,
        webAppComponentRuntimeServlets  DisplayString,
        webAppComponentRuntimeOpenSessionsCurrentCount  INTEGER,
        webAppComponentRuntimeOpenSessionsHighCount  INTEGER,
        webAppComponentRuntimeSessionsOpenedTotalCount  INTEGER
        }
webAppComponentRuntimeIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  webAppComponentRuntimeEntry  1  }

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

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

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

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

webAppComponentRuntimeComponentName     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the component's name."
        
        ::=  {  webAppComponentRuntimeEntry  25  }

webAppComponentRuntimeStatus    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the component's status."
        
        ::=  {  webAppComponentRuntimeEntry  30  }

webAppComponentRuntimeSourceInfo        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return an informative string about the component's source."
        
        ::=  {  webAppComponentRuntimeEntry  35  }

webAppComponentRuntimeServletsSessions  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the number of elements of the array of ServletRuntimeMBeans associated with this component "
        
        ::=  {  webAppComponentRuntimeEntry  40  }

webAppComponentRuntimeServlets  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return an array of ServletRuntimeMBeans associated with this component "
        
        ::=  {  webAppComponentRuntimeEntry  45  }

webAppComponentRuntimeOpenSessionsCurrentCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current total number of open sessions in this component."
        
        ::=  {  webAppComponentRuntimeEntry  50  }

webAppComponentRuntimeOpenSessionsHighCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The high water mark of the total number of open sessions
         in this server. The count starts at zero each time
         the server is activated."
        
        ::=  {  webAppComponentRuntimeEntry  55  }

webAppComponentRuntimeSessionsOpenedTotalCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of sessions opened in this server."
        
        ::=  {  webAppComponentRuntimeEntry  60  }

-- webServerRuntime                               

webServerRuntimeTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WebServerRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table describes the web server."
        ::=  { wls  431 }

webServerRuntimeEntry   OBJECT-TYPE
        SYNTAX  WebServerRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of webServerRuntimeTable"
        INDEX   {  webServerRuntimeIndex  }
        ::=  { webServerRuntimeTable 1 }

WebServerRuntimeEntry  ::=  SEQUENCE {
        webServerRuntimeIndex  DisplayString,
        webServerRuntimeObjectName  DisplayString,
        webServerRuntimeType  DisplayString,
        webServerRuntimeName  DisplayString,
        webServerRuntimeParent  DisplayString,
        webServerRuntimeWebServerName  DisplayString
        }
webServerRuntimeIndex   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  webServerRuntimeEntry  1  }

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

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

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

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

webServerRuntimeWebServerName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the web server's name."
        
        ::=  {  webServerRuntimeEntry  25  }

-- WlecConnectionPoolRuntime                               

wlecConnectionPoolRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WlecConnectionPoolRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic WLEC Connection Pool"
        ::=  { wls  440 }

wlecConnectionPoolRuntimeEntry  OBJECT-TYPE
        SYNTAX  WlecConnectionPoolRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wlecConnectionPoolRuntimeTable"
        INDEX   {  wlecConnectionPoolRuntimeIndex  }
        ::=  { wlecConnectionPoolRuntimeTable 1 }

WlecConnectionPoolRuntimeEntry  ::=  SEQUENCE {
        wlecConnectionPoolRuntimeIndex  DisplayString,
        wlecConnectionPoolRuntimeObjectName  DisplayString,
        wlecConnectionPoolRuntimeType  DisplayString,
        wlecConnectionPoolRuntimeName  DisplayString,
        wlecConnectionPoolRuntimeParent  DisplayString,
        wlecConnectionPoolRuntimePoolName  DisplayString,
        wlecConnectionPoolRuntimeWLEDomainName  DisplayString,
        wlecConnectionPoolRuntimeMaxCapacity  INTEGER,
        wlecConnectionPoolRuntimePoolState  DisplayString,
        wlecConnectionPoolRuntimeSecurityContextPropagation  INTEGER,
        wlecConnectionPoolRuntimeCertificateBasedAuthentication  INTEGER,
        wlecConnectionPoolRuntimeConnections  DisplayString
        }
wlecConnectionPoolRuntimeIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wlecConnectionPoolRuntimeEntry  1  }

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

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

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

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

wlecConnectionPoolRuntimePoolName       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The configured name of this WLEC pool."
        
        ::=  {  wlecConnectionPoolRuntimeEntry  25  }

wlecConnectionPoolRuntimeWLEDomainName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The WLE DomainName this WLEC pool is connected to."
        
        ::=  {  wlecConnectionPoolRuntimeEntry  30  }

wlecConnectionPoolRuntimeMaxCapacity    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum capacity configured for this WLEC pool."
        
        ::=  {  wlecConnectionPoolRuntimeEntry  35  }

wlecConnectionPoolRuntimePoolState      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The pool state as one of 'Active' OR 'Suspended'"
        
        ::=  {  wlecConnectionPoolRuntimeEntry  40  }

wlecConnectionPoolRuntimeSecurityContextPropagation     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Is the security context propagated"
        
        ::=  {  wlecConnectionPoolRuntimeEntry  45  }

wlecConnectionPoolRuntimeCertificateBasedAuthentication OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Is certificate-based authentication enabled"
        
        ::=  {  wlecConnectionPoolRuntimeEntry  50  }

wlecConnectionPoolRuntimeConnections    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of WLECConnectionRuntimeMBeans that each
         represents the statistics for a WLEC Connection."
        
        ::=  {  wlecConnectionPoolRuntimeEntry  55  }

-- WlecConnectionRuntime                               

wlecConnectionRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WlecConnectionRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring individual Weblogic WLEC connections"
        ::=  { wls  450 }

wlecConnectionRuntimeEntry      OBJECT-TYPE
        SYNTAX  WlecConnectionRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wlecConnectionRuntimeTable"
        INDEX   {  wlecConnectionRuntimeIndex  }
        ::=  { wlecConnectionRuntimeTable 1 }

WlecConnectionRuntimeEntry  ::=  SEQUENCE {
        wlecConnectionRuntimeIndex  DisplayString,
        wlecConnectionRuntimeObjectName  DisplayString,
        wlecConnectionRuntimeType  DisplayString,
        wlecConnectionRuntimeName  DisplayString,
        wlecConnectionRuntimeParent  DisplayString,
        wlecConnectionRuntimeAddress  DisplayString,
        wlecConnectionRuntimeLastAccessTime  DisplayString,
        wlecConnectionRuntimeAlive  INTEGER,
        wlecConnectionRuntimeRequestCount  INTEGER,
        wlecConnectionRuntimePendingRequestCount  INTEGER,
        wlecConnectionRuntimeErrorCount  INTEGER,
        wlecConnectionRuntimeInTransaction  INTEGER
        }
wlecConnectionRuntimeIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wlecConnectionRuntimeEntry  1  }

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

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

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

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

wlecConnectionRuntimeAddress    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The connection Address"
        
        ::=  {  wlecConnectionRuntimeEntry  25  }

wlecConnectionRuntimeLastAccessTime     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Last Access Date and Time"
        
        ::=  {  wlecConnectionRuntimeEntry  30  }

wlecConnectionRuntimeAlive      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Returns the connection Alive indicator"
        
        ::=  {  wlecConnectionRuntimeEntry  35  }

wlecConnectionRuntimeRequestCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Request Count"
        
        ::=  {  wlecConnectionRuntimeEntry  40  }

wlecConnectionRuntimePendingRequestCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Pending Request Count"
        
        ::=  {  wlecConnectionRuntimeEntry  45  }

wlecConnectionRuntimeErrorCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Request Error Count"
        
        ::=  {  wlecConnectionRuntimeEntry  50  }

wlecConnectionRuntimeInTransaction      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Returns the Connection in Transaction indicator"
        
        ::=  {  wlecConnectionRuntimeEntry  55  }

-- wlecConnectionServiceRuntime                               

wlecConnectionServiceRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WlecConnectionServiceRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table describes the web server."
        ::=  { wls  451 }

wlecConnectionServiceRuntimeEntry       OBJECT-TYPE
        SYNTAX  WlecConnectionServiceRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wlecConnectionServiceRuntimeTable"
        INDEX   {  wlecConnectionServiceRuntimeIndex  }
        ::=  { wlecConnectionServiceRuntimeTable 1 }

WlecConnectionServiceRuntimeEntry  ::=  SEQUENCE {
        wlecConnectionServiceRuntimeIndex  DisplayString,
        wlecConnectionServiceRuntimeObjectName  DisplayString,
        wlecConnectionServiceRuntimeType  DisplayString,
        wlecConnectionServiceRuntimeName  DisplayString,
        wlecConnectionServiceRuntimeParent  DisplayString,
        wlecConnectionServiceRuntimeConnectionPoolCount  INTEGER
        }
wlecConnectionServiceRuntimeIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wlecConnectionServiceRuntimeEntry  1  }

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

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

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

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

wlecConnectionServiceRuntimeConnectionPoolCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the pool count."
        
        ::=  {  wlecConnectionServiceRuntimeEntry  25  }

-- XMLCacheCumulativeRuntime                               

xmlCacheCumulativeRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  XmlCacheCumulativeRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table describes the web server."
        ::=  { wls  452 }

xmlCacheCumulativeRuntimeEntry  OBJECT-TYPE
        SYNTAX  XmlCacheCumulativeRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of xmlCacheCumulativeRuntimeTable"
        INDEX   {  xmlCacheCumulativeRuntimeIndex  }
        ::=  { xmlCacheCumulativeRuntimeTable 1 }

XmlCacheCumulativeRuntimeEntry  ::=  SEQUENCE {
        xmlCacheCumulativeRuntimeIndex  DisplayString,
        xmlCacheCumulativeRuntimeObjectName  DisplayString,
        xmlCacheCumulativeRuntimeType  DisplayString,
        xmlCacheCumulativeRuntimeName  DisplayString,
        xmlCacheCumulativeRuntimeParent  DisplayString,
        xmlCacheCumulativeRuntimeAverageEntrySizeFlushed  INTEGER,
        xmlCacheCumulativeRuntimeFlushesPerHour  INTEGER,
        xmlCacheCumulativeRuntimePercentRejected  INTEGER,
        xmlCacheCumulativeRuntimeRejectionsCount  INTEGER,
        xmlCacheCumulativeRuntimeRenewalsCount  INTEGER
        }
xmlCacheCumulativeRuntimeIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  xmlCacheCumulativeRuntimeEntry  1  }

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

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

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

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

xmlCacheCumulativeRuntimeAverageEntrySizeFlushed        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the time of the most recent memory purge/flush ."
        
        ::=  {  xmlCacheCumulativeRuntimeEntry  25  }

xmlCacheCumulativeRuntimeFlushesPerHour OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of purges/flushes  per hour."
        
        ::=  {  xmlCacheCumulativeRuntimeEntry  30  }

xmlCacheCumulativeRuntimePercentRejected        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the percent of inserts that were rejected."
        
        ::=  {  xmlCacheCumulativeRuntimeEntry  35  }

xmlCacheCumulativeRuntimeRejectionsCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of rejections to cache an entry."
        
        ::=  {  xmlCacheCumulativeRuntimeEntry  40  }

xmlCacheCumulativeRuntimeRenewalsCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of times a stale entry was renewed ."
        
        ::=  {  xmlCacheCumulativeRuntimeEntry  45  }

-- XMLCacheMonitorRuntime                               

xmlCacheMonitorRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  XmlCacheMonitorRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table describes the web server."
        ::=  { wls  453 }

xmlCacheMonitorRuntimeEntry     OBJECT-TYPE
        SYNTAX  XmlCacheMonitorRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of xmlCacheMonitorRuntimeTable"
        INDEX   {  xmlCacheMonitorRuntimeIndex  }
        ::=  { xmlCacheMonitorRuntimeTable 1 }

XmlCacheMonitorRuntimeEntry  ::=  SEQUENCE {
        xmlCacheMonitorRuntimeIndex  DisplayString,
        xmlCacheMonitorRuntimeObjectName  DisplayString,
        xmlCacheMonitorRuntimeType  DisplayString,
        xmlCacheMonitorRuntimeName  DisplayString,
        xmlCacheMonitorRuntimeParent  DisplayString,
        xmlCacheMonitorRuntimeAveragePerEntryMemorySize  INTEGER,
        xmlCacheMonitorRuntimeAverageTimeout  INTEGER,
        xmlCacheMonitorRuntimeMaxEntryMemorySize  INTEGER,
        xmlCacheMonitorRuntimeMaxEntryTimeout  INTEGER,
        xmlCacheMonitorRuntimeMinEntryMemorySize  INTEGER,
        xmlCacheMonitorRuntimeMinEntryTimeout  INTEGER
        }
xmlCacheMonitorRuntimeIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  xmlCacheMonitorRuntimeEntry  1  }

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

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

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

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

xmlCacheMonitorRuntimeAveragePerEntryMemorySize OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the average memory size of the current entries."
        
        ::=  {  xmlCacheMonitorRuntimeEntry  25  }

xmlCacheMonitorRuntimeAverageTimeout    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the average timeout of the current entries."
        
        ::=  {  xmlCacheMonitorRuntimeEntry  30  }

xmlCacheMonitorRuntimeMaxEntryMemorySize        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the largest memory size of the current entries."
        
        ::=  {  xmlCacheMonitorRuntimeEntry  35  }

xmlCacheMonitorRuntimeMaxEntryTimeout   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the largest timeout value for any entry."
        
        ::=  {  xmlCacheMonitorRuntimeEntry  40  }

xmlCacheMonitorRuntimeMinEntryMemorySize        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the smallest memory size of the current entries."
        
        ::=  {  xmlCacheMonitorRuntimeEntry  45  }

xmlCacheMonitorRuntimeMinEntryTimeout   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the smallest timeout value for any entry."
        
        ::=  {  xmlCacheMonitorRuntimeEntry  50  }

-- ConnectorConnectionRuntime                               

connectorConnectionRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ConnectorConnectionRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring individual Weblogic Connector connections."
        ::=  { wls  454 }

connectorConnectionRuntimeEntry OBJECT-TYPE
        SYNTAX  ConnectorConnectionRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of connectorConnectionRuntimeTable"
        INDEX   {  connectorConnectionRuntimeIndex  }
        ::=  { connectorConnectionRuntimeTable 1 }

ConnectorConnectionRuntimeEntry  ::=  SEQUENCE {
        connectorConnectionRuntimeIndex  DisplayString,
        connectorConnectionRuntimeObjectName  DisplayString,
        connectorConnectionRuntimeType  DisplayString,
        connectorConnectionRuntimeName  DisplayString,
        connectorConnectionRuntimeParent  DisplayString,
        connectorConnectionRuntimeActiveHandlesCurrentCount  INTEGER,
        connectorConnectionRuntimeActiveHandlesHighCount  INTEGER,
        connectorConnectionRuntimeHandlesCreatedTotalCount  INTEGER,
        connectorConnectionRuntimeCurrentlyInUse  INTEGER,
        connectorConnectionRuntimeInTransaction  INTEGER,
        connectorConnectionRuntimeShared  INTEGER
        }
connectorConnectionRuntimeIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  connectorConnectionRuntimeEntry  1  }

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

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

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

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

connectorConnectionRuntimeActiveHandlesCurrentCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current total active connection handles for this connection."
        
        ::=  {  connectorConnectionRuntimeEntry  25  }

connectorConnectionRuntimeActiveHandlesHighCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The high water mark of active connection handles for 
this connection since the connection was created."
        
        ::=  {  connectorConnectionRuntimeEntry  30  }

connectorConnectionRuntimeHandlesCreatedTotalCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of connection handles created for this 
connection since the connection was created."
        
        ::=  {  connectorConnectionRuntimeEntry  35  }

connectorConnectionRuntimeCurrentlyInUse        OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An indicator of whether or not the connection is currently in use."
        
        ::=  {  connectorConnectionRuntimeEntry  40  }

connectorConnectionRuntimeInTransaction OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An indicator of whether or not the connection is currently in use in a transaction"
        
        ::=  {  connectorConnectionRuntimeEntry  45  }

connectorConnectionRuntimeShared        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An indicator of whether or not the connection is 
currently being shared by more than one invoker."
        
        ::=  {  connectorConnectionRuntimeEntry  50  }

-- ConnectorConnectionPoolRuntime                               

connectorConnectionPoolRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ConnectorConnectionPoolRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic Connector Connection Pool"
        ::=  { wls  455 }

connectorConnectionPoolRuntimeEntry     OBJECT-TYPE
        SYNTAX  ConnectorConnectionPoolRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of connectorConnectionRuntimeTable"
        INDEX   {  connectorConnectionPoolRuntimeIndex  }
        ::=  { connectorConnectionPoolRuntimeTable 1 }

ConnectorConnectionPoolRuntimeEntry  ::=  SEQUENCE {
        connectorConnectionPoolRuntimeIndex  DisplayString,
        connectorConnectionPoolRuntimeObjectName  DisplayString,
        connectorConnectionPoolRuntimeType  DisplayString,
        connectorConnectionPoolRuntimeName  DisplayString,
        connectorConnectionPoolRuntimeParent  DisplayString,
        connectorConnectionPoolRuntimePoolName  DisplayString,
        connectorConnectionPoolRuntimeJNDIName  DisplayString,
        connectorConnectionPoolRuntimeConnectionFactoryName  DisplayString,
        connectorConnectionPoolRuntimeResourceAdapterLinkRefName  DisplayString,
        connectorConnectionPoolRuntimeLogFileName  DisplayString,
        connectorConnectionPoolRuntimeTransactionSupport  DisplayString,
        connectorConnectionPoolRuntimeConnections  DisplayString,
        connectorConnectionPoolRuntimeLoggingEnabled  INTEGER,
        connectorConnectionPoolRuntimeMaxCapacity  INTEGER,
        connectorConnectionPoolRuntimeInitialCapacity  INTEGER,
        connectorConnectionPoolRuntimeCapacityIncrement  INTEGER,
        connectorConnectionPoolRuntimeShrinkingEnabled  INTEGER,
        connectorConnectionPoolRuntimeShrinkPeriodMinutes  INTEGER,
        connectorConnectionPoolRuntimeActiveConnectionsCurrentCount  INTEGER,
        connectorConnectionPoolRuntimeActiveConnectionsHighCount  INTEGER,
        connectorConnectionPoolRuntimeFreeConnectionsCurrentCount  INTEGER,
        connectorConnectionPoolRuntimeFreeConnectionsHighCount  INTEGER,
        connectorConnectionPoolRuntimeAverageActiveUsage  INTEGER,
        connectorConnectionPoolRuntimeShrinkCountDownTime  INTEGER,
        connectorConnectionPoolRuntimeRecycledTotal  INTEGER,
        connectorConnectionPoolRuntimeConnectionsCreatedTotalCount  INTEGER,
        connectorConnectionPoolRuntimeConnectionsMatchedTotalCount  INTEGER,
        connectorConnectionPoolRuntimeConnectionsDestroyedTotalCount  INTEGER,
        connectorConnectionPoolRuntimeConnectionsRejectedTotalCount  INTEGER,
        connectorConnectionPoolRuntimeConnectionLeakProfileCount  INTEGER,
        connectorConnectionPoolRuntimeConnectionMaxIdleTime  INTEGER,
        connectorConnectionPoolRuntimeNumberDetectedIdle  INTEGER,
        connectorConnectionPoolRuntimeNumberDetectedLeaks  INTEGER
        }
connectorConnectionPoolRuntimeIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  connectorConnectionPoolRuntimeEntry  1  }

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

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

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

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

connectorConnectionPoolRuntimePoolName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The configured Logical Name for the Connection 
Factory using this Connector connection pool."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  25  }

connectorConnectionPoolRuntimeJNDIName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The configured JNDI Name for the Connection Factory using this Connector connection pool."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  30  }

connectorConnectionPoolRuntimeConnectionFactoryName     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Resource Adapter Link Reference for cases where this Connection 
Factory refers to an existing Resource Adapter deployment."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  35  }

connectorConnectionPoolRuntimeResourceAdapterLinkRefName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Resource Adapter Link Reference for cases where this Connection 
Factory refers to an existing Resource Adapter deployment."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  40  }

connectorConnectionPoolRuntimeLogFileName       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Log File used by the Resource Adapter for this Connector connection pool."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  45  }

connectorConnectionPoolRuntimeTransactionSupport        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The transaction support level for the Resource Adapter for this Connector connection pool."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  50  }

connectorConnectionPoolRuntimeConnections       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of ConnectorConnectionRuntimeMBeans that each 
represents the statistics for a Connector Connection."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  55  }

connectorConnectionPoolRuntimeLoggingEnabled    OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean whether logging is enabled."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  60  }

connectorConnectionPoolRuntimeMaxCapacity       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum capacity configured for this Connector connection pool."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  65  }

connectorConnectionPoolRuntimeInitialCapacity   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The initial capacity configured for this Connector connection pool. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  70  }

connectorConnectionPoolRuntimeCapacityIncrement OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The capacity increment. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  75  }

connectorConnectionPoolRuntimeShrinkingEnabled  OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Is shrinking of this Connector connection pool enabled. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  80  }

connectorConnectionPoolRuntimeShrinkPeriodMinutes       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Shrink Period (in minutes) of this Connector connection pool. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  85  }

connectorConnectionPoolRuntimeActiveConnectionsCurrentCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current total active connections. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  90  }

connectorConnectionPoolRuntimeActiveConnectionsHighCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The high water mark of active connections in this 
Connector Pool since the pool was instantiated."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  95  }

connectorConnectionPoolRuntimeFreeConnectionsCurrentCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The current total free connections. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  100  }

connectorConnectionPoolRuntimeFreeConnectionsHighCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The high water mark of free connections in this 
Connector Pool since the pool was instantiated. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  105  }

connectorConnectionPoolRuntimeAverageActiveUsage        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The running average usage of created connections 
that are active in the Connector Pool since the pool was last shrunk. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  110  }

connectorConnectionPoolRuntimeShrinkCountDownTime       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The amount of time left (in minutes) until an attempt to shrink the pool will be made. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  115  }

connectorConnectionPoolRuntimeRecycledTotal     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of Connector connections created in this 
Connector Pool since the pool is instantiated. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  120  }

connectorConnectionPoolRuntimeConnectionsCreatedTotalCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of Connector connections created in this 
Connector Pool since the pool is instantiated. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  125  }

connectorConnectionPoolRuntimeConnectionsMatchedTotalCount      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of times a request for a Connector connections 
was satisfied via the use of an existing created connection since the 
pool is instantiated. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  130  }

connectorConnectionPoolRuntimeConnectionsDestroyedTotalCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of Connector connections destroyed in this 
Connector Pool since the pool is instantiated. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  135  }

connectorConnectionPoolRuntimeConnectionsRejectedTotalCount     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "An array of ConnectorConnectionRuntimeMBeans that each 
represents the statistics for a Connector Connection. "
        
        ::=  {  connectorConnectionPoolRuntimeEntry  140  }

connectorConnectionPoolRuntimeConnectionLeakProfileCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the number of Leak connection profiles stored for this pool."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  141  }

connectorConnectionPoolRuntimeConnectionMaxIdleTime     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the configured MaxIdle time for this pool"
        
        ::=  {  connectorConnectionPoolRuntimeEntry  142  }

connectorConnectionPoolRuntimeNumberDetectedIdle        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the total number of idle connections detected in the lifetime of this Pool."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  143  }

connectorConnectionPoolRuntimeNumberDetectedLeaks       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the total number of leaked connections detected in the lifetime of this Pool."
        
        ::=  {  connectorConnectionPoolRuntimeEntry  144  }

-- ConnectorServiceRuntime                               

connectorServiceRuntimeTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ConnectorServiceRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring the Weblogic Connector Service."
        ::=  { wls  456 }

connectorServiceRuntimeEntry    OBJECT-TYPE
        SYNTAX  ConnectorServiceRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of connectorServiceRuntimeTable"
        INDEX   {  connectorServiceRuntimeIndex  }
        ::=  { connectorServiceRuntimeTable 1 }

ConnectorServiceRuntimeEntry  ::=  SEQUENCE {
        connectorServiceRuntimeIndex  DisplayString,
        connectorServiceRuntimeObjectName  DisplayString,
        connectorServiceRuntimeType  DisplayString,
        connectorServiceRuntimeName  DisplayString,
        connectorServiceRuntimeParent  DisplayString,
        connectorServiceRuntimeConnectionPoolCurrentCount  INTEGER,
        connectorServiceRuntimeConnectionPoolsTotalCount  INTEGER
        }
connectorServiceRuntimeIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  connectorServiceRuntimeEntry  1  }

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

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

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

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

connectorServiceRuntimeConnectionPoolCurrentCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of currently deployed connection pools."
        
        ::=  {  connectorServiceRuntimeEntry  25  }

connectorServiceRuntimeConnectionPoolsTotalCount        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The total number of deployed connection pools instantiated since the Server startup."
        
        ::=  {  connectorServiceRuntimeEntry  30  }

-- EJBStatefulHomeRuntimeMBean                               

ejbStatefulHomeRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  EjbStatefulHomeRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used to monitor an EJBHome object of a
                 stateful bean."
        ::=  { wls  458 }

ejbStatefulHomeRuntimeEntry     OBJECT-TYPE
        SYNTAX  EjbStatefulHomeRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of ejbStatefulHomeRuntimeTable"
        INDEX   {  ejbStatefulHomeRuntimeIndex  }
        ::=  { ejbStatefulHomeRuntimeTable 1 }

EjbStatefulHomeRuntimeEntry  ::=  SEQUENCE {
        ejbStatefulHomeRuntimeIndex  DisplayString,
        ejbStatefulHomeRuntimeObjectName  DisplayString,
        ejbStatefulHomeRuntimeType  DisplayString,
        ejbStatefulHomeRuntimeName  DisplayString,
        ejbStatefulHomeRuntimeParent  DisplayString,
        ejbStatefulHomeRuntimeTransactionsCommittedTotalCount  INTEGER,
        ejbStatefulHomeRuntimeTransactionsRolledBackTotalCount  INTEGER,
        ejbStatefulHomeRuntimeTransactionsInFlightTotalCount  INTEGER,
        ejbStatefulHomeRuntimeCachedBeansCurrentCount  INTEGER,
        ejbStatefulHomeRuntimeBeanType  DisplayString
        }
ejbStatefulHomeRuntimeIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  ejbStatefulHomeRuntimeEntry  1  }

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

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

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

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

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

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

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

ejbStatefulHomeRuntimeCachedBeansCurrentCount   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of beans currently in the cache."
        
        ::=  {  ejbStatefulHomeRuntimeEntry  40  }

ejbStatefulHomeRuntimeBeanType  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)."
        
        ::=  {  ejbStatefulHomeRuntimeEntry  45  }

-- JMSDurableSubscriberRuntimeMBean                               

jMSDurableSubscriberRuntimeTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JMSDurableSubscriberRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a Weblogic JMS Durable Subscriber."
        ::=  { wls  460 }

jMSDurableSubscriberRuntimeEntry        OBJECT-TYPE
        SYNTAX  JMSDurableSubscriberRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jMSDurableSubscriberRuntimeTable"
        INDEX   {  jMSDurableSubscriberRuntimeIndex  }
        ::=  { jMSDurableSubscriberRuntimeTable 1 }

JMSDurableSubscriberRuntimeEntry  ::=  SEQUENCE {
        jMSDurableSubscriberRuntimeIndex  DisplayString,
        jMSDurableSubscriberRuntimeObjectName  DisplayString,
        jMSDurableSubscriberRuntimeType  DisplayString,
        jMSDurableSubscriberRuntimeName  DisplayString,
        jMSDurableSubscriberRuntimeParent  DisplayString,
        jMSDurableSubscriberRuntimeClientID  DisplayString,
        jMSDurableSubscriberRuntimeSubscriptionName  DisplayString,
        jMSDurableSubscriberRuntimeSelector  DisplayString,
        jMSDurableSubscriberRuntimeNoLocal  INTEGER,
        jMSDurableSubscriberRuntimeActive  INTEGER,
        jMSDurableSubscriberRuntimeMessagesPendingCount  INTEGER,
        jMSDurableSubscriberRuntimeMessagesCurrentCount  INTEGER,
        jMSDurableSubscriberRuntimeBytesPendingCount  INTEGER,
        jMSDurableSubscriberRuntimeBytesCurrentCount  INTEGER
        }
jMSDurableSubscriberRuntimeIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jMSDurableSubscriberRuntimeEntry  1  }

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

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

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

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

jMSDurableSubscriberRuntimeClientID     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The client Id for this durable subscriber."
        
        ::=  {  jMSDurableSubscriberRuntimeEntry  25  }

jMSDurableSubscriberRuntimeSubscriptionName     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The subscription name for this durable subscriber."
        
        ::=  {  jMSDurableSubscriberRuntimeEntry  30  }

jMSDurableSubscriberRuntimeSelector     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "durable subscriber selector."
        
        ::=  {  jMSDurableSubscriberRuntimeEntry  35  }

jMSDurableSubscriberRuntimeNoLocal      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The noLocal boolean for this durable subscriber."
        
        ::=  {  jMSDurableSubscriberRuntimeEntry  40  }

jMSDurableSubscriberRuntimeActive       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Is this subscription being used by a durable subscriber."
        
        ::=  {  jMSDurableSubscriberRuntimeEntry  45  }

jMSDurableSubscriberRuntimeMessagesPendingCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of messages pending (uncommitted and 
unacknowledged) by this durable subscriber"
        
        ::=  {  jMSDurableSubscriberRuntimeEntry  50  }

jMSDurableSubscriberRuntimeMessagesCurrentCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of messages still available by this durable subscriber."
        
        ::=  {  jMSDurableSubscriberRuntimeEntry  55  }

jMSDurableSubscriberRuntimeBytesPendingCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes pending by this durable subscriber."
        
        ::=  {  jMSDurableSubscriberRuntimeEntry  60  }

jMSDurableSubscriberRuntimeBytesCurrentCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of bytes received by this durable subscriber."
        
        ::=  {  jMSDurableSubscriberRuntimeEntry  65  }

-- 
-- Configuration                                Tables 
-- 
-- ApplicationMBean                           

applicationTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ApplicationEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "An application represents a J2EE application contained in a EAR
 file or EAR directory. The EAR file contains a set of components
 such as WAR, EJB and JMS JAR components, each of which can be
 deployed on one or more Roles. A Role is a set of server, with a
 server serving more than one Role. For example a Role may be the
 whole Domain, a set of servers that implement the role, or a
 specific server. These components might include EJBs, servlets, JMS
 destinations, WebLogic startup and shutdown classes."
        ::=  { wls  500 }

applicationEntry        OBJECT-TYPE
        SYNTAX  ApplicationEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of applicationTable"
        INDEX   {  applicationIndex  }
        ::=  { applicationTable 1 }

ApplicationEntry  ::=  SEQUENCE {
        applicationIndex  DisplayString,
        applicationObjectName  DisplayString,
        applicationType  DisplayString,
        applicationName  DisplayString,
        applicationParent  DisplayString,
        applicationLastModified  DisplayString,
        applicationDeployed  INTEGER,
        applicationComponents  DisplayString,
        applicationApplicationDescriptor  DisplayString,
        applicationPath  DisplayString,
        applicationAltDescriptorPath  DisplayString,
        applicationAltWLSDescriptorPath  DisplayString,
        applicationDeploymentTimeout  INTEGER,
        applicationDeploymentType  DisplayString,
        applicationLoadOrder  INTEGER,
        applicationStagingMode  DisplayString,
        applicationStagingPath  DisplayString,
        applicationTwoPhase  INTEGER
        }
applicationIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  applicationEntry  1  }

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

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

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

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

applicationLastModified OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The time when this application was last loaded."
        
        ::=  {  applicationEntry  25  }

applicationDeployed     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Returns whether or not this application is deployed."
        
        ::=  {  applicationEntry  30  }

applicationComponents   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 25 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The components that make up this application."
        
        ::=  {  applicationEntry  35  }

applicationApplicationDescriptor        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The descriptor mbean for the application."
        
        ::=  {  applicationEntry  40  }

applicationPath OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 1024 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The path pointing to the application's EAR file. 
The file is relative to the Admin Server's file system."
        
        ::=  {  applicationEntry  45  }

applicationAltDescriptorPath    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines a path on the filesystem for the application descriptor for this application"
        
        ::=  {  applicationEntry  46  }

applicationAltWLSDescriptorPath OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines a path on the filesystem for the WLS-specific application descriptor for this application."
        
        ::=  {  applicationEntry  47  }

applicationDeploymentTimeout    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Milliseconds granted for a cluster deployment task on this application."
        
        ::=  {  applicationEntry  48  }

applicationDeploymentType       OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specifies the category of this application."
        
        ::=  {  applicationEntry  49  }

applicationLoadOrder    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specifies the order applications are loaded at server startup."
        
        ::=  {  applicationEntry  50  }

applicationStagingMode  OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Indicates whether this application is being staged."
        
        ::=  {  applicationEntry  51  }

applicationStagingPath  OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Identifies the directory path on the managed server relative to the server's StagingDirectoryName."
        
        ::=  {  applicationEntry  52  }

applicationTwoPhase     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Indicates whether this application is deployed using the 2 phase deployment."
        
        ::=  {  applicationEntry  53  }

-- BridgeDestinationCommonMBean                           

bridgeDestinationCommonTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  BridgeDestinationCommonEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "."
        ::=  { wls  505 }

bridgeDestinationCommonEntry    OBJECT-TYPE
        SYNTAX  BridgeDestinationCommonEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of bridgeDestinationCommonTable"
        INDEX   {  bridgeDestinationCommonIndex  }
        ::=  { bridgeDestinationCommonTable 1 }

BridgeDestinationCommonEntry  ::=  SEQUENCE {
        bridgeDestinationCommonIndex  DisplayString,
        bridgeDestinationCommonObjectName  DisplayString,
        bridgeDestinationCommonType  DisplayString,
        bridgeDestinationCommonName  DisplayString,
        bridgeDestinationCommonParent  DisplayString,
        bridgeDestinationCommonAdapterJNDIName  DisplayString,
        bridgeDestinationCommonClasspath  DisplayString,
        bridgeDestinationCommonUserName  DisplayString
        }
bridgeDestinationCommonIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  bridgeDestinationCommonEntry  1  }

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

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

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

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

bridgeDestinationCommonAdapterJNDIName  OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  bridgeDestinationCommonEntry  21  }

bridgeDestinationCommonClasspath        OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  bridgeDestinationCommonEntry  22  }

bridgeDestinationCommonUserName OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  bridgeDestinationCommonEntry  23  }

-- ClusterMBean                           

clusterTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ClusterEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a cluster in the domain. Servers join a
 cluster by calling ServerMBean.setCluster with the logical name of
 the cluster. A configuration may define zero or more clusters. They
 may be looked up by logical name."
        ::=  { wls  510 }

clusterEntry    OBJECT-TYPE
        SYNTAX  ClusterEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of clusterTable"
        INDEX   {  clusterIndex  }
        ::=  { clusterTable 1 }

ClusterEntry  ::=  SEQUENCE {
        clusterIndex  DisplayString,
        clusterObjectName  DisplayString,
        clusterType  DisplayString,
        clusterName  DisplayString,
        clusterParent  DisplayString,
        clusterServers  DisplayString,
        clusterClusterAddress  DisplayString,
        clusterMulticastAddress  DisplayString,
        clusterMulticastTTL  INTEGER,
        clusterMulticastSendDelay  INTEGER,
        clusterDefaultLoadAlgorithm  DisplayString,
        clusterServiceAgeThresholdSeconds  INTEGER,
        clusterMulticastBufferSize  INTEGER,
        clusterMulticastPort  INTEGER,
        clusterClientCertProxyEnabled  INTEGER,
        clusterWeblogicPluginEnabled  INTEGER
        }
clusterIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  clusterEntry  1  }

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

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

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

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

clusterServers  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The servers which have declared membership in this cluster."
        
        ::=  {  clusterEntry  25  }

clusterClusterAddress   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The address to be used by clients to connect to this
 cluster. This address may be either a DNS host name that maps to
 multiple IP addresses or a comma separated list of single address
 host names or IP addresses."
        
        ::=  {  clusterEntry  30  }

clusterMulticastAddress OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The multicast address used by cluster members to communicate with
 each other."
        
        ::=  {  clusterEntry  35  }

clusterMulticastTTL     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of network hops that a cluster multicast
 message is allowed to travel. 1 restricts the cluster to one
 subnet. The minimum value is 1 and the maximum value is 255,
 inclusive."
        
        ::=  {  clusterEntry  40  }

clusterMulticastSendDelay       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of milliseconds to delay sending message fragments
 over multicast in order to avoid OS-level buffer overflow. The default
 should be fine in most cases, but it may need to be tuned for odd
 configurations."
        
        ::=  {  clusterEntry  45  }

clusterDefaultLoadAlgorithm     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The algorithm to be used for load-balancing between
 replicated services if none is specified for a particular
 service."
        
        ::=  {  clusterEntry  50  }

clusterServiceAgeThresholdSeconds       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "he number of seconds by which the age of two conflicting
 services must differ before one is considered older than the
 other."
        
        ::=  {  clusterEntry  55  }

clusterMulticastBufferSize      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the multicast socket send/receive buffer size."
        
        ::=  {  clusterEntry  56  }

clusterMulticastPort    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the multicast port used by cluster members to communicate with each other."
        
        ::=  {  clusterEntry  57  }

clusterClientCertProxyEnabled   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the clientCertProxyEnabled attribute of the ClusterMBean object"
        
        ::=  {  clusterEntry  58  }

clusterWeblogicPluginEnabled    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the weblogicPluginEnabled attribute of the ClusterMBean object"
        
        ::=  {  clusterEntry  59  }

-- COMMBean                               

comTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ComEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a com in the domain."
        ::=  { wls  512 }

comEntry        OBJECT-TYPE
        SYNTAX  ComEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of comTable"
        INDEX   {  comIndex  }
        ::=  { comTable 1 }

ComEntry  ::=  SEQUENCE {
        comIndex  DisplayString,
        comObjectName  DisplayString,
        comType  DisplayString,
        comName  DisplayString,
        comParent  DisplayString,
        comNTAuthHost  DisplayString,
        comApartmentThreaded  INTEGER,
        comMemoryLoggingEnabled  INTEGER,
        comNativeModeEnabled  INTEGER,
        comPrefetchEnums  INTEGER,
        comVerboseLoggingEnabled  INTEGER
        }
comIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  comEntry  1  }

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

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

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

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

comNTAuthHost   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The address of the primary domain controller to be used for
   authenticating clients."
        
        ::=  {  comEntry  25  }

comApartmentThreaded    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Controls the flag that is used to initialize COM in native mode.
   *  By default, jCOM initializes COM using the COINIT_MULTITHREADED_FLAG.
   *  If the server logs a Class Not Registered Message when using native mode,
   *  try setting this property.  (COINIT_APARTMENTTHREADED)."
        
        ::=  {  comEntry  30  }

comMemoryLoggingEnabled OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Enables logging of memory usage."
        
        ::=  {  comEntry  35  }

comNativeModeEnabled    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Use native DLLs to allow Java objects to interact with COM Objects."
        
        ::=  {  comEntry  45  }

comPrefetchEnums        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Some COM methods return a COM VariantEnumeration type.  The java2com tool
   *  automatically converts the returned type into a java.lang.Enumeration.
   *  This is not a perfect match since COM enumerations have no equivalent
   *  to the <code>hasMoreElements()</code> call.  The client must continue to
   *  call <code>nextElement</code> until a <code>NoSuchElementException</code>
   *  occurs."
        
        ::=  {  comEntry  50  }

comVerboseLoggingEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Enables verbose logging."
        
        ::=  {  comEntry  55  }

-- ConnectorComponentMBean                               

connectorComponentTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ConnectorComponentEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a connectorComponent in the domain."
        ::=  { wls  515 }

connectorComponentEntry OBJECT-TYPE
        SYNTAX  ConnectorComponentEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of connectorComponentTable"
        INDEX   {  connectorComponentIndex  }
        ::=  { connectorComponentTable 1 }

ConnectorComponentEntry  ::=  SEQUENCE {
        connectorComponentIndex  DisplayString,
        connectorComponentObjectName  DisplayString,
        connectorComponentType  DisplayString,
        connectorComponentName  DisplayString,
        connectorComponentParent  DisplayString,
        connectorComponentConnectionMaxIdleTime  INTEGER,
        connectorComponentConnectionProfilingEnabled  DisplayString
        }
connectorComponentIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  connectorComponentEntry  1  }

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

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

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

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

connectorComponentConnectionMaxIdleTime OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The mapped configuration properties (those that are overriden from the
    default configuration properties."
        
        ::=  {  connectorComponentEntry  25  }

connectorComponentConnectionProfilingEnabled    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Flag which indicates whether to store connection call stacks."
        
        ::=  {  connectorComponentEntry  30  }

-- DomainLogFilterMBean                               

domainLogFilterTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  DomainLogFilterEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a filter to qualify log messages which are logged to
 the domain logfile.  A message must qualify all criteria specified to qualify
 the filter. Multiple instances of this MBean can be defined, if needed. If 
 there are multiple instances, a message must qualify atleast one filter to 
 qualify for the domain logfile."
        ::=  { wls  520 }

domainLogFilterEntry    OBJECT-TYPE
        SYNTAX  DomainLogFilterEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of domainLogFilterTable"
        INDEX   {  domainLogFilterIndex  }
        ::=  { domainLogFilterTable 1 }

DomainLogFilterEntry  ::=  SEQUENCE {
        domainLogFilterIndex  DisplayString,
        domainLogFilterObjectName  DisplayString,
        domainLogFilterType  DisplayString,
        domainLogFilterName  DisplayString,
        domainLogFilterParent  DisplayString,
        domainLogFilterSeverityLevel  INTEGER,
        domainLogFilterSubsystemNames  DisplayString,
        domainLogFilterUserIds  DisplayString
        }
domainLogFilterIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  domainLogFilterEntry  1  }

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

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

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

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

domainLogFilterSeverityLevel    OBJECT-TYPE 
        SYNTAX  INTEGER  {
                emergency( 1 ),
                alert( 2 ),
                critical( 4 ),
                notice( 8 ),
                error( 16 ),
                warning( 32 ),
                info( 64 ),
                debug( 128 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The minimum severity of a message which qualifies this filter. All 
 messages with given severity and higher, qualify.  The ascending order of 
 severities is INFO, WARNING, ERROR, NOTICE, CRITICAL, ALERT and EMERGENCY.
 For numeric values refer to weblogic.logging.Severities."
        
        ::=  {  domainLogFilterEntry  25  }

domainLogFilterSubsystemNames   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "This defines the list of subsystems whose messages qualify for this 
         filter. If none are specified, messages from all subsystems qualify."
        
        ::=  {  domainLogFilterEntry  30  }

domainLogFilterUserIds  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "This defines the list of users whose messages qualify for this 
 filter. If false ids are specified, messages from all user ids qualify."
        
        ::=  {  domainLogFilterEntry  35  }

-- DomainMBean                           

domainTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  DomainEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "A WebLogic Domain."
        ::=  { wls  530 }

domainEntry     OBJECT-TYPE
        SYNTAX  DomainEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of domainTable"
        INDEX   {  domainIndex  }
        ::=  { domainTable 1 }

DomainEntry  ::=  SEQUENCE {
        domainIndex  DisplayString,
        domainObjectName  DisplayString,
        domainType  DisplayString,
        domainName  DisplayString,
        domainParent  DisplayString,
        domainLastModificationTime  DisplayString,
        domainActive  INTEGER,
        domainRootDirectory  DisplayString,
        domainJTA  DisplayString,
        domainLog  DisplayString,
        domainSNMPAgent  DisplayString,
        domainAdministrationPort  INTEGER,
        domainArchiveConfigurationCount  INTEGER,
        domainConfigurationVersion  DisplayString,
        domainConsoleContextPath  DisplayString,
        domainAdministrationPortEnabled  INTEGER,
        domainClusterConstraintsEnabled  INTEGER,
        domainConsoleEnabled  INTEGER
        }
domainIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  domainEntry  1  }

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

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

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

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

domainLastModificationTime      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the last time this domain was updated. This is
 guaranteed to be unique for a given transactional modification."
        
        ::=  {  domainEntry  25  }

domainActive    OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Is this domain active?"
        
        ::=  {  domainEntry  30  }

domainRootDirectory     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the root directory for the domain, relative to the admin
 server."
        
        ::=  {  domainEntry  35  }

domainJTA       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the JTA configuration for this Domain."
        
        ::=  {  domainEntry  40  }

domainLog       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the domain logfile configuration for this domain."
        
        ::=  {  domainEntry  45  }

domainSNMPAgent OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "SNMPAgentMBean is a singleton MBean describing SNMP Agent configuration details.
 This MBean has getters and setters for other SNMP related configuration MBeans."
        
        ::=  {  domainEntry  50  }

domainAdministrationPort        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The common secure administration port for the domain."
        
        ::=  {  domainEntry  51  }

domainArchiveConfigurationCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the archiveConfigurationCount attribute of the DomainMBean object"
        
        ::=  {  domainEntry  52  }

domainConfigurationVersion      OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The release identifier for the configuration."
        
        ::=  {  domainEntry  53  }

domainConsoleContextPath        OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specifies the context path for the WLS console."
        
        ::=  {  domainEntry  54  }

domainAdministrationPortEnabled OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Indicates whether or not the administration port should be enabled for the domain."
        
        ::=  {  domainEntry  55  }

domainClusterConstraintsEnabled OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Retrieves the attribute indicating whether strict cluster constraints are enforced or not for this domain."
        
        ::=  {  domainEntry  56  }

domainConsoleEnabled    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Indicates whether the WLS console should be auto-deployed for this domain."
        
        ::=  {  domainEntry  57  }

-- EjbComponentMBean                               

ejbComponentTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  EjbComponentEntry
        ACCESS  not-accessible
STATUS  mandatory
        ::=  { wls  540 }

ejbComponentEntry       OBJECT-TYPE
        SYNTAX  EjbComponentEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of ejbComponentTable"
        INDEX   {  ejbComponentIndex  }
        ::=  { ejbComponentTable 1 }

EjbComponentEntry  ::=  SEQUENCE {
        ejbComponentIndex  DisplayString,
        ejbComponentObjectName  DisplayString,
        ejbComponentType  DisplayString,
        ejbComponentName  DisplayString,
        ejbComponentParent  DisplayString,
        ejbComponentJavaCompiler  DisplayString,
        ejbComponentJavaCompilerPreClassPath  DisplayString,
        ejbComponentJavaCompilerPostClassPath  DisplayString,
        ejbComponentExtraRmicOptions  DisplayString,
        ejbComponentKeepGenerated  INTEGER,
        ejbComponentTmpPath  DisplayString,
        ejbComponentEJBDescriptor  DisplayString,
        ejbComponentApplication  DisplayString,
        ejbComponentURI  DisplayString
        }
ejbComponentIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  ejbComponentEntry  1  }

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

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

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

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

ejbComponentJavaCompiler        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the path to the Java compiler to use to compile EJB's"
        
        ::=  {  ejbComponentEntry  25  }

ejbComponentJavaCompilerPreClassPath    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the options to prepend to the Java compiler classpath for when
 we need to compile Java code."
        
        ::=  {  ejbComponentEntry  30  }

ejbComponentJavaCompilerPostClassPath   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the options to append to the Java compiler classpath for when we
 need to compile Java code."
        
        ::=  {  ejbComponentEntry  35  }

ejbComponentExtraRmicOptions    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the extra options passed to rmic during server-side
 generation.."
        
        ::=  {  ejbComponentEntry  40  }

ejbComponentKeepGenerated       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Return true if ejbc should keep its generated source files,
 false if it should delete them after compiling them."
        
        ::=  {  ejbComponentEntry  45  }

ejbComponentTmpPath     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 1024 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the temporary directory where generated files are stored by ejbc."
        
        ::=  {  ejbComponentEntry  50  }

ejbComponentEJBDescriptor       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the main EJBDescriptor for this EJB Component."
        
        ::=  {  ejbComponentEntry  55  }

ejbComponentApplication OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the application this component is a part of. 
This is guaranteed to never be null."
        
        ::=  {  ejbComponentEntry  60  }

ejbComponentURI OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return a URI pointing to the application component, usually on the Admin Server."
        
        ::=  {  ejbComponentEntry  65  }

-- EJBContainerMBean                         

ejbContainerTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  EjbContainerEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a ejbContainer in the domain."
        ::=  { wls  545 }

ejbContainerEntry       OBJECT-TYPE
        SYNTAX  EjbContainerEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of ejbContainerTable"
        INDEX   {  ejbContainerIndex  }
        ::=  { ejbContainerTable 1 }

EjbContainerEntry  ::=  SEQUENCE {
        ejbContainerIndex  DisplayString,
        ejbContainerObjectName  DisplayString,
        ejbContainerType  DisplayString,
        ejbContainerName  DisplayString,
        ejbContainerParent  DisplayString,
        ejbContainerVerboseEJBDeploymentEnabled  DisplayString,
        ejbContainerExtraRmicOptions  DisplayString,
        ejbContainerForceGeneration  DisplayString,
        ejbContainerJavaCompiler  DisplayString,
        ejbContainerJavaCompilerPostClassPath  DisplayString,
        ejbContainerJavaCompilerPreClassPath  DisplayString,
        ejbContainerKeepGenerated  DisplayString,
        ejbContainerTmpPath  DisplayString,
        ejbContainerExtraEjbcOptions  DisplayString
        }
ejbContainerIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  ejbContainerEntry  1  }

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

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

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

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

ejbContainerVerboseEJBDeploymentEnabled OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns true if verbose deployment of EJB's is enabled."
        
        ::=  {  ejbContainerEntry  25  }

ejbContainerExtraRmicOptions    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the extra options passed to rmic during server-side
    generation."
        
        ::=  {  ejbContainerEntry  30  }

ejbContainerForceGeneration     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return true if ejbc should force regeneration of wrapper classes,
   false if it should regenerate the files only if it determines
   it needs to do so."
        
        ::=  {  ejbContainerEntry  35  }

ejbContainerJavaCompiler        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the path to the Java compiler to use to compile EJB's
   (e.g. sj or javac)."
        
        ::=  {  ejbContainerEntry  40  }

ejbContainerJavaCompilerPostClassPath   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the options to append to the Java compiler classpath for when we
   need to compile Java code."
        
        ::=  {  ejbContainerEntry  45  }

ejbContainerJavaCompilerPreClassPath    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the options to prepend to the Java compiler classpath for when
   we need to compile Java code."
        
        ::=  {  ejbContainerEntry  50  }

ejbContainerKeepGenerated       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the options to prepend to the Java compiler classpath for when
   we need to compile Java code."
        
        ::=  {  ejbContainerEntry  55  }

ejbContainerTmpPath     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the temporary directory where generated files are stored
   by ejbc."
        
        ::=  {  ejbContainerEntry  60  }

ejbContainerExtraEjbcOptions    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the extra options passed to ejbc during the dynamic ejbc of a jar file."
        
        ::=  {  ejbContainerEntry  61  }

-- ExecuteQueueMBean                           

executeQueueTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ExecuteQueueEntry
        ACCESS  not-accessible
STATUS  mandatory
        ::=  { wls  550 }

executeQueueEntry       OBJECT-TYPE
        SYNTAX  ExecuteQueueEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of executeQueueTable"
        INDEX   {  executeQueueIndex  }
        ::=  { executeQueueTable 1 }

ExecuteQueueEntry  ::=  SEQUENCE {
        executeQueueIndex  DisplayString,
        executeQueueObjectName  DisplayString,
        executeQueueType  DisplayString,
        executeQueueName  DisplayString,
        executeQueueParent  DisplayString,
        executeQueueThreadCount  INTEGER,
        executeQueueThreadsMaximum  INTEGER
        }
executeQueueIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  executeQueueEntry  1  }

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

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

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

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

executeQueueThreadCount OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of threads assigned to this queue."
        
        ::=  {  executeQueueEntry  25  }

executeQueueThreadsMaximum      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the maximum number of threads in the pool."
        
        ::=  {  executeQueueEntry  26  }

-- foreignJMSConnectionFactoryMBean                           

foreignJMSConnectionFactoryTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ForeignJMSConnectionFactoryEntry
        ACCESS  not-accessible
STATUS  mandatory
        ::=  { wls  551 }

foreignJMSConnectionFactoryEntry        OBJECT-TYPE
        SYNTAX  ForeignJMSConnectionFactoryEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of foreignJMSConnectionFactoryTable"
        INDEX   {  foreignJMSConnectionFactoryIndex  }
        ::=  { foreignJMSConnectionFactoryTable 1 }

ForeignJMSConnectionFactoryEntry  ::=  SEQUENCE {
        foreignJMSConnectionFactoryIndex  DisplayString,
        foreignJMSConnectionFactoryObjectName  DisplayString,
        foreignJMSConnectionFactoryType  DisplayString,
        foreignJMSConnectionFactoryName  DisplayString,
        foreignJMSConnectionFactoryParent  DisplayString,
        foreignJMSConnectionFactoryLocalJNDIName  DisplayString,
        foreignJMCConnectionFactoryRemoteJNDIName  DisplayString,
        foreignJMSConnectionFactoryUsername  DisplayString
        }
foreignJMSConnectionFactoryIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  foreignJMSConnectionFactoryEntry  1  }

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

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

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

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

foreignJMSConnectionFactoryLocalJNDIName        OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  foreignJMSConnectionFactoryEntry  21  }

foreignJMCConnectionFactoryRemoteJNDIName       OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  foreignJMSConnectionFactoryEntry  22  }

foreignJMSConnectionFactoryUsername     OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  foreignJMSConnectionFactoryEntry  23  }

-- foreignJMSDestinationMBean                           

foreignJMSDestinationTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ForeignJMSDestinationEntry
        ACCESS  not-accessible
STATUS  mandatory
        ::=  { wls  552 }

foreignJMSDestinationEntry      OBJECT-TYPE
        SYNTAX  ForeignJMSDestinationEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of foreignJMSDestinationTable"
        INDEX   {  foreignJMSDestinationIndex  }
        ::=  { foreignJMSDestinationTable 1 }

ForeignJMSDestinationEntry  ::=  SEQUENCE {
        foreignJMSDestinationIndex  DisplayString,
        foreignJMSDestinationObjectName  DisplayString,
        foreignJMSDestinationType  DisplayString,
        foreignJMSDestinationName  DisplayString,
        foreignJMSDestinationParent  DisplayString,
        foreignJMSDestinationLocalJNDIName  DisplayString,
        foreignJMSDestinationRemoteJNDIName  DisplayString
        }
foreignJMSDestinationIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  foreignJMSDestinationEntry  1  }

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

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

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

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

foreignJMSDestinationLocalJNDIName      OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  foreignJMSDestinationEntry  21  }

foreignJMSDestinationRemoteJNDIName     OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  foreignJMSDestinationEntry  22  }

-- foreignJMSServerMBean                           

foreignJMSServerTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ForeignJMSServerEntry
        ACCESS  not-accessible
STATUS  mandatory
        ::=  { wls  553 }

foreignJMSServerEntry   OBJECT-TYPE
        SYNTAX  ForeignJMSServerEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of foreignJMSServerTable"
        INDEX   {  foreignJMSServerIndex  }
        ::=  { foreignJMSServerTable 1 }

ForeignJMSServerEntry  ::=  SEQUENCE {
        foreignJMSServerIndex  DisplayString,
        foreignJMSServerObjectName  DisplayString,
        foreignJMSServerType  DisplayString,
        foreignJMSServerName  DisplayString,
        foreignJMSServerParent  DisplayString,
        foreignJMSServerConnectionURL  DisplayString,
        foreignJMSServerInitialContextFactory  DisplayString
        }
foreignJMSServerIndex   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  foreignJMSServerEntry  1  }

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

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

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

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

foreignJMSServerConnectionURL   OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  foreignJMSServerEntry  21  }

foreignJMSServerInitialContextFactory   OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  foreignJMSServerEntry  22  }

-- iiopMBean                           

iiopTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  IiopEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a iiop in the domain."
        ::=  { wls  555 }

iiopEntry       OBJECT-TYPE
        SYNTAX  IiopEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of iiopTable"
        INDEX   {  iiopIndex  }
        ::=  { iiopTable 1 }

IiopEntry  ::=  SEQUENCE {
        iiopIndex  DisplayString,
        iiopObjectName  DisplayString,
        iiopType  DisplayString,
        iiopName  DisplayString,
        iiopParent  DisplayString,
        iiopCompleteMessageTimeout  INTEGER,
        iiopIdleConnectionTimeout  INTEGER,
        iiopMaxMessageSize  INTEGER,
        iiopDefaultCharCodeset  DisplayString,
        iiopDefaultMinorVersion  INTEGER,
        iiopDefaultWideCharCodeset  DisplayString,
        iiopTxMechanism  DisplayString
        }
iiopIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  iiopEntry  1  }

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

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

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

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

iiopCompleteMessageTimeout      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum number of seconds spent
   * waiting for a complete IIOP message to be received.
   * This attribute helps guard against denial of
   * service attacks in which a caller indicates that
   * they will be sending a message of a certain size
   * which they never finish sending."
        
        ::=  {  iiopEntry  25  }

iiopIdleConnectionTimeout       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum number of seconds an IIOP connection is
   * allowed to be idle before it is closed by the server. This
   * attribute helps guard against server deadlock through too many
   * open connections."
        
        ::=  {  iiopEntry  30  }

iiopMaxMessageSize      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum IIOP message size allowable in a message header.
   * This attribute attempts to prevent a denial of service attack whereby
   * a caller attempts to force the server to allocate more memory than
   * is available thereby keeping the server from responding quickly to
   * other requests."
        
        ::=  {  iiopEntry  35  }

iiopDefaultCharCodeset  OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify what codeset should be used for the default native character codeset."
        
        ::=  {  iiopEntry  36  }

iiopDefaultMinorVersion OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the default minor GIOP version for IIOP messages."
        
        ::=  {  iiopEntry  37  }

iiopDefaultWideCharCodeset      OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify what codeset should be used for the default native wide character codeset."
        
        ::=  {  iiopEntry  38  }

iiopTxMechanism OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify whether IIOP should use the WebLogic-specific JTA to propagate transactions or the OMG-specified OTS."
        
        ::=  {  iiopEntry  39  }

-- JDBCConnectionPoolMBean                               

jdbcConnectionPoolTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JdbcConnectionPoolEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table defines a JDBC connection pool."
        ::=  { wls  560 }

jdbcConnectionPoolEntry OBJECT-TYPE
        SYNTAX  JdbcConnectionPoolEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jdbcConnectionPoolTable"
        INDEX   {  jdbcConnectionPoolIndex  }
        ::=  { jdbcConnectionPoolTable 1 }

JdbcConnectionPoolEntry  ::=  SEQUENCE {
        jdbcConnectionPoolIndex  DisplayString,
        jdbcConnectionPoolObjectName  DisplayString,
        jdbcConnectionPoolType  DisplayString,
        jdbcConnectionPoolName  DisplayString,
        jdbcConnectionPoolParent  DisplayString,
        jdbcConnectionPoolACLName  DisplayString,
        jdbcConnectionPoolURL  DisplayString,
        jdbcConnectionPoolDriverName  DisplayString,
        jdbcConnectionPoolProperties  DisplayString,
        jdbcConnectionPoolLoginDelaySeconds  INTEGER,
        jdbcConnectionPoolInitialCapacity  INTEGER,
        jdbcConnectionPoolMaxCapacity  INTEGER,
        jdbcConnectionPoolCapacityIncrement  INTEGER,
        jdbcConnectionPoolShrinkingEnabled  INTEGER,
        jdbcConnectionPoolShrinkPeriodMinutes  INTEGER,
        jdbcConnectionPoolTestTableName  DisplayString,
        jdbcConnectionPoolTestConnectionsOnReserve  INTEGER,
        jdbcConnectionPoolTestConnectionsOnRelease  INTEGER,
        jdbcConnectionPoolSupportsLocalTransaction  INTEGER,
        jdbcConnectionPoolRefreshMinutes  INTEGER,
        jdbcConnectionPoolTargets  DisplayString,
        jdbcConnectionPoolConnectionCreationRetryFrequencySeconds  INTEGER,
        jdbcConnectionPoolConnectionReserveTimeoutSeconds  INTEGER,
        jdbcConnectionPoolHighestNumUnavailable  INTEGER,
        jdbcConnectionPoolHighestNumWaiters  INTEGER,
        jdbcConnectionPoolInactiveConnectionTimeoutSeconds  INTEGER,
        jdbcConnectionPoolInitTableName  DisplayString,
        jdbcConnectionPoolKeepLogicalConnOpenOnRelease  INTEGER,
        jdbcConnectionPoolKeepXAConnTillTxComplete  INTEGER,
        jdbcConnectionPoolNewXAConnForCommit  INTEGER,
        jdbcConnectionPoolShrinkFrequencySeconds  INTEGER,
        jdbcConnectionPoolStatementCacheSize  INTEGER,
        jdbcConnectionPoolStatementCacheType  DisplayString,
        jdbcConnectionPoolTestConnectionsOnCreate  INTEGER,
        jdbcConnectionPoolTestFrequencySeconds  INTEGER,
        jdbcConnectionPoolXAEndOnlyOnce  INTEGER,
        jdbcConnectionPoolConnLeakProfilingEnabled  INTEGER
        }
jdbcConnectionPoolIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jdbcConnectionPoolEntry  1  }

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

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

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

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

jdbcConnectionPoolACLName       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "JDBC Connection ACL Name."
        
        ::=  {  jdbcConnectionPoolEntry  25  }

jdbcConnectionPoolURL   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The database connection URL."
        
        ::=  {  jdbcConnectionPoolEntry  30  }

jdbcConnectionPoolDriverName    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The JDBC driver class name."
        
        ::=  {  jdbcConnectionPoolEntry  35  }

jdbcConnectionPoolProperties    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The list of properties passed to the the driver."
        
        ::=  {  jdbcConnectionPoolEntry  40  }

jdbcConnectionPoolLoginDelaySeconds     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of second to delay between logins when creating the pool."
        
        ::=  {  jdbcConnectionPoolEntry  45  }

jdbcConnectionPoolInitialCapacity       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The initial number of connections."
        
        ::=  {  jdbcConnectionPoolEntry  50  }

jdbcConnectionPoolMaxCapacity   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of connections."
        
        ::=  {  jdbcConnectionPoolEntry  55  }

jdbcConnectionPoolCapacityIncrement     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The increment by which the pool capacity is expanded."
        
        ::=  {  jdbcConnectionPoolEntry  60  }

jdbcConnectionPoolShrinkingEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Set to <code>true</code> to enable pool shrinking."
        
        ::=  {  jdbcConnectionPoolEntry  65  }

jdbcConnectionPoolShrinkPeriodMinutes   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Shrink period for the pool in minutes."
        
        ::=  {  jdbcConnectionPoolEntry  70  }

jdbcConnectionPoolTestTableName OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Connection pool test table name."
        
        ::=  {  jdbcConnectionPoolEntry  75  }

jdbcConnectionPoolTestConnectionsOnReserve      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specifies if test connections on reserve enabled."
        
        ::=  {  jdbcConnectionPoolEntry  80  }

jdbcConnectionPoolTestConnectionsOnRelease      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specifies if test connections on release enabled."
        
        ::=  {  jdbcConnectionPoolEntry  85  }

jdbcConnectionPoolSupportsLocalTransaction      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). This property applies to XA connection pools only, and is ignored
 for non-XA driver."
        
        ::=  {  jdbcConnectionPoolEntry  90  }

jdbcConnectionPoolRefreshMinutes        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Connection pool refresh minutes."
        
        ::=  {  jdbcConnectionPoolEntry  95  }

jdbcConnectionPoolTargets       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Targets on which these jdbc Connection pools are deployed."
        
        ::=  {  jdbcConnectionPoolEntry  100  }

jdbcConnectionPoolConnectionCreationRetryFrequencySeconds       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the connectionCreationRetryFrequencySeconds attribute of the JDBCConnectionPoolMBean object"
        
        ::=  {  jdbcConnectionPoolEntry  101  }

jdbcConnectionPoolConnectionReserveTimeoutSeconds       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of seconds after which a call to reserve a connection from the pool"
        
        ::=  {  jdbcConnectionPoolEntry  102  }

jdbcConnectionPoolHighestNumUnavailable OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the highestNumUnavailable attribute of the JDBCConnectionPoolMBean object"
        
        ::=  {  jdbcConnectionPoolEntry  103  }

jdbcConnectionPoolHighestNumWaiters     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the highestNumWaiters attribute of the JDBCConnectionPoolMBean object"
        
        ::=  {  jdbcConnectionPoolEntry  104  }

jdbcConnectionPoolInactiveConnectionTimeoutSeconds      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the inactiveConnectionTimeoutSeconds attribute of the JDBCConnectionPoolMBean object"
        
        ::=  {  jdbcConnectionPoolEntry  105  }

jdbcConnectionPoolInitTableName OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Gets the initTableName attribute of the JDBCConnectionPoolMBean object"
        
        ::=  {  jdbcConnectionPoolEntry  106  }

jdbcConnectionPoolKeepLogicalConnOpenOnRelease  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "if the logical JDBC connection is kept open when the physical XA connection is returned to the XA connection pool."
        
        ::=  {  jdbcConnectionPoolEntry  107  }

jdbcConnectionPoolKeepXAConnTillTxComplete      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "if the XA connection pool associates the same XA connection with the distributed transaction until the transaction completes."
        
        ::=  {  jdbcConnectionPoolEntry  108  }

jdbcConnectionPoolNewXAConnForCommit    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "if a dedicated XA connection is used for commit/rollback processing of a particular distributed transaction."
        
        ::=  {  jdbcConnectionPoolEntry  109  }

jdbcConnectionPoolShrinkFrequencySeconds        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of seconds to wait before shrinking a connection pool that has incrementally increased to meet demand."
        
        ::=  {  jdbcConnectionPoolEntry  110  }

jdbcConnectionPoolStatementCacheSize    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jdbcConnectionPoolEntry  111  }

jdbcConnectionPoolStatementCacheType    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jdbcConnectionPoolEntry  112  }

jdbcConnectionPoolTestConnectionsOnCreate       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jdbcConnectionPoolEntry  113  }

jdbcConnectionPoolTestFrequencySeconds  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jdbcConnectionPoolEntry  114  }

jdbcConnectionPoolXAEndOnlyOnce OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jdbcConnectionPoolEntry  115  }

jdbcConnectionPoolConnLeakProfilingEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jdbcConnectionPoolEntry  116  }

-- JDBCDataSourceMBean                               

jdbcDataSourceTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JdbcDataSourceEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table defines a JDBC connection pool."
        ::=  { wls  570 }

jdbcDataSourceEntry     OBJECT-TYPE
        SYNTAX  JdbcDataSourceEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jdbcDataSourceTable"
        INDEX   {  jdbcDataSourceIndex  }
        ::=  { jdbcDataSourceTable 1 }

JdbcDataSourceEntry  ::=  SEQUENCE {
        jdbcDataSourceIndex  DisplayString,
        jdbcDataSourceObjectName  DisplayString,
        jdbcDataSourceType  DisplayString,
        jdbcDataSourceName  DisplayString,
        jdbcDataSourceParent  DisplayString,
        jdbcDataSourceJNDIName  DisplayString,
        jdbcDataSourcetPoolName  DisplayString,
        jdbcDataSourceTargets  DisplayString,
        jdbcDataSourceRowPrefetchEnabled  INTEGER,
        jdbcDataSourceRowPrefetchSize  INTEGER,
        jdbcDataSourceStreamChunkSize  INTEGER
        }
jdbcDataSourceIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jdbcDataSourceEntry  1  }

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

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

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

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

jdbcDataSourceJNDIName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                ""
        
        ::=  {  jdbcDataSourceEntry  25  }

jdbcDataSourcetPoolName OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                ""
        
        ::=  {  jdbcDataSourceEntry  30  }

jdbcDataSourceTargets   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "targets on which this deployment is deployed."
        
        ::=  {  jdbcDataSourceEntry  35  }

jdbcDataSourceRowPrefetchEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "is row caching enabled."
        
        ::=  {  jdbcDataSourceEntry  40  }

jdbcDataSourceRowPrefetchSize   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of rows to prefetch between client and WebLogic Server when not in the same JVM."
        
        ::=  {  jdbcDataSourceEntry  45  }

jdbcDataSourceStreamChunkSize   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Streaming datatypes (e.g. blob/clob) will be pulled in StreamChunkSize sized chunks 
from the WebLogic Server to the client as needed."
        
        ::=  {  jdbcDataSourceEntry  50  }

-- JDBCDataSourceFactoryMBean                               

jdbcDataSourceFactoryTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JdbcDataSourceFactoryEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a jdbcDataSourceFactory in the domain."
        ::=  { wls  575 }

jdbcDataSourceFactoryEntry      OBJECT-TYPE
        SYNTAX  JdbcDataSourceFactoryEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jdbcDataSourceFactoryTable"
        INDEX   {  jdbcDataSourceFactoryIndex  }
        ::=  { jdbcDataSourceFactoryTable 1 }

JdbcDataSourceFactoryEntry  ::=  SEQUENCE {
        jdbcDataSourceFactoryIndex  DisplayString,
        jdbcDataSourceFactoryObjectName  DisplayString,
        jdbcDataSourceFactoryType  DisplayString,
        jdbcDataSourceFactoryName  DisplayString,
        jdbcDataSourceFactoryParent  DisplayString,
        jdbcDataSourceFactoryDriverClassName  DisplayString,
        jdbcDataSourceFactoryFactoryName  DisplayString,
        jdbcDataSourceFactoryURL  DisplayString,
        jdbcDataSourceFactoryUserName  DisplayString
        }
jdbcDataSourceFactoryIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jdbcDataSourceFactoryEntry  1  }

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

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

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

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

jdbcDataSourceFactoryDriverClassName    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of the driver. This may be overridden by
   * driver-name in the descriptor."
        
        ::=  {  jdbcDataSourceFactoryEntry  25  }

jdbcDataSourceFactoryFactoryName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of this data source factory. This is referenced
   * from the connection-factory element in weblogic-application.xml."
        
        ::=  {  jdbcDataSourceFactoryEntry  30  }

jdbcDataSourceFactoryURL        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The connection URL. This may be overridden by url in the descriptor."
        
        ::=  {  jdbcDataSourceFactoryEntry  35  }

jdbcDataSourceFactoryUserName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The database user name. This may be overridden by
    * user-name in the descriptor."
        
        ::=  {  jdbcDataSourceFactoryEntry  40  }

-- JDBCMultiPoolMBean                               

jdbcMultiPoolTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JdbcMultiPoolEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is use to defines a 
 <b>JDBC meta pool</b>."
        ::=  { wls  580 }

jdbcMultiPoolEntry      OBJECT-TYPE
        SYNTAX  JdbcMultiPoolEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jdbcMultiPoolTable"
        INDEX   {  jdbcMultiPoolIndex  }
        ::=  { jdbcMultiPoolTable 1 }

JdbcMultiPoolEntry  ::=  SEQUENCE {
        jdbcMultiPoolIndex  DisplayString,
        jdbcMultiPoolObjectName  DisplayString,
        jdbcMultiPoolType  DisplayString,
        jdbcMultiPoolName  DisplayString,
        jdbcMultiPoolParent  DisplayString,
        jdbcMultiPoolACLName  DisplayString,
        jdbcMultiPoolPoolList  DisplayString,
        jdbcMultiPoolLoadBalance  INTEGER,
        jdbcMultiPoolHighAvail  INTEGER,
        jdbcMultiPoolTargets  DisplayString
        }
jdbcMultiPoolIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jdbcMultiPoolEntry  1  }

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

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

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

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

jdbcMultiPoolACLName    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "jdbcMultiPool the ACL list for this meta pool"
        
        ::=  {  jdbcMultiPoolEntry  25  }

jdbcMultiPoolPoolList   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "retrieves the list of connection pools in the meta pool "
        
        ::=  {  jdbcMultiPoolEntry  30  }

jdbcMultiPoolLoadBalance        OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). finds out whether load balancing is used in this meta pool."
        
        ::=  {  jdbcMultiPoolEntry  35  }

jdbcMultiPoolHighAvail  OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). finds out whether high availability is used in this meta pool "
        
        ::=  {  jdbcMultiPoolEntry  40  }

jdbcMultiPoolTargets    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "targets on which this deployment is deployed."
        
        ::=  {  jdbcMultiPoolEntry  45  }

-- JDBCTxDataSourceMBean                               

jdbcTxDataSourceTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JdbcTxDataSourceEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used to defines a JDBC meta pool."
        ::=  { wls  590 }

jdbcTxDataSourceEntry   OBJECT-TYPE
        SYNTAX  JdbcTxDataSourceEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jdbcTxDataSourceTable"
        INDEX   {  jdbcTxDataSourceIndex  }
        ::=  { jdbcTxDataSourceTable 1 }

JdbcTxDataSourceEntry  ::=  SEQUENCE {
        jdbcTxDataSourceIndex  DisplayString,
        jdbcTxDataSourceObjectName  DisplayString,
        jdbcTxDataSourceType  DisplayString,
        jdbcTxDataSourceName  DisplayString,
        jdbcTxDataSourceParent  DisplayString,
        jdbcTxDataSourceJNDIName  DisplayString,
        jdbcTxDataSourcePoolName  DisplayString,
        jdbcTxDataSourceEnableTwoPhaseCommit  INTEGER,
        jdbcTxDataSourceTargets  DisplayString,
        jdbcTxDataSourceRowPrefetchEnabled  INTEGER,
        jdbcTxDataSourceRowPrefetchSize  INTEGER,
        jdbcTxDataSourceStreamChunkSize  INTEGER
        }
jdbcTxDataSourceIndex   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jdbcTxDataSourceEntry  1  }

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

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

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

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

jdbcTxDataSourceJNDIName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The JNDI path to where this TxDataSource is bound. Applications that look up the JNDI path 
will get a <CODE>javax.sql.DataSource</CODE> instance that correspond to this TxDataSource."
        
        ::=  {  jdbcTxDataSourceEntry  25  }

jdbcTxDataSourcePoolName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of the JDBC connection pool that is associated with this TxDataSource"
        
        ::=  {  jdbcTxDataSourceEntry  30  }

jdbcTxDataSourceEnableTwoPhaseCommit    OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specifies whether this TxDataSource is enabled to participate in distributed 
transaction if this TxDataSource is associated with a non-XA connection pool, 
and if more than one resources participate in the distributed transaction."
        
        ::=  {  jdbcTxDataSourceEntry  35  }

jdbcTxDataSourceTargets OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The targets where this jdbc data source is deployed."
        
        ::=  {  jdbcTxDataSourceEntry  40  }

jdbcTxDataSourceRowPrefetchEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether to enable row prefetching between client and WebLogic Server for each ResultSet.  
The WebLogic Server will ignore this setting and not use row prefetching when the client 
and WebLogic Server are in the same JVM."
        
        ::=  {  jdbcTxDataSourceEntry  45  }

jdbcTxDataSourceRowPrefetchSize OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of rows to prefetch between client and WebLogic Server when not in the same JVM."
        
        ::=  {  jdbcTxDataSourceEntry  50  }

jdbcTxDataSourceStreamChunkSize OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Streaming datatypes (e.g. blob/clob) will be pulled in StreamChunkSize sized chunks 
from the WebLogic Server to the client as needed."
        
        ::=  {  jdbcTxDataSourceEntry  55  }

-- jmsBridgeDestinationMBean                               

jmsBridgeDestinationTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsBridgeDestinationEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is use to defines a 
 <b>JDBC meta pool</b>."
        ::=  { wls  595 }

jmsBridgeDestinationEntry       OBJECT-TYPE
        SYNTAX  JmsBridgeDestinationEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsBridgeDestinationTable"
        INDEX   {  jmsBridgeDestinationIndex  }
        ::=  { jmsBridgeDestinationTable 1 }

JmsBridgeDestinationEntry  ::=  SEQUENCE {
        jmsBridgeDestinationIndex  DisplayString,
        jmsBridgeDestinationObjectName  DisplayString,
        jmsBridgeDestinationType  DisplayString,
        jmsBridgeDestinationName  DisplayString,
        jmsBridgeDestinationParent  DisplayString,
        jmsBridgeDestinationConnectionFactoryJNDIName  DisplayString,
        jmsBridgeDestinationConnectionURL  DisplayString,
        jmsBridgeDestinationDestinationJNDIName  DisplayString,
        jmsBridgeDestinationDestinationType  DisplayString,
        jmsBridgeDestinationInitialContextFactory  DisplayString
        }
jmsBridgeDestinationIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsBridgeDestinationEntry  1  }

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

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

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

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

jmsBridgeDestinationConnectionFactoryJNDIName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the connection factory's JNDI name for a JMS bridge destination.
   * This attribute is only applicable to JMS destinations."
        
        ::=  {  jmsBridgeDestinationEntry  25  }

jmsBridgeDestinationConnectionURL       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the connection URL for a JMS bridge destination.
   * This attribute is only applicable to JMS destinations"
        
        ::=  {  jmsBridgeDestinationEntry  30  }

jmsBridgeDestinationDestinationJNDIName OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the destination JNDI name (Queue or Topic) for a JMS bridge destination.
   * This attribute is only applicable to JMS destinations."
        
        ::=  {  jmsBridgeDestinationEntry  35  }

jmsBridgeDestinationDestinationType     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the destination type (Queue or Topic) for a JMS bridge destination.
   * This attribute is only applicable to JMS destinations"
        
        ::=  {  jmsBridgeDestinationEntry  40  }

jmsBridgeDestinationInitialContextFactory       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the initial context factory name for a JMS bridge destination.
   * This attribute is only applicable to JMS destinations."
        
        ::=  {  jmsBridgeDestinationEntry  45  }

-- JMSConnectionConsumerMBean                               

jmsConnectionConsumerTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsConnectionConsumerEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table defines a connection consumer."
        ::=  { wls  600 }

jmsConnectionConsumerEntry      OBJECT-TYPE
        SYNTAX  JmsConnectionConsumerEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsConnectionConsumerTable"
        INDEX   {  jmsConnectionConsumerIndex  }
        ::=  { jmsConnectionConsumerTable 1 }

JmsConnectionConsumerEntry  ::=  SEQUENCE {
        jmsConnectionConsumerIndex  DisplayString,
        jmsConnectionConsumerObjectName  DisplayString,
        jmsConnectionConsumerType  DisplayString,
        jmsConnectionConsumerName  DisplayString,
        jmsConnectionConsumerParent  DisplayString,
        jmsConnectionConsumerMessagesMaximum  INTEGER,
        jmsConnectionConsumerSelector  DisplayString,
        jmsConnectionConsumerDestination  DisplayString
        }
jmsConnectionConsumerIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsConnectionConsumerEntry  1  }

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

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

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

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

jmsConnectionConsumerMessagesMaximum    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the defined maximum number of messages that the connection 
 consumer may load at one time into a ServerSession's session."
        
        ::=  {  jmsConnectionConsumerEntry  25  }

jmsConnectionConsumerSelector   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the defined selector of the connection consumer."
        
        ::=  {  jmsConnectionConsumerEntry  30  }

jmsConnectionConsumerDestination        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the JNDI name of the destination for this connection consumer"
        
        ::=  {  jmsConnectionConsumerEntry  35  }

-- JMSConnectionFactoryMBean                               

jmsConnectionFactoryTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsConnectionFactoryEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a JMS connection factory."
        ::=  { wls  610 }

jmsConnectionFactoryEntry       OBJECT-TYPE
        SYNTAX  JmsConnectionFactoryEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsConnectionFactoryTable"
        INDEX   {  jmsConnectionFactoryIndex  }
        ::=  { jmsConnectionFactoryTable 1 }

JmsConnectionFactoryEntry  ::=  SEQUENCE {
        jmsConnectionFactoryIndex  DisplayString,
        jmsConnectionFactoryObjectName  DisplayString,
        jmsConnectionFactoryType  DisplayString,
        jmsConnectionFactoryName  DisplayString,
        jmsConnectionFactoryParent  DisplayString,
        jmsConnectionFactoryJNDIName  DisplayString,
        jmsConnectionFactoryClientId  DisplayString,
        jmsConnectionFactoryDefaultPriority  INTEGER,
        jmsConnectionFactoryDefaultTimeToLive  INTEGER,
        jmsConnectionFactoryDefaultDeliveryMode  DisplayString,
        jmsConnectionFactoryTransactionTimeout  INTEGER,
        jmsConnectionFactoryUserTransactionsEnabled  INTEGER,
        jmsConnectionFactoryAllowCloseInOnMessage  INTEGER,
        jmsConnectionFactoryMessagesMaximum  INTEGER,
        jmsConnectionFactoryOverrunPolicy  DisplayString,
        jmsConnectionFactoryTargets  DisplayString
        }
jmsConnectionFactoryIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsConnectionFactoryEntry  1  }

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

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

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

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

jmsConnectionFactoryJNDIName    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the JNDI name of the JMS ConnectionFactory."
        
        ::=  {  jmsConnectionFactoryEntry  25  }

jmsConnectionFactoryClientId    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the client Id for a durable subscriber."
        
        ::=  {  jmsConnectionFactoryEntry  30  }

jmsConnectionFactoryDefaultPriority     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the <i>defaultPriority</i> attribute for the connection
 factory. All messages with a <i>priority</i> of -1                                that are
 produced on a connection created with  this factory will receive
 this value."
        
        ::=  {  jmsConnectionFactoryEntry  35  }

jmsConnectionFactoryDefaultTimeToLive   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the value of the <i>defaultTimeToLive</i> attribute for
 the connection factory. All messages with a <i>timeToLive</i> of
 -1                                that are produced on a connection created with this factory
 will receive this value expressed in milliseconds."
        
        ::=  {  jmsConnectionFactoryEntry  40  }

jmsConnectionFactoryDefaultDeliveryMode OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the value of the <i>defaultDeliveryMode</i> attribute
 for the connection factory. All messages with a
 <i>deliveryMode</i> of null that are produced on a connection
 created with this factory will receive this value."
        
        ::=  {  jmsConnectionFactoryEntry  45  }

jmsConnectionFactoryTransactionTimeout  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the value of the <i>transactionTimeout</i> attribute for
 the connection factory. All transactions on connections created
 with this connection factory will have this timeout value expressed
 in seconds."
        
        ::=  {  jmsConnectionFactoryEntry  50  }

jmsConnectionFactoryUserTransactionsEnabled     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Return the value of the <i>userTransactionsEnabled</i> 
 attribute for the connection factory. "
        
        ::=  {  jmsConnectionFactoryEntry  55  }

jmsConnectionFactoryAllowCloseInOnMessage       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Return the value of the <i>stopAndCloseBlockingEnabled</i> 
 attribute for the connection factory. "
        
        ::=  {  jmsConnectionFactoryEntry  60  }

jmsConnectionFactoryMessagesMaximum     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the value of the <i>messagesMaximum</i> attribute for
 the connection factory."
        
        ::=  {  jmsConnectionFactoryEntry  65  }

jmsConnectionFactoryOverrunPolicy       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the value of the <i>overrunPolicy</i> attribute for
 the connection factory. "
        
        ::=  {  jmsConnectionFactoryEntry  70  }

jmsConnectionFactoryTargets     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "targets on which this deployment is deployed."
        
        ::=  {  jmsConnectionFactoryEntry  75  }

-- jmsDestCommonMBean                               

jmsDestCommonTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsDestCommonEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a jmsDestCommon in the domain."
        ::=  { wls  612 }

jmsDestCommonEntry      OBJECT-TYPE
        SYNTAX  JmsDestCommonEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsDestCommonTable"
        INDEX   {  jmsDestCommonIndex  }
        ::=  { jmsDestCommonTable 1 }

JmsDestCommonEntry  ::=  SEQUENCE {
        jmsDestCommonIndex  DisplayString,
        jmsDestCommonObjectName  DisplayString,
        jmsDestCommonType  DisplayString,
        jmsDestCommonName  DisplayString,
        jmsDestCommonParent  DisplayString,
        jmsDestCommonBytesMaximum  INTEGER,
        jmsDestCommonBytesThresholdHigh  INTEGER,
        jmsDestCommonBytesThresholdLow  INTEGER,
        jmsDestCommonDeliveryModeOverride  DisplayString,
        jmsDestCommonMessagesMaximum  INTEGER,
        jmsDestCommonMessagesThresholdHigh  INTEGER,
        jmsDestCommonMessagesThresholdLow  INTEGER,
        jmsDestCommonPriorityOverride  INTEGER,
        jmsDestCommonRedeliveryDelayOverride  INTEGER,
        jmsDestCommonRedeliveryLimit  INTEGER,
        jmsDestCommonTimeToDeliverOverride  DisplayString,
        jmsDestCommonTimeToLiveOverride  INTEGER
        }
jmsDestCommonIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsDestCommonEntry  1  }

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

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

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

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

jmsDestCommonBytesMaximum       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the value of BytesMaximum."
        
        ::=  {  jmsDestCommonEntry  25  }

jmsDestCommonBytesThresholdHigh OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the value of BytesThresholdHigh."
        
        ::=  {  jmsDestCommonEntry  30  }

jmsDestCommonBytesThresholdLow  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the value of BytesThresholdLow."
        
        ::=  {  jmsDestCommonEntry  35  }

jmsDestCommonDeliveryModeOverride       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the DeliveryModeOverride value."
        
        ::=  {  jmsDestCommonEntry  40  }

jmsDestCommonMessagesMaximum    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the values of MessagesMaximum."
        
        ::=  {  jmsDestCommonEntry  45  }

jmsDestCommonMessagesThresholdHigh      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the values of MessagesThresholdHigh."
        
        ::=  {  jmsDestCommonEntry  50  }

jmsDestCommonMessagesThresholdLow       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the values of MessagesThresholdLow."
        
        ::=  {  jmsDestCommonEntry  55  }

jmsDestCommonPriorityOverride   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the values of PriorityOverride."
        
        ::=  {  jmsDestCommonEntry  65  }

jmsDestCommonRedeliveryDelayOverride    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the values of RedeliveryDelayOverride."
        
        ::=  {  jmsDestCommonEntry  70  }

jmsDestCommonRedeliveryLimit    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the values of RedeliveryLimit."
        
        ::=  {  jmsDestCommonEntry  75  }

jmsDestCommonTimeToDeliverOverride      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the values of TimeToDeliverOverride."
        
        ::=  {  jmsDestCommonEntry  80  }

jmsDestCommonTimeToLiveOverride OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the values of TimeToLiveOverride."
        
        ::=  {  jmsDestCommonEntry  85  }

-- JMSDestinationMBean                               

jmsDestinationTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsDestinationEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a jmsDestination in the domain."
        ::=  { wls  615 }

jmsDestinationEntry     OBJECT-TYPE
        SYNTAX  JmsDestinationEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsDestinationTable"
        INDEX   {  jmsDestinationIndex  }
        ::=  { jmsDestinationTable 1 }

JmsDestinationEntry  ::=  SEQUENCE {
        jmsDestinationIndex  DisplayString,
        jmsDestinationObjectName  DisplayString,
        jmsDestinationType  DisplayString,
        jmsDestinationName  DisplayString,
        jmsDestinationParent  DisplayString,
        jmsDestinationBytesPagingEnabled  DisplayString,
        jmsDestinationJNDIName  DisplayString,
        jmsDestinationMessagesPagingEnabled  DisplayString,
        jmsDestinationStoreEnabled  DisplayString,
        jmsDestinationJNDINameReplicated  DisplayString
        }
jmsDestinationIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsDestinationEntry  1  }

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

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

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

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

jmsDestinationBytesPagingEnabled        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "returns true or false."
        
        ::=  {  jmsDestinationEntry  25  }

jmsDestinationJNDIName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the JNDI name of the destination."
        
        ::=  {  jmsDestinationEntry  30  }

jmsDestinationMessagesPagingEnabled     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "pagiing enablesd."
        
        ::=  {  jmsDestinationEntry  35  }

jmsDestinationStoreEnabled      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "store enablesd."
        
        ::=  {  jmsDestinationEntry  40  }

jmsDestinationJNDINameReplicated        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "jndi name enabled."
        
        ::=  {  jmsDestinationEntry  45  }

-- JMSDestinationKeyMBean                               

jmsDestinationKeyTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsDestinationKeyEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a key value for a destination "
        ::=  { wls  620 }

jmsDestinationKeyEntry  OBJECT-TYPE
        SYNTAX  JmsDestinationKeyEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsDestinationKeyTable"
        INDEX   {  jmsDestinationKeyIndex  }
        ::=  { jmsDestinationKeyTable 1 }

JmsDestinationKeyEntry  ::=  SEQUENCE {
        jmsDestinationKeyIndex  DisplayString,
        jmsDestinationKeyObjectName  DisplayString,
        jmsDestinationKeyType  DisplayString,
        jmsDestinationKeyName  DisplayString,
        jmsDestinationKeyParent  DisplayString,
        jmsDestinationKeyProperty  DisplayString,
        jmsDestinationKeyKeyType  DisplayString,
        jmsDestinationKeyDirection  DisplayString
        }
jmsDestinationKeyIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsDestinationKeyEntry  1  }

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

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

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

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

jmsDestinationKeyProperty       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The property name for this key"
        
        ::=  {  jmsDestinationKeyEntry  25  }

jmsDestinationKeyKeyType        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The expected property type for this key"
        
        ::=  {  jmsDestinationKeyEntry  30  }

jmsDestinationKeyDirection      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The direction for this key"
        
        ::=  {  jmsDestinationKeyEntry  35  }

-- jmsDistributedQueueMBean                               

jmsDistributedQueueTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsDistributedQueueEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a key value for a destination "
        ::=  { wls  622 }

jmsDistributedQueueEntry        OBJECT-TYPE
        SYNTAX  JmsDistributedQueueEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsDistributedQueueTable"
        INDEX   {  jmsDistributedQueueIndex  }
        ::=  { jmsDistributedQueueTable 1 }

JmsDistributedQueueEntry  ::=  SEQUENCE {
        jmsDistributedQueueIndex  DisplayString,
        jmsDistributedQueueObjectName  DisplayString,
        jmsDistributedQueueType  DisplayString,
        jmsDistributedQueueName  DisplayString,
        jmsDistributedQueueParent  DisplayString,
        jmsDistributedQueueForwardDelay  INTEGER
        }
jmsDistributedQueueIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsDistributedQueueEntry  1  }

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

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

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

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

jmsDistributedQueueForwardDelay OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the message forwarding delay for this distributed queue."
        
        ::=  {  jmsDistributedQueueEntry  25  }

-- jmsDistributedDestinationMBean                               

jmsDistributedDestinationTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsDistributedDestinationEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a key value for a destination "
        ::=  { wls  623 }

jmsDistributedDestinationEntry  OBJECT-TYPE
        SYNTAX  JmsDistributedDestinationEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsDistributedDestinationTable"
        INDEX   {  jmsDistributedDestinationIndex  }
        ::=  { jmsDistributedDestinationTable 1 }

JmsDistributedDestinationEntry  ::=  SEQUENCE {
        jmsDistributedDestinationIndex  DisplayString,
        jmsDistributedDestinationObjectName  DisplayString,
        jmsDistributedDestinationType  DisplayString,
        jmsDistributedDestinationName  DisplayString,
        jmsDistributedDestinationParent  DisplayString,
        jmsDistributedDestinationLoadBalancingPolicy  DisplayString
        }
jmsDistributedDestinationIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsDistributedDestinationEntry  1  }

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

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

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

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

jmsDistributedDestinationLoadBalancingPolicy    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jmsDistributedDestinationEntry  21  }

-- jmsDistributedDestinationMemberMBean                               

jmsDistributedDestinationMemberTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsDistributedDestinationMemberEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "A JMS file based backing store."
        ::=  { wls  624 }

jmsDistributedDestinationMemberEntry    OBJECT-TYPE
        SYNTAX  JmsDistributedDestinationMemberEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsDistributedDestinationMemberTable"
        INDEX   {  jmsDistributedDestinationMemberIndex  }
        ::=  { jmsDistributedDestinationMemberTable 1 }

JmsDistributedDestinationMemberEntry  ::=  SEQUENCE {
        jmsDistributedDestinationMemberIndex  DisplayString,
        jmsDistributedDestinationMemberObjectName  DisplayString,
        jmsDistributedDestinationMemberType  DisplayString,
        jmsDistributedDestinationMemberName  DisplayString,
        jmsDistributedDestinationMemberParent  DisplayString,
        jmsDistributedDestinationMemberWeight  INTEGER
        }
jmsDistributedDestinationMemberIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsDistributedDestinationMemberEntry  1  }

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

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

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

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

jmsDistributedDestinationMemberWeight   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jmsDistributedDestinationMemberEntry  21  }

-- jmsTemplateMBean                               

jmsTemplateTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsTemplateEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "A JMS file based backing store."
        ::=  { wls  626 }

jmsTemplateEntry        OBJECT-TYPE
        SYNTAX  JmsTemplateEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsTemplateTable"
        INDEX   {  jmsTemplateIndex  }
        ::=  { jmsTemplateTable 1 }

JmsTemplateEntry  ::=  SEQUENCE {
        jmsTemplateIndex  DisplayString,
        jmsTemplateObjectName  DisplayString,
        jmsTemplateType  DisplayString,
        jmsTemplateName  DisplayString,
        jmsTemplateParent  DisplayString,
        jmsTemplateBytesPagingEnabled  INTEGER,
        jmsTemplateMessagesPagingEnabled  INTEGER
        }
jmsTemplateIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsTemplateEntry  1  }

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

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

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

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

jmsTemplateBytesPagingEnabled   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jmsTemplateEntry  21  }

jmsTemplateMessagesPagingEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  jmsTemplateEntry  22  }

-- JMSFileStoreMBean                               

jmsFileStoreTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsFileStoreEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "A JMS file based backing store."
        ::=  { wls  630 }

jmsFileStoreEntry       OBJECT-TYPE
        SYNTAX  JmsFileStoreEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsFileStoreTable"
        INDEX   {  jmsFileStoreIndex  }
        ::=  { jmsFileStoreTable 1 }

JmsFileStoreEntry  ::=  SEQUENCE {
        jmsFileStoreIndex  DisplayString,
        jmsFileStoreObjectName  DisplayString,
        jmsFileStoreType  DisplayString,
        jmsFileStoreName  DisplayString,
        jmsFileStoreParent  DisplayString,
        jmsFileStoreJMSServer  DisplayString,
        jmsFileStoreDirectory  DisplayString
        }
jmsFileStoreIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsFileStoreEntry  1  }

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

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

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

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

jmsFileStoreJMSServer   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The JMS Server for this store"
        
        ::=  {  jmsFileStoreEntry  25  }

jmsFileStoreDirectory   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Get the directory for this file based store."
        
        ::=  {  jmsFileStoreEntry  30  }

-- JMSJDBCStoreMBean                               

jmsJDBCStoreTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsJDBCStoreEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                " A JMS JDBC based backing store."
        ::=  { wls  640 }

jmsJDBCStoreEntry       OBJECT-TYPE
        SYNTAX  JmsJDBCStoreEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsJDBCStoreTable"
        INDEX   {  jmsJDBCStoreIndex  }
        ::=  { jmsJDBCStoreTable 1 }

JmsJDBCStoreEntry  ::=  SEQUENCE {
        jmsJDBCStoreIndex  DisplayString,
        jmsJDBCStoreObjectName  DisplayString,
        jmsJDBCStoreType  DisplayString,
        jmsJDBCStoreName  DisplayString,
        jmsJDBCStoreParent  DisplayString,
        jmsJDBCStoreJMSServer  DisplayString,
        jmsJDBCStoreConnectionPool  DisplayString,
        jmsJDBCStorePrefixName  DisplayString
        }
jmsJDBCStoreIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsJDBCStoreEntry  1  }

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

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

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

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

jmsJDBCStoreJMSServer   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The JMS Server for this store"
        
        ::=  {  jmsJDBCStoreEntry  25  }

jmsJDBCStoreConnectionPool      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Get the JDBC Connection Pool for this backing store."
        
        ::=  {  jmsJDBCStoreEntry  30  }

jmsJDBCStorePrefixName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Get the prefix name of JMS tables in this backing store."
        
        ::=  {  jmsJDBCStoreEntry  35  }

-- JMSQueueMBean                               

jmsQueueTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsQueueEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                " A JMS Destination queue."
        ::=  { wls  650 }

jmsQueueEntry   OBJECT-TYPE
        SYNTAX  JmsQueueEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsQueueTable"
        INDEX   {  jmsQueueIndex  }
        ::=  { jmsQueueTable 1 }

JmsQueueEntry  ::=  SEQUENCE {
        jmsQueueIndex  DisplayString,
        jmsQueueObjectName  DisplayString,
        jmsQueueType  DisplayString,
        jmsQueueName  DisplayString,
        jmsQueueParent  DisplayString,
        jmsQueueDestinationKeys  DisplayString,
        jmsQueueDestinations  DisplayString,
        jmsQueueBytesMaximum  INTEGER,
        jmsQueueBytesThresholdHigh  INTEGER,
        jmsQueueBytesThresholdLow  INTEGER,
        jmsQueueMessagesMaximum  INTEGER,
        jmsQueueMessagesThresholdHigh  INTEGER,
        jmsQueueMessagesThresholdLow  INTEGER,
        jmsQueuePriorityOverride  INTEGER,
        jmsQueueTimeToDeliverOverride  INTEGER,
        jmsQueueRedeliveryDelayOverride  INTEGER,
        jmsQueueRedeliveryLimit  INTEGER,
        jmsQueueErrorDestination  DisplayString,
        jmsQueueTimeToLiveOverride  INTEGER,
        jmsQueueDeliveryModeOverride  DisplayString,
        jmsQueueJNDIName  DisplayString,
        jmsQueueStoreEnabled  DisplayString
        }
jmsQueueIndex   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsQueueEntry  1  }

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

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

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

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

jmsQueueDestinationKeys OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return a read-only array of the DestinationKeys of the Template."
        
        ::=  {  jmsQueueEntry  25  }

jmsQueueDestinations    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return a read-only array of the Destinations for the Template."
        
        ::=  {  jmsQueueEntry  30  }

jmsQueueBytesMaximum    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of bytesMaximum."
        
        ::=  {  jmsQueueEntry  35  }

jmsQueueBytesThresholdHigh      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of bytesThresholdHigh."
        
        ::=  {  jmsQueueEntry  40  }

jmsQueueBytesThresholdLow       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of bytesThresholdLow."
        
        ::=  {  jmsQueueEntry  45  }

jmsQueueMessagesMaximum OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of messagesMaximum."
        
        ::=  {  jmsQueueEntry  50  }

jmsQueueMessagesThresholdHigh   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of messagesThresholdHigh."
        
        ::=  {  jmsQueueEntry  55  }

jmsQueueMessagesThresholdLow    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of messagesThresholdLow."
        
        ::=  {  jmsQueueEntry  60  }

jmsQueuePriorityOverride        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The priority override value."
        
        ::=  {  jmsQueueEntry  65  }

jmsQueueTimeToDeliverOverride   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The time-to-deliver override in milliseconds.  
This is the delay between when a message is produced and 
when it is made visible on its target destination. "
        
        ::=  {  jmsQueueEntry  70  }

jmsQueueRedeliveryDelayOverride OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The redelivery delay override in milliseconds 
for roll backs and recovers of consumed messages. "
        
        ::=  {  jmsQueueEntry  75  }

jmsQueueRedeliveryLimit OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of redelivery tries a message may have 
before it is placed in the error destination.  "
        
        ::=  {  jmsQueueEntry  80  }

jmsQueueErrorDestination        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The error destination for messages that 
have reach their redelivery limit. "
        
        ::=  {  jmsQueueEntry  85  }

jmsQueueTimeToLiveOverride      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The <timeToLiveOverride> attribute defines the time-to-live assigned 
to all messages that arrive at the destination regardless of 
the time-to-live specified by the producer. "
        
        ::=  {  jmsQueueEntry  90  }

jmsQueueDeliveryModeOverride    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " The <deliveryModeOverride> attribute defines the delivery mode assigned 
to all messages that arrive at the destination regardless
of the delivery mode specified by the producer."
        
        ::=  {  jmsQueueEntry  95  }

jmsQueueJNDIName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The JNDI name of the destination."
        
        ::=  {  jmsQueueEntry  100  }

jmsQueueStoreEnabled    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "One of tru, false, or default.  See setStoreEnabled() for more
 information"
        
        ::=  {  jmsQueueEntry  105  }

-- JMSServerMBean                               

jmsServerTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsServerEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used to monitor an EJBHome object of an Entity bean."
        ::=  { wls  660 }

jmsServerEntry  OBJECT-TYPE
        SYNTAX  JmsServerEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsServerTable"
        INDEX   {  jmsServerIndex  }
        ::=  { jmsServerTable 1 }

JmsServerEntry  ::=  SEQUENCE {
        jmsServerIndex  DisplayString,
        jmsServerObjectName  DisplayString,
        jmsServerType  DisplayString,
        jmsServerName  DisplayString,
        jmsServerParent  DisplayString,
        jmsServerTargets  DisplayString,
        jmsServerSessionPools  DisplayString,
        jmsServerDestinations  DisplayString,
        jmsServerStore  DisplayString,
        jmsServerBytesMaximum  INTEGER,
        jmsServerBytesThresholdHigh  INTEGER,
        jmsServerBytesThresholdLow  INTEGER,
        jmsServerMessagesMaximum  INTEGER,
        jmsServerMessagesThresholdHigh  INTEGER,
        jmsServerMessagesThresholdLow  INTEGER
        }
jmsServerIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsServerEntry  1  }

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

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

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

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

jmsServerTargets        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Targets on which this deployment is deployed."
        
        ::=  {  jmsServerEntry  25  }

jmsServerSessionPools   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Get all the session pools defined for the JMS Server."
        
        ::=  {  jmsServerEntry  30  }

jmsServerDestinations   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A map containing all defined destinations and their associated JNDI
 names."
        
        ::=  {  jmsServerEntry  35  }

jmsServerStore  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Get the backing store for the JMS server."
        
        ::=  {  jmsServerEntry  40  }

jmsServerBytesMaximum   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of bytesMaximum.
This is the maximum number  of bytes that can be stored in  
the JMS Server  at  any  one  time."
        
        ::=  {  jmsServerEntry  45  }

jmsServerBytesThresholdHigh     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of bytesThresholdHigh. If there is no threshold condition  
and  the  number  of  bytes  stored  in  the  JMS Server exceeds this value,  
then the condition is set and  an  event is generated"
        
        ::=  {  jmsServerEntry  50  }

jmsServerBytesThresholdLow      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of bytesThresholdLow. If  there  is  a  threshold condition and 
the number of bytes stored in the JMS Server drops below this value,  
then the condition is cleared and an event is generated."
        
        ::=  {  jmsServerEntry  55  }

jmsServerMessagesMaximum        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of messagesMaximum. This is the maximum number of messages that can be stored 
in  the  JMS Server  at  any  one  time. A value of zero means there is no limit."
        
        ::=  {  jmsServerEntry  60  }

jmsServerMessagesThresholdHigh  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of messagesThresholdHigh. If there is no threshold condition and the number 
of  messages stored in the JMS Server exceeds this value,  then the condition is set 
and an event is generated"
        
        ::=  {  jmsServerEntry  65  }

jmsServerMessagesThresholdLow   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of messagesThresholdLow. If  there is a threshold condition and the nubmer 
of  messages  stored  in  the  JMS Server drops below this value,  
then the condition  is  cleared  and  an event is generated."
        
        ::=  {  jmsServerEntry  70  }

-- JMSSessionPoolMBean                               

jmsSessionPoolTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsSessionPoolEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a JMS session pool."
        ::=  { wls  670 }

jmsSessionPoolEntry     OBJECT-TYPE
        SYNTAX  JmsSessionPoolEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsSessionPoolTable"
        INDEX   {  jmsSessionPoolIndex  }
        ::=  { jmsSessionPoolTable 1 }

JmsSessionPoolEntry  ::=  SEQUENCE {
        jmsSessionPoolIndex  DisplayString,
        jmsSessionPoolObjectName  DisplayString,
        jmsSessionPoolType  DisplayString,
        jmsSessionPoolName  DisplayString,
        jmsSessionPoolParent  DisplayString,
        jmsSessionPoolConnectionConsumers  DisplayString,
        jmsSessionPoolConnectionFactory  DisplayString,
        jmsSessionPoolListenerClass  DisplayString,
        jmsSessionPoolAcknowledgeMode  DisplayString,
        jmsSessionPoolSessionsMaximum  INTEGER,
        jmsSessionPoolTransacted  INTEGER
        }
jmsSessionPoolIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsSessionPoolEntry  1  }

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

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

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

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

jmsSessionPoolConnectionConsumers       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return a read-only array of the ConnectionConsumers of the
 SessionPool."
        
        ::=  {  jmsSessionPoolEntry  25  }

jmsSessionPoolConnectionFactory OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the JNDI name of the connection factory for the session pool"
        
        ::=  {  jmsSessionPoolEntry  30  }

jmsSessionPoolListenerClass     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the name of the listener class for the SessionPool."
        
        ::=  {  jmsSessionPoolEntry  35  }

jmsSessionPoolAcknowledgeMode   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the acknowledge mode of the SessionPool."
        
        ::=  {  jmsSessionPoolEntry  40  }

jmsSessionPoolSessionsMaximum   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the maximum number of sessions allowed for the SessionPool."
        
        ::=  {  jmsSessionPoolEntry  45  }

jmsSessionPoolTransacted        OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "returns boolean true if the SessionPool is transacted"
        
        ::=  {  jmsSessionPoolEntry  50  }

-- JMSTopicMBean                               

jmsTopicTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsTopicEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                " A JMS Destination topic."
        ::=  { wls  680 }

jmsTopicEntry   OBJECT-TYPE
        SYNTAX  JmsTopicEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsTopicTable"
        INDEX   {  jmsTopicIndex  }
        ::=  { jmsTopicTable 1 }

JmsTopicEntry  ::=  SEQUENCE {
        jmsTopicIndex  DisplayString,
        jmsTopicObjectName  DisplayString,
        jmsTopicType  DisplayString,
        jmsTopicName  DisplayString,
        jmsTopicParent  DisplayString,
        jmsTopicDestinationKeys  DisplayString,
        jmsTopicDestinations  DisplayString,
        jmsTopicBytesMaximum  INTEGER,
        jmsTopicBytesThresholdHigh  INTEGER,
        jmsTopicBytesThresholdLow  INTEGER,
        jmsTopicMessagesMaximum  INTEGER,
        jmsTopicMessagesThresholdHigh  INTEGER,
        jmsTopicMessagesThresholdLow  INTEGER,
        jmsTopicPriorityOverride  INTEGER,
        jmsTopicTimeToDeliverOverride  INTEGER,
        jmsTopicRedeliveryDelayOverride  INTEGER,
        jmsTopicRedeliveryLimit  INTEGER,
        jmsTopicErrorDestination  DisplayString,
        jmsTopicTimeToLiveOverride  INTEGER,
        jmsTopicDeliveryModeOverride  DisplayString,
        jmsTopicJNDIName  DisplayString,
        jmsTopicStoreEnabled  DisplayString,
        jmsTopicMulticastAddress  DisplayString,
        jmsTopicMulticastTTL  INTEGER,
        jmsTopicMulticastPort  INTEGER
        }
jmsTopicIndex   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsTopicEntry  1  }

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

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

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

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

jmsTopicDestinationKeys OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return a read-only array of the DestinationKeys of the Template."
        
        ::=  {  jmsTopicEntry  25  }

jmsTopicDestinations    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return a read-only array of the Destinations for the Template."
        
        ::=  {  jmsTopicEntry  30  }

jmsTopicBytesMaximum    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of bytesMaximum."
        
        ::=  {  jmsTopicEntry  35  }

jmsTopicBytesThresholdHigh      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of bytesThresholdHigh."
        
        ::=  {  jmsTopicEntry  40  }

jmsTopicBytesThresholdLow       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of bytesThresholdLow."
        
        ::=  {  jmsTopicEntry  45  }

jmsTopicMessagesMaximum OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of messagesMaximum."
        
        ::=  {  jmsTopicEntry  50  }

jmsTopicMessagesThresholdHigh   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of messagesThresholdHigh."
        
        ::=  {  jmsTopicEntry  55  }

jmsTopicMessagesThresholdLow    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The value of messagesThresholdLow."
        
        ::=  {  jmsTopicEntry  60  }

jmsTopicPriorityOverride        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The priority override value."
        
        ::=  {  jmsTopicEntry  65  }

jmsTopicTimeToDeliverOverride   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The time-to-deliver override in milliseconds.  
This is the delay between when a message is produced and 
when it is made visible on its target destination. "
        
        ::=  {  jmsTopicEntry  70  }

jmsTopicRedeliveryDelayOverride OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The redelivery delay override in milliseconds 
for roll backs and recovers of consumed messages. "
        
        ::=  {  jmsTopicEntry  75  }

jmsTopicRedeliveryLimit OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The number of redelivery tries a message may have 
before it is placed in the error destination.  "
        
        ::=  {  jmsTopicEntry  80  }

jmsTopicErrorDestination        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The error destination for messages that 
have reach their redelivery limit. "
        
        ::=  {  jmsTopicEntry  85  }

jmsTopicTimeToLiveOverride      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The <timeToLiveOverride> attribute defines the time-to-live assigned 
to all messages that arrive at the destination regardless of 
the time-to-live specified by the producer. "
        
        ::=  {  jmsTopicEntry  90  }

jmsTopicDeliveryModeOverride    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " The <deliveryModeOverride> attribute defines the delivery mode assigned 
to all messages that arrive at the destination regardless
of the delivery mode specified by the producer."
        
        ::=  {  jmsTopicEntry  95  }

jmsTopicJNDIName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The JNDI name of the destination."
        
        ::=  {  jmsTopicEntry  100  }

jmsTopicStoreEnabled    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "One of true, false, or default.  See setStoreEnabled() for more
 information"
        
        ::=  {  jmsTopicEntry  105  }

jmsTopicMulticastAddress        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The multicast address used by the destination."
        
        ::=  {  jmsTopicEntry  110  }

jmsTopicMulticastTTL    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The time-to-live value for the multicast message."
        
        ::=  {  jmsTopicEntry  115  }

jmsTopicMulticastPort   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The multicast port for the destination."
        
        ::=  {  jmsTopicEntry  120  }

-- jmsVirtualDestinationMBean                               

jmsVirtualDestinationTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsVirtualDestinationEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a key value for a destination "
        ::=  { wls  682 }

jmsVirtualDestinationEntry      OBJECT-TYPE
        SYNTAX  JmsVirtualDestinationEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsVirtualDestinationTable"
        INDEX   {  jmsVirtualDestinationIndex  }
        ::=  { jmsVirtualDestinationTable 1 }

JmsVirtualDestinationEntry  ::=  SEQUENCE {
        jmsVirtualDestinationIndex  DisplayString,
        jmsVirtualDestinationObjectName  DisplayString,
        jmsVirtualDestinationType  DisplayString,
        jmsVirtualDestinationName  DisplayString,
        jmsVirtualDestinationParent  DisplayString,
        jmsVirtualDestinationJNDIName  INTEGER
        }
jmsVirtualDestinationIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jmsVirtualDestinationEntry  1  }

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

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

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

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

jmsVirtualDestinationJNDIName   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the JNDI name of the distributed destination."
        
        ::=  {  jmsVirtualDestinationEntry  25  }

-- JTAMBean                               

jtaTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JtaEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table provides access to the JTA configuration attributes.  "
        ::=  { wls  690 }

jtaEntry        OBJECT-TYPE
        SYNTAX  JtaEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jtaTable"
        INDEX   {  jtaIndex  }
        ::=  { jtaTable 1 }

JtaEntry  ::=  SEQUENCE {
        jtaIndex  DisplayString,
        jtaObjectName  DisplayString,
        jtaType  DisplayString,
        jtaName  DisplayString,
        jtaParent  DisplayString,
        jtaTimeoutSeconds  INTEGER,
        jtaAbandonTimeoutSeconds  INTEGER,
        jtaForgetHeuristics  INTEGER,
        jtaBeforeCompletionIterationLimit  INTEGER,
        jtaMaxTransactions  INTEGER,
        jtaMaxUniqueNameStatistics  INTEGER
        }
jtaIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  jtaEntry  1  }

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

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

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

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

jtaTimeoutSeconds       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The transaction timeout in seconds."
        
        ::=  {  jtaEntry  25  }

jtaAbandonTimeoutSeconds        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The transaction abandon timeout in seconds."
        
        ::=  {  jtaEntry  30  }

jtaForgetHeuristics     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Returns a boolean indicating whether the transaction manager
 will automatically perform an XAResource forget operation for 
transaction heuristic completions."
        
        ::=  {  jtaEntry  35  }

jtaBeforeCompletionIterationLimit       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of iterations the transaction
 manager will perform the beforeCompletion synchronization callback."
        
        ::=  {  jtaEntry  40  }

jtaMaxTransactions      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of simultaneous in progress
 transactions allowed on a server."
        
        ::=  {  jtaEntry  45  }

jtaMaxUniqueNameStatistics      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of unique transaction names
 for which statistics will be maintained."
        
        ::=  {  jtaEntry  50  }

-- KernelMBean                               

kernelTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  KernelEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a kernel in the domain."
        ::=  { wls  692 }

kernelEntry     OBJECT-TYPE
        SYNTAX  KernelEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of kernelTable"
        INDEX   {  kernelIndex  }
        ::=  { kernelTable 1 }

KernelEntry  ::=  SEQUENCE {
        kernelIndex  DisplayString,
        kernelObjectName  DisplayString,
        kernelType  DisplayString,
        kernelName  DisplayString,
        kernelParent  DisplayString,
        kernelCompleteCOMMessageTimeout  INTEGER,
        kernelCompleteHTTPMessageTimeout  INTEGER,
        kernelCompleteIIOPMessageTimeout  INTEGER,
        kernelCompleteT3MessageTimeout  INTEGER,
        kernelDefaultGIOPMinorVersion  INTEGER,
        kernelDefaultProtocol  DisplayString,
        kernelDefaultSecureProtocol  DisplayString,
        kernelDGCIdlePeriodsUntilTimeout  INTEGER,
        kernelIdleIIOPConnectionTimeout  INTEGER,
        kernelMaxCOMMessageSize  INTEGER,
        kernelMaxHTTPMessageSize  INTEGER,
        kernelMaxIIOPMessageSize  INTEGER,
        kernelMaxOpenSockCount  INTEGER,
        kernelMaxT3MessageSize  INTEGER,
        kernelStdoutFormat  DisplayString,
        kernelStdoutSeverityLevel  INTEGER,
        kernelStuckThreadMaxTime  INTEGER,
        kernelStuckThreadTimerInterval  INTEGER,
        kernelThreadPoolPercentSocketReaders  INTEGER,
        kernelInstrumentStackTraceEnabled  INTEGER,
        kernelLogRemoteExceptionsEnabled  INTEGER,
        kernelNativeIOEnabled  INTEGER,
        kernelReverseDNSAllowed  INTEGER,
        kernelStdoutDebugEnabled  INTEGER,
        kernelStdoutEnabled  INTEGER,
        kernelStdoutLogStack  INTEGER
        }
kernelIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  kernelEntry  1  }

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

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

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

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

kernelCompleteCOMMessageTimeout OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum number of seconds spent
   waiting for a complete COM message to be received.
   This attribute helps guard against denial of
   service attacks in which a caller indicates that
   they will be sending a message of a certain size
   which they never finish sending."
        
        ::=  {  kernelEntry  25  }

kernelCompleteHTTPMessageTimeout        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum number of seconds spent
   * waiting for a complete HTTP message to be received.
   * This attribute helps guard against denial of
   * service attacks in which a caller indicates that
   * they will be sending a message of a certain size
   * which they never finish sending."
        
        ::=  {  kernelEntry  30  }

kernelCompleteIIOPMessageTimeout        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum number of seconds spent
     waiting for a complete HTTP message to be received.
    This attribute helps guard against denial of
    service attacks in which a caller indicates that
    they will be sending a message of a certain size
    which they never finish sending."
        
        ::=  {  kernelEntry  35  }

kernelCompleteT3MessageTimeout  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum number of seconds spent
   waiting for a complete T3 message to be received.
    This attribute helps guard against denial of
    service attacks in which a caller indicates that
    they will be sending a message of a certain size
   which they never finish sending."
        
        ::=  {  kernelEntry  40  }

kernelDefaultGIOPMinorVersion   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the default minor GIOP version for IIOP messages.  This
    attribute is useful for client orbs with broken GIOP 1.2
    implementations."
        
        ::=  {  kernelEntry  45  }

kernelDefaultProtocol   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the protocol to be used for connections when none is
   specified."
        
        ::=  {  kernelEntry  55  }

kernelDefaultSecureProtocol     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the protocol to be used for secure connections when none
   is specified."
        
        ::=  {  kernelEntry  60  }

kernelDGCIdlePeriodsUntilTimeout        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of idle periods allowed before object is collected."
        
        ::=  {  kernelEntry  65  }

kernelIdleIIOPConnectionTimeout OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum number of seconds an IIOP connection is
    allowed to be idle before it is closed by the server. This
    attribute helps guard against server deadlock through too many
    open connections."
        
        ::=  {  kernelEntry  70  }

kernelMaxCOMMessageSize OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum COM message size allowable in a message header.
    This attribute attempts to prevent a denial of service attack whereby
    a caller attempts to force the server to allocate more memory than
    is available thereby keeping the server from responding quickly to
    other requests."
        
        ::=  {  kernelEntry  75  }

kernelMaxHTTPMessageSize        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum HTTP message size allowable in a message header.
    This attribute attempts to prevent a denial of service attack whereby
    a caller attempts to force the server to allocate more memory than
    is available thereby keeping the server from responding quickly to
    other requests."
        
        ::=  {  kernelEntry  85  }

kernelMaxIIOPMessageSize        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum IIOP message size allowable in a message header.
    This attribute attempts to prevent a denial of service attack whereby
    a caller attempts to force the server to allocate more memory than
    is available thereby keeping the server from responding quickly to
    other requests."
        
        ::=  {  kernelEntry  90  }

kernelMaxOpenSockCount  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the maximum number of open sockets allowed
    in server at a given point of time. When max threshold is reached,
    server stops accepting any more new requests until no of sockets
    drops below threshold."
        
        ::=  {  kernelEntry  95  }

kernelMaxT3MessageSize  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum T3 message size allowable in a message header.
    This attribute attempts to prevent a denial of service attack whereby
    a caller attempts to force the server to allocate more memory than
    is available thereby keeping the server from responding quickly to
    other requests."
        
        ::=  {  kernelEntry  100  }

kernelStdoutFormat      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The output format to use when logging to the console."
        
        ::=  {  kernelEntry  105  }

kernelStdoutSeverityLevel       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The minimum severity of a message that the server sends to standard out."
        
        ::=  {  kernelEntry  110  }

kernelStuckThreadMaxTime        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the time that is used to determine when a thread might be stuck."
        
        ::=  {  kernelEntry  115  }

kernelStuckThreadTimerInterval  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the time interval that is used to scan the state of the running
    threads.  This along with StuckThreadMaxTime is used to determine when a
    thread might be stuck."
        
        ::=  {  kernelEntry  120  }

kernelThreadPoolPercentSocketReaders    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the percentage (1-99                          ) of execute threads from the default
    queue hat may be used as socket readers."
        
        ::=  {  kernelEntry  125  }

kernelInstrumentStackTraceEnabled       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Determines whether exception messages include the server-side stack trace."
        
        ::=  {  kernelEntry  130  }

kernelLogRemoteExceptionsEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Determines whether the server message log includes exceptions that are
    raised in remote systems."
        
        ::=  {  kernelEntry  135  }

kernelNativeIOEnabled   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether or not native I/O is enabled for the server.."
        
        ::=  {  kernelEntry  140  }

kernelReverseDNSAllowed OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns whether or not the kernel is allowed to perform reverse
    DNS lookups."
        
        ::=  {  kernelEntry  145  }

kernelStdoutDebugEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Determines whether the server sends debug messages to standard out in
    addition to the log file. You must enable <code>Log to Standard Out</code>
    for this property to be relevant."
        
        ::=  {  kernelEntry  150  }

kernelStdoutEnabled     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Enables the server to send messages to standard out in addition to the
    log file."
        
        ::=  {  kernelEntry  155  }

kernelStdoutLogStack    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether to dump stack traces to the console when included in logged message."
        
        ::=  {  kernelEntry  160  }

-- LogMBean                               

logTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  LogEntry
        ACCESS  not-accessible
STATUS  mandatory
        ::=  { wls  700 }

logEntry        OBJECT-TYPE
        SYNTAX  LogEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of logTable"
        INDEX   {  logIndex  }
        ::=  { logTable 1 }

LogEntry  ::=  SEQUENCE {
        logIndex  DisplayString,
        logObjectName  DisplayString,
        logType  DisplayString,
        logName  DisplayString,
        logParent  DisplayString,
        logFileName  DisplayString,
        logRotationType  DisplayString,
        logNumberOfFilesLimited  INTEGER,
        logFileCount  INTEGER,
        logFileTimeSpan  INTEGER,
        logFileMinSize  INTEGER
        }
logIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  logEntry  1  }

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

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

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

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

logFileName     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "name of the error log file, including the absolute directory path."
        
        ::=  {  logEntry  25  }

logRotationType OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return rotation type for this logfile."
        
        ::=  {  logEntry  30  }

logNumberOfFilesLimited OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false)."
        
        ::=  {  logEntry  35  }

logFileCount    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "This attribute defines the number of file instances which are kept 
by the logging system, other than the current logfile."
        
        ::=  {  logEntry  40  }

logFileTimeSpan OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Timespan (in hours) after which logfile should be rotated."
        
        ::=  {  logEntry  45  }

logFileMinSize  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The minimum size (in kilobytes) that the error log file
 must reach before it is rolled over."
        
        ::=  {  logEntry  50  }

-- NetworkChannelMBean                               

networkChannelTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  NetworkChannelEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a networkChannel in the domain."
        ::=  { wls  703 }

networkChannelEntry     OBJECT-TYPE
        SYNTAX  NetworkChannelEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of networkChannelTable"
        INDEX   {  networkChannelIndex  }
        ::=  { networkChannelTable 1 }

NetworkChannelEntry  ::=  SEQUENCE {
        networkChannelIndex  DisplayString,
        networkChannelObjectName  DisplayString,
        networkChannelType  DisplayString,
        networkChannelName  DisplayString,
        networkChannelParent  DisplayString,
        networkChannelAcceptBacklog  INTEGER,
        networkChannelChannelWeight  INTEGER,
        networkChannelClusterAddress  DisplayString,
        networkChannelCompleteCOMMessageTimeout  INTEGER,
        networkChannelCompleteHTTPMessageTimeout  INTEGER,
        networkChannelCompleteT3MessageTimeout  INTEGER,
        networkChannelDescription  DisplayString,
        networkChannelListenPort  INTEGER,
        networkChannelLoginTimeoutMillis  INTEGER,
        networkChannelLoginTimeoutMillisSSL  INTEGER,
        networkChannelMaxCOMMessageSize  INTEGER,
        networkChannelMaxT3MessageSize  INTEGER,
        networkChannelMaxHTTPMessageSize  INTEGER,
        networkChannelSSLListenPort  INTEGER,
        networkChannelTunnelingClientPingSecs  INTEGER,
        networkChannelTunnelingClientTimeoutSecs  INTEGER,
        networkChannelBoundOutgoingEnabled  INTEGER,
        networkChannelCOMEnabled  INTEGER,
        networkChannelHTTPEnabled  INTEGER,
        networkChannelHTTPSEnabled  INTEGER,
        networkChannelListenPortEnabled  INTEGER,
        networkChannelOutgoingEnabled  INTEGER,
        networkChannelSSLListenPortEnabled  INTEGER,
        networkChannelT3Enabled  INTEGER,
        networkChannelT3SEnabled  INTEGER,
        networkChannelTunnelingEnabled  INTEGER
        }
networkChannelIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  networkChannelEntry  1  }

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

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

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

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

networkChannelAcceptBacklog     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Allowed backlog of connection requests on the listen port(s).
   * Individual servers may override this value using a NetworkAccessPointMBean.
   * Setting the backlog to 0 may prevent accepting any incoming connection on
   * some of the OS."
        
        ::=  {  networkChannelEntry  25  }

networkChannelChannelWeight     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A weight to give this channel when creating server-to-server
   * connections."
        
        ::=  {  networkChannelEntry  30  }

networkChannelClusterAddress    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "This channel's cluster address.  If this
   * is not set, the cluster address from the cluster
   * configuration is used in its place."
        
        ::=  {  networkChannelEntry  35  }

networkChannelCompleteCOMMessageTimeout OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of seconds spent
   * waiting for a complete COM message to be received.
   * This attribute helps guard against denial of
   * service attacks in which a caller indicates that
   * they will be sending a message of a certain size
   * which they never finish sending."
        
        ::=  {  networkChannelEntry  40  }

networkChannelCompleteHTTPMessageTimeout        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of seconds spent
   * waiting for a complete HTTP message to be received.
   * This attribute helps guard against denial of
   * service attacks in which a caller indicates that
   * they will be sending a message of a certain size
   * which they never finish sending."
        
        ::=  {  networkChannelEntry  45  }

networkChannelCompleteT3MessageTimeout  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of seconds spent
   * waiting for a complete T3 message to be received.
   * This attribute helps guard against denial of
   * service attacks in which a caller indicates that
   * they will be sending a message of a certain size
   * which they never finish sending.
   * Individual servers may override this value using a NetworkAccessPointMBean."
        
        ::=  {  networkChannelEntry  50  }

networkChannelDescription       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Optional short description of this channel for console display
    * purposes."
        
        ::=  {  networkChannelEntry  55  }

networkChannelListenPort        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "he plaintext (non-SSL) listen port for the channel.  Individual servers
    * may override
    * this value, but may not enable the port if disabled here
    * and may not disable the port if enabled here.
    * Individual servers may override this value using a NetworkAccessPointMBean."
        
        ::=  {  networkChannelEntry  60  }

networkChannelLoginTimeoutMillis        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The login timeout for the server, in milliseconds. This
   * value must be equal to or greater than 0.
   * Individual servers may override this value using a NetworkAccessPointMBean."
        
        ::=  {  networkChannelEntry  65  }

networkChannelLoginTimeoutMillisSSL     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Duration allowed for an SSL login sequence.  If the duration is exceeded, the
   * login is timed out.  0 to disable.
   * Individual servers may override this value using a NetworkAccessPointMBean."
        
        ::=  {  networkChannelEntry  70  }

networkChannelMaxCOMMessageSize OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum COM message size allowable in a message header.
   * This attribute attempts to prevent a denial of service attack whereby
   * a caller attempts to force the server to allocate more memory than
   * is available thereby keeping the server from responding quickly to
   * other requests."
        
        ::=  {  networkChannelEntry  75  }

networkChannelMaxT3MessageSize  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum T3 message size allowable in a message header.
   * This attribute attempts to prevent a denial of service attack whereby
   * a caller attempts to force the server to allocate more memory than
   * is available thereby keeping the server from responding quickly to
   * other requests."
        
        ::=  {  networkChannelEntry  80  }

networkChannelMaxHTTPMessageSize        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The SSL listen port for the channel.  Individual server's may override
    * this value, but may not enable the port if disabled here
    * and may not disable the port if enabled here.   SSL must be configured
    * and enabled for this port to work.
    * Individual servers may override this value using a NetworkAccessPointMBean."
        
        ::=  {  networkChannelEntry  85  }

networkChannelSSLListenPort     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of seconds spent
   * waiting for a complete HTTP message to be received.
   * This attribute helps guard against denial of
   * service attacks in which a caller indicates that
   * they will be sending a message of a certain size
   * which they never finish sending."
        
        ::=  {  networkChannelEntry  90  }

networkChannelTunnelingClientPingSecs   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Interval (in seconds) at which to ping an http-tunneled client to see
   * if its still alive.
   * Individual servers may override this value using a NetworkAccessPointMBean."
        
        ::=  {  networkChannelEntry  95  }

networkChannelTunnelingClientTimeoutSecs        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Duration (in seconds) after which a missing http-tunneled client is
   * considered dead.
   * Individual servers may override this value using a NetworkAccessPointMBean."
        
        ::=  {  networkChannelEntry  100  }

networkChannelBoundOutgoingEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Bind new outgoing server side T3 or T3S connections 
   * to the server channel's listen address.  Other
   * protocols ignore this field.  This field is ignored
   * for connections initiated via URLs, it takes
   * effect if and only if the connection was initiated
   * by accessing a remote reference (such as an EJB
   * or RMI stub.)."
        
        ::=  {  networkChannelEntry  105  }

networkChannelCOMEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether or not plaintext (non-SSL) COM traffic is enabled."
        
        ::=  {  networkChannelEntry  110  }

networkChannelHTTPEnabled       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether or not plaintext (non-SSL) HTTP traffic is enabled."
        
        ::=  {  networkChannelEntry  115  }

networkChannelHTTPSEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether or not secure (SSL) HTTP traffic is enabled."
        
        ::=  {  networkChannelEntry  120  }

networkChannelListenPortEnabled OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether or not plaintext port is enabled for the channel."
        
        ::=  {  networkChannelEntry  125  }

networkChannelOutgoingEnabled   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether or not new server-to-server connections may
   * consider this channel when initiating"
        
        ::=  {  networkChannelEntry  130  }

networkChannelSSLListenPortEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether or not SSL port is enabled for the channel.  SSL must be configured
   * and enabled in addition to this setting for the SSL port to work"
        
        ::=  {  networkChannelEntry  135  }

networkChannelT3Enabled OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether or not plaintext (non-SSL) T3 traffic is enabled.
   * Note that it is not possible to disable T3 traffic on the default channel(s)"
        
        ::=  {  networkChannelEntry  140  }

networkChannelT3SEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether or not secure T3 traffic is enabled.
   * Note that it is not possible to disable T3 traffic on the default channel(s)"
        
        ::=  {  networkChannelEntry  145  }

networkChannelTunnelingEnabled  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Enables tunneling via http."
        
        ::=  {  networkChannelEntry  150  }

-- networkAccessPointMBean                               

networkAccessPointTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  NetworkAccessPointEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a networkAccessPoint in the domain."
        ::=  { wls  705 }

networkAccessPointEntry OBJECT-TYPE
        SYNTAX  NetworkAccessPointEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of networkAccessPointTable"
        INDEX   {  networkAccessPointIndex  }
        ::=  { networkAccessPointTable 1 }

NetworkAccessPointEntry  ::=  SEQUENCE {
        networkAccessPointIndex  DisplayString,
        networkAccessPointObjectName  DisplayString,
        networkAccessPointType  DisplayString,
        networkAccessPointName  DisplayString,
        networkAccessPointParent  DisplayString,
        networkAccessPointAcceptBacklog  INTEGER,
        networkAccessPointCompleteCOMMessageTimeout  INTEGER,
        networkAccessPointCompleteHTTPMessageTimeout  INTEGER,
        networkAccessPointCompleteT3MessageTimeout  INTEGER,
        networkAccessPointListenAddress  DisplayString,
        networkAccessPointListenPort  INTEGER,
        networkAccessPointLoginTimeoutMillisSSL  INTEGER,
        networkAccessPointLoginTimeoutMillis  INTEGER,
        networkAccessPointSSLListenPort  INTEGER,
        networkAccessPointTunnelingClientPingSecs  INTEGER,
        networkAccessPointTunnelingClientTimeoutSecs  INTEGER
        }
networkAccessPointIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  networkAccessPointEntry  1  }

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

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

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

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

networkAccessPointAcceptBacklog OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Allowed backlog of connection requests on the listen port.
   * -1                         implies that this value is inherited from the channel."
        
        ::=  {  networkAccessPointEntry  25  }

networkAccessPointCompleteCOMMessageTimeout     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of seconds spent
   * waiting for a complete COM message to be received.
   * This attribute helps guard against denial of
   * service attacks in which a caller indicates that
   * they will be sending a message of a certain size
   * which they never finish sending.
   * -1                         implies that this value is inherited from the channel."
        
        ::=  {  networkAccessPointEntry  30  }

networkAccessPointCompleteHTTPMessageTimeout    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of seconds spent
   * waiting for a complete HTTP message to be received.
   * This attribute helps guard against denial of
   * service attacks in which a caller indicates that
   * they will be sending a message of a certain size
   * which they never finish sending.
   * -1                         implies that this value is inherited from the channel."
        
        ::=  {  networkAccessPointEntry  35  }

networkAccessPointCompleteT3MessageTimeout      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum number of seconds spent
   * waiting for a complete T3 message to be received.
   * This attribute helps guard against denial of
   * service attacks in which a caller indicates that
   * they will be sending a message of a certain size
   * which they never finish sending.
   * -1                         implies that this value is inherited from the channel."
        
        ::=  {  networkAccessPointEntry  40  }

networkAccessPointListenAddress OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A value of null indicates that this value is inherited from the server."
        
        ::=  {  networkAccessPointEntry  45  }

networkAccessPointListenPort    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The plaintext (non-SSL) listen port for the channel.
   * -1                         implies that this value is inherited from the channel."
        
        ::=  {  networkAccessPointEntry  50  }

networkAccessPointLoginTimeoutMillisSSL OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Duration allowed for an SSL login sequence.  If the duration is exceeded, the
   * login is timed out.  0 to disable.
   * -1                         implies that this value is inherited from the channel."
        
        ::=  {  networkAccessPointEntry  55  }

networkAccessPointLoginTimeoutMillis    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A value of null indicates that this value is inherited from the server."
        
        ::=  {  networkAccessPointEntry  60  }

networkAccessPointSSLListenPort OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The SSL listen port for the channel.
   * -1                         implies that this value is inherited from the channel.."
        
        ::=  {  networkAccessPointEntry  65  }

networkAccessPointTunnelingClientPingSecs       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Interval (in seconds) at which to ping an http-tunneled client to see
   * if its still alive.
   * -1                         implies that this value is inherited from the channel."
        
        ::=  {  networkAccessPointEntry  70  }

networkAccessPointTunnelingClientTimeoutSecs    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Duration (in seconds) after which a missing http-tunneled client is
   * considered dead.
   * -1                         implies that this value is inherited from the channel."
        
        ::=  {  networkAccessPointEntry  75  }

-- NodeManagerMBean                               

nodeManagerTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  NodeManagerEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a nodeManager in the domain."
        ::=  { wls  707 }

nodeManagerEntry        OBJECT-TYPE
        SYNTAX  NodeManagerEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of nodeManagerTable"
        INDEX   {  nodeManagerIndex  }
        ::=  { nodeManagerTable 1 }

NodeManagerEntry  ::=  SEQUENCE {
        nodeManagerIndex  DisplayString,
        nodeManagerObjectName  DisplayString,
        nodeManagerType  DisplayString,
        nodeManagerName  DisplayString,
        nodeManagerParent  DisplayString,
        nodeManagerCertificate  DisplayString,
        nodeManagerCertificateType  DisplayString,
        nodeManagerListenAddress  DisplayString,
        nodeManagerListenPort  INTEGER,
        nodeManagerTrustedCertsFile  INTEGER
        }
nodeManagerIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  nodeManagerEntry  1  }

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

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

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

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

nodeManagerCertificate  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The certificate file to use for secure communications with NodeManager.
   * The path is relative to the Administration Server's root directory."
        
        ::=  {  nodeManagerEntry  25  }

nodeManagerCertificateType      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The certificate type used for secure communications with the NodeManager ."
        
        ::=  {  nodeManagerEntry  30  }

nodeManagerListenAddress        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The address on which NodeManager listens for connections."
        
        ::=  {  nodeManagerEntry  35  }

nodeManagerListenPort   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The port on which NodeManager listens for connections."
        
        ::=  {  nodeManagerEntry  40  }

nodeManagerTrustedCertsFile     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The trusted certs file password to use for secure communication with 
   * NodeManager.  The path is relative to the Administration Server's 
   * root directory."
        
        ::=  {  nodeManagerEntry  45  }

-- rmcFactoryMBean                               

rmcFactoryTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  RmcFactoryEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a rmcFactory in the domain."
        ::=  { wls  708 }

rmcFactoryEntry OBJECT-TYPE
        SYNTAX  RmcFactoryEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of rmcFactoryTable"
        INDEX   {  rmcFactoryIndex  }
        ::=  { rmcFactoryTable 1 }

RmcFactoryEntry  ::=  SEQUENCE {
        rmcFactoryIndex  DisplayString,
        rmcFactoryObjectName  DisplayString,
        rmcFactoryType  DisplayString,
        rmcFactoryName  DisplayString,
        rmcFactoryParent  DisplayString,
        rmcFactoryJNDIName  DisplayString
        }
rmcFactoryIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  rmcFactoryEntry  1  }

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

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

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

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

rmcFactoryJNDIName      OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  rmcFactoryEntry  21  }

-- SecurityMBean                               

securityTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  SecurityEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a security in the domain."
        ::=  { wls  710 }

securityEntry   OBJECT-TYPE
        SYNTAX  SecurityEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of securityTable"
        INDEX   {  securityIndex  }
        ::=  { securityTable 1 }

SecurityEntry  ::=  SEQUENCE {
        securityIndex  DisplayString,
        securityObjectName  DisplayString,
        securityType  DisplayString,
        securityName  DisplayString,
        securityParent  DisplayString,
        securityAuditProviderClassName  DisplayString,
        securityConnectionFilter  DisplayString,
        securityConnectionFilterRules  DisplayString,
        securityConnectionLoggerEnabled  DisplayString,
        securitySystemUser  DisplayString,
        securityCompatibilityMode  INTEGER,
        securityGuestDisabled  INTEGER
        }
securityIndex   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  securityEntry  1  }

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

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

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

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

securityAuditProviderClassName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of the Java class that implements a 6.x Auditing provider. The Auditing
   * provider must be an implementation of the <tt>weblogic.security.audit.AuditProvider</tt>
   * interface."
        
        ::=  {  securityEntry  25  }

securityConnectionFilter        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of the Java class that implements a connection filter.
   * The connection filter must be an implementation of the 
   * <tt>weblogic.security.net.ConnectionFilter</tt> interface."
        
        ::=  {  securityEntry  30  }

securityConnectionFilterRules   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The list of rules for the system connection filter.
   * If none are specified, all connections are accepted."
        
        ::=  {  securityEntry  35  }

securityConnectionLoggerEnabled OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Enables the logging of accepted connections.  This attribute can be used by
   * a system administrator to dynamically check the incoming connections in the
   * log file to determine if filtering needs to be performed."
        
        ::=  {  securityEntry  45  }

securitySystemUser      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of the <tt>system</tt> user. This attribute must be specified."
        
        ::=  {  securityEntry  55  }

securityCompatibilityMode       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specifies whether migration from a WebLogic Server 6.x security configuration is enabled."
        
        ::=  {  securityEntry  60  }

securityGuestDisabled   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specifies whether or not guest logins can be
   * used to access WebLogic Server resources."
        
        ::=  {  securityEntry  65  }

-- ServerMBean                               

serverTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ServerEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a Weblogic Server. A WebLogic Server is a
Java process that is a container for J2EE applications."
        ::=  { wls  730 }

serverEntry     OBJECT-TYPE
        SYNTAX  ServerEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of serverTable"
        INDEX   {  serverIndex  }
        ::=  { serverTable 1 }

ServerEntry  ::=  SEQUENCE {
        serverIndex  DisplayString,
        serverObjectName  DisplayString,
        serverType  DisplayString,
        serverName  DisplayString,
        serverParent  DisplayString,
        serverDeployments  DisplayString,
        serverReverseDNSAllowed  INTEGER,
        serverDefaultProtocol  DisplayString,
        serverDefaultSecureProtocol  DisplayString,
        serverThreadPoolSize  INTEGER,
        serverNativeIOEnabled  INTEGER,
        serverThreadPoolPercentSocketReaders  INTEGER,
        serverMaxT3MessageSize  INTEGER,
        serverMaxHTTPMessageSize  INTEGER,
        serverMaxIIOPMessageSize  INTEGER,
        serverCompleteT3MessageTimeout  INTEGER,
        serverCompleteHTTPMessageTimeout  INTEGER,
        serverCompleteIIOPMessageTimeout  INTEGER,
        serverStdoutEnabled  INTEGER,
        serverStdoutSeverityLevel  INTEGER,
        serverLogRemoteExceptionsEnabled  INTEGER,
        serverInstrumentStackTraceEnabled  INTEGER,
        serverRootDirectory  DisplayString,
        serverMachine  DisplayString,
        serverListenPort  INTEGER,
        serverLoginTimeout  INTEGER,
        serverCluster  DisplayString,
        serverClusterWeight  INTEGER,
        serverReplicationGroup  DisplayString,
        serverPreferredSecondaryGroup  DisplayString,
        serverWebServer  DisplayString,
        serverExpectedToRun  INTEGER,
        serverJDBCLoggingEnabled  INTEGER,
        serverJDBCLogFileName  DisplayString,
        serverZACEnabled  INTEGER,
        serverZACPublishRoot  DisplayString,
        serverIIOPEnabled  INTEGER,
        serverDefaultIIOPUser  DisplayString,
        serverHttpdEnabled  INTEGER,
        serverHelpPageURL  DisplayString,
        serverWorkspaceShowUserKeysOnly  INTEGER,
        serverConsoleInputEnabled  INTEGER,
        serverListenThreadStartDelaySecs  INTEGER,
        serverListenAddress  DisplayString,
        serverLoginTimeoutMillis  INTEGER,
        serverAdministrationPort  INTEGER,
        serverJavaCompiler  DisplayString,
        serverJavaCompilerPreClassPath  DisplayString,
        serverJavaCompilerPostClassPath  DisplayString,
        serverExtraRmicOptions  DisplayString,
        serverTransactionLogFilePrefix  DisplayString,
        serverEnabledForDomainLog  INTEGER,
        serverTunnelingEnabled  INTEGER,
        serverTunnelingClientTimeoutSecs  INTEGER,
        serverTunnelingClientPingSecs  INTEGER,
        serverJMSDefaultConnectionFactoriesEnabled  INTEGER,
        serverDomainLogFilter  DisplayString,
        serverAcceptBacklog  DisplayString
        }
serverIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  serverEntry  1  }

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

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

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

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

serverDeployments       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "All the deployments that should be to be deployed on this
 target, including Components, JDBCConnectionPools, JMS
 Destinations, etc."
        
        ::=  {  serverEntry  25  }

serverReverseDNSAllowed OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "boolean value (true Or false). Returns whether or not the kernel is allowed to perform reverse
 DNS lookups."
        
        ::=  {  serverEntry  30  }

serverDefaultProtocol   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The protocol to be used for connections when none is
 specified."
        
        ::=  {  serverEntry  35  }

serverDefaultSecureProtocol     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The protocol to be used for secure connections when none
 is specified."
        
        ::=  {  serverEntry  40  }

serverThreadPoolSize    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The size of the execute thread pool."
        
        ::=  {  serverEntry  45  }

serverNativeIOEnabled   OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "boolean value (true Or false). Whether or not native I/O is enabled for the server."
        
        ::=  {  serverEntry  50  }

serverThreadPoolPercentSocketReaders    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The percentage (1-99                               ) of execute threads that may be used
 as socket readers."
        
        ::=  {  serverEntry  55  }

serverMaxT3MessageSize  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum T3 message size allowable in a message header.
 This attribute attempts to prevent a denial of service attack whereby
 a caller attempts to force the server to allocate more memory than
 is available thereby keeping the server from responding quickly to
 other requests."
        
        ::=  {  serverEntry  60  }

serverMaxHTTPMessageSize        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum HTTP message size allowable in a message header.
 This attribute attempts to prevent a denial of service attack whereby
 a caller attempts to force the server to allocate more memory than
 is available thereby keeping the server from responding quickly to
 other requests."
        
        ::=  {  serverEntry  65  }

serverMaxIIOPMessageSize        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum IIOP message size allowable in a message header.
 This attribute attempts to prevent a denial of service attack whereby
 a caller attempts to force the server to allocate more memory than
 is available thereby keeping the server from responding quickly to
 other requests."
        
        ::=  {  serverEntry  70  }

serverCompleteT3MessageTimeout  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum number of seconds spent
 waiting for a complete T3 message to be received.
 This attribute helps guard against denial of
 service attacks in which a caller indicates that
 they will be sending a message of a certain size
 which they never finish sending."
        
        ::=  {  serverEntry  75  }

serverCompleteHTTPMessageTimeout        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum number of seconds spent
 waiting for a complete HTTP message to be received.
 This attribute helps guard against denial of
 service attacks in which a caller indicates that
 they will be sending a message of a certain size
 which they never finish sending."
        
        ::=  {  serverEntry  80  }

serverCompleteIIOPMessageTimeout        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specify the maximum number of seconds spent
 waiting for a complete IIOP message to be received.
 This attribute helps guard against denial of
 service attacks in which a caller indicates that
 they will be sending a message of a certain size
 which they never finish sending."
        
        ::=  {  serverEntry  85  }

serverStdoutEnabled     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "boolean value (true Or false). Determines if log messages should be logged to the standard out
 This property overrides StdoutSeverityLevel and StdoutDebugEnabled."
        
        ::=  {  serverEntry  90  }

serverStdoutSeverityLevel       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The minimum severity of a message which should be logged to the 
 the standard out stream. All messages
 with given severity and higher, qualify."
        
        ::=  {  serverEntry  95  }

serverLogRemoteExceptionsEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "boolean value (true Or false). True if remote exceptions are to be reported to the log."
        
        ::=  {  serverEntry  100  }

serverInstrumentStackTraceEnabled       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "boolean value (true Or false). True if exception messages include the server side stack trace."
        
        ::=  {  serverEntry  105  }

serverRootDirectory     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The root directory for the weblogic installation for this server."
        
        ::=  {  serverEntry  110  }

serverMachine   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The machine on which this machine is intended to run or is
 running. If this returns null, it means that this server is not
 assigned to run on any machine and will not be started by the
 infrastructure."
        
        ::=  {  serverEntry  115  }

serverListenPort        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The server's listen port."
        
        ::=  {  serverEntry  120  }

serverLoginTimeout      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The login timeout for the server."
        
        ::=  {  serverEntry  125  }

serverCluster   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The cluster to which this server belongs."
        
        ::=  {  serverEntry  130  }

serverClusterWeight     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The weight of this server in the cluster it belongs to, if any."
        
        ::=  {  serverEntry  135  }

serverReplicationGroup  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The server's replication group."
        
        ::=  {  serverEntry  140  }

serverPreferredSecondaryGroup   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The preferred replication group for the server's secondaries"
        
        ::=  {  serverEntry  145  }

serverWebServer OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The web server for this server. A server has exactly one
 WebServer. A server may also have one or more VirtualHosts. A
 VirtualHost is a subclass of WebServer."
        
        ::=  {  serverEntry  150  }

serverExpectedToRun     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false).Is this server expected to run if the domain is started."
        
        ::=  {  serverEntry  155  }

serverJDBCLoggingEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false).Whether or not logging of JDBC logstream is enabled.  "
        
        ::=  {  serverEntry  165  }

serverJDBCLogFileName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of the JDBC log file if JDBC logging is enabled."
        
        ::=  {  serverEntry  170  }

serverZACEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Whether or not the Zero Admin Client feature is enabled."
        
        ::=  {  serverEntry  175  }

serverZACPublishRoot    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The root (storage) directory on WebLogic for ZAC 
 packages."
        
        ::=  {  serverEntry  180  }

serverIIOPEnabled       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Whether or not IIOP support is enabled."
        
        ::=  {  serverEntry  185  }

serverDefaultIIOPUser   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The default IIOP user."
        
        ::=  {  serverEntry  190  }

serverHttpdEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Enables HTTP access"
        
        ::=  {  serverEntry  195  }

serverHelpPageURL       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Sets the directory or URL for the WebLogic Admin help pages
 The help pages are shipped in the docs/adminhelp directory, in the
 default document root in public_html"
        
        ::=  {  serverEntry  200  }

serverWorkspaceShowUserKeysOnly OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Controls whether user-inserted items are shown in the WebLogic console"
        
        ::=  {  serverEntry  205  }

serverConsoleInputEnabled       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). True if commands can be typed at console."
        
        ::=  {  serverEntry  210  }

serverListenThreadStartDelaySecs        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Propeties to consider for removal"
        
        ::=  {  serverEntry  215  }

serverListenAddress     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                ""
        
        ::=  {  serverEntry  220  }

serverLoginTimeoutMillis        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Interval to wait for a read to fail on login; 0 to disable"
        
        ::=  {  serverEntry  225  }

serverAdministrationPort        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                ""
        
        ::=  {  serverEntry  230  }

serverJavaCompiler      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Java Compiler for all applications that need to
 compile Java code."
        
        ::=  {  serverEntry  235  }

serverJavaCompilerPreClassPath  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The options to prepend to the Java compiler classpath for when
 we need to compile Java code."
        
        ::=  {  serverEntry  240  }

serverJavaCompilerPostClassPath OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The options to append to the Java compiler classpath for when we
 need to compile Java code."
        
        ::=  {  serverEntry  245  }

serverExtraRmicOptions  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The extra options passed to rmic during server-side generation."
        
        ::=  {  serverEntry  250  }

serverTransactionLogFilePrefix  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The environment settings for the server. This includes things
 like what compiler to use for EJBs and JSPs."
        
        ::=  {  serverEntry  255  }

serverEnabledForDomainLog       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). This determines, if messages from this server are sent to the domain wide
 logfile."
        
        ::=  {  serverEntry  260  }

serverTunnelingEnabled  OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Enables tunneling via http"
        
        ::=  {  serverEntry  265  }

serverTunnelingClientTimeoutSecs        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Duration (in seconds) after which a missing http-tunneled client is considered dead."
        
        ::=  {  serverEntry  270  }

serverTunnelingClientPingSecs   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Interval (in seconds) at which to ping an http-tunneled client to see 
 if its still alive."
        
        ::=  {  serverEntry  275  }

serverJMSDefaultConnectionFactoriesEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Enables JMS default connection factories"
        
        ::=  {  serverEntry  280  }

serverDomainLogFilter   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Domain log filter to use for log messages of this server.
 If none, is specified, all messages of severity ERROR and above are
 forwarded to the domain logfile. To disable this behaviour use
 'EnabledForDomainLog' attribute."
        
        ::=  {  serverEntry  285  }

serverAcceptBacklog     OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Allowed backlog of new TCP connection requests for both the plaintext and SSL port."
        
        ::=  {  serverEntry  286  }

-- ServerStartMBean                               

serverStartTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ServerStartEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a serverStart in the domain."
        ::=  { wls  735 }

serverStartEntry        OBJECT-TYPE
        SYNTAX  ServerStartEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of serverStartTable"
        INDEX   {  serverStartIndex  }
        ::=  { serverStartTable 1 }

ServerStartEntry  ::=  SEQUENCE {
        serverStartIndex  DisplayString,
        serverStartObjectName  DisplayString,
        serverStartType  DisplayString,
        serverStartName  DisplayString,
        serverStartParent  DisplayString,
        serverStartArguments  DisplayString,
        serverStartBeaHome  DisplayString,
        serverStartClassPath  DisplayString,
        serverStartJavaHome  DisplayString,
        serverStartRootDirectory  DisplayString,
        serverStartSecurityPolicyFile  DisplayString,
        serverStartUsername  DisplayString
        }
serverStartIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  serverStartEntry  1  }

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

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

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

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

serverStartArguments    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The startup arguments to use when starting this server."
        
        ::=  {  serverStartEntry  25  }

serverStartBeaHome      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the BEA home to be used to start this server. Note that this
   * path is on the remote machine."
        
        ::=  {  serverStartEntry  30  }

serverStartClassPath    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Set the classpath to be used to start this server. Note that this path
   * is on the remote machine."
        
        ::=  {  serverStartEntry  35  }

serverStartJavaHome     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Java home directory (on the remote machine) to use when starting 
   * this server. The java binary (or java.exe executable in Windows) is 
   * taken from the Java home /bin directory to start the managed server."
        
        ::=  {  serverStartEntry  40  }

serverStartRootDirectory        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Returns the RootDirectory to be used to start this server. Note that this
   * path is on the remote machine."
        
        ::=  {  serverStartEntry  45  }

serverStartSecurityPolicyFile   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The security policy file to use when starting this 
   * server. Note that the directory and filename refer to a path on 
   * the remote machine."
        
        ::=  {  serverStartEntry  50  }

serverStartUsername     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The username to use when booting the server and performing server 
   * health monitoring."
        
        ::=  {  serverStartEntry  55  }

-- snmpAgentMBean                               

snmpAgentTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  SnmpAgentEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a snmpAgent in the domain."
        ::=  { wls  740 }

snmpAgentEntry  OBJECT-TYPE
        SYNTAX  SnmpAgentEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of snmpAgentTable"
        INDEX   {  snmpAgentIndex  }
        ::=  { snmpAgentTable 1 }

SnmpAgentEntry  ::=  SEQUENCE {
        snmpAgentIndex  DisplayString,
        snmpAgentObjectName  DisplayString,
        snmpAgentType  DisplayString,
        snmpAgentName  DisplayString,
        snmpAgentParent  DisplayString,
        snmpAgentCommunityPrefix  DisplayString,
        snmpAgentDebugLevel  INTEGER,
        snmpAgentMibDataRefreshInterval  INTEGER,
        snmpAgentServerStatusCheckIntervalFactor  INTEGER,
        snmpAgentSNMPPort  INTEGER,
        snmpAgentSNMPTrapVersion  INTEGER,
        snmpAgentEnabled  INTEGER,
        snmpAgentSendAutomaticTrapsEnabled  INTEGER
        }
snmpAgentIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  snmpAgentEntry  1  }

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

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

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

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

snmpAgentCommunityPrefix        OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  snmpAgentEntry  21  }

snmpAgentDebugLevel     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  snmpAgentEntry  22  }

snmpAgentMibDataRefreshInterval OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  snmpAgentEntry  23  }

snmpAgentServerStatusCheckIntervalFactor        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  snmpAgentEntry  24  }

snmpAgentSNMPPort       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  snmpAgentEntry  25  }

snmpAgentSNMPTrapVersion        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  snmpAgentEntry  26  }

snmpAgentEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  snmpAgentEntry  27  }

snmpAgentSendAutomaticTrapsEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  snmpAgentEntry  28  }

-- sslMBean                               

sslTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  SslEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a ssl in the domain."
        ::=  { wls  745 }

sslEntry        OBJECT-TYPE
        SYNTAX  SslEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of sslTable"
        INDEX   {  sslIndex  }
        ::=  { sslTable 1 }

SslEntry  ::=  SEQUENCE {
        sslIndex  DisplayString,
        sslObjectName  DisplayString,
        sslType  DisplayString,
        sslName  DisplayString,
        sslParent  DisplayString,
        sslCertAuthenticator  DisplayString,
        sslCertificateCacheSize  INTEGER,
        sslExportKeyLifespan  INTEGER,
        sslHostnameVerifier  DisplayString,
        sslIdentityAndTrustLocations  DisplayString,
        sslListenPort  INTEGER,
        sslLoginTimeoutMillis  INTEGER,
        sslServerCertificateChainFileName  DisplayString,
        sslServerCertificateFileName  DisplayString,
        sslServerPrivateKeyAlias  DisplayString,
        sslClientCertificateEnforced  INTEGER,
        sslEnabled  INTEGER,
        sslHostnameVerificationIgnored  INTEGER,
        sslKeyEncrypted  INTEGER,
        sslSSLRejectionLoggingEnabled  INTEGER,
        sslTwoWaySSLEnabled  INTEGER,
        sslUseJava  INTEGER
        }
sslIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  sslEntry  1  }

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

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

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

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

sslCertAuthenticator    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  21  }

sslCertificateCacheSize OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  22  }

sslExportKeyLifespan    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  23  }

sslHostnameVerifier     OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  24  }

sslIdentityAndTrustLocations    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  25  }

sslListenPort   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  26  }

sslLoginTimeoutMillis   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  27  }

sslServerCertificateChainFileName       OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  28  }

sslServerCertificateFileName    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  29  }

sslServerPrivateKeyAlias        OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  30  }

sslClientCertificateEnforced    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  31  }

sslEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  32  }

sslHostnameVerificationIgnored  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  33  }

sslKeyEncrypted OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  34  }

sslSSLRejectionLoggingEnabled   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  35  }

sslTwoWaySSLEnabled     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  36  }

sslUseJava      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  37  }

-- StartupClassMBean                               

startupClassTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  StartupClassEntry
        ACCESS  not-accessible
STATUS  mandatory
        ::=  { wls  750 }

startupClassEntry       OBJECT-TYPE
        SYNTAX  StartupClassEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of startupClassTable"
        INDEX   {  startupClassIndex  }
        ::=  { startupClassTable 1 }

StartupClassEntry  ::=  SEQUENCE {
        startupClassIndex  DisplayString,
        startupClassObjectName  DisplayString,
        startupClassType  DisplayString,
        startupClassName  DisplayString,
        startupClassParent  DisplayString,
        startupClassFailureIsFatal  INTEGER
        }
startupClassIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  startupClassEntry  1  }

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

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

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

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

startupClassFailureIsFatal      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false)."
        
        ::=  {  startupClassEntry  25  }

-- WebAppComponentMBean                               

webAppComponentTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WebAppComponentEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table describes web module of an application."
        ::=  { wls  760 }

webAppComponentEntry    OBJECT-TYPE
        SYNTAX  WebAppComponentEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of webAppComponentTable"
        INDEX   {  webAppComponentIndex  }
        ::=  { webAppComponentTable 1 }

WebAppComponentEntry  ::=  SEQUENCE {
        webAppComponentIndex  DisplayString,
        webAppComponentObjectName  DisplayString,
        webAppComponentType  DisplayString,
        webAppComponentName  DisplayString,
        webAppComponentParent  DisplayString,
        webAppComponentApplication  DisplayString,
        webAppComponentURI  DisplayString,
        webAppComponentWebServers  DisplayString,
        webAppComponentIndexDirectoryEnabled  INTEGER,
        webAppComponentServletExtensionCaseSensitive  INTEGER,
        webAppComponentServletReloadCheckSecs  INTEGER,
        webAppComponentSingleThreadedServletPoolSize  INTEGER,
        webAppComponentAuthRealmName  DisplayString,
        webAppComponentWebAppDescriptor  DisplayString
        }
webAppComponentIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  webAppComponentEntry  1  }

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

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

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

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

webAppComponentApplication      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The application this component is a part of. 
This is guaranteed to never be null."
        
        ::=  {  webAppComponentEntry  25  }

webAppComponentURI      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A URI pointing to the application component, usually on the Admin Server."
        
        ::=  {  webAppComponentEntry  30  }

webAppComponentWebServers       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "targets on which this deployment is deployed."
        
        ::=  {  webAppComponentEntry  35  }

webAppComponentIndexDirectoryEnabled    OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "boolean value (true Or false). Return whether or not to automatically generate an HTML
 directory listing if false suitable index file is found"
        
        ::=  {  webAppComponentEntry  40  }

webAppComponentServletExtensionCaseSensitive    OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "boolean value (true Or false)."
        
        ::=  {  webAppComponentEntry  45  }

webAppComponentServletReloadCheckSecs   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "How often WebLogic checks whether a servlet has been
         modified, and if so reloads it. -1                                is never reload, 0 is 
         always reload"
        
        ::=  {  webAppComponentEntry  50  }

webAppComponentSingleThreadedServletPoolSize    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The size of the pool used for SingleThreadModle instance
 pools."
        
        ::=  {  webAppComponentEntry  55  }

webAppComponentAuthRealmName    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Realm in the Basic Authentication 
 HTTP dialog box which pops up on the browsers"
        
        ::=  {  webAppComponentEntry  60  }

webAppComponentWebAppDescriptor OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The descriptor mbean for the webapp component."
        
        ::=  {  webAppComponentEntry  65  }

-- WebServerMBean                               

webServerTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WebServerEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table epresents the configuration of virtual web server within
 a weblogic server. Note that a server may define multiple web
 servers to support virtual hosts."
        ::=  { wls  770 }

webServerEntry  OBJECT-TYPE
        SYNTAX  WebServerEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of webServerTable"
        INDEX   {  webServerIndex  }
        ::=  { webServerTable 1 }

WebServerEntry  ::=  SEQUENCE {
        webServerIndex  DisplayString,
        webServerObjectName  DisplayString,
        webServerType  DisplayString,
        webServerName  DisplayString,
        webServerParent  DisplayString,
        webServerTargets  DisplayString,
        webServerLoggingEnabled  INTEGER,
        webServerLogFileFormat  DisplayString,
        webServerLogFileName  DisplayString,
        webServerLogFileBufferKBytes  INTEGER,
        webServerMaxLogFileSizeKBytes  INTEGER,
        webServerLogRotationType  DisplayString,
        webServerLogRotationPeriodMins  INTEGER,
        webServerLogFileFlushSecs  INTEGER,
        webServerLogRotationTimeBegin  DisplayString,
        webServerKeepAliveEnabled  INTEGER,
        webServerKeepAliveSecs  INTEGER,
        webServerHttpsKeepAliveSecs  INTEGER,
        webServerPostTimeoutSecs  INTEGER,
        webServerMaxPostTimeSecs  INTEGER,
        webServerMaxPostSize  INTEGER,
        webServerDefaultWebApp  DisplayString,
        webServerCharsets  DisplayString,
        webServerWAPEnabled  INTEGER,
        webServerClusteringEnabled  INTEGER,
        webServerURLResource  DisplayString
        }
webServerIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  webServerEntry  1  }

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

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

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

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

webServerTargets        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "targets on which this deployment is deployed."
        
        ::=  {  webServerEntry  25  }

webServerLoggingEnabled OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Enables logging of HTTP requests."
        
        ::=  {  webServerEntry  30  }

webServerLogFileFormat  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The format of HTTP log file (common or extended)"
        
        ::=  {  webServerEntry  35  }

webServerLogFileName    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The HTTP request log file"
        
        ::=  {  webServerEntry  40  }

webServerLogFileBufferKBytes    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "HTTP request log buffer size"
        
        ::=  {  webServerEntry  45  }

webServerMaxLogFileSizeKBytes   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "maximum access logfile size in K before rotation. 0 means false limit."
        
        ::=  {  webServerEntry  50  }

webServerLogRotationType        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines how the HTTP log file is rotated [size|date]."
        
        ::=  {  webServerEntry  55  }

webServerLogRotationPeriodMins  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the period in minutes when the access.log will be rotated.  "
        
        ::=  {  webServerEntry  60  }

webServerLogFileFlushSecs       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Frequency (seconds) with which the log file should be flushed"
        
        ::=  {  webServerEntry  65  }

webServerLogRotationTimeBegin   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the date when the first rotation of access.log will
 begin.  The format follows java.text.SimpleDateFormat,
 MM-dd-yyyy-k:mm:ss"
        
        ::=  {  webServerEntry  70  }

webServerKeepAliveEnabled       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Returns whether or not HTTP keep-alive is enabled"
        
        ::=  {  webServerEntry  75  }

webServerKeepAliveSecs  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of seconds to maintain HTTP keep-alive before timing out the 
 request."
        
        ::=  {  webServerEntry  80  }

webServerHttpsKeepAliveSecs     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of seconds to maintain HTTPS keep-alive before timing out the
 request."
        
        ::=  {  webServerEntry  85  }

webServerPostTimeoutSecs        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Timeout (in seconds) for reading HTTP POST data in a servlet request."
        
        ::=  {  webServerEntry  90  }

webServerMaxPostTimeSecs        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Max Post Time (in seconds) for reading HTTP POST data in a servlet request."
        
        ::=  {  webServerEntry  95  }

webServerMaxPostSize    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Max Post Size for reading HTTP POST data in a servlet request."
        
        ::=  {  webServerEntry  100  }

webServerDefaultWebApp  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Servlet 2.2 Web Application that maps to the default servlet
 context (where ContextPath = /)"
        
        ::=  {  webServerEntry  105  }

webServerCharsets       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "User defined mapping between internet and Java charset names"
        
        ::=  {  webServerEntry  110  }

webServerWAPEnabled     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                false( 2 ),
                true( 1 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "is WAP Enabled."
        
        ::=  {  webServerEntry  115  }

webServerClusteringEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                false( 2 ),
                true( 1 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "is HTTP clustering enabled."
        
        ::=  {  webServerEntry  120  }

webServerURLResource    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A URL connection factory resource into JNDI"
        
        ::=  {  webServerEntry  125  }

-- WLECConnectionPoolMBean                               

wlecConnectionPoolTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WlecConnectionPoolEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table defines a WLEC connection pool."
        ::=  { wls  780 }

wlecConnectionPoolEntry OBJECT-TYPE
        SYNTAX  WlecConnectionPoolEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wlecConnectionPoolTable"
        INDEX   {  wlecConnectionPoolIndex  }
        ::=  { wlecConnectionPoolTable 1 }

WlecConnectionPoolEntry  ::=  SEQUENCE {
        wlecConnectionPoolIndex  DisplayString,
        wlecConnectionPoolObjectName  DisplayString,
        wlecConnectionPoolType  DisplayString,
        wlecConnectionPoolName  DisplayString,
        wlecConnectionPoolParent  DisplayString,
        wlecConnectionPoolPrimaryAddresses  DisplayString,
        wlecConnectionPoolFailoverAddresses  DisplayString,
        wlecConnectionPoolMinimumPoolSize  INTEGER,
        wlecConnectionPoolMaximumPoolSize  INTEGER,
        wlecConnectionPoolUserName  DisplayString,
        wlecConnectionPoolUserRole  DisplayString,
        wlecConnectionPoolWLEDomain  DisplayString,
        wlecConnectionPoolMinimumEncryptionLevel  INTEGER,
        wlecConnectionPoolMaximumEncryptionLevel  INTEGER,
        wlecConnectionPoolCertificateAuthenticationEnabled  INTEGER,
        wlecConnectionPoolSecurityContextEnabled  INTEGER,
        wlecConnectionPoolTargets  DisplayString
        }
wlecConnectionPoolIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wlecConnectionPoolEntry  1  }

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

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

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

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

wlecConnectionPoolPrimaryAddresses      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The list of primary ISL addresses."
        
        ::=  {  wlecConnectionPoolEntry  25  }

wlecConnectionPoolFailoverAddresses     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The list of failover ISL addresses. "
        
        ::=  {  wlecConnectionPoolEntry  30  }

wlecConnectionPoolMinimumPoolSize       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "initial number of IIOP connections."
        
        ::=  {  wlecConnectionPoolEntry  35  }

wlecConnectionPoolMaximumPoolSize       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "maximum number of IIOP connections. "
        
        ::=  {  wlecConnectionPoolEntry  40  }

wlecConnectionPoolUserName      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "WebLogic Enterprise username. "
        
        ::=  {  wlecConnectionPoolEntry  45  }

wlecConnectionPoolUserRole      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "WebLogic Enterprise user role. "
        
        ::=  {  wlecConnectionPoolEntry  50  }

wlecConnectionPoolWLEDomain     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "name of the WebLogic Enterprise domain. "
        
        ::=  {  wlecConnectionPoolEntry  55  }

wlecConnectionPoolMinimumEncryptionLevel        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "minimum encryption level. "
        
        ::=  {  wlecConnectionPoolEntry  60  }

wlecConnectionPoolMaximumEncryptionLevel        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "maximum encryption level."
        
        ::=  {  wlecConnectionPoolEntry  65  }

wlecConnectionPoolCertificateAuthenticationEnabled      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "boolean value (true Or false).  Set to true to enable certificate based authentication"
        
        ::=  {  wlecConnectionPoolEntry  70  }

wlecConnectionPoolSecurityContextEnabled        OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "boolean value (true Or false). Set to true to enable security context propagation."
        
        ::=  {  wlecConnectionPoolEntry  75  }

wlecConnectionPoolTargets       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "targets on which this deployment is deployed."
        
        ::=  {  wlecConnectionPoolEntry  80  }

-- BridgeDestinationMBean                               

bridgeDestinationTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  BridgeDestinationEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table defines a Bridge destination."
        ::=  { wls  782 }

bridgeDestinationEntry  OBJECT-TYPE
        SYNTAX  BridgeDestinationEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of BridgeDestinationTable"
        INDEX   {  bridgeDestinationIndex  }
        ::=  { bridgeDestinationTable 1 }

BridgeDestinationEntry  ::=  SEQUENCE {
        bridgeDestinationIndex  DisplayString,
        bridgeDestinationObjectName  DisplayString,
        bridgeDestinationType  DisplayString,
        bridgeDestinationName  DisplayString,
        bridgeDestinationParent  DisplayString,
        bridgeDestinationSystem  DisplayString,
        bridgeDestinationAdapterJNDIName  DisplayString
        }
bridgeDestinationIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  bridgeDestinationEntry  1  }

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

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

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

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

bridgeDestinationSystem OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Get the name of the system this destination resides."
        
        ::=  {  bridgeDestinationEntry  25  }

bridgeDestinationAdapterJNDIName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Get the JNDI name of the adapter."
        
        ::=  {  bridgeDestinationEntry  30  }

-- CachingRealmMBean                               

cachingRealmTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  CachingRealmEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents CachingRealm's configuration properties."
        ::=  { wls  784 }

cachingRealmEntry       OBJECT-TYPE
        SYNTAX  CachingRealmEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of CachingRealmTable"
        INDEX   {  cachingRealmIndex  }
        ::=  { cachingRealmTable 1 }

CachingRealmEntry  ::=  SEQUENCE {
        cachingRealmIndex  DisplayString,
        cachingRealmObjectName  DisplayString,
        cachingRealmType  DisplayString,
        cachingRealmName  DisplayString,
        cachingRealmParent  DisplayString,
        cachingRealmBasicRealm  DisplayString,
        cachingRealmCacheCaseSensitive  INTEGER,
        cachingRealmACLCacheEnable  INTEGER,
        cachingRealmAuthenticationCacheEnable  INTEGER,
        cachingRealmGroupCacheEnable  INTEGER,
        cachingRealmPermissionCacheEnable  INTEGER,
        cachingRealmUserCacheEnable  INTEGER,
        cachingRealmACLCacheSize  INTEGER,
        cachingRealmAuthenticationCacheSize  INTEGER,
        cachingRealmPermissionGroupSize  INTEGER,
        cachingRealmPermissionCacheSize  INTEGER,
        cachingRealmUserCacheSize  INTEGER,
        cachingRealmACLCacheTTLPositive  INTEGER,
        cachingRealmGroupCacheTTLPositive  INTEGER,
        cachingRealmPermissionCacheTTLPositive  INTEGER,
        cachingRealmAuthenticationCacheTTLPositive  INTEGER,
        cachingRealmUserCacheTTLPositive  INTEGER,
        cachingRealmACLCacheTTLNegative  INTEGER,
        cachingRealmGroupCacheTTLNegative  INTEGER,
        cachingRealmAuthenticationCacheTTLNegative  INTEGER,
        cachingRealmPermissionCacheTTLNegative  INTEGER,
        cachingRealmUserCacheTTLNegative  INTEGER,
        cachingRealmGroupMembershipCacheTTL  INTEGER
        }
cachingRealmIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  cachingRealmEntry  1  }

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

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

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

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

cachingRealmBasicRealm  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specifies the alternative realm to use."
        
        ::=  {  cachingRealmEntry  25  }

cachingRealmCacheCaseSensitive  OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Set true if the user names are case sensitive. False if case insensitive."
        
        ::=  {  cachingRealmEntry  30  }

cachingRealmACLCacheEnable      OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Set true if ACL cache is enabled."
        
        ::=  {  cachingRealmEntry  35  }

cachingRealmAuthenticationCacheEnable   OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Set true if authentication cache is enabled."
        
        ::=  {  cachingRealmEntry  40  }

cachingRealmGroupCacheEnable    OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Set true if group cache is enabled."
        
        ::=  {  cachingRealmEntry  45  }

cachingRealmPermissionCacheEnable       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Set true if permission cache is enabled."
        
        ::=  {  cachingRealmEntry  50  }

cachingRealmUserCacheEnable     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Set true if user cache is enabled."
        
        ::=  {  cachingRealmEntry  55  }

cachingRealmACLCacheSize        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "ACL cache size (should be a prime number)."
        
        ::=  {  cachingRealmEntry  60  }

cachingRealmAuthenticationCacheSize     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Authentication cache size (should be a prime number)"
        
        ::=  {  cachingRealmEntry  65  }

cachingRealmPermissionGroupSize OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Group cache size (should be a prime number)."
        
        ::=  {  cachingRealmEntry  70  }

cachingRealmPermissionCacheSize OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Permission cache size (should be a prime number)."
        
        ::=  {  cachingRealmEntry  75  }

cachingRealmUserCacheSize       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "User cache size (should be a prime number)."
        
        ::=  {  cachingRealmEntry  80  }

cachingRealmACLCacheTTLPositive OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "ACL positive time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  85  }

cachingRealmGroupCacheTTLPositive       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Group positive time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  90  }

cachingRealmPermissionCacheTTLPositive  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Permission positive time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  95  }

cachingRealmAuthenticationCacheTTLPositive      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Authentication positive time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  100  }

cachingRealmUserCacheTTLPositive        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "User positive time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  105  }

cachingRealmACLCacheTTLNegative OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "ACL negative time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  110  }

cachingRealmGroupCacheTTLNegative       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Group negative time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  115  }

cachingRealmAuthenticationCacheTTLNegative      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Authentication negative time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  120  }

cachingRealmPermissionCacheTTLNegative  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Permission negative time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  125  }

cachingRealmUserCacheTTLNegative        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "User negative time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  130  }

cachingRealmGroupMembershipCacheTTL     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Group membership cache time-to-live in seconds."
        
        ::=  {  cachingRealmEntry  135  }

-- MessagingBridgeMBean                               

messagingBridgeTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  MessagingBridgeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table defines defines a Messaging Bridge."
        ::=  { wls  786 }

messagingBridgeEntry    OBJECT-TYPE
        SYNTAX  MessagingBridgeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of MessagingBridgeTable"
        INDEX   {  messagingBridgeIndex  }
        ::=  { messagingBridgeTable 1 }

MessagingBridgeEntry  ::=  SEQUENCE {
        messagingBridgeIndex  DisplayString,
        messagingBridgeObjectName  DisplayString,
        messagingBridgeType  DisplayString,
        messagingBridgeName  DisplayString,
        messagingBridgeParent  DisplayString,
        messagingBridgeTargets  DisplayString,
        messagingBridgeSourceDestination  DisplayString,
        messagingBridgeTargetDestination  DisplayString,
        messagingBridgeSourceUser  DisplayString,
        messagingBridgeTargetUser  DisplayString,
        messagingBridgeSelector  DisplayString,
        messagingBridgeForwardingPolicy  DisplayString,
        messagingBridgeScheduleTime  DisplayString,
        messagingBridgeDeliveryModeOverride  DisplayString,
        messagingBridgeQualityOfService  DisplayString,
        messagingBridgeDurable  INTEGER,
        messagingBridgeRetryTime  INTEGER,
        messagingBridgeMaximumWaitTime  INTEGER,
        messagingBridgeTransactionTimeout  INTEGER,
        messagingBridgeAsyncDisabled  INTEGER,
        messagingBridgeQOSDegradationAllowed  INTEGER
        }
messagingBridgeIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  messagingBridgeEntry  1  }

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

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

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

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

messagingBridgeTargets  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "targets on which this deployment is deployed."
        
        ::=  {  messagingBridgeEntry  25  }

messagingBridgeSourceDestination        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The source destination defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  30  }

messagingBridgeTargetDestination        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The target destination defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  35  }

messagingBridgeSourceUser       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The source user defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  40  }

messagingBridgeTargetUser       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The target user defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  45  }

messagingBridgeSelector OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The selector defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  50  }

messagingBridgeForwardingPolicy OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The forwarding policy defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  55  }

messagingBridgeScheduleTime     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The schedule time defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  60  }

messagingBridgeDeliveryModeOverride     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The delivery mode override defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  65  }

messagingBridgeQualityOfService OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The quality of service defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  70  }

messagingBridgeDurable  OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "true if the bridge is defined as durable."
        
        ::=  {  messagingBridgeEntry  75  }

messagingBridgeRetryTime        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The retry time defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  80  }

messagingBridgeMaximumWaitTime  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The maximum wait time defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  85  }

messagingBridgeTransactionTimeout       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The transaction timeout defined for the JMS bridge."
        
        ::=  {  messagingBridgeEntry  90  }

messagingBridgeAsyncDisabled    OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return true, if the Async is Disabled."
        
        ::=  {  messagingBridgeEntry  95  }

messagingBridgeQOSDegradationAllowed    OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "treu, if QOSDegradation is Allowed."
        
        ::=  {  messagingBridgeEntry  100  }

-- RDBMSRealmMBean                               

rdbmsRealmTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  RdbmsRealmEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table holds the RDBMSRealm's configuration properties.
                 This table is associated with a CachingRealmMBean."
        ::=  { wls  788 }

rdbmsRealmEntry OBJECT-TYPE
        SYNTAX  RdbmsRealmEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of RdbmsRealmTable"
        INDEX   {  rdbmsRealmIndex  }
        ::=  { rdbmsRealmTable 1 }

RdbmsRealmEntry  ::=  SEQUENCE {
        rdbmsRealmIndex  DisplayString,
        rdbmsRealmObjectName  DisplayString,
        rdbmsRealmType  DisplayString,
        rdbmsRealmName  DisplayString,
        rdbmsRealmParent  DisplayString,
        rdbmsRealmRealmClassName  DisplayString,
        rdbmsRealmDatabaseDriver  DisplayString,
        rdbmsRealmDatabaseURL  DisplayString
        }
rdbmsRealmIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  rdbmsRealmEntry  1  }

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

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

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

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

rdbmsRealmRealmClassName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The realm's java class name."
        
        ::=  {  rdbmsRealmEntry  25  }

rdbmsRealmDatabaseDriver        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The database driver."
        
        ::=  {  rdbmsRealmEntry  30  }

rdbmsRealmDatabaseURL   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The URL of the database."
        
        ::=  {  rdbmsRealmEntry  35  }

-- VirtualHostMBean                               

virtualHostTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  VirtualHostEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table epresents the configuration of virtual web server within
 a weblogic server. Note that a server may define multiple web
 servers to support virtual hosts."
        ::=  { wls  790 }

virtualHostEntry        OBJECT-TYPE
        SYNTAX  VirtualHostEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of virtualHostTable"
        INDEX   {  virtualHostIndex  }
        ::=  { virtualHostTable 1 }

VirtualHostEntry  ::=  SEQUENCE {
        virtualHostIndex  DisplayString,
        virtualHostObjectName  DisplayString,
        virtualHostType  DisplayString,
        virtualHostName  DisplayString,
        virtualHostParent  DisplayString,
        virtualHostTargets  DisplayString,
        virtualHostLoggingEnabled  INTEGER,
        virtualHostLogFileFormat  DisplayString,
        virtualHostLogFileName  DisplayString,
        virtualHostLogFileBufferKBytes  INTEGER,
        virtualHostMaxLogFileSizeKBytes  INTEGER,
        virtualHostLogRotationType  DisplayString,
        virtualHostLogRotationPeriodMins  INTEGER,
        virtualHostLogFileFlushSecs  INTEGER,
        virtualHostLogRotationTimeBegin  DisplayString,
        virtualHostKeepAliveEnabled  INTEGER,
        virtualHostKeepAliveSecs  INTEGER,
        virtualHostHttpsKeepAliveSecs  INTEGER,
        virtualHostPostTimeoutSecs  INTEGER,
        virtualHostMaxPostTimeSecs  INTEGER,
        virtualHostMaxPostSize  INTEGER,
        virtualHostDefaultWebApp  DisplayString,
        virtualHostCharsets  DisplayString,
        virtualHostWAPEnabled  INTEGER,
        virtualHostClusteringEnabled  INTEGER,
        virtualHostURLResource  DisplayString,
        virtualHostVirtualHostNames  DisplayString
        }
virtualHostIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  virtualHostEntry  1  }

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

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

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

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

virtualHostTargets      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "targets on which this deployment is deployed."
        
        ::=  {  virtualHostEntry  25  }

virtualHostLoggingEnabled       OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Enables logging of HTTP requests."
        
        ::=  {  virtualHostEntry  30  }

virtualHostLogFileFormat        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the format of HTTP log file (common or extended)"
        
        ::=  {  virtualHostEntry  35  }

virtualHostLogFileName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Sets the HTTP request log file"
        
        ::=  {  virtualHostEntry  40  }

virtualHostLogFileBufferKBytes  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Sets HTTP request log buffer size"
        
        ::=  {  virtualHostEntry  45  }

virtualHostMaxLogFileSizeKBytes OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Set maximum access logfile size in K before rotation. 0 means false limit."
        
        ::=  {  virtualHostEntry  50  }

virtualHostLogRotationType      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines how the HTTP log file is rotated [size|date]."
        
        ::=  {  virtualHostEntry  55  }

virtualHostLogRotationPeriodMins        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the period in minutes when the access.log will be rotated.  "
        
        ::=  {  virtualHostEntry  60  }

virtualHostLogFileFlushSecs     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Frequency (seconds) with which the log file should be flushed"
        
        ::=  {  virtualHostEntry  65  }

virtualHostLogRotationTimeBegin OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the date when the first rotation of access.log will
 begin.  The format follows java.text.SimpleDateFormat,
 MM-dd-yyyy-k:mm:ss"
        
        ::=  {  virtualHostEntry  70  }

virtualHostKeepAliveEnabled     OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A boolean value (true Or false). Returns whether or not HTTP keep-alive is enabled"
        
        ::=  {  virtualHostEntry  75  }

virtualHostKeepAliveSecs        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of seconds to maintain HTTP keep-alive before timing out the 
 request."
        
        ::=  {  virtualHostEntry  80  }

virtualHostHttpsKeepAliveSecs   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Number of seconds to maintain HTTPS keep-alive before timing out the
 request."
        
        ::=  {  virtualHostEntry  85  }

virtualHostPostTimeoutSecs      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Timeout (in seconds) for reading HTTP POST data in a servlet request."
        
        ::=  {  virtualHostEntry  90  }

virtualHostMaxPostTimeSecs      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Max Post Time (in seconds) for reading HTTP POST data in a servlet request."
        
        ::=  {  virtualHostEntry  95  }

virtualHostMaxPostSize  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Max Post Size for reading HTTP POST data in a servlet request."
        
        ::=  {  virtualHostEntry  100  }

virtualHostDefaultWebApp        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Servlet 2.2 Web Application that maps to the default servlet
 context (where ContextPath = /)"
        
        ::=  {  virtualHostEntry  105  }

virtualHostCharsets     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "User defined mapping between internet and Java charset names"
        
        ::=  {  virtualHostEntry  110  }

virtualHostWAPEnabled   OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "is WAP Enabled."
        
        ::=  {  virtualHostEntry  115  }

virtualHostClusteringEnabled    OBJECT-TYPE 
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }
 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "is HTTP clustering enabled."
        
        ::=  {  virtualHostEntry  120  }

virtualHostURLResource  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "A URL connection factory resource into JNDI"
        
        ::=  {  virtualHostEntry  125  }

virtualHostVirtualHostNames     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The host name for which this web server will serve requests."
        
        ::=  {  virtualHostEntry  130  }

-- WebDeploymentMBean                               

webDeploymentTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WebDeploymentEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "A Web Deployment is any MBean that may be deployed on one or more target or WebServers. 
                Deployments of this type get deployed on web servers."
        ::=  { wls  792 }

webDeploymentEntry      OBJECT-TYPE
        SYNTAX  WebDeploymentEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of WebDeploymentTable"
        INDEX   {  webDeploymentIndex  }
        ::=  { webDeploymentTable 1 }

WebDeploymentEntry  ::=  SEQUENCE {
        webDeploymentIndex  DisplayString,
        webDeploymentObjectName  DisplayString,
        webDeploymentType  DisplayString,
        webDeploymentName  DisplayString,
        webDeploymentParent  DisplayString,
        webDeploymentTargets  DisplayString,
        webDeploymentWebServers  DisplayString
        }
webDeploymentIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  webDeploymentEntry  1  }

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

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

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

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

webDeploymentTargets    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The targets for this deployment."
        
        ::=  {  webDeploymentEntry  25  }

webDeploymentWebServers OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "targets on which this deployment is deployed."
        
        ::=  {  webDeploymentEntry  30  }

-- XMLEntityCacheMBean                               

xmlEntityCacheTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  XmlEntityCacheEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Configures the behavior of JAXP (Java API for XML Parsing) in the server."
        ::=  { wls  794 }

xmlEntityCacheEntry     OBJECT-TYPE
        SYNTAX  XmlEntityCacheEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of XmlEntityCacheTable"
        INDEX   {  xmlEntityCacheIndex  }
        ::=  { xmlEntityCacheTable 1 }

XmlEntityCacheEntry  ::=  SEQUENCE {
        xmlEntityCacheIndex  DisplayString,
        xmlEntityCacheObjectName  DisplayString,
        xmlEntityCacheType  DisplayString,
        xmlEntityCacheName  DisplayString,
        xmlEntityCacheParent  DisplayString,
        xmlEntityCacheCacheMemorySize  INTEGER,
        xmlEntityCacheCacheDiskSize  INTEGER,
        xmlEntityCacheCacheTimeoutInterval  INTEGER
        }
xmlEntityCacheIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  xmlEntityCacheEntry  1  }

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

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

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

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

xmlEntityCacheCacheMemorySize   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The memory size in KBytes of the cache."
        
        ::=  {  xmlEntityCacheEntry  25  }

xmlEntityCacheCacheDiskSize     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The disk size in MBytes of the cache."
        
        ::=  {  xmlEntityCacheEntry  30  }

xmlEntityCacheCacheTimeoutInterval      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the default timeout interval in seconds for the cache."
        
        ::=  {  xmlEntityCacheEntry  35  }

-- XMLEntitySpecRegistryEntryMBean                               

xmlEntitySpecRegistryTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  XmlEntitySpecRegistryEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This is an entry in the XML registry. An XML registry entry is configuration 
                information associated with a particular XML document type. Entries accessed 
                through this interface are used to specify a local instance for a remote 
                entity reference.  "
        ::=  { wls  796 }

xmlEntitySpecRegistryEntry      OBJECT-TYPE
        SYNTAX  XmlEntitySpecRegistryEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of XmlEntitySpecRegistryTable"
        INDEX   {  xmlEntitySpecRegistryIndex  }
        ::=  { xmlEntitySpecRegistryTable 1 }

XmlEntitySpecRegistryEntry  ::=  SEQUENCE {
        xmlEntitySpecRegistryIndex  DisplayString,
        xmlEntitySpecRegistryObjectName  DisplayString,
        xmlEntitySpecRegistryType  DisplayString,
        xmlEntitySpecRegistryName  DisplayString,
        xmlEntitySpecRegistryParent  DisplayString,
        xmlEntitySpecRegistryPublicId  DisplayString,
        xmlEntitySpecRegistrySystemId  DisplayString,
        xmlEntitySpecRegistryEntityURI  DisplayString,
        xmlEntitySpecRegistryWhenToCache  DisplayString,
        xmlEntitySpecRegistryCacheTimeoutInterval  INTEGER
        }
xmlEntitySpecRegistryIndex      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  xmlEntitySpecRegistryEntry  1  }

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

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

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

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

xmlEntitySpecRegistryPublicId   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The public id of the document type represented by this registry entry."
        
        ::=  {  xmlEntitySpecRegistryEntry  25  }

xmlEntitySpecRegistrySystemId   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The system id of the document type represented by this registry entry."
        
        ::=  {  xmlEntitySpecRegistryEntry  30  }

xmlEntitySpecRegistryEntityURI  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the location of a local copy of an external entity (e.g., a DTD) 
that is associated with this registry entry."
        
        ::=  {  xmlEntitySpecRegistryEntry  35  }

xmlEntitySpecRegistryWhenToCache        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "whether to cache this item as soon as possible or wait until it is referenced."
        
        ::=  {  xmlEntitySpecRegistryEntry  40  }

xmlEntitySpecRegistryCacheTimeoutInterval       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the default timeout interval in seconds for the cache. ???delgation"
        
        ::=  {  xmlEntitySpecRegistryEntry  45  }

-- XMLParserSelectRegistryEntryMBean                               

xmlParserSelectRegistryTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  XmlParserSelectRegistryEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This is an entry in the XML registry. An XML registry entry is configuration 
                information associated with a particular XML document type. Entries accessed 
                through this interface are used to specify a Sax parser and/or document 
                builder of the provided document type."
        ::=  { wls  798 }

xmlParserSelectRegistryEntry    OBJECT-TYPE
        SYNTAX  XmlParserSelectRegistryEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of XmlParserSelectRegistryTable"
        INDEX   {  xmlParserSelectRegistryIndex  }
        ::=  { xmlParserSelectRegistryTable 1 }

XmlParserSelectRegistryEntry  ::=  SEQUENCE {
        xmlParserSelectRegistryIndex  DisplayString,
        xmlParserSelectRegistryObjectName  DisplayString,
        xmlParserSelectRegistryType  DisplayString,
        xmlParserSelectRegistryName  DisplayString,
        xmlParserSelectRegistryParent  DisplayString,
        xmlParserSelectRegistryPublicId  DisplayString,
        xmlParserSelectRegistrySystemId  DisplayString,
        xmlParserSelectRegistryRootElementTag  DisplayString,
        xmlParserSelectRegistryDocumentBuilderFactory  DisplayString,
        xmlParserSelectRegistrySAXParserFactory  DisplayString,
        xmlParserSelectRegistryTransformerFactory  DisplayString
        }
xmlParserSelectRegistryIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  xmlParserSelectRegistryEntry  1  }

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

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

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

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

xmlParserSelectRegistryPublicId OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The public id of the document type represented by this registry entry."
        
        ::=  {  xmlParserSelectRegistryEntry  25  }

xmlParserSelectRegistrySystemId OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The system id of the document type represented by this registry entry."
        
        ::=  {  xmlParserSelectRegistryEntry  30  }

xmlParserSelectRegistryRootElementTag   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The tag name of the document root element of 
the document type represented by this registry entry."
        
        ::=  {  xmlParserSelectRegistryEntry  35  }

xmlParserSelectRegistryDocumentBuilderFactory   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the class name of the DocumentBuilderFactory that is associated with the registry entry."
        
        ::=  {  xmlParserSelectRegistryEntry  40  }

xmlParserSelectRegistrySAXParserFactory OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the class name of the SAXParserFactory that is associated with the registry entry."
        
        ::=  {  xmlParserSelectRegistryEntry  45  }

xmlParserSelectRegistryTransformerFactory       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the class name of the default TransformerFactory."
        
        ::=  {  xmlParserSelectRegistryEntry  50  }

-- XMLRegistryMBean                               

xmlRegistryTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  XmlRegistryEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Configure the behavior of JAXP (Java API for XML Parsing) in the server."
        ::=  { wls  800 }

xmlRegistryEntry        OBJECT-TYPE
        SYNTAX  XmlRegistryEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of XmlRegistryTable"
        INDEX   {  xmlRegistryIndex  }
        ::=  { xmlRegistryTable 1 }

XmlRegistryEntry  ::=  SEQUENCE {
        xmlRegistryIndex  DisplayString,
        xmlRegistryObjectName  DisplayString,
        xmlRegistryType  DisplayString,
        xmlRegistryName  DisplayString,
        xmlRegistryParent  DisplayString,
        xmlRegistryRegistryEntries  DisplayString,
        xmlRegistryParserSelectRegistryEntries  DisplayString,
        xmlRegistryEntitySpecRegistryEntries  DisplayString,
        xmlRegistryDocumentBuilderFactory  DisplayString,
        xmlRegistrySAXParserFactory  DisplayString,
        xmlRegistryTransformerFactory  DisplayString,
        xmlRegistryWhenToCache  DisplayString
        }
xmlRegistryIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  xmlRegistryEntry  1  }

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

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

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

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

xmlRegistryRegistryEntries      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the set of registry entries."
        
        ::=  {  xmlRegistryEntry  25  }

xmlRegistryParserSelectRegistryEntries  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the set of ParserSelect registry entries."
        
        ::=  {  xmlRegistryEntry  30  }

xmlRegistryEntitySpecRegistryEntries    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the set of EntitySpec registry entries."
        
        ::=  {  xmlRegistryEntry  35  }

xmlRegistryDocumentBuilderFactory       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the class name of the DocumentBuilderFactory that is associated with the registry entry."
        
        ::=  {  xmlRegistryEntry  40  }

xmlRegistrySAXParserFactory     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Return the class name of the SAXParserFactory that is associated with the registry entry."
        
        ::=  {  xmlRegistryEntry  45  }

xmlRegistryTransformerFactory   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The class name of the default TransformerFactory."
        
        ::=  {  xmlRegistryEntry  50  }

xmlRegistryWhenToCache  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Whether to cache items as soon as possible or wait until referenced. "
        
        ::=  {  xmlRegistryEntry  55  }

-- WTCtBridgeGlobalMBean                               

wtctBridgeGlobalTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WtctBridgeGlobalEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a wtctBridgeGlobal in the domain."
        ::=  { wls  805 }

wtctBridgeGlobalEntry   OBJECT-TYPE
        SYNTAX  WtctBridgeGlobalEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wtctBridgeGlobalTable"
        INDEX   {  wtctBridgeGlobalIndex  }
        ::=  { wtctBridgeGlobalTable 1 }

WtctBridgeGlobalEntry  ::=  SEQUENCE {
        wtctBridgeGlobalIndex  DisplayString,
        wtctBridgeGlobalObjectName  DisplayString,
        wtctBridgeGlobalType  DisplayString,
        wtctBridgeGlobalName  DisplayString,
        wtctBridgeGlobalParent  DisplayString,
        wtctBridgeGlobalAllowNonStandardTypes  DisplayString,
        wtctBridgeGlobalDefaultReplyDeliveryMode  DisplayString,
        wtctBridgeGlobalDeliveryModeOverride  DisplayString,
        wtctBridgeGlobalJmsFactory  DisplayString,
        wtctBridgeGlobalJmsToTuxPriorityMap  DisplayString,
        wtctBridgeGlobalJndiFactory  DisplayString,
        wtctBridgeGlobalRetries  INTEGER,
        wtctBridgeGlobalRetryDelay  INTEGER,
        wtctBridgeGlobalTimeout  INTEGER,
        wtctBridgeGlobalTransactional  DisplayString,
        wtctBridgeGlobalTuxErrorQueue  DisplayString,
        wtctBridgeGlobalTuxFactory  DisplayString,
        wtctBridgeGlobalTuxToJmsPriorityMap  DisplayString,
        wtctBridgeGlobalUserId  DisplayString,
        wtctBridgeGlobalWlsErrorDestination  DisplayString
        }
wtctBridgeGlobalIndex   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wtctBridgeGlobalEntry  1  }

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

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

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

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

wtctBridgeGlobalAllowNonStandardTypes   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines a flag used to specify if non-standard data types are allowed to 
   * pass through the tBridge. Standard types are: type ASCII text (TextMessage, STRING),
   * or type BLOB (BytesMessage, CARRAY)."
        
        ::=  {  wtctBridgeGlobalEntry  25  }

wtctBridgeGlobalDefaultReplyDeliveryMode        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the reply delivery mode to associate
 with a message when placing messages onto the target location"
        
        ::=  {  wtctBridgeGlobalEntry  30  }

wtctBridgeGlobalDeliveryModeOverride    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the delivery mode to use when placing messages onto the target location."
        
        ::=  {  wtctBridgeGlobalEntry  35  }

wtctBridgeGlobalJmsFactory      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the JMS connection factory."
        
        ::=  {  wtctBridgeGlobalEntry  40  }

wtctBridgeGlobalJmsToTuxPriorityMap     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the mapping of priorities from JMS to Tuxedo."
        
        ::=  {  wtctBridgeGlobalEntry  45  }

wtctBridgeGlobalJndiFactory     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the JNDI lookup factory."
        
        ::=  {  wtctBridgeGlobalEntry  50  }

wtctBridgeGlobalRetries OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the number of attempts to redirect a message before putting the 
message in the specified error location and logging an error."
        
        ::=  {  wtctBridgeGlobalEntry  55  }

wtctBridgeGlobalRetryDelay      OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the minimum amount of time (milliseconds) to wait
before redirecting a message after a failure.
During this time, no other messages are redirected from the thread.
Other threads may continue to redirect messages."
        
        ::=  {  wtctBridgeGlobalEntry  60  }

wtctBridgeGlobalTimeout OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the effective length of a timeout for an entire redirection (seconds) when
placing a message on the target location. 0 indicates an infinite wait."
        
        ::=  {  wtctBridgeGlobalEntry  65  }

wtctBridgeGlobalTransactional   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines a flag that specifies the use of transactions when retrieving messages
from a source location and when placing messages on a target location."
        
        ::=  {  wtctBridgeGlobalEntry  70  }

wtctBridgeGlobalTuxErrorQueue   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the Tuxedo queue used to store a message that connot be 
redirected to a Tuxedo/Q source queue. This queue is in the same queue space
as the source queue."
        
        ::=  {  wtctBridgeGlobalEntry  75  }

wtctBridgeGlobalTuxFactory      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the Tuxedo connection factory."
        
        ::=  {  wtctBridgeGlobalEntry  80  }

wtctBridgeGlobalTuxToJmsPriorityMap     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the mapping of priorities to map from Tuxedo to JMS."
        
        ::=  {  wtctBridgeGlobalEntry  85  }

wtctBridgeGlobalUserId  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines a user identity for all messages handled by the
tBridge for ACL checks when security is configured."
        
        ::=  {  wtctBridgeGlobalEntry  90  }

wtctBridgeGlobalWlsErrorDestination     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the location used to store WebLogic Server JMS messages when a
message cannot be redirected."
        
        ::=  {  wtctBridgeGlobalEntry  95  }

-- wtcExportMBean                               

wtcExportTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WtcExportEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a wtcExport in the domain."
        ::=  { wls  810 }

wtcExportEntry  OBJECT-TYPE
        SYNTAX  WtcExportEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wtcExportTable"
        INDEX   {  wtcExportIndex  }
        ::=  { wtcExportTable 1 }

WtcExportEntry  ::=  SEQUENCE {
        wtcExportIndex  DisplayString,
        wtcExportObjectName  DisplayString,
        wtcExportType  DisplayString,
        wtcExportName  DisplayString,
        wtcExportParent  DisplayString,
        wtcExportEJBName  DisplayString,
        wtcExportLocalAccessPoint  DisplayString,
        wtcExportRemoteName  DisplayString,
        wtcExportResourceName  DisplayString
        }
wtcExportIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wtcExportEntry  1  }

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

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

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

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

wtcExportEJBName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the local access point that exports the service."
        
        ::=  {  wtcExportEntry  25  }

wtcExportLocalAccessPoint       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the local access point that exports the service."
        
        ::=  {  wtcExportEntry  30  }

wtcExportRemoteName     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the remote name of the service.
If not specified, the ResourceName attribute is used."
        
        ::=  {  wtcExportEntry  35  }

wtcExportResourceName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name used to identify an exported service."
        
        ::=  {  wtcExportEntry  40  }

-- WTCImportMBean                               

wtcImportTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WtcImportEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a wtcImport in the domain."
        ::=  { wls  815 }

wtcImportEntry  OBJECT-TYPE
        SYNTAX  WtcImportEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wtcImportTable"
        INDEX   {  wtcImportIndex  }
        ::=  { wtcImportTable 1 }

WtcImportEntry  ::=  SEQUENCE {
        wtcImportIndex  DisplayString,
        wtcImportObjectName  DisplayString,
        wtcImportType  DisplayString,
        wtcImportName  DisplayString,
        wtcImportParent  DisplayString,
        wtcImportRemoteAccessPointList  DisplayString,
        wtcImportLocalAccessPoint  DisplayString,
        wtcImportRemoteName  DisplayString,
        wtcImportResourceName  DisplayString
        }
wtcImportIndex  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wtcImportEntry  1  }

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

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

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

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

wtcImportRemoteAccessPointList  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "."
        
        ::=  {  wtcImportEntry  25  }

wtcImportLocalAccessPoint       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The certificate type used for secure communications with the wtcImport ."
        
        ::=  {  wtcImportEntry  30  }

wtcImportRemoteName     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "."
        
        ::=  {  wtcImportEntry  35  }

wtcImportResourceName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The port on which wtcImport listens for connections."
        
        ::=  {  wtcImportEntry  40  }

-- WTCLocalTuxDomMBean                               

wtcLocalTuxDomTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WtcLocalTuxDomEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a wtcLocalTuxDom in the domain."
        ::=  { wls  817 }

wtcLocalTuxDomEntry     OBJECT-TYPE
        SYNTAX  WtcLocalTuxDomEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wtcLocalTuxDomTable"
        INDEX   {  wtcLocalTuxDomIndex  }
        ::=  { wtcLocalTuxDomTable 1 }

WtcLocalTuxDomEntry  ::=  SEQUENCE {
        wtcLocalTuxDomIndex  DisplayString,
        wtcLocalTuxDomObjectName  DisplayString,
        wtcLocalTuxDomType  DisplayString,
        wtcLocalTuxDomName  DisplayString,
        wtcLocalTuxDomParent  DisplayString,
        wtcLocalTuxDomAccessPoint  DisplayString,
        wtcLocalTuxDomAccessPointId  DisplayString,
        wtcLocalTuxDomBlockTime  INTEGER,
        wtcLocalTuxDomCmpLimit  INTEGER,
        wtcLocalTuxDomConnectionPolicy  DisplayString,
        wtcLocalTuxDomConnPrincipalName  DisplayString,
        wtcLocalTuxDomInteroperate  DisplayString,
        wtcLocalTuxDomMaxEncryptBits  DisplayString,
        wtcLocalTuxDomMaxRetries  INTEGER,
        wtcLocalTuxDomMinEncryptBits  DisplayString,
        wtcLocalTuxDomNWAddr  DisplayString,
        wtcLocalTuxDomRetryInterval  INTEGER,
        wtcLocalTuxDomSecurity  DisplayString
        }
wtcLocalTuxDomIndex     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wtcLocalTuxDomEntry  1  }

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

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

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

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

wtcLocalTuxDomAccessPoint       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines a unique name within the scope of MBean types
WTCLocalTuxDom and WTCRemoteTuxDom used to identify the access point or domain."
        
        ::=  {  wtcLocalTuxDomEntry  25  }

wtcLocalTuxDomAccessPointId     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the domain access point identifier. This identifier is a unique
name across all local and remote domain access points."
        
        ::=  {  wtcLocalTuxDomEntry  30  }

wtcLocalTuxDomBlockTime OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the maximum wait time (seconds) allowed for a blocking call."
        
        ::=  {  wtcLocalTuxDomEntry  35  }

wtcLocalTuxDomCmpLimit  OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the compression threshold used when sending data to a remote
  domain. Application buffers larger than this size are compressed."
        
        ::=  {  wtcLocalTuxDomEntry  40  }

wtcLocalTuxDomConnectionPolicy  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the conditions under which a local domain tries to establish a
connection to a remote domain."
        
        ::=  {  wtcLocalTuxDomEntry  45  }

wtcLocalTuxDomConnPrincipalName OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the principal name used to 
verify the identity of this domain when establishing a connection
to another domain."
        
        ::=  {  wtcLocalTuxDomEntry  50  }

wtcLocalTuxDomInteroperate      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Specifies whether the local domain interoperates with
remote domains that are based upon Tuxedo release 6.5. If Yes, 
the local domain interoperates with a Tuxedo 6.5 domain."
        
        ::=  {  wtcLocalTuxDomEntry  55  }

wtcLocalTuxDomMaxEncryptBits    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the maximum encryption key length (in bits) used when 
establishing a network connection for a local domain."
        
        ::=  {  wtcLocalTuxDomEntry  60  }

wtcLocalTuxDomMaxRetries        OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the number of times that a domain gateway tries to establish
connections to remote domain access points. Use only when Connection Policy is 
set to ON_STARTUP."
        
        ::=  {  wtcLocalTuxDomEntry  65  }

wtcLocalTuxDomMinEncryptBits    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the minimum encryption key length (in bits) used when 
establishing a network connection for a local domain."
        
        ::=  {  wtcLocalTuxDomEntry  70  }

wtcLocalTuxDomNWAddr    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the network address of the local domain gateway. Specify the
TCP/IP address in one of the following formats"
        
        ::=  {  wtcLocalTuxDomEntry  75  }

wtcLocalTuxDomRetryInterval     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the number of seconds between automatic attempts to establish a
connection to remote domain access points. Use only when Connection Policy is 
set to ON_STARTUP."
        
        ::=  {  wtcLocalTuxDomEntry  80  }

wtcLocalTuxDomSecurity  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the type of application security enforced."
        
        ::=  {  wtcLocalTuxDomEntry  85  }

-- wtcRemoteTuxDomMBean                               

wtcRemoteTuxDomTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WtcRemoteTuxDomEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a wtcRemoteTuxDom in the domain."
        ::=  { wls  820 }

wtcRemoteTuxDomEntry    OBJECT-TYPE
        SYNTAX  WtcRemoteTuxDomEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wtcRemoteTuxDomTable"
        INDEX   {  wtcRemoteTuxDomIndex  }
        ::=  { wtcRemoteTuxDomTable 1 }

WtcRemoteTuxDomEntry  ::=  SEQUENCE {
        wtcRemoteTuxDomIndex  DisplayString,
        wtcRemoteTuxDomObjectName  DisplayString,
        wtcRemoteTuxDomType  DisplayString,
        wtcRemoteTuxDomName  DisplayString,
        wtcRemoteTuxDomParent  DisplayString,
        wtcRemoteTuxDomAccessPoint  DisplayString,
        wtcRemoteTuxDomAccessPointId  DisplayString,
        wtcRemoteTuxDomAclPolicy  DisplayString,
        wtcRemoteTuxDomCmpLimit  INTEGER,
        wtcRemoteTuxDomConnectionPolicy  DisplayString,
        wtcRemoteTuxDomConnPrincipalName  DisplayString,
        wtcRemoteTuxDomCredentialPolicy  DisplayString,
        wtcRemoteTuxDomFederationName  DisplayString,
        wtcRemoteTuxDomFederationURL  DisplayString,
        wtcRemoteTuxDomLocalAccessPoint  DisplayString,
        wtcRemoteTuxDomMaxEncryptBits  DisplayString,
        wtcRemoteTuxDomMaxRetries  INTEGER,
        wtcRemoteTuxDomMinEncryptBits  DisplayString,
        wtcRemoteTuxDomNWAddr  DisplayString,
        wtcRemoteTuxDomRetryInterval  INTEGER,
        wtcRemoteTuxDomTpUsrFile  DisplayString
        }
wtcRemoteTuxDomIndex    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wtcRemoteTuxDomEntry  1  }

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

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

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

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

wtcRemoteTuxDomAccessPoint      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines a unique name within the scope of MBean types
WTCLocalTuxDom and WTCRemoteTuxDom used to identify the access point or domain."
        
        ::=  {  wtcRemoteTuxDomEntry  25  }

wtcRemoteTuxDomAccessPointId    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the domain access point identifier. This identifier is unique across
all local and remote domain access points."
        
        ::=  {  wtcRemoteTuxDomEntry  30  }

wtcRemoteTuxDomAclPolicy        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the inbound access control list (ACL) policy
toward requests from a remote domain."
        
        ::=  {  wtcRemoteTuxDomEntry  35  }

wtcRemoteTuxDomCmpLimit OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the compression threshold used when sending data to a remote
domain. Application buffers larger than this size are compressed."
        
        ::=  {  wtcRemoteTuxDomEntry  40  }

wtcRemoteTuxDomConnectionPolicy OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the conditions under which a local domain tries to establish a
connection to a remote domain."
        
        ::=  {  wtcRemoteTuxDomEntry  45  }

wtcRemoteTuxDomConnPrincipalName        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the principal name used to 
verify the identity of this domain when establishing a connection
to another domain."
        
        ::=  {  wtcRemoteTuxDomEntry  50  }

wtcRemoteTuxDomCredentialPolicy OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the outbound access control list (ACL) policy toward
requests to a remote domain."
        
        ::=  {  wtcRemoteTuxDomEntry  55  }

wtcRemoteTuxDomFederationName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the context at which to federate to a foreign name service."
        
        ::=  {  wtcRemoteTuxDomEntry  100  }

wtcRemoteTuxDomFederationURL    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the URL for a foreign name service that is federated into JNDI."
        
        ::=  {  wtcRemoteTuxDomEntry  105  }

wtcRemoteTuxDomLocalAccessPoint OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the local domain name from which a remote domain is reached."
        
        ::=  {  wtcRemoteTuxDomEntry  110  }

wtcRemoteTuxDomMaxEncryptBits   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the maximum encryption key length (in bits) used when 
establishing a network connection for a local domain."
        
        ::=  {  wtcRemoteTuxDomEntry  60  }

wtcRemoteTuxDomMaxRetries       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the number of times that a domain gateway tries to establish
connections to remote domain access points. Use only when Connection Policy is 
set to ON_STARTUP."
        
        ::=  {  wtcRemoteTuxDomEntry  65  }

wtcRemoteTuxDomMinEncryptBits   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the minimum encryption key length (in bits) used when 
establishing a network connection for a local domain."
        
        ::=  {  wtcRemoteTuxDomEntry  70  }

wtcRemoteTuxDomNWAddr   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the network address of the local domain gateway."
        
        ::=  {  wtcRemoteTuxDomEntry  75  }

wtcRemoteTuxDomRetryInterval    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the number of seconds between automatic attempts to establish a
connection to remote domain access points."
        
        ::=  {  wtcRemoteTuxDomEntry  80  }

wtcRemoteTuxDomTpUsrFile        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the full path to user password file containing
uid/gid information."
        
        ::=  {  wtcRemoteTuxDomEntry  85  }

-- WTCtBridgeRedirectMBean                               

wtctBridgeRedirectTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WtctBridgeRedirectEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a wtctBridgeRedirect in the domain."
        ::=  { wls  825 }

wtctBridgeRedirectEntry OBJECT-TYPE
        SYNTAX  WtctBridgeRedirectEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wtctBridgeRedirectTable"
        INDEX   {  wtctBridgeRedirectIndex  }
        ::=  { wtctBridgeRedirectTable 1 }

WtctBridgeRedirectEntry  ::=  SEQUENCE {
        wtctBridgeRedirectIndex  DisplayString,
        wtctBridgeRedirectObjectName  DisplayString,
        wtctBridgeRedirectType  DisplayString,
        wtctBridgeRedirectName  DisplayString,
        wtctBridgeRedirectParent  DisplayString,
        wtctBridgeRedirectDirection  DisplayString,
        wtctBridgeRedirectMetaDataFile  DisplayString,
        wtctBridgeRedirectReplyQ  DisplayString,
        wtctBridgeRedirectSourceAccessPoint  DisplayString,
        wtctBridgeRedirectSourceName  DisplayString,
        wtctBridgeRedirectSourceQspace  DisplayString,
        wtctBridgeRedirectTargetAccessPoint  DisplayString,
        wtctBridgeRedirectTargetName  DisplayString,
        wtctBridgeRedirectTargetQspace  DisplayString,
        wtctBridgeRedirectTranslateFML  DisplayString
        }
wtctBridgeRedirectIndex OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wtctBridgeRedirectEntry  1  }

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

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

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

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

wtctBridgeRedirectDirection     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the direction of data flow. Each defined direction is handled by starting a new thread.
At least one redirection must be specified in the tBridge configuration or the 
tBridge will fail to start and an error will be logged."
        
        ::=  {  wtctBridgeRedirectEntry  25  }

wtctBridgeRedirectMetaDataFile  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the metadataFile URL used to passed to the call WLXT."
        
        ::=  {  wtctBridgeRedirectEntry  30  }

wtctBridgeRedirectReplyQ        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the JMS queue used specifically for synchronous calls to a
TUXEDO service. The response is returned to the JMS ReplyQ."
        
        ::=  {  wtctBridgeRedirectEntry  35  }

wtctBridgeRedirectSourceAccessPoint     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the local or remote access point where the source is located."
        
        ::=  {  wtctBridgeRedirectEntry  40  }

wtctBridgeRedirectSourceName    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of a source queue or service. Specify a 
JMS queue name, a TUXEDO queue name, or the name of a TUXEDO service."
        
        ::=  {  wtctBridgeRedirectEntry  45  }

wtctBridgeRedirectSourceQspace  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the Qspace for a source location."
        
        ::=  {  wtctBridgeRedirectEntry  50  }

wtctBridgeRedirectTargetAccessPoint     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the local or remote access point where the target is located."
        
        ::=  {  wtctBridgeRedirectEntry  55  }

wtctBridgeRedirectTargetName    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines a target queue or service. Specify a JMS queue name, a TUXEDO queue name, 
or the name of a TUXEDO service."
        
        ::=  {  wtctBridgeRedirectEntry  60  }

wtctBridgeRedirectTargetQspace  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the name of the Qspace for a target location."
        
        ::=  {  wtctBridgeRedirectEntry  65  }

wtctBridgeRedirectTranslateFML  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Defines the type of XMl/FML translation."
        
        ::=  {  wtctBridgeRedirectEntry  70  }

-- WSReliableDeliveryPolicyMBean                               

wsReliableDeliveryPolicyTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WsReliableDeliveryPolicyEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a wsReliableDeliveryPolicy in the domain."
        ::=  { wls  827 }

wsReliableDeliveryPolicyEntry   OBJECT-TYPE
        SYNTAX  WsReliableDeliveryPolicyEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wsReliableDeliveryPolicyTable"
        INDEX   {  wsReliableDeliveryPolicyIndex  }
        ::=  { wsReliableDeliveryPolicyTable 1 }

WsReliableDeliveryPolicyEntry  ::=  SEQUENCE {
        wsReliableDeliveryPolicyIndex  DisplayString,
        wsReliableDeliveryPolicyObjectName  DisplayString,
        wsReliableDeliveryPolicyType  DisplayString,
        wsReliableDeliveryPolicyName  DisplayString,
        wsReliableDeliveryPolicyParent  DisplayString,
        wsReliableDeliveryPolicyDefaultRetryCount  INTEGER,
        wsReliableDeliveryPolicyDefaultRetryInterval  INTEGER,
        wsReliableDeliveryPolicyDefaultTimeToLive  INTEGER
        }
wsReliableDeliveryPolicyIndex   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wsReliableDeliveryPolicyEntry  1  }

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

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

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

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

wsReliableDeliveryPolicyDefaultRetryCount       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  wsReliableDeliveryPolicyEntry  21  }

wsReliableDeliveryPolicyDefaultRetryInterval    OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  wsReliableDeliveryPolicyEntry  22  }

wsReliableDeliveryPolicyDefaultTimeToLive       OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  wsReliableDeliveryPolicyEntry  23  }

-- WTCPasswordMBean                               

wtcPasswordTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WtcPasswordEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a wtcPassword in the domain."
        ::=  { wls  829 }

wtcPasswordEntry        OBJECT-TYPE
        SYNTAX  WtcPasswordEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wtcPasswordTable"
        INDEX   {  wtcPasswordIndex  }
        ::=  { wtcPasswordTable 1 }

WtcPasswordEntry  ::=  SEQUENCE {
        wtcPasswordIndex  DisplayString,
        wtcPasswordObjectName  DisplayString,
        wtcPasswordType  DisplayString,
        wtcPasswordName  DisplayString,
        wtcPasswordParent  DisplayString,
        wtcPasswordLocalAccessPoint  DisplayString,
        wtcPasswordRemoteAccessPoint  DisplayString
        }
wtcPasswordIndex        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wtcPasswordEntry  1  }

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

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

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

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

wtcPasswordLocalAccessPoint     OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  wtcPasswordEntry  21  }

wtcPasswordRemoteAccessPoint    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  wtcPasswordEntry  22  }

-- WTCResourcesMBean                               

wtcResourcesTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WtcResourcesEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a wtcResources in the domain."
        ::=  { wls  831 }

wtcResourcesEntry       OBJECT-TYPE
        SYNTAX  WtcResourcesEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wtcResourcesTable"
        INDEX   {  wtcResourcesIndex  }
        ::=  { wtcResourcesTable 1 }

WtcResourcesEntry  ::=  SEQUENCE {
        wtcResourcesIndex  DisplayString,
        wtcResourcesObjectName  DisplayString,
        wtcResourcesType  DisplayString,
        wtcResourcesName  DisplayString,
        wtcResourcesParent  DisplayString,
        wtcResourcesFldTbl16Classes  DisplayString,
        wtcResourcesFldTbl32Classes  DisplayString,
        wtcResourcesTpUsrFile  DisplayString,
        wtcResourcesViewTbl16Classes  DisplayString,
        wtcResourcesViewTbl32Classes  DisplayString
        }
wtcResourcesIndex       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"
        
        ::=  {  wtcResourcesEntry  1  }

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

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

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

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

wtcResourcesFldTbl16Classes     OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  wtcResourcesEntry  21  }

wtcResourcesFldTbl32Classes     OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  wtcResourcesEntry  22  }

wtcResourcesTpUsrFile   OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  wtcResourcesEntry  23  }

wtcResourcesViewTbl16Classes    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  wtcResourcesEntry  24  }

wtcResourcesViewTbl32Classes    OBJECT-TYPE 
        SYNTAX  DisplayString 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  wtcResourcesEntry  25  }

mibObjectName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 512 ) ) 
        
        ACCESS  read-write 
        STATUS  optional
 
        
        DESCRIPTION
                "Name of the Mib Object in the form <MBeanType>:<MBeanName>:<AttributeName>."
        
        ::=  {  experimental  1  }

mibObjectOid    OBJECT-TYPE 
        SYNTAX  OBJECT IDENTIFIER 
        
        ACCESS  read-only 
        STATUS  optional
 
        
        DESCRIPTION
                "The Oid of the Mib object name, that was specified in the MibObjectName."
        
        ::=  {  experimental  2  }

trapTime        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that indicates the time"
        
        ::=  {  trapVars  5  }

trapServerName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that indicates the server which generated the trap"
        
        ::=  {  trapVars  10  }

trapMachineName OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that indicates the machine where the trap is generated"
        
        ::=  {  trapVars  15  }

trapLogThreadId OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " An integer that indicates the if of the thread in which the trap is generated"
        
        ::=  {  trapVars  20  }

trapLogTransactionId    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that indicates the transactions from which the trap is generated"
        
        ::=  {  trapVars  25  }

trapLogUserId   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that indicates the user id from which the trap is generated"
        
        ::=  {  trapVars  30  }

trapLogSubsystem        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that indicates the subsystem from which the trap is generated"
        
        ::=  {  trapVars  35  }

trapLogMsgId    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " An intefer that indicates the trap's message id"
        
        ::=  {  trapVars  40  }

trapLogSeverity OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that indicates the severity of the trap's message"
        
        ::=  {  trapVars  45  }

trapLogMessage  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that includes the body of the log message"
        
        ::=  {  trapVars  50  }

trapMonitorType OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that should be either CounterMonitor, or GaugeMonitor, or StringMonitor"
        
        ::=  {  trapVars  55  }

trapMonitorThreshold    OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " An ASCII-string representation of the value which triggerd this monitor"
        
        ::=  {  trapVars  60  }

trapMonitorValue        OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " An ASCII-string representation, which is the derived value "
        
        ::=  {  trapVars  65  }

trapMBeanName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The Name of the MBean "
        
        ::=  {  trapVars  70  }

trapMBeanType   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The type of the MBean "
        
        ::=  {  trapVars  75  }

trapAttributeName       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of an attribute "
        
        ::=  {  trapVars  80  }

trapAttributeType       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The type of an attribute "
        
        ::=  {  trapVars  85  }

trapAttributeChangeType OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The type of Change, an attribute has gone thru. It can be either ADD, or REMOVE, or UPDATE "
        
        ::=  {  trapVars  90  }

trapAttributeOldVal     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 512 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The OLD value of an attribute "
        
        ::=  {  trapVars  95  }

trapAttributeNewVal     OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 512 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The NEW value of an attribute "
        
        ::=  {  trapVars  100  }









































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































wlsAttributeChange      TRAP-TYPE
        ENTERPRISE      wls
        VARIABLES       { trapTime,trapServerName,trapMBeanName,trapMBeanType,trapAttributeName,trapAttributeType,trapAttributeChangeType,trapAttributeOldVal,trapAttributeNewVal}
        DESCRIPTION
                "This trap is generated when an attribute change is observed."
        ::=  80
wlsMonitorNotification  TRAP-TYPE
        ENTERPRISE      wls
        VARIABLES       { trapTime,trapServerName,trapMonitorType,trapMonitorThreshold,trapMonitorValue,trapMBeanName,trapMBeanType,trapAttributeName}
        DESCRIPTION
                "This trap is generated when any JMX Monitor Notification is received."
        ::=  75
wlsLogNotification      TRAP-TYPE
        ENTERPRISE      wls
        VARIABLES       { trapTime,trapServerName,trapMachineName,trapLogThreadId,trapLogTransactionId,trapLogUserId,trapLogSubsystem,trapLogMsgId,trapLogSeverity,trapLogMessage}
        DESCRIPTION
                "The server log."
        ::=  60
wlsServerShutDown       TRAP-TYPE
        ENTERPRISE      wls
        VARIABLES       { trapTime,trapServerName}
        DESCRIPTION
                "This trap is generated when the server has been shut down."
        ::=  70
wlsServerStart  TRAP-TYPE
        ENTERPRISE      wls
        VARIABLES       { trapTime,trapServerName}
        DESCRIPTION
                "This trap is generated when the server was started."
        ::=  65

END