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  }

-- 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  }



-- WANReplicationRuntimeMBean

wanreplicationRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WanreplicationRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a WANreplication within a WebLogic domain"
        ::=  { wls  111 }

wanreplicationRuntimeEntry      OBJECT-TYPE
        SYNTAX  WanreplicationRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of wanreplicationRuntimeTable"
        INDEX   {  wanreplicationRuntimeIndex  }
        ::=  { wanreplicationRuntimeTable 1 }

WanreplicationRuntimeEntry  ::=  SEQUENCE {
        wanreplicationRuntimeIndex  DisplayString,
        wanreplicationRuntimeObjectName  DisplayString,
        wanreplicationRuntimeType  DisplayString,
        wanreplicationRuntimeName  DisplayString,
        wanreplicationRuntimeParent  DisplayString,
        wanreplicationRuntimeNumberOfSessionsFlushedToTheDatabase  INTEGER,
        wanreplicationRuntimeNumberOfSessionsRetrievedFromTheDatabase  INTEGER,
        wanreplicationRuntimeSecondaryServerName  DisplayString,
        wanreplicationRuntimePrimaryCount  INTEGER,
        wanreplicationRuntimeSecondaryCount  INTEGER,
        wanreplicationRuntimeRemoteClusterReachable  INTEGER
        }
wanreplicationRuntimeIndex      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  wanreplicationRuntimeEntry  1  }

wanreplicationRuntimeObjectName OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  wanreplicationRuntimeEntry  5  }

wanreplicationRuntimeType       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  wanreplicationRuntimeEntry  10  }

wanreplicationRuntimeName       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  wanreplicationRuntimeEntry  15  }

wanreplicationRuntimeParent     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax <type>:<name>"

        ::=  {  wanreplicationRuntimeEntry  20  }

wanreplicationRuntimeNumberOfSessionsFlushedToTheDatabase       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Returns the count of the number of sessions that have been flushed to the database."

        ::=  {  wanreplicationRuntimeEntry  25  }

wanreplicationRuntimeNumberOfSessionsRetrievedFromTheDatabase   OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Returns the count of the number of sessions that have been retrieved from the database."

        ::=  {  wanreplicationRuntimeEntry  30  }

wanreplicationRuntimeSecondaryServerName        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 128 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Returns the name of the current secondary server."

        ::=  {  wanreplicationRuntimeEntry  35  }

wanreplicationRuntimePrimaryCount       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Returns the number of object that the local server hosts as primaries."

        ::=  {  wanreplicationRuntimeEntry  40  }

wanreplicationRuntimeSecondaryCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Returns the number of object that the local server hosts as secondaries."

        ::=  {  wanreplicationRuntimeEntry  45  }

wanreplicationRuntimeRemoteClusterReachable     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Returns true if the remote cluster is reachable."

        ::=  {  wanreplicationRuntimeEntry  50  }



-- 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  }


-- QueryCacheRuntimeMBean

queryCacheRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  QueryCacheRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a QueryCacheRuntime for all query cache runtime information collected for an EJB."
        ::=  { wls  135 }

queryCacheRuntimeEntry  OBJECT-TYPE
        SYNTAX  QueryCacheRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of queryCacheRuntimeTable"
        INDEX   {  queryCacheRuntimeIndex  }
        ::=  { queryCacheRuntimeTable 1 }

QueryCacheRuntimeEntry  ::=  SEQUENCE {
        queryCacheRuntimeIndex  DisplayString,
        queryCacheRuntimeObjectName  DisplayString,
        queryCacheRuntimeType  DisplayString,
        queryCacheRuntimeName  DisplayString,
        queryCacheRuntimeParent  DisplayString,
        queryCacheRuntimeTotalCachedQueriesCount  INTEGER,
        queryCacheRuntimeCacheAccessCount  INTEGER,
        queryCacheRuntimeCacheHitCount  INTEGER,
        queryCacheRuntimeTotalCacheMissCount  INTEGER,
        queryCacheRuntimeCacheMissByTimeoutCount  INTEGER,
        queryCacheRuntimeCacheMissByBeanEvictionCount  INTEGER,
        queryCacheRuntimeCacheMissByRelatedQueryMissCount  INTEGER,
        queryCacheRuntimeCacheMissByDependentQueryMissCount  INTEGER
        }
queryCacheRuntimeIndex  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  queryCacheRuntimeEntry  1  }

queryCacheRuntimeObjectName     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  queryCacheRuntimeEntry  5  }

queryCacheRuntimeType   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  queryCacheRuntimeEntry  10  }

queryCacheRuntimeName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  queryCacheRuntimeEntry  15  }

queryCacheRuntimeParent OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  queryCacheRuntimeEntry  20  }

queryCacheRuntimeTotalCachedQueriesCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the count of the total number of query results for this EJB currently in the query cache."

        ::=  {  queryCacheRuntimeEntry  25  }

queryCacheRuntimeCacheAccessCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the count of the number of accesses of the query cache for this EJB."

        ::=  {  queryCacheRuntimeEntry  30  }

queryCacheRuntimeCacheHitCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the count of the number of cache hits of the query cache for this EJB."

        ::=  {  queryCacheRuntimeEntry  35  }

queryCacheRuntimeTotalCacheMissCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the count of the total number of cache misses of the query cache for this EJB."

        ::=  {  queryCacheRuntimeEntry  40  }

queryCacheRuntimeCacheMissByTimeoutCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the count of the number of cache misses of the query cache for this EJB due to query results timing out."

        ::=  {  queryCacheRuntimeEntry  45  }

queryCacheRuntimeCacheMissByBeanEvictionCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the count of the number of cache misses of the query cache for this EJB because corresponding beans were
                not found in the entity cache."

        ::=  {  queryCacheRuntimeEntry  50  }

queryCacheRuntimeCacheMissByRelatedQueryMissCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the count of the number of cache misses of the query cache for this EJB because a related query was not
                found in another EJB query cache."

        ::=  {  queryCacheRuntimeEntry  55  }

queryCacheRuntimeCacheMissByDependentQueryMissCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the count of the number of cache misses of the query cache for this EJB because a dependent query was not
                found in another EJB query cache."

        ::=  {  queryCacheRuntimeEntry  60  }


-- 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  }


-- EJBLockingRuntimeMBean

ejbLockingRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  EjbLockingRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents an ejbTimerRuntime."
        ::=  { wls  151 }

ejbLockingRuntimeEntry  OBJECT-TYPE
        SYNTAX  EjbLockingRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of ejbTimerRuntimeTable"
        INDEX   {  ejbLockingRuntimeIndex  }
        ::=  { ejbLockingRuntimeTable 1 }

EjbLockingRuntimeEntry  ::=  SEQUENCE {
        ejbLockingRuntimeIndex  DisplayString,
        ejbLockingRuntimeObjectName  DisplayString,
        ejbLockingRuntimeType  DisplayString,
        ejbLockingRuntimeName  DisplayString,
        ejbLockingRuntimeParent  DisplayString,
        ejbLockingRuntimeTimeoutCount  INTEGER,
        ejbLockingRuntimeCancelledTimerCount  INTEGER,
        ejbLockingRuntimeActiveTimerCount  INTEGER,
        ejbLockingRuntimeDisabledTimerCount  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  }

ejbLockingRuntimeTimeoutCount   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Provide the total number of successful timeout notifications that have been made for this EJB."
        
        ::=  {  ejbLockingRuntimeEntry  25  }

ejbLockingRuntimeCancelledTimerCount    OBJECT-TYPE
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Provide the total number of timers that have been explicitly cancelled for this EJB"
        
        ::=  {  ejbLockingRuntimeEntry  30  }

ejbLockingRuntimeActiveTimerCount       OBJECT-TYPE
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Provide the current number of active timers for this EJB"
        
        ::=  {  ejbLockingRuntimeEntry  35  }

ejbLockingRuntimeDisabledTimerCount     OBJECT-TYPE
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "Provide the current number of timers temporarily disabled for this EJB"
        
        ::=  {  ejbLockingRuntimeEntry  40  }

-- 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  }


-- EJBTimerRuntimeMBean

ejbTimerRuntimeTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  EJBTimerRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Runtime representation of a EJBTimer Bean."
        ::=  { wls  162 }

ejbTimerRuntimeEntry    OBJECT-TYPE
        SYNTAX  EJBTimerRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of ejbTimerRuntimeTable"
        INDEX   {  ejbTimerRuntimeIndex  }
        ::=  { ejbTimerRuntimeTable 1 }

EJBTimerRuntimeEntry  ::=  SEQUENCE {
        ejbTimerRuntimeIndex  DisplayString,
        ejbTimerRuntimeObjectName  DisplayString,
        ejbTimerRuntimeType  DisplayString,
        ejbTimerRuntimeName  DisplayString,
        ejbTimerRuntimeParent  DisplayString,
        ejbTimerRuntimeTimeoutTotalCount  INTEGER,
        ejbTimerRuntimeBeansInUseCount  INTEGER,
        ejbTimerRuntimeIdleBeansCount  INTEGER,
        ejbTimerRuntimeActiveTimerCount  INTEGER
        }
ejbTimerRuntimeIndex    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  ejbTimerRuntimeEntry  1  }

ejbTimerRuntimeObjectName       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  ejbTimerRuntimeEntry  5  }

ejbTimerRuntimeType     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  ejbTimerRuntimeEntry  10  }

ejbTimerRuntimeName     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  ejbTimerRuntimeEntry  15  }

ejbTimerRuntimeParent   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  ejbTimerRuntimeEntry  20  }

ejbTimerRuntimeBeansInUseCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                ""

        ::=  {  ejbTimerRuntimeEntry  25  }

ejbTimerRuntimeIdleBeansCount   OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "A boolean value (true Or false)"

        ::=  {  ejbTimerRuntimeEntry  30  }

ejbTimerRuntimeTimeoutTotalCount        OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Timeout total "

        ::=  {  ejbTimerRuntimeEntry  35  }

ejbTimerRuntimeActiveTimerCount OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Waiter total count"

        ::=  {  ejbTimerRuntimeEntry  40  }



-- 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  }


-- InterceptionComponentRuntimeMBean

interceptionComponentRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  InterceptionComponentRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents an Interception Module Deployment."
        ::=  { wls  181 }

interceptionComponentRuntimeEntry       OBJECT-TYPE
        SYNTAX  InterceptionComponentRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of interceptionComponentRuntimeTable"
        INDEX   {  interceptionComponentRuntimeIndex  }
        ::=  { interceptionComponentRuntimeTable 1 }

InterceptionComponentRuntimeEntry  ::=  SEQUENCE {
        interceptionComponentRuntimeIndex  DisplayString,
        interceptionComponentRuntimeObjectName  DisplayString,
        interceptionComponentRuntimeType  DisplayString,
        interceptionComponentRuntimeName  DisplayString,
        interceptionComponentRuntimeParent  DisplayString,
        interceptionComponentRuntimeModuleId  DisplayString,
        interceptionComponentRuntimeDeploymentState  INTEGER
        }
interceptionComponentRuntimeIndex       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  interceptionComponentRuntimeEntry  1  }

interceptionComponentRuntimeObjectName  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  interceptionComponentRuntimeEntry  5  }

interceptionComponentRuntimeType        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  interceptionComponentRuntimeEntry  10  }

interceptionComponentRuntimeName        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  interceptionComponentRuntimeEntry  15  }

interceptionComponentRuntimeParent      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  interceptionComponentRuntimeEntry  20  }

interceptionComponentRuntimeModuleId    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Typical modules will use the URI for their id."

        ::=  {  interceptionComponentRuntimeEntry  25  }

interceptionComponentRuntimeDeploymentState     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the current deployment state of the module."

        ::=  {  interceptionComponentRuntimeEntry  30  }


-- 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  }


-- JdbcDataSourceRuntimeMBean

jdbcDataSourceRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JdbcDataSourceRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a WebLogic JDBC Data Source and its associated connection pool."
        ::=  { wls  191 }

jdbcDataSourceRuntimeEntry      OBJECT-TYPE
        SYNTAX  JdbcDataSourceRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jdbcDataSourceRuntimeTable"
        INDEX   {  jdbcDataSourceRuntimeIndex  }
        ::=  { jdbcDataSourceRuntimeTable 1 }

JdbcDataSourceRuntimeEntry  ::=  SEQUENCE {
        jdbcDataSourceRuntimeIndex  DisplayString,
        jdbcDataSourceRuntimeObjectName  DisplayString,
        jdbcDataSourceRuntimeType  DisplayString,
        jdbcDataSourceRuntimeName  DisplayString,
        jdbcDataSourceRuntimeParent  DisplayString,
        jdbcDataSourceRuntimeLeakedConnectionCount  INTEGER,
        jdbcDataSourceRuntimeEnabled  INTEGER,
        jdbcDataSourceRuntimeState  DisplayString,
        jdbcDataSourceRuntimeFailuresToReconnectCount  INTEGER,
        jdbcDataSourceRuntimeConnectionDelayTime  DisplayString,
        jdbcDataSourceRuntimePrepStmtCacheAccessCount  INTEGER,
        jdbcDataSourceRuntimePrepStmtCacheAddCount  INTEGER,
        jdbcDataSourceRuntimePrepStmtCacheDeleteCount INTEGER,
        jdbcDataSourceRuntimePrepStmtCacheCurrentSize  INTEGER,
        jdbcDataSourceRuntimePrepStmtCacheHitCount  INTEGER,
        jdbcDataSourceRuntimePrepStmtCacheMissCount  INTEGER,
        jdbcDataSourceRuntimeActiveConnectionsCurrentCount  INTEGER,
        jdbcDataSourceRuntimeWaitingForConnectionCurrentCount  INTEGER,
        jdbcDataSourceRuntimeVersionJDBCDriver  DisplayString,
        jdbcDataSourceRuntimeActiveConnectionsHighCount  INTEGER,
        jdbcDataSourceRuntimeActiveConnectionsAverageCount  INTEGER,
        jdbcDataSourceRuntimeReserveRequestCount  INTEGER,
        jdbcDataSourceRuntimeFailedReserveRequestCount  INTEGER,
        jdbcDataSourceRuntimeWaitingForConnectionHighCount  INTEGER,
        jdbcDataSourceRuntimeWaitingForConnectionTotal  INTEGER,
        jdbcDataSourceRuntimeWaitingForConnectionSuccessTotal  INTEGER,
        jdbcDataSourceRuntimeWaitingForConnectionFailureTotal  INTEGER,
        jdbcDataSourceRuntimeWaitSecondsHighCount  INTEGER,
        jdbcDataSourceRuntimeConnectionsTotalCount  INTEGER,
        jdbcDataSourceRuntimeCurrCapacity  INTEGER,
        jdbcDataSourceRuntimeCurrCapacityHighCount  INTEGER,
        jdbcDataSourceRuntimeNumAvailable  INTEGER,
        jdbcDataSourceRuntimeHighestNumAvailable  INTEGER,
        jdbcDataSourceRuntimeNumUnavailable  INTEGER,
        jdbcDataSourceRuntimeHighestNumUnavailable  INTEGER
        }
jdbcDataSourceRuntimeIndex      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  jdbcDataSourceRuntimeEntry  1  }

jdbcDataSourceRuntimeObjectName OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  jdbcDataSourceRuntimeEntry  5  }

jdbcDataSourceRuntimeType       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  jdbcDataSourceRuntimeEntry  10  }

jdbcDataSourceRuntimeName       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  jdbcDataSourceRuntimeEntry  15  }

jdbcDataSourceRuntimeParent     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  jdbcDataSourceRuntimeEntry  20  }

jdbcDataSourceRuntimeLeakedConnectionCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of leaked connections. A leaked connection is a connection that was reserved from the data source
   but was not returned to the data source by calling close()."

        ::=  {  jdbcDataSourceRuntimeEntry  25  }

jdbcDataSourceRuntimeEnabled  OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns true if the data source is enabled."

        ::=  {  jdbcDataSourceRuntimeEntry  30  }

jdbcDataSourceRuntimeState  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the current state of the data source (Running, Suspended, Shutdown, Unhealthy, Unknown)."

        ::=  {  jdbcDataSourceRuntimeEntry  35  }

jdbcDataSourceRuntimeFailuresToReconnectCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of times that the data source attempted to refresh a database connection and failed."

        ::=  {  jdbcDataSourceRuntimeEntry  40  }

jdbcDataSourceRuntimeConnectionDelayTime  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the average time in milliseconds that it takes to create a physical connection to the database."

        ::=  {  jdbcDataSourceRuntimeEntry  45  }

jdbcDataSourceRuntimePrepStmtCacheAccessCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the cumulative, running count of the number of times that the statement cache was accessed."

        ::=  {  jdbcDataSourceRuntimeEntry  50  }

jdbcDataSourceRuntimePrepStmtCacheAddCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the cumulative, running count of the number of statements added to the statement cache."

        ::=  {  jdbcDataSourceRuntimeEntry  55  }

jdbcDataSourceRuntimePrepStmtCacheDeleteCount OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the cumulative, running count of statements discarded from the cache."

        ::=  {  jdbcDataSourceRuntimeEntry  60  }

jdbcDataSourceRuntimePrepStmtCacheCurrentSize  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of prepared and callable statements currently cached in the statement cache."

        ::=  {  jdbcDataSourceRuntimeEntry  65  }

jdbcDataSourceRuntimePrepStmtCacheHitCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the cumulative, running count of the number of times that statements from the cache were used."

        ::=  {  jdbcDataSourceRuntimeEntry  70  }

jdbcDataSourceRuntimePrepStmtCacheMissCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of times that a statement request could not be satisfied with a statement from the cache."

        ::=  {  jdbcDataSourceRuntimeEntry  75  }

jdbcDataSourceRuntimeActiveConnectionsCurrentCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of connections currently in use by applications."

        ::=  {  jdbcDataSourceRuntimeEntry  80  }

jdbcDataSourceRuntimeWaitingForConnectionCurrentCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of connection requests waiting for a database connection."

        ::=  {  jdbcDataSourceRuntimeEntry  85  }

jdbcDataSourceRuntimeVersionJDBCDriver  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the driver class name and version of the JDBC driver used to create database connections."

        ::=  {  jdbcDataSourceRuntimeEntry  90  }

jdbcDataSourceRuntimeActiveConnectionsHighCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Highest number of active database connections in this instance of the data source since the data source was instantiated."

        ::=  {  jdbcDataSourceRuntimeEntry  95  }

jdbcDataSourceRuntimeActiveConnectionsAverageCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Average number of active connections in this instance of the data source."

        ::=  {  jdbcDataSourceRuntimeEntry  100  }

jdbcDataSourceRuntimeReserveRequestCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the cumulative, running count of requests for a connection from this data source."

        ::=  {  jdbcDataSourceRuntimeEntry  105  }

jdbcDataSourceRuntimeFailedReserveRequestCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the cumulative, running count of requests for a connection from this data source that could not be fulfilled."

        ::=  {  jdbcDataSourceRuntimeEntry  110  }

jdbcDataSourceRuntimeWaitingForConnectionHighCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Highest number of application requests concurrently waiting for a connection from this instance of the data source."

        ::=  {  jdbcDataSourceRuntimeEntry 115  }

jdbcDataSourceRuntimeWaitingForConnectionTotal  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the cumulative, running count of requests for a connection from this data source that had to wait before getting
                a connection, including those that eventually got a connection and those that did not get a connection."

        ::=  {  jdbcDataSourceRuntimeEntry  120  }

jdbcDataSourceRuntimeWaitingForConnectionSuccessTotal  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the cumulative, running count of requests for a connection from this data source that had to wait before
                getting a connection and eventually succeeded in getting a connection."

        ::=  {  jdbcDataSourceRuntimeEntry  125  }

jdbcDataSourceRuntimeWaitingForConnectionFailureTotal  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the cumulative, running count of requests for a connection from this data source that had to wait before
                getting a connection and eventually failed to get a connection."

        ::=  {  jdbcDataSourceRuntimeEntry  130  }

jdbcDataSourceRuntimeWaitSecondsHighCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the longest connection reserve wait time in seconds."

        ::=  {  jdbcDataSourceRuntimeEntry  135  }

jdbcDataSourceRuntimeConnectionsTotalCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the cumulative total number of database connections created in this data source since the data source was deployed."

        ::=  {  jdbcDataSourceRuntimeEntry  140  }

jdbcDataSourceRuntimeCurrCapacity  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the current count of JDBC connections in the connection pool in the data source."

        ::=  {  jdbcDataSourceRuntimeEntry  145  }

jdbcDataSourceRuntimeCurrCapacityHighCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Highest number of database connections available or in use (current capacity) in this instance of the
                data source since the data source was deployed.."

        ::=  {  jdbcDataSourceRuntimeEntry  150  }

jdbcDataSourceRuntimeNumAvailable  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of database connections currently available (not in use) in this data source."

        ::=  {  jdbcDataSourceRuntimeEntry  155  }

jdbcDataSourceRuntimeHighestNumAvailable  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Highest number of database connections that were available at any time in this instance of the data
                source since the data source was deployed."

        ::=  {  jdbcDataSourceRuntimeEntry  160  }

jdbcDataSourceRuntimeNumUnavailable  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the The number of database connections that are currently unavailable (in use or being tested by the system)
                 in this instance of the data source."

        ::=  {  jdbcDataSourceRuntimeEntry  165  }


jdbcDataSourceRuntimeHighestNumUnavailable  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Highest number of database connections that were unavailable (in use or being tested by the system)
                in this instance of the data source since the data source was deployed."

        ::=  {  jdbcDataSourceRuntimeEntry  170  }


-- 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  }


-- JmsComponentRuntimeMBean

jmsComponentRuntimeTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  JmsComponentRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents a JMS Module Deployment."
        ::=  { wls  271 }


jmsComponentRuntimeEntry        OBJECT-TYPE
        SYNTAX  JmsComponentRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of jmsComponentRuntimeTable"
        INDEX   {  jmsComponentRuntimeIndex  }
        ::=  { jmsComponentRuntimeTable 1 }

JmsComponentRuntimeEntry  ::=  SEQUENCE {
        jmsComponentRuntimeIndex  DisplayString,
        jmsComponentRuntimeObjectName  DisplayString,
        jmsComponentRuntimeType  DisplayString,
        jmsComponentRuntimeName  DisplayString,
        jmsComponentRuntimeParent  DisplayString,
        jmsComponentRuntimeModuleId  DisplayString,
        jmsComponentRuntimeDeploymentState  INTEGER
        }
jmsComponentRuntimeIndex        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  jmsComponentRuntimeEntry  1  }

jmsComponentRuntimeObjectName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  jmsComponentRuntimeEntry  5  }

jmsComponentRuntimeType OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  jmsComponentRuntimeEntry  10  }

jmsComponentRuntimeName OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  jmsComponentRuntimeEntry  15  }

jmsComponentRuntimeParent       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  jmsComponentRuntimeEntry  20  }

jmsComponentRuntimeModuleId     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Typical modules will use the URI for their id."

        ::=  {  jmsComponentRuntimeEntry  25  }

jmsComponentRuntimeDeploymentState      OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the current deployment state of the module."

        ::=  {  jmsComponentRuntimeEntry  30  }


-- 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  }


-- LibraryRuntime

libraryRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  LibraryRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents all Library Modules deployed in the server. "
        ::=  { wls  320 }

libraryRuntimeEntry     OBJECT-TYPE
        SYNTAX  LibraryRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of libraryRuntimeTable"
        INDEX   {  libraryRuntimeIndex  }
        ::=  { libraryRuntimeTable 1 }

LibraryRuntimeEntry  ::=  SEQUENCE {
        libraryRuntimeIndex  DisplayString,
        libraryRuntimeObjectName  DisplayString,
        libraryRuntimeType  DisplayString,
        libraryRuntimeName  DisplayString,
        libraryRuntimeParent  DisplayString,
        libraryRuntimeLibraryName  DisplayString,
        libraryRuntimeSpecificationVersion  DisplayString,
        libraryRuntimeImplementationVersion  DisplayString,
        libraryRuntimeReferenced  INTEGER
        }
libraryRuntimeIndex     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  libraryRuntimeEntry  1  }

libraryRuntimeObjectName        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  libraryRuntimeEntry  5  }

libraryRuntimeType      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  libraryRuntimeEntry  10  }

libraryRuntimeName      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  libraryRuntimeEntry  15  }

libraryRuntimeParent    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  libraryRuntimeEntry  20  }

libraryRuntimeLibraryName  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                ""

        ::=  {  libraryRuntimeEntry  25  }

libraryRuntimeSpecificationVersion  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                ""

        ::=  {  libraryRuntimeEntry  30  }

libraryRuntimeImplementationVersion  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                ""

        ::=  {  libraryRuntimeEntry  35  }

libraryRuntimeReferenced  OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns true if this Library is referenced by one or more referencers. Typically a Library Referencer is a deployed application."

        ::=  {  libraryRuntimeEntry  40  }


-- PersistentStoreRuntime

persistentStoreRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  PersistentStoreRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents information about the Persistent Store. "
        ::=  { wls  330 }

persistentStoreRuntimeEntry     OBJECT-TYPE
        SYNTAX  PersistentStoreRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of persistentStoreRuntimeTable"
        INDEX   {  persistentStoreRuntimeIndex  }
        ::=  { persistentStoreRuntimeTable 1 }

PersistentStoreRuntimeEntry  ::=  SEQUENCE {
        persistentStoreRuntimeIndex  DisplayString,
        persistentStoreRuntimeObjectName  DisplayString,
        persistentStoreRuntimeType  DisplayString,
        persistentStoreRuntimeName  DisplayString,
        persistentStoreRuntimeParent  DisplayString,
        persistentStoreRuntimeCreateCount  INTEGER,
        persistentStoreRuntimeReadCount  INTEGER,
        persistentStoreRuntimeUpdateCount  INTEGER,
        persistentStoreRuntimeDeleteCount  INTEGER,
        persistentStoreRuntimeObjectCount  INTEGER,
        persistentStoreRuntimePhysicalWriteCount  INTEGER
        }
persistentStoreRuntimeIndex     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  persistentStoreRuntimeEntry  1  }

persistentStoreRuntimeObjectName        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  persistentStoreRuntimeEntry  5  }

persistentStoreRuntimeType      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  persistentStoreRuntimeEntry  10  }

persistentStoreRuntimeName      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  persistentStoreRuntimeEntry  15  }

persistentStoreRuntimeParent    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  persistentStoreRuntimeEntry  20  }

persistentStoreRuntimeCreateCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of create requests issued by this store."

        ::=  {  persistentStoreRuntimeEntry  25  }

persistentStoreRuntimeReadCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of read requests issued by this store."

        ::=  {  persistentStoreRuntimeEntry  30  }

persistentStoreRuntimeUpdateCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of update requests issued by this store."

        ::=  {  persistentStoreRuntimeEntry  35  }

persistentStoreRuntimeDeleteCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of delete requests issued by this store."

        ::=  {  persistentStoreRuntimeEntry  40  }

persistentStoreRuntimeObjectCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of objects contained in the store."

        ::=  {  persistentStoreRuntimeEntry  45  }

persistentStoreRuntimePhysicalWriteCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of times the store flushed its data to durable storage."

        ::=  {  persistentStoreRuntimeEntry  50  }


-- PersistentStoreConnectionRuntime

persistentStoreConnectionRuntimeTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  PersistentStoreConnectionRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table represents information about the Persistent Store connections. "
        ::=  { wls  331 }

persistentStoreConnectionRuntimeEntry   OBJECT-TYPE
        SYNTAX  PersistentStoreConnectionRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of persistentStoreConnectionRuntimeTable"
        INDEX   {  persistentStoreConnectionRuntimeIndex  }
        ::=  { persistentStoreConnectionRuntimeTable 1 }

PersistentStoreConnectionRuntimeEntry  ::=  SEQUENCE {
        persistentStoreConnectionRuntimeIndex  DisplayString,
        persistentStoreConnectionRuntimeObjectName  DisplayString,
        persistentStoreConnectionRuntimeType  DisplayString,
        persistentStoreConnectionRuntimeName  DisplayString,
        persistentStoreConnectionRuntimeParent  DisplayString,
        persistentStoreConnectionRuntimeCreateCount  INTEGER,
        persistentStoreConnectionRuntimeReadCount  INTEGER,
        persistentStoreConnectionRuntimeUpdateCount  INTEGER,
        persistentStoreConnectionRuntimeDeleteCount  INTEGER,
        persistentStoreConnectionRuntimeObjectCount  INTEGER
        }
persistentStoreConnectionRuntimeIndex   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  persistentStoreConnectionRuntimeEntry  1  }

persistentStoreConnectionRuntimeObjectName      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  persistentStoreConnectionRuntimeEntry  5  }

persistentStoreConnectionRuntimeType    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  persistentStoreConnectionRuntimeEntry  10  }

persistentStoreConnectionRuntimeName    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  persistentStoreConnectionRuntimeEntry  15  }

persistentStoreConnectionRuntimeParent  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  persistentStoreConnectionRuntimeEntry  20  }

persistentStoreConnectionRuntimeCreateCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of create requests issued by this connection."

        ::=  {  persistentStoreConnectionRuntimeEntry  25  }

persistentStoreConnectionRuntimeReadCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of read requests issued by this connection."

        ::=  {  persistentStoreConnectionRuntimeEntry  30  }

persistentStoreConnectionRuntimeUpdateCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of update requests issued by this connection."

        ::=  {  persistentStoreConnectionRuntimeEntry  35  }

persistentStoreConnectionRuntimeDeleteCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of delete requests issued by this connection."

        ::=  {  persistentStoreConnectionRuntimeEntry  40  }

persistentStoreConnectionRuntimeObjectCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the Number of objects contained in this connection."

        ::=  {  persistentStoreConnectionRuntimeEntry  45  }


-- 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  }

-- 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  }

-- NonXAResourceRuntimeMBean

nonXAResourceRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  NonXAResourceRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for accessing transaction
                 runtime characteristics within a WebLogic server for NonXAResources."
        ::=  { 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,
        nonXAResourceRuntimeTransactionTotalCount  INTEGER,
        nonXAResourceRuntimeTransactionCommittedTotalCount  INTEGER,
        nonXAResourceRuntimeTransactionRolledBackTotalCount  INTEGER,
        nonXAResourceRuntimeTransactionHeuristicsTotalCount  INTEGER,
        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  }

nonXAResourceRuntimeTransactionTotalCount       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."

        ::=  {  nonXAResourceRuntimeEntry  25  }

nonXAResourceRuntimeTransactionCommittedTotalCount      OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "The number of committed transactions."

        ::=  {  nonXAResourceRuntimeEntry  30  }

nonXAResourceRuntimeTransactionRolledBackTotalCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "The number of transactions that were rolled back."

        ::=  {  nonXAResourceRuntimeEntry  35  }

nonXAResourceRuntimeTransactionHeuristicsTotalCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "The number of transactions that completed with a
         heuristic status."

        ::=  {  nonXAResourceRuntimeEntry  40  }

nonXAResourceRuntimeNonXAResourceName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Returns the resource name."

        ::=  {  nonXAResourceRuntimeEntry  45  }


-- 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  }


-- MANReplicationRuntime

manReplicationRuntimeTable      OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  MANReplicationRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "MAN Replication details."
        ::=  { wls  362 }

manReplicationRuntimeEntry      OBJECT-TYPE
        SYNTAX  MANReplicationRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of MANReplicationRuntimeTable"
        INDEX   {  manReplicationRuntimeIndex  }
        ::=  { manReplicationRuntimeTable 1 }

MANReplicationRuntimeEntry  ::=  SEQUENCE {
        manReplicationRuntimeIndex  DisplayString,
        manReplicationRuntimeObjectName  DisplayString,
        manReplicationRuntimeType  DisplayString,
        manReplicationRuntimeName  DisplayString,
        manReplicationRuntimeParent  DisplayString,
        manReplicationRuntimeSecondaryServerName  DisplayString,
        manReplicationRuntimeSecondaryServerDetails  DisplayString,
        manReplicationRuntimePrimaryCount  INTEGER,
        manReplicationRuntimeSecondaryCount  INTEGER,
        manReplicationRuntimeRemoteClusterReachable  INTEGER
        }
manReplicationRuntimeIndex      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  manReplicationRuntimeEntry  1  }

manReplicationRuntimeObjectName OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  manReplicationRuntimeEntry  5  }

manReplicationRuntimeType       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  manReplicationRuntimeEntry  10  }

manReplicationRuntimeName       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  manReplicationRuntimeEntry  15  }

manReplicationRuntimeParent     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  manReplicationRuntimeEntry  20  }

manReplicationRuntimeSecondaryServerName        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 128 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the name of the secondary server."

        ::=  {  manReplicationRuntimeEntry  25  }

manReplicationRuntimeSecondaryServerDetails     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the detailed information about the secondary server."

        ::=  {  manReplicationRuntimeEntry  30  }

manReplicationRuntimePrimaryCount       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of object that the local server hosts as primaries."

        ::=  {  manReplicationRuntimeEntry  35  }

manReplicationRuntimeSecondaryCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of object that the local server hosts as secondaries."

        ::=  {  manReplicationRuntimeEntry  40  }

manReplicationRuntimeRemoteClusterReachable     OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns true if the remote cluster is reachable."

        ::=  {  manReplicationRuntimeEntry  45  }


-- MaxThreadsConstraintRuntime

maxThreadsConstraintRuntimeTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  MaxThreadsConstraintRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Provides values for Max Threads Constraints for the server"
        ::=  { wls  363 }

maxThreadsConstraintRuntimeEntry        OBJECT-TYPE
        SYNTAX  MaxThreadsConstraintRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of maxThreadsConstraintRuntimeTable"
        INDEX   {  maxThreadsConstraintRuntimeIndex  }
        ::=  { maxThreadsConstraintRuntimeTable 1 }

MaxThreadsConstraintRuntimeEntry  ::=  SEQUENCE {
        maxThreadsConstraintRuntimeIndex  DisplayString,
        maxThreadsConstraintRuntimeObjectName  DisplayString,
        maxThreadsConstraintRuntimeType  DisplayString,
        maxThreadsConstraintRuntimeName  DisplayString,
        maxThreadsConstraintRuntimeParent  DisplayString,
        maxThreadsConstraintRuntimeExecutingRequests  INTEGER,
        maxThreadsConstraintRuntimeDeferredRequests  INTEGER
        }
maxThreadsConstraintRuntimeIndex        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  maxThreadsConstraintRuntimeEntry  1  }

maxThreadsConstraintRuntimeObjectName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  maxThreadsConstraintRuntimeEntry  5  }

maxThreadsConstraintRuntimeType OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  maxThreadsConstraintRuntimeEntry  10  }

maxThreadsConstraintRuntimeName OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  maxThreadsConstraintRuntimeEntry  15  }

maxThreadsConstraintRuntimeParent       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  maxThreadsConstraintRuntimeEntry  20  }

maxThreadsConstraintRuntimeExecutingRequests    OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Number of requests that are currently executing."

        ::=  {  maxThreadsConstraintRuntimeEntry  25  }

maxThreadsConstraintRuntimeDeferredRequests     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the umber of requests that are denied a thread for execution because the constraint is exceeded."

        ::=  {  maxThreadsConstraintRuntimeEntry  30  }


-- MinThreadsConstraintRuntime

minThreadsConstraintRuntimeTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  MinThreadsConstraintRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Provides values for Min Threads Constraints for the server"
        ::=  { wls  364 }

minThreadsConstraintRuntimeEntry        OBJECT-TYPE
        SYNTAX  MinThreadsConstraintRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of minThreadsConstraintRuntimeTable"
        INDEX   {  minThreadsConstraintRuntimeIndex  }
        ::=  { minThreadsConstraintRuntimeTable 1 }

MinThreadsConstraintRuntimeEntry  ::=  SEQUENCE {
        minThreadsConstraintRuntimeIndex  DisplayString,
        minThreadsConstraintRuntimeObjectName  DisplayString,
        minThreadsConstraintRuntimeType  DisplayString,
        minThreadsConstraintRuntimeName  DisplayString,
        minThreadsConstraintRuntimeParent  DisplayString,
        minThreadsConstraintRuntimePendingRequests  INTEGER,
        minThreadsConstraintRuntimeExecutingRequests  INTEGER,
        minThreadsConstraintRuntimeOutOfOrderExecutionCount  INTEGER,
        minThreadsConstraintRuntimeMustRunCount  INTEGER,
        minThreadsConstraintRuntimeMaxWaitTime  INTEGER,
        minThreadsConstraintRuntimeCurrentWaitTime  INTEGER
        }
minThreadsConstraintRuntimeIndex        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  minThreadsConstraintRuntimeEntry  1  }

minThreadsConstraintRuntimeObjectName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  minThreadsConstraintRuntimeEntry  5  }

minThreadsConstraintRuntimeType OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  minThreadsConstraintRuntimeEntry  10  }

minThreadsConstraintRuntimeName OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  minThreadsConstraintRuntimeEntry  15  }

minThreadsConstraintRuntimeParent       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  minThreadsConstraintRuntimeEntry  20  }

minThreadsConstraintRuntimeCompletedRequests    OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Number of requests that have completed executing."

        ::=  {  minThreadsConstraintRuntimeEntry  25  }

minThreadsConstraintRuntimePendingRequests      OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Number of requests that are waiting for an available thread."

        ::=  {  minThreadsConstraintRuntimeEntry  30  }

minThreadsConstraintRuntimeExecutingRequests    OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Number of requests that are currently executing."

        ::=  {  minThreadsConstraintRuntimeEntry  35  }

minThreadsConstraintRuntimeOutOfOrderExecutionCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Number of requests executed out of turn to satisfy this constraint."

        ::=  {  minThreadsConstraintRuntimeEntry  40  }

minThreadsConstraintRuntimeMustRunCount OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Number of requests that must be executed to satisfy the constraint."

        ::=  {  minThreadsConstraintRuntimeEntry  45  }

minThreadsConstraintRuntimeMaxWaitTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the max time a request had to wait for a thread. Only requests whose execution is needed to satisfy
                the constraint are considered."

        ::=  {  minThreadsConstraintRuntimeEntry  50  }

minThreadsConstraintRuntimeCurrentWaitTime      OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the last measured time a request had to wait for a thread. Only requests whose execution is needed to
                satisfy the constraint are considered."

        ::=  {  minThreadsConstraintRuntimeEntry  55  }


-- RequestClassRuntime

requestClassRuntimeTable        OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  RequestClassRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Presents runtime information about RequestClasses.  A request class represents a class of work. Work using the
                same request class shares the same priority"
        ::=  { wls  365 }

requestClassRuntimeEntry        OBJECT-TYPE
        SYNTAX  RequestClassRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of requestClassRuntimeTable"
        INDEX   {  requestClassRuntimeIndex  }
        ::=  { requestClassRuntimeTable 1 }

RequestClassRuntimeEntry  ::=  SEQUENCE {
        requestClassRuntimeIndex  DisplayString,
        requestClassRuntimeObjectName  DisplayString,
        requestClassRuntimeType  DisplayString,
        requestClassRuntimeName  DisplayString,
        requestClassRuntimeParent  DisplayString,
        requestClassRuntimeRequestClassType  DisplayString,
        requestClassRuntimeCompletedCount  INTEGER,
        requestClassRuntimeTotalThreadUse  INTEGER,
        requestClassRuntimePendingRequestCount  INTEGER,
        requestClassRuntimeVirtualTimeIncrement  INTEGER
        }
requestClassRuntimeIndex        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  requestClassRuntimeEntry  1  }

requestClassRuntimeObjectName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  requestClassRuntimeEntry  5  }

requestClassRuntimeType OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  requestClassRuntimeEntry  10  }

requestClassRuntimeName OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  requestClassRuntimeEntry  15  }

requestClassRuntimeParent       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  requestClassRuntimeEntry  20  }

requestClassRuntimeCompletedCount       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Total number of completions since server start."

        ::=  {  requestClassRuntimeEntry  25  }

requestClassRuntimeTotalThreadUse       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Total amount of thread use time in millisec's used by the request class since server start."

        ::=  {  requestClassRuntimeEntry  30  }

requestClassRuntimePendingRequestCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Number of requests waiting for a thread to become available."

        ::=  {  requestClassRuntimeEntry  35  }

requestClassRuntimeVirtualTimeIncrement OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Current priority of the request class. The priority is relative to other request class priorities.
                The priority is calculated dynamically frequently and can change."

        ::=  {  requestClassRuntimeEntry  40  }

requestClassRuntimeRequestClassType     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the  type of RequestClass, either FIR_SHARE or RESPONSE_TIME."

        ::=  {  requestClassRuntimeEntry  45  }


-- ServerChannelRuntime

serverChannelRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ServerChannelRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Presents Runtime information for NetworkAccessPoints or Channels."
        ::=  { wls  366 }

serverChannelRuntimeEntry       OBJECT-TYPE
        SYNTAX  ServerChannelRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of serverChannelRuntimeTable"
        INDEX   {  serverChannelRuntimeIndex  }
        ::=  { serverChannelRuntimeTable 1 }

ServerChannelRuntimeEntry  ::=  SEQUENCE {
        serverChannelRuntimeIndex  DisplayString,
        serverChannelRuntimeObjectName  DisplayString,
        serverChannelRuntimeType  DisplayString,
        serverChannelRuntimeName  DisplayString,
        serverChannelRuntimeParent  DisplayString,
        serverChannelRuntimeBytesReceivedCount  INTEGER,
        serverChannelRuntimeBytesSentCount  INTEGER,
        serverChannelRuntimeChannelName  DisplayString,
        serverChannelRuntimeConnectionsCount  INTEGER,
        serverChannelRuntimeAcceptCount  INTEGER,
        serverChannelRuntimeMessagesReceivedCount  INTEGER,
        serverChannelRuntimeMessagesSentCount  INTEGER,
        serverChannelRuntimePublicURL  DisplayString
        }
serverChannelRuntimeIndex       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  serverChannelRuntimeEntry  1  }

serverChannelRuntimeObjectName  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  serverChannelRuntimeEntry  5  }

serverChannelRuntimeType        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  serverChannelRuntimeEntry  10  }

serverChannelRuntimeName        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  serverChannelRuntimeEntry  15  }

serverChannelRuntimeParent      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  serverChannelRuntimeEntry  20  }

serverChannelRuntimeBytesReceivedCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the total number of bytes received on this channel."

        ::=  {  serverChannelRuntimeEntry  25  }

serverChannelRuntimeBytesSentCount      OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the total number of bytes sent on this channel."

        ::=  {  serverChannelRuntimeEntry  30  }

serverChannelRuntimeChannelName OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the channel name of this channel."

        ::=  {  serverChannelRuntimeEntry  35  }

serverChannelRuntimeConnectionsCount    OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of active connections and sockets associated with this channel."

        ::=  {  serverChannelRuntimeEntry  40  }

serverChannelRuntimeAcceptCount OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of sockets that have been accepted on this channel. This includes sockets both
                past and present so gives a good idea of the connection rate to the server."

        ::=  {  serverChannelRuntimeEntry  45  }

serverChannelRuntimeMessagesReceivedCount       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of messages received on this channel."

        ::=  {  serverChannelRuntimeEntry  50  }

serverChannelRuntimeMessagesSentCount   OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of messages sent on this channel."

        ::=  {  serverChannelRuntimeEntry  55  }

serverChannelRuntimePublicURL   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 128 ) )

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the physical URL that this channel is listening on."

        ::=  {  serverChannelRuntimeEntry  60  }


-- ThreadPoolRuntime

threadPoolRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ThreadPoolRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Presents Runtime information to monitor the self-tuning queue."
        ::=  { wls  367 }

threadPoolRuntimeEntry  OBJECT-TYPE
        SYNTAX  ThreadPoolRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of threadPoolRuntimeTable"
        INDEX   {  threadPoolRuntimeIndex  }
        ::=  { threadPoolRuntimeTable 1 }

ThreadPoolRuntimeEntry  ::=  SEQUENCE {
        threadPoolRuntimeIndex  DisplayString,
        threadPoolRuntimeObjectName  DisplayString,
        threadPoolRuntimeType  DisplayString,
        threadPoolRuntimeName  DisplayString,
        threadPoolRuntimeParent  DisplayString,
        threadPoolRuntimeExecuteThreadTotalCount  INTEGER,
        threadPoolRuntimeExecuteThreadIdleCount  INTEGER,
        threadPoolRuntimeQueueLength  INTEGER,
        threadPoolRuntimePendingUserRequestCount  INTEGER,
        threadPoolRuntimeSharedCapacityForWorkManagers  INTEGER,
        threadPoolRuntimeCompletedRequestCount  INTEGER,
        threadPoolRuntimeHoggingThreadCount  INTEGER,
        threadPoolRuntimeStandbyThreadCount  INTEGER,
        threadPoolRuntimeThroughput  INTEGER,
        threadPoolRuntimeMinThreadsConstraintsPending  INTEGER,
        threadPoolRuntimeMinThreadsConstraintsCompleted  INTEGER,
        threadPoolRuntimeSuspended  INTEGER
        }
threadPoolRuntimeIndex  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  threadPoolRuntimeEntry  1  }

threadPoolRuntimeObjectName     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  threadPoolRuntimeEntry  5  }

threadPoolRuntimeType   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  threadPoolRuntimeEntry  10  }

threadPoolRuntimeName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  threadPoolRuntimeEntry  15  }

threadPoolRuntimeParent OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  threadPoolRuntimeEntry  20  }

threadPoolRuntimeExecuteThreadTotalCount        OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the total number of threads in the pool."

        ::=  {  threadPoolRuntimeEntry  25  }

threadPoolRuntimeExecuteThreadIdleCount OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of idle threads in the pool."

        ::=  {  threadPoolRuntimeEntry  30  }

threadPoolRuntimeQueueLength    OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of pending requests in the priority queue. This is the total of internal system requests
                and user requests."

        ::=  {  threadPoolRuntimeEntry  35  }

threadPoolRuntimePendingUserRequestCount        OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of pending user requests in the priority queue. The priority queue contains requests from
                internal subsystems and users. This is just the count of all user requests."

        ::=  {  threadPoolRuntimeEntry  40  }

threadPoolRuntimeSharedCapacityForWorkManagers  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the maximum amount of requests that can be accepted in the priority qeueue."

        ::=  {  threadPoolRuntimeEntry  45  }

threadPoolRuntimeCompletedRequestCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of completed requests in the priority queue."

        ::=  {  threadPoolRuntimeEntry  50  }

threadPoolRuntimeHoggingThreadCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the threads that are being hogged by a request right now. These threads will either be declared
                as stuck after the configured timeout or will return to the pool before that. The self-tuning mechanism will
                backfill if necessary."

        ::=  {  threadPoolRuntimeEntry  55  }

threadPoolRuntimeStandbyThreadCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of threads in the standby pool. Surplus threads that are not needed to handle the
                present work load are designated as standby and added to the standby pool. These threads are activated
                when more threads are needed."

        ::=  {  threadPoolRuntimeEntry  60  }

threadPoolRuntimeThroughput  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the mean number of requests completed per second."

        ::=  {  threadPoolRuntimeEntry  65  }

threadPoolRuntimeMinThreadsConstraintsPending  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Number of requests that should be executed now to satisfy the min threads requirement."

        ::=  {  threadPoolRuntimeEntry  70  }

threadPoolRuntimeMinThreadsConstraintsCompleted  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Number of requests with min threads constraint picked up out of order for execution immediately
                since their min threads requirement was not met. This does not include the case where threads are idle during schedule."

        ::=  {  threadPoolRuntimeEntry  75  }

threadPoolRuntimeSuspended  OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the Indicates if the RequestManager is suspended. A suspended manager will not dequeue work and
                dispatch threads till it is resumed"

        ::=  {  threadPoolRuntimeEntry  80  }


-- WorkManagerRuntime

workManagerRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WorkManagerRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "Presents Runtime information for the WorkManager Runtime."
        ::=  { wls  368 }

workManagerRuntimeEntry OBJECT-TYPE
        SYNTAX  WorkManagerRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of workManagerRuntimeTable"
        INDEX   {  workManagerRuntimeIndex  }
        ::=  { workManagerRuntimeTable 1 }

WorkManagerRuntimeEntry  ::=  SEQUENCE {
        workManagerRuntimeIndex  DisplayString,
        workManagerRuntimeObjectName  DisplayString,
        workManagerRuntimeType  DisplayString,
        workManagerRuntimeName  DisplayString,
        workManagerRuntimeParent  DisplayString,
        workManagerRuntimeApplicationName  DisplayString,
        workManagerRuntimeModuleName  DisplayString,
        workManagerRuntimePendingRequests  INTEGER,
        workManagerRuntimeCompletedRequests  INTEGER
        }
workManagerRuntimeIndex OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  workManagerRuntimeEntry  1  }

workManagerRuntimeObjectName    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  workManagerRuntimeEntry  5  }

workManagerRuntimeType  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  workManagerRuntimeEntry  10  }

workManagerRuntimeName  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  workManagerRuntimeEntry  15  }

workManagerRuntimeParent        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  workManagerRuntimeEntry  20  }

workManagerRuntimeApplicationName       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 128 ) )

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the name of the application this WorkManager is associated with."

        ::=  {  workManagerRuntimeEntry  25  }

workManagerRuntimeModuleName    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 128 ) )

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the name of the module this WorkManager is associated with."

        ::=  {  workManagerRuntimeEntry  30  }

workManagerRuntimePendingRequests       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of waiting requests in the queue."

        ::=  {  workManagerRuntimeEntry  35  }

workManagerRuntimeCompletedRequests     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

  DESCRIPTION
                "Returns the number of requests that have been processed."

        ::=  {  workManagerRuntimeEntry  40  }



-- 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,
        serverSecurityRuntimeJACCEnabled 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  }

serverSecurityRuntimeJACCEnabled        OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }


        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Indicates whether JACC (Java Authorization Contract for Containers)
                was enabled on the commandline for the jvm hosting this server."

        ::=  {  serverSecurityRuntimeEntry  30  }


-- UserLockoutManagerRuntime

userLockoutManagerRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  UserLockoutManagerRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring per-Security Realm user lockout information."
        ::=  { wls  371 }

userLockoutManagerRuntimeEntry  OBJECT-TYPE
        SYNTAX  UserLockoutManagerRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of userLockoutManagerRuntimeTable"
        INDEX   {  userLockoutManagerRuntimeIndex  }
        ::=  { userLockoutManagerRuntimeTable 1 }

UserLockoutManagerRuntimeEntry  ::=  SEQUENCE {
        userLockoutManagerRuntimeIndex  DisplayString,
        userLockoutManagerRuntimeObjectName  DisplayString,
        userLockoutManagerRuntimeType  DisplayString,
        userLockoutManagerRuntimeName  DisplayString,
        userLockoutManagerRuntimeParent  DisplayString,
        userLockoutManagerRuntimeUserLockoutTotalCount INTEGER,
        userLockoutManagerRuntimeInvalidLoginAttemptsTotalCount INTEGER,
        userLockoutManagerRuntimeLoginAttemptsWhileLockedTotalCount INTEGER,
        userLockoutManagerRuntimeInvalidLoginUsersHighCount INTEGER,
        userLockoutManagerRuntimeUnlockedUsersTotalCount INTEGER,
        userLockoutManagerRuntimeLockedUsersCurrentCount INTEGER
        }
userLockoutManagerRuntimeIndex  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  userLockoutManagerRuntimeEntry  1  }

userLockoutManagerRuntimeObjectName     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  userLockoutManagerRuntimeEntry  5  }

userLockoutManagerRuntimeType   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  userLockoutManagerRuntimeEntry  10  }

userLockoutManagerRuntimeName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  userLockoutManagerRuntimeEntry  15  }

userLockoutManagerRuntimeParent OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  userLockoutManagerRuntimeEntry  20  }

userLockoutManagerRuntimeUserLockoutTotalCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of user lockouts that have occured since this server has been started."

        ::=  {  userLockoutManagerRuntimeEntry  25  }

userLockoutManagerRuntimeInvalidLoginAttemptsTotalCount OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled."

        ::=  {  userLockoutManagerRuntimeEntry  30  }

userLockoutManagerRuntimeLoginAttemptsWhileLockedTotalCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled."

        ::=  {  userLockoutManagerRuntimeEntry  35  }

userLockoutManagerRuntimeInvalidLoginUsersHighCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the highest number of users with concurrent unexpired or uncleared invalid login attempts."

        ::=  {  userLockoutManagerRuntimeEntry  40  }

userLockoutManagerRuntimeUnlockedUsersTotalCount        OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number times users have been unlocked since this server has been started."

        ::=  {  userLockoutManagerRuntimeEntry  45  }

userLockoutManagerRuntimeLockedUsersCurrentCount        OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of users that are currently locked out of this server."

        ::=  {  userLockoutManagerRuntimeEntry  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  }

-- 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  }

-- 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  }

-- ConnectorComponentRuntime

connectorComponentRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ConnectorComponentRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring the WebLogic Connector Component."
        ::=  { wls  457 }

connectorComponentRuntimeEntry  OBJECT-TYPE
        SYNTAX  ConnectorComponentRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of connectorComponentRuntimeTable"
        INDEX   {  connectorComponentRuntimeIndex  }
        ::=  { connectorComponentRuntimeTable 1 }

ConnectorComponentRuntimeEntry  ::=  SEQUENCE {
        connectorComponentRuntimeIndex  DisplayString,
        connectorComponentRuntimeObjectName  DisplayString,
        connectorComponentRuntimeType  DisplayString,
        connectorComponentRuntimeName  DisplayString,
        connectorComponentRuntimeParent  DisplayString,
        connectorComponentRuntimePoolCount  INTEGER,
        connectorComponentRuntimeInboundConnectionsCount  INTEGER,
        connectorComponentRuntimeEISResourceId  DisplayString,
        connectorComponentRuntimeVersionId  DisplayString,
        connectorComponentRuntimeActiveVersionId  DisplayString,
        connectorComponentRuntimeVersioned  INTEGER,
        connectorComponentRuntimeActiveVersion  INTEGER,
        connectorComponentRuntimeJndiName  DisplayString,
        connectorComponentRuntimeState  DisplayString,
        connectorComponentRuntimeSuspendedState  INTEGER,
        connectorComponentRuntimeDescription  DisplayString,
        connectorComponentRuntimeEISType  DisplayString,
        connectorComponentRuntimeSpecVersion  DisplayString,
        connectorComponentRuntimeVendorName  DisplayString,
        connectorComponentRuntimeVersion  DisplayString
        }
connectorComponentRuntimeIndex  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  connectorComponentRuntimeEntry  1  }

connectorComponentRuntimeObjectName     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  connectorComponentRuntimeEntry  5  }

connectorComponentRuntimeType   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  connectorComponentRuntimeEntry  10  }

connectorComponentRuntimeName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  connectorComponentRuntimeEntry  15  }

connectorComponentRuntimeParent OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  connectorComponentRuntimeEntry  20  }

connectorComponentRuntimePoolCount      OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "The number of connection pools."

        ::=  {  connectorComponentRuntimeEntry  25  }

connectorComponentRuntimeInboundConnectionsCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "The number of inbound connections for the resource adapter."

        ::=  {  connectorComponentRuntimeEntry  30  }

connectorComponentRuntimeEISResourceId  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "EISResourceId for the component."

        ::=  {  connectorComponentRuntimeEntry  35  }

connectorComponentRuntimeVersionId  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Deployment Version ID."

        ::=  {  connectorComponentRuntimeEntry  40  }

connectorComponentRuntimeActiveVersionId  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Deployment Active Version ID."

        ::=  {  connectorComponentRuntimeEntry  45  }

connectorComponentRuntimeVersioned  OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns true if this Resource Adapter is versioned."

        ::=  {  connectorComponentRuntimeEntry  50  }

connectorComponentRuntimeActiveVersion  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns true if this is the active version."

        ::=  {  connectorComponentRuntimeEntry  55  }

connectorComponentRuntimeJndiName  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Jndi name of the resource adapter."

        ::=  {  connectorComponentRuntimeEntry  60  }

connectorComponentRuntimeState  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Deployment state of the resource adapter."

        ::=  {  connectorComponentRuntimeEntry  65  }

connectorComponentRuntimeSuspendedState  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "suspended state information of the resource adapter.."

        ::=  {  connectorComponentRuntimeEntry  70  }

connectorComponentRuntimeDescription  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Description for the resource adapter"

        ::=  {  connectorComponentRuntimeEntry  75  }

connectorComponentRuntimeEISType OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "EIS type"

        ::=  {  connectorComponentRuntimeEntry  80  }

connectorComponentRuntimeSpecVersion  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Supported specification version."

        ::=  {  connectorComponentRuntimeEntry  85  }

connectorComponentRuntimeVendorName  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Resource Adapter Vendor Name."

        ::=  {  connectorComponentRuntimeEntry  90  }

connectorComponentRuntimeVersion  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Resource Adapter Version."

        ::=  {  connectorComponentRuntimeEntry  95  }


-- ConnectorInboundRuntime

connectorInboundRuntimeTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  ConnectorInboundRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring the WebLogic Connector Component Inbound Connections."
        ::=  { wls  459 }

connectorInboundRuntimeEntry    OBJECT-TYPE
        SYNTAX  ConnectorInboundRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of connectorInboundRuntimeTable"
        INDEX   {  connectorInboundRuntimeIndex  }
        ::=  { connectorInboundRuntimeTable 1 }

ConnectorInboundRuntimeEntry  ::=  SEQUENCE {
        connectorInboundRuntimeIndex  DisplayString,
        connectorInboundRuntimeObjectName  DisplayString,
        connectorInboundRuntimeType  DisplayString,
        connectorInboundRuntimeName  DisplayString,
        connectorInboundRuntimeParent  DisplayString,
        connectorInboundRuntimeMsgListenerType  DisplayString,
        connectorInboundRuntimeActivationSpecClass  DisplayString,
        connectorInboundRuntimeState  DisplayString
        }
connectorInboundRuntimeIndex    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  connectorInboundRuntimeEntry  1  }

connectorInboundRuntimeObjectName       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  connectorInboundRuntimeEntry  5  }

connectorInboundRuntimeType     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  connectorInboundRuntimeEntry  10  }

connectorInboundRuntimeName     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  connectorInboundRuntimeEntry  15  }

connectorInboundRuntimeParent   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  connectorInboundRuntimeEntry  20  }

connectorInboundRuntimeMsgListenerType  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Message Listener type."

        ::=  {  connectorInboundRuntimeEntry  25  }

connectorInboundRuntimeActivationSpecClass  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Activation specification class."

        ::=  {  connectorInboundRuntimeEntry  30  }

connectorInboundRuntimeState  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Current state of this inbound connector, either running or suspended."

        ::=  {  connectorInboundRuntimeEntry  35  }


-- 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  }


-- SAFAgentRuntimeMBean

safAgentRuntimeTable    OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  SAFAgentRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a WebLogic Store And Forward Agent."
        ::=  { wls  470 }

safAgentRuntimeEntry    OBJECT-TYPE
        SYNTAX  SAFAgentRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of SafAgentRuntimeTable"
        INDEX   {  safAgentRuntimeIndex  }
        ::=  { safAgentRuntimeTable 1 }

SAFAgentRuntimeEntry  ::=  SEQUENCE {
        safAgentRuntimeIndex  DisplayString,
        safAgentRuntimeObjectName  DisplayString,
        safAgentRuntimeType  DisplayString,
        safAgentRuntimeName  DisplayString,
        safAgentRuntimeParent  DisplayString,
        safAgentRuntimeRemoteEndpointsCurrentCount  INTEGER,
        safAgentRuntimeRemoteEndpointsHighCount  INTEGER,
        safAgentRuntimeRemoteEndpointsTotalCount  INTEGER,
        safAgentRuntimePausedForIncoming  INTEGER,
        safAgentRuntimePausedForForwarding  INTEGER,
        safAgentRuntimePausedForResuming  INTEGER,
        safAgentRuntimeConversationsCurrentCount  INTEGER,
        safAgentRuntimeConversationsHighCount  INTEGER,
        safAgentRuntimeConversationsTotalCount  INTEGER,
        safAgentRuntimeMessagesCurrentCount  INTEGER,
        safAgentRuntimeMessagesPendingCount  INTEGER,
        safAgentRuntimeMessagesHighCount  INTEGER,
        safAgentRuntimeMessagesReceivedCount  INTEGER,
        safAgentRuntimeMessagesThresholdTime  INTEGER,
        safAgentRuntimeBytesPendingCount  INTEGER,
        safAgentRuntimeBytesCurrentCount  INTEGER,
        safAgentRuntimeBytesHighCount  INTEGER,
        safAgentRuntimeBytesReceivedCount  INTEGER,
        safAgentRuntimeBytesThresholdTime  INTEGER,
        safAgentRuntimeFailedMessagesTotal  INTEGER
        }
safAgentRuntimeIndex    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  safAgentRuntimeEntry  1  }

safAgentRuntimeObjectName       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  safAgentRuntimeEntry  5  }

safAgentRuntimeType     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  safAgentRuntimeEntry  10  }

safAgentRuntimeName     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  safAgentRuntimeEntry  15  }

safAgentRuntimeParent   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  safAgentRuntimeEntry  20  }

safAgentRuntimeRemoteEndpointsCurrentCount      OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the current number of remote endpoints to which this SAF agent has been storing and forwarding messages."

        ::=  {  safAgentRuntimeEntry  25  }

safAgentRuntimeRemoteEndpointsHighCount OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the peak number of remote endpoints to which this SAF agent has been storing and forwarding messages
                since last reset."

        ::=  {  safAgentRuntimeEntry  30  }

safAgentRuntimeRemoteEndpointsTotalCount        OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of remote endpoints to which this SAF agent has been storing and forwarding messages since last reset."

        ::=  {  safAgentRuntimeEntry  35  }

safAgentRuntimePausedForIncoming        OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Indicates whether or not the sending agent is paused for incoming messages at the current time."

        ::=  {  safAgentRuntimeEntry  40  }

safAgentRuntimePausedForForwarding      OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Indicates whether or not the sending agent is paused for forwarding at the current time."

        ::=  {  safAgentRuntimeEntry  45  }

safAgentRuntimePausedForResuming        OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Indicates whether or not the receiving agent is paused for receiving at the current time."

        ::=  {  safAgentRuntimeEntry  50  }

safAgentRuntimeConversationsCurrentCount        OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the current number of conversations."

        ::=  {  safAgentRuntimeEntry  55  }

safAgentRuntimeConversationsHighCount   OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the peak number of conversations since the last reset."

        ::=  {  safAgentRuntimeEntry  60  }

safAgentRuntimeConversationsTotalCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the total number of conversations since the last reset."

        ::=  {  safAgentRuntimeEntry  65  }

safAgentRuntimeMessagesCurrentCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the current number of messages. This number includes the pending messages."

        ::=  {  safAgentRuntimeEntry  70  }

safAgentRuntimeMessagesPendingCount     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of pending messages. Pending messages are over and above the current number of messages.
                A pending message is one that has either been sent in a transaction and not committed, or been forwarded
                but has not been acknowledged."

        ::=  {  safAgentRuntimeEntry  75  }

safAgentRuntimeMessagesHighCount        OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the peak number of messages since the last reset."

        ::=  {  safAgentRuntimeEntry  80  }

safAgentRuntimeMessagesReceivedCount    OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "The number of messages received since the last reset."

        ::=  {  safAgentRuntimeEntry  85  }

safAgentRuntimeMessagesThresholdTime OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the amount of time in the threshold condition since the last reset."

        ::=  {  safAgentRuntimeEntry  90  }

safAgentRuntimeBytesPendingCount        OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of pending bytes. Pending bytes are over and above the current number of bytes."

        ::=  {  safAgentRuntimeEntry  95  }

safAgentRuntimeBytesCurrentCount        OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the current number of bytes. This number does not include the pending bytes."

        ::=  {  safAgentRuntimeEntry  100  }

safAgentRuntimeBytesHighCount   OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the peak number of bytes since the last reset."

        ::=  {  safAgentRuntimeEntry  105  }

safAgentRuntimeBytesReceivedCount       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "The number of bytes received since the last reset."

        ::=  {  safAgentRuntimeEntry  110  }

safAgentRuntimeBytesThresholdTime       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the amount of time in the threshold condition since the last reset."

        ::=  {  safAgentRuntimeEntry  115  }

safAgentRuntimeFailedMessagesTotal      OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the total number of messages that have failed to be forwarded since the last reset."

        ::=  {  safAgentRuntimeEntry  120  }


-- SAFConversationRuntimeMBean

safConversationRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  SAFConversationRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a WebLogic Store And Forward Agent."
        ::=  { wls  471 }

safConversationRuntimeEntry     OBJECT-TYPE
        SYNTAX  SAFConversationRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of SafConversationRuntimeTable"
        INDEX   {  safConversationRuntimeIndex  }
        ::=  { safConversationRuntimeTable 1 }

SAFConversationRuntimeEntry  ::=  SEQUENCE {
        safConversationRuntimeIndex  DisplayString,
        safConversationRuntimeObjectName  DisplayString,
        safConversationRuntimeType  DisplayString,
        safConversationRuntimeName  DisplayString,
        safConversationRuntimeParent  DisplayString,
        safConversationRuntimeConversationName  DisplayString,
        safConversationRuntimeDestinationURL  DisplayString,
        safConversationRuntimeQOS  DisplayString
        }
safConversationRuntimeIndex     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  safConversationRuntimeEntry  1  }

safConversationRuntimeObjectName        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  safConversationRuntimeEntry  5  }

safConversationRuntimeType      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  safConversationRuntimeEntry  10  }

safConversationRuntimeName      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  safConversationRuntimeEntry  15  }

safConversationRuntimeParent    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  safConversationRuntimeEntry  20  }

safConversationRuntimeConversationName  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the name of the conversation."

        ::=  {  safConversationRuntimeEntry  25  }

safConversationRuntimeDestinationURL    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the name of the conversation."

        ::=  {  safConversationRuntimeEntry  30  }

safConversationRuntimeQOS       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the name of the conversation."

        ::=  {  safConversationRuntimeEntry  35  }


-- SAFRemoteEndpointRuntimeMBean

safRemoteEndpointRuntimeTable   OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  SAFRemoteEndpointRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a WebLogic Store And Forward RemoteEndpoint."
        ::=  { wls  470 }

safRemoteEndpointRuntimeEntry   OBJECT-TYPE
        SYNTAX  SAFRemoteEndpointRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of SafRemoteEndpointRuntimeTable"
        INDEX   {  safRemoteEndpointRuntimeIndex  }
        ::=  { safRemoteEndpointRuntimeTable 1 }

SAFRemoteEndpointRuntimeEntry  ::=  SEQUENCE {
        safRemoteEndpointRuntimeIndex  DisplayString,
        safRemoteEndpointRuntimeObjectName  DisplayString,
        safRemoteEndpointRuntimeType  DisplayString,
        safRemoteEndpointRuntimeName  DisplayString,
        safRemoteEndpointRuntimeParent  DisplayString,
        safRemoteEndpointRuntimeURL  DisplayString,
        safRemoteEndpointRuntimeEndpointType  DisplayString,
        safRemoteEndpointRuntimePausedForIncoming  INTEGER,
        safRemoteEndpointRuntimePausedForForwarding  INTEGER,
        safRemoteEndpointRuntimePausedForResuming  INTEGER,
        safRemoteEndpointRuntimeDowntimeHigh  INTEGER,
        safRemoteEndpointRuntimeDowntimeTotal  INTEGER,
        safRemoteEndpointRuntimeUptimeHigh  INTEGER,
        safRemoteEndpointRuntimeUptimeTotal  INTEGER,
        safRemoteEndpointRuntimeConversationsCurrentCount  INTEGER,
        safRemoteEndpointRuntimeConversationsHighCount  INTEGER,
        safRemoteEndpointRuntimeConversationsTotalCount  INTEGER,
        safRemoteEndpointRuntimeMessagesCurrentCount  INTEGER,
        safRemoteEndpointRuntimeMessagesPendingCount  INTEGER,
        safRemoteEndpointRuntimeMessagesHighCount  INTEGER,
        safRemoteEndpointRuntimeMessagesReceivedCount  INTEGER,
        safRemoteEndpointRuntimeMessagesThresholdTime  INTEGER,
        safRemoteEndpointRuntimeBytesPendingCount  INTEGER,
        safRemoteEndpointRuntimeBytesCurrentCount  INTEGER,
        safRemoteEndpointRuntimeBytesHighCount  INTEGER,
        safRemoteEndpointRuntimeBytesReceivedCount  INTEGER,
        safRemoteEndpointRuntimeBytesThresholdTime  INTEGER,
        safRemoteEndpointRuntimeFailedMessagesTotal  INTEGER
        }
safRemoteEndpointRuntimeIndex   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  safRemoteEndpointRuntimeEntry  1  }

safRemoteEndpointRuntimeObjectName      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  safRemoteEndpointRuntimeEntry  5  }

safRemoteEndpointRuntimeType    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  safRemoteEndpointRuntimeEntry  10  }

safRemoteEndpointRuntimeName    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  safRemoteEndpointRuntimeEntry  15  }

safRemoteEndpointRuntimeParent  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  safRemoteEndpointRuntimeEntry  20  }

safRemoteEndpointRuntimeURL     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 128 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the URL of the remote endpoint."

        ::=  {  safRemoteEndpointRuntimeEntry  25  }

safRemoteEndpointRuntimeEndpointType    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns type value of the remote endpoint, either JMS or WebServices."

        ::=  {  safRemoteEndpointRuntimeEntry  30  }


safRemoteEndpointRuntimePausedForIncoming       OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Indicates whether or not the remote endpoint is paused for incoming messages at the current time."

        ::=  {  safRemoteEndpointRuntimeEntry  35  }

safRemoteEndpointRuntimePausedForForwarding     OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Indicates whether or not the remote endpoint is paused for forwarding at the current time."

        ::=  {  safRemoteEndpointRuntimeEntry  40  }

safRemoteEndpointRuntimePausedForResuming       OBJECT-TYPE
        SYNTAX  INTEGER  {
                true( 1 ),
                false( 2 )
                }

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Indicates whether or not the remote endpoint is paused for receiving at the current time."

        ::=  {  safRemoteEndpointRuntimeEntry  45  }

safRemoteEndpointRuntimeDowntimeHigh  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "eturns the longest time, in seconds, that the remote endpoint has not been available since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  50  }

safRemoteEndpointRuntimeDowntimeTotal  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the total time, in seconds, that the remote endpoint has not been available since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  55  }

safRemoteEndpointRuntimeUptimeHigh  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the longest time, in seconds, that the remote endpoint has been available since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  60  }

safRemoteEndpointRuntimeUptimeTotal  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the total time, in seconds, that the remote endpoint has been available since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  65  }


safRemoteEndpointRuntimeConversationsCurrentCount       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the current number of conversations."

        ::=  {  safRemoteEndpointRuntimeEntry  70  }

safRemoteEndpointRuntimeConversationsHighCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the peak number of conversations since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  75  }

safRemoteEndpointRuntimeConversationsTotalCount OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the total number of conversations since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  80  }

safRemoteEndpointRuntimeMessagesCurrentCount    OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the current number of messages. This number includes the pending messages."

        ::=  {  safRemoteEndpointRuntimeEntry  85  }

safRemoteEndpointRuntimeMessagesPendingCount    OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of pending messages. Pending messages are over and above the current number of messages.
                A pending message is one that has either been sent in a transaction and not committed, or been forwarded
                but has not been acknowledged."

        ::=  {  safRemoteEndpointRuntimeEntry  90  }

safRemoteEndpointRuntimeMessagesHighCount       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the peak number of messages since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  95  }

safRemoteEndpointRuntimeMessagesReceivedCount   OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "The number of messages received since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  100  }

safRemoteEndpointRuntimeMessagesThresholdTime OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the amount of time in the threshold condition since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  105  }

safRemoteEndpointRuntimeBytesPendingCount       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the number of pending bytes. Pending bytes are over and above the current number of bytes."

        ::=  {  safRemoteEndpointRuntimeEntry  110  }

safRemoteEndpointRuntimeBytesCurrentCount       OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the current number of bytes. This number does not include the pending bytes."

        ::=  {  safRemoteEndpointRuntimeEntry  115  }

safRemoteEndpointRuntimeBytesHighCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the peak number of bytes since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  120  }

safRemoteEndpointRuntimeBytesReceivedCount      OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "The number of bytes received since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  125  }

safRemoteEndpointRuntimeBytesThresholdTime      OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the amount of time in the threshold condition since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  130  }

safRemoteEndpointRuntimeFailedMessagesTotal     OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Returns the total number of messages that have failed to be forwarded since the last reset."

        ::=  {  safRemoteEndpointRuntimeEntry  135  }


-- WLDFDBStoreArchiveRuntimeMBean

wldfDbStoreArchiveRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WLDFDbStoreArchiveRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a WebLogic WLDF database backed archive."
        ::=  { wls  480 }

wldfDbStoreArchiveRuntimeEntry  OBJECT-TYPE
        SYNTAX  WLDFDbStoreArchiveRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of WLDFDbStoreArchiveRuntimeTable"
        INDEX   {  wLDFDbStoreArchiveRuntimeIndex  }
        ::=  { wldfDbStoreArchiveRuntimeTable 1 }

WLDFDbStoreArchiveRuntimeEntry  ::=  SEQUENCE {
        wLDFDbStoreArchiveRuntimeIndex  DisplayString,
        wLDFDbStoreArchiveRuntimeObjectName  DisplayString,
        wLDFDbStoreArchiveRuntimeType  DisplayString,
        wLDFDbStoreArchiveRuntimeName  DisplayString,
        wLDFDbStoreArchiveRuntimeParent  DisplayString,
        wLDFDbStoreArchiveRuntimeRecordSeekCount  INTEGER,
        wLDFDbStoreArchiveRuntimeRecordSeekTime  INTEGER,
        wLDFDbStoreArchiveRuntimeRetrievedRecordCount  INTEGER,
        wLDFDbStoreArchiveRuntimeRecordRetrievalTime  INTEGER,
        wLDFDbStoreArchiveRuntimeInsertionCount  INTEGER,
        wLDFDbStoreArchiveRuntimeInsertionTime  INTEGER,
        wLDFDbStoreArchiveRuntimeDeletionCount  INTEGER,
        wLDFDbStoreArchiveRuntimeDeletionTime  INTEGER
        }
wLDFDbStoreArchiveRuntimeIndex  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  wldfDbStoreArchiveRuntimeEntry  1  }

wLDFDbStoreArchiveRuntimeObjectName     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  wldfDbStoreArchiveRuntimeEntry  5  }

wLDFDbStoreArchiveRuntimeType   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  wldfDbStoreArchiveRuntimeEntry  10  }

wLDFDbStoreArchiveRuntimeName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  wldfDbStoreArchiveRuntimeEntry  15  }

wLDFDbStoreArchiveRuntimeParent OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  wldfDbStoreArchiveRuntimeEntry  20  }

wLDFDbStoreArchiveRuntimeRecordSeekCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the cummulative number of seek operations executed against the archive."

        ::=  {  wldfDbStoreArchiveRuntimeEntry  25  }

wLDFDbStoreArchiveRuntimeRecordSeekTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent locating the first record while executing a query, in milliseconds."

        ::=  {  wldfDbStoreArchiveRuntimeEntry  30  }

wLDFDbStoreArchiveRuntimeRetrievedRecordCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative number of records retrieved from the archive."

        ::=  {  wldfDbStoreArchiveRuntimeEntry  35  }

wLDFDbStoreArchiveRuntimeRecordRetrievalTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent for fetching records, in milliseconds."

        ::=  {  wldfDbStoreArchiveRuntimeEntry  40  }

wLDFDbStoreArchiveRuntimeInsertionCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Number of new records created."

        ::=  {  wldfDbStoreArchiveRuntimeEntry  45  }

wLDFDbStoreArchiveRuntimeInsertionTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent to insert records, in milliseconds."

        ::=  {  wldfDbStoreArchiveRuntimeEntry  50  }

wLDFDbStoreArchiveRuntimeDeletionCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Number of records deleted."

        ::=  {  wldfDbStoreArchiveRuntimeEntry  55  }

wLDFDbStoreArchiveRuntimeDeletionTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent to delete records, in milliseconds."

        ::=  {  wldfDbStoreArchiveRuntimeEntry  60  }


-- WLDFFileArchiveRuntimeMBean

wldfFileArchiveRuntimeTable     OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WLDFFileArchiveRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a WebLogic WLDF File backed archive."
        ::=  { wls  481 }

wldfFileArchiveRuntimeEntry     OBJECT-TYPE
        SYNTAX  WLDFFileArchiveRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of WLDFFileArchiveRuntimeTable"
        INDEX   {  wLDFFileArchiveRuntimeIndex  }
        ::=  {wldfFileArchiveRuntimeTable 1 }

WLDFFileArchiveRuntimeEntry  ::=  SEQUENCE {
        wLDFFileArchiveRuntimeIndex  DisplayString,
        wLDFFileArchiveRuntimeObjectName  DisplayString,
        wLDFFileArchiveRuntimeType  DisplayString,
        wLDFFileArchiveRuntimeName  DisplayString,
        wLDFFileArchiveRuntimeParent  DisplayString,
        wLDFFileArchiveRuntimeRecordSeekCount  INTEGER,
        wLDFFileArchiveRuntimeRecordSeekTime  INTEGER,
        wLDFFileArchiveRuntimeRetrievedRecordCount  INTEGER,
        wLDFFileArchiveRuntimeRecordRetrievalTime  INTEGER,
        wLDFFileArchiveRuntimeRotatedFilesCount  INTEGER,
        wLDFFileArchiveRuntimeIndexCycleCount  INTEGER,
        wLDFFileArchiveRuntimeIndexTime  INTEGER,
        wLDFFileArchiveRuntimeIncrementalIndexCycleCount  INTEGER,
        wLDFFileArchiveRuntimeIncrementalIndexTime  INTEGER
        }
wLDFFileArchiveRuntimeIndex     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  wldfFileArchiveRuntimeEntry  1  }

wLDFFileArchiveRuntimeObjectName        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  wldfFileArchiveRuntimeEntry  5  }

wLDFFileArchiveRuntimeType      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  wldfFileArchiveRuntimeEntry  10  }

wLDFFileArchiveRuntimeName      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  wldfFileArchiveRuntimeEntry  15  }

wLDFFileArchiveRuntimeParent    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  wldfFileArchiveRuntimeEntry  20  }

wLDFFileArchiveRuntimeRecordSeekCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the cummulative number of seek operations executed against the archive."

        ::=  {  wldfFileArchiveRuntimeEntry  25  }

wLDFFileArchiveRuntimeRecordSeekTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent locating the first record while executing a query, in milliseconds."

        ::=  {  wldfFileArchiveRuntimeEntry  30  }

wLDFFileArchiveRuntimeRetrievedRecordCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative number of records retrieved from the archive."

        ::=  {  wldfFileArchiveRuntimeEntry  35  }

wLDFFileArchiveRuntimeRecordRetrievalTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent for fetching records, in milliseconds."

        ::=  {  wldfFileArchiveRuntimeEntry  40  }

wLDFFileArchiveRuntimeRotatedFilesCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Number of rotated log file fragments."

        ::=  {  wldfFileArchiveRuntimeEntry  45  }

wLDFFileArchiveRuntimeIndexCycleCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Number of times indexing cycles were executed."

        ::=  {  wldfFileArchiveRuntimeEntry  50  }

wLDFFileArchiveRuntimeIndexTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative indexing time, in milliseconds."

        ::=  {  wldfFileArchiveRuntimeEntry  55  }

wLDFFileArchiveRuntimeIncrementalIndexCycleCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Number of times incremental indexing cycles were executed."

        ::=  {  wldfFileArchiveRuntimeEntry  60  }

wLDFFileArchiveRuntimeIncrementalIndexTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent while incremental indexing, in milliseconds."

        ::=  {  wldfFileArchiveRuntimeEntry  65  }


-- WLDFWlstoreArchiveRuntimeMBean

wldfWlstoreArchiveRuntimeTable  OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WLDFWlstoreArchiveRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a WebLogic WLDF WebLogic Store backed archive."
        ::=  { wls  482 }

wldfWlstoreArchiveRuntimeEntry  OBJECT-TYPE
        SYNTAX  WLDFWlstoreArchiveRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of WLDFWlstoreArchiveRuntimeTable"
        INDEX   {  wLDFWlstoreArchiveRuntimeIndex  }
        ::=  { wldfWlstoreArchiveRuntimeTable 1 }

WLDFWlstoreArchiveRuntimeEntry  ::=  SEQUENCE {
        wLDFWlstoreArchiveRuntimeIndex  DisplayString,
        wLDFWlstoreArchiveRuntimeObjectName  DisplayString,
        wLDFWlstoreArchiveRuntimeType  DisplayString,
        wLDFWlstoreArchiveRuntimeName  DisplayString,
        wLDFWlstoreArchiveRuntimeParent  DisplayString,
        wLDFWlstoreArchiveRuntimeRecordSeekCount  INTEGER,
        wLDFWlstoreArchiveRuntimeRecordSeekTime  INTEGER,
        wLDFWlstoreArchiveRuntimeRetrievedRecordCount  INTEGER,
        wLDFWlstoreArchiveRuntimeRecordRetrievalTime  INTEGER,
        wLDFWlstoreArchiveRuntimeIndexPageCount  INTEGER,
        wLDFWlstoreArchiveRuntimeInsertionCount  INTEGER,
        wLDFWlstoreArchiveRuntimeInsertionTime  INTEGER,
        wLDFWlstoreArchiveRuntimeDeletionCount  INTEGER,
        wLDFWlstoreArchiveRuntimeDeletionTime  INTEGER
        }
wLDFWlstoreArchiveRuntimeIndex  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  wldfWlstoreArchiveRuntimeEntry  1  }

wLDFWlstoreArchiveRuntimeObjectName     OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  wldfWlstoreArchiveRuntimeEntry  5  }

wLDFWlstoreArchiveRuntimeType   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  wldfWlstoreArchiveRuntimeEntry  10  }

wLDFWlstoreArchiveRuntimeName   OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  wldfWlstoreArchiveRuntimeEntry  15  }

wLDFWlstoreArchiveRuntimeParent OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax
 <type>:<name>"

        ::=  {  wldfWlstoreArchiveRuntimeEntry  20  }

wLDFWlstoreArchiveRuntimeRecordSeekCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the cummulative number of seek operations executed against the archive."

        ::=  {  wldfWlstoreArchiveRuntimeEntry  25  }

wLDFWlstoreArchiveRuntimeRecordSeekTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent locating the first record while executing a query, in milliseconds."

        ::=  {  wldfWlstoreArchiveRuntimeEntry  30  }

wLDFWlstoreArchiveRuntimeRetrievedRecordCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative number of records retrieved from the archive."

        ::=  {  wldfWlstoreArchiveRuntimeEntry  35  }

wLDFWlstoreArchiveRuntimeRecordRetrievalTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent for fetching records, in milliseconds."

        ::=  {  wldfWlstoreArchiveRuntimeEntry  40  }

wLDFWlstoreArchiveRuntimeIndexPageCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Number of index pages."

        ::=  {  wldfWlstoreArchiveRuntimeEntry  45  }

wLDFWlstoreArchiveRuntimeInsertionCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Number of new records created."

        ::=  {  wldfWlstoreArchiveRuntimeEntry  50  }

wLDFWlstoreArchiveRuntimeInsertionTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent to insert records, in milliseconds."

        ::=  {  wldfWlstoreArchiveRuntimeEntry  55  }

wLDFWlstoreArchiveRuntimeDeletionCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Number of records deleted."

        ::=  {  wldfWlstoreArchiveRuntimeEntry  60  }

wLDFWlstoreArchiveRuntimeDeletionTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the Cummulative time spent to delete records, in milliseconds."

        ::=  {  wldfWlstoreArchiveRuntimeEntry  65  }


-- WLDFHarvesterRuntimeMBean

wldfHarvesterRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WLDFHarvesterRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring a WebLogic WLDF Harvester."
        ::=  { wls  483 }

wldfHarvesterRuntimeEntry       OBJECT-TYPE
        SYNTAX  WLDFHarvesterRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of WLDFHarvesterRuntimeTable"
        INDEX   {  wLDFHarvesterRuntimeIndex  }
        ::=  { wldfHarvesterRuntimeTable 1 }

WLDFHarvesterRuntimeEntry  ::=  SEQUENCE {
        wLDFHarvesterRuntimeIndex  DisplayString,
        wLDFHarvesterRuntimeObjectName  DisplayString,
        wLDFHarvesterRuntimeType  DisplayString,
        wLDFHarvesterRuntimeName  DisplayString,
        wLDFHarvesterRuntimeParent  DisplayString,
        wLDFHarvesterRuntimeSamplePeriod  INTEGER,
        wLDFHarvesterRuntimeTotalSamplingCycles  INTEGER,
        wLDFHarvesterRuntimeMinimumSamplingTime  INTEGER,
        wLDFHarvesterRuntimeMaximumSamplingTime  INTEGER,
        wLDFHarvesterRuntimeTotalSamplingTime  INTEGER,
        wLDFHarvesterRuntimeAverageSamplingTime  INTEGER,
        wLDFHarvesterRuntimeCurrentDataSampleCount  INTEGER,
        wLDFHarvesterRuntimeCurrentSnapshotStartTime  INTEGER,
        wLDFHarvesterRuntimeCurrentSnapshotElapsedTime  INTEGER
        }
wLDFHarvesterRuntimeIndex       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  wldfHarvesterRuntimeEntry  1  }

wLDFHarvesterRuntimeObjectName  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  wldfHarvesterRuntimeEntry  5  }

wLDFHarvesterRuntimeType        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  wldfHarvesterRuntimeEntry  10  }

wLDFHarvesterRuntimeName        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  wldfHarvesterRuntimeEntry  15  }

wLDFHarvesterRuntimeParent      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax <type>:<name>"

        ::=  {  wldfHarvesterRuntimeEntry  20  }

wLDFHarvesterRuntimeSamplePeriod  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the current global sample period in nanoseconds."

        ::=  {  wldfHarvesterRuntimeEntry  25  }

wLDFHarvesterRuntimeTotalSamplingCycles  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total number of sampling cycles taken thus far."

        ::=  {  wldfHarvesterRuntimeEntry  30  }

wLDFHarvesterRuntimeMinimumSamplingTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the minimum sampling time in nanoseconds."

        ::=  {  wldfHarvesterRuntimeEntry  35  }

wLDFHarvesterRuntimeMaximumSamplingTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the maximum sampling time in nanoseconds."

        ::=  {  wldfHarvesterRuntimeEntry  40  }

wLDFHarvesterRuntimeTotalSamplingTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total amount of time spent (in nanoseconds) in sampling cycles."

        ::=  {  wldfHarvesterRuntimeEntry  45  }

wLDFHarvesterRuntimeAverageSamplingTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the average amount of time spent (in nanoseconds) in sampling cycles."

        ::=  {  wldfHarvesterRuntimeEntry  50  }

wLDFHarvesterRuntimeCurrentDataSampleCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the number of collected data samples in the current snapshot."

        ::=  {  wldfHarvesterRuntimeEntry  55  }

wLDFHarvesterRuntimeCurrentSnapshotStartTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the the start time (in nanoseconds) of a taken snapshot."

        ::=  {  wldfHarvesterRuntimeEntry  60  }

wLDFHarvesterRuntimeCurrentSnapshotElapsedTime OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the elapsed time (in nanoseconds) of a taken snapshot."

        ::=  {  wldfHarvesterRuntimeEntry  65  }


-- WLDFInstrumentationRuntimeMBean

wldfInstrumentationRuntimeTable OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WLDFInstrumentationRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring the WebLogic WLDF Instrumentation framework."
        ::=  { wls  484 }

wldfInstrumentationRuntimeEntry OBJECT-TYPE
        SYNTAX  WLDFInstrumentationRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of WLDFInstrumentationRuntimeTable"
        INDEX   {  wLDFInstrumentationRuntimeIndex  }
        ::=  { wldfInstrumentationRuntimeTable 1 }

WLDFInstrumentationRuntimeEntry  ::=  SEQUENCE {
        wLDFInstrumentationRuntimeIndex  DisplayString,
        wLDFInstrumentationRuntimeObjectName  DisplayString,
        wLDFInstrumentationRuntimeType  DisplayString,
        wLDFInstrumentationRuntimeName  DisplayString,
        wLDFInstrumentationRuntimeParent  DisplayString,
        wLDFInstrumentationRuntimeInspectedClassesCount  INTEGER,
        wLDFInstrumentationRuntimeModifiedClassesCount  INTEGER,
        wLDFInstrumentationRuntimeMinWeavingTime  INTEGER,
        wLDFInstrumentationRuntimeMaxWeavingTime  INTEGER,
        wLDFInstrumentationRuntimeTotalWeavingTime  INTEGER,
        wLDFInstrumentationRuntimeExecutionJoinpointCount  INTEGER,
        wLDFInstrumentationRuntimeCallJoinpointCount  INTEGER
        }
wLDFInstrumentationRuntimeIndex OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  wldfInstrumentationRuntimeEntry  1  }

wLDFInstrumentationRuntimeObjectName    OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  wldfInstrumentationRuntimeEntry  5  }

wLDFInstrumentationRuntimeType  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  wldfInstrumentationRuntimeEntry  10  }

wLDFInstrumentationRuntimeName  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  wldfInstrumentationRuntimeEntry  15  }

wLDFInstrumentationRuntimeParent        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax <type>:<name>"

        ::=  {  wldfInstrumentationRuntimeEntry  20  }

wLDFInstrumentationRuntimeInspectedClassesCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the number of inspected classes for weaving.."

        ::=  {  wldfInstrumentationRuntimeEntry  25  }

wLDFInstrumentationRuntimeModifiedClassesCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the number of modified classes."

        ::=  {  wldfInstrumentationRuntimeEntry  30  }

wLDFInstrumentationRuntimeMinWeavingTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the minimum weaving time (in nano-seconds) for a class."

        ::=  {  wldfInstrumentationRuntimeEntry  35  }

wLDFInstrumentationRuntimeMaxWeavingTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the maximum weaving time (in nano-seconds) for a class."

        ::=  {  wldfInstrumentationRuntimeEntry  40  }

wLDFInstrumentationRuntimeTotalWeavingTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total weaving time (in nano-seconds) for a class."

        ::=  {  wldfInstrumentationRuntimeEntry  45  }

wLDFInstrumentationRuntimeExecutionJoinpointCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the number of affected EXECUTION joinpoints."

        ::=  {  wldfInstrumentationRuntimeEntry  50  }

wLDFInstrumentationRuntimeCallJoinpointCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the number of affected CALL joinpoints."

        ::=  {  wldfInstrumentationRuntimeEntry  55  }



-- WLDFWatchNotificationRuntimeMBean

wldfWatchNotificationRuntimeTable       OBJECT-TYPE
        SYNTAX  SEQUENCE  OF  WLDFWatchNotificationRuntimeEntry
        ACCESS  not-accessible
STATUS  mandatory
        DESCRIPTION
                "This table is used for monitoring the WebLogic WLDF WatchNotification framework."
        ::=  { wls  485 }

wldfWatchNotificationRuntimeEntry       OBJECT-TYPE
        SYNTAX  WLDFWatchNotificationRuntimeEntry
        ACCESS  not-accessible
        STATUS  mandatory
        DESCRIPTION
                "Entry of WLDFWatchNotificationRuntimeTable"
        INDEX   {  wLDFWatchNotificationRuntimeIndex  }
        ::=  { wldfWatchNotificationRuntimeTable 1 }

WLDFWatchNotificationRuntimeEntry  ::=  SEQUENCE {
        wLDFWatchNotificationRuntimeIndex  DisplayString,
        wLDFWatchNotificationRuntimeObjectName  DisplayString,
        wLDFWatchNotificationRuntimeType  DisplayString,
        wLDFWatchNotificationRuntimeName  DisplayString,
        wLDFWatchNotificationRuntimeParent  DisplayString,
        wLDFWatchNotificationRuntimeTotalHarvesterEvaluationCycles  INTEGER,
        wLDFWatchNotificationRuntimeTotalHarvesterWatchEvaluations  INTEGER,
        wLDFWatchNotificationRuntimeTotalHarvesterWatchesTriggered  INTEGER,
        wLDFWatchNotificationRuntimeAverageHarvesterEvaluationTime  INTEGER,
        wLDFWatchNotificationRuntimeTotalLogEvaluationCycles  INTEGER,
        wLDFWatchNotificationRuntimeTotalLogWatchEvaluations  INTEGER,
        wLDFWatchNotificationRuntimeTotalLogWatchesTriggered  INTEGER,
        wLDFWatchNotificationRuntimeAverageLogEvaluationTime  INTEGER,
        wLDFWatchNotificationRuntimeTotalEventDataEvaluationCycles  INTEGER,
        wLDFWatchNotificationRuntimeTotalEventDataWatchEvaluations  INTEGER,
        wLDFWatchNotificationRuntimeTotalEventDataWatchesTriggered  INTEGER,
        wLDFWatchNotificationRuntimeAverageEventDataEvaluationTime  INTEGER,
        wLDFWatchNotificationRuntimeCurrentActiveAlarmsCount  INTEGER,
        wLDFWatchNotificationRuntimeMaximumActiveAlarmsCount  INTEGER,
        wLDFWatchNotificationRuntimeTotalActiveManualResetAlarms  INTEGER,
        wLDFWatchNotificationRuntimeTotalActiveAutomaticResetAlarms  INTEGER,
        wLDFWatchNotificationRuntimeTotalNotificationsPerformed  INTEGER
        }
wLDFWatchNotificationRuntimeIndex       OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "Unique value directed from ObjectName which is used as table index"

        ::=  {  wldfWatchNotificationRuntimeEntry  1  }

wLDFWatchNotificationRuntimeObjectName  OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "JMX-standard MBean name"

        ::=  {  wldfWatchNotificationRuntimeEntry  5  }

wLDFWatchNotificationRuntimeType        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean type"

        ::=  {  wldfWatchNotificationRuntimeEntry  10  }

wLDFWatchNotificationRuntimeName        OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 64 ) )

        ACCESS  read-only
        STATUS  mandatory


        DESCRIPTION
                "BEA-proprietary MBean name"

        ::=  {  wldfWatchNotificationRuntimeEntry  15  }

wLDFWatchNotificationRuntimeParent      OBJECT-TYPE
        SYNTAX  DisplayString ( SIZE ( 1.. 256 ) )

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "BEA-proprietary Parent object's identification, with syntax <type>:<name>"

        ::=  {  wldfWatchNotificationRuntimeEntry  20  }

wLDFWatchNotificationRuntimeTotalHarvesterEvaluationCycles  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total number of times the Harvester has invoked the Watch and Notification component to evaluate
                Harvester watch rules."

        ::=  {  wldfWatchNotificationRuntimeEntry  25  }

wLDFWatchNotificationRuntimeTotalHarvesterWatchEvaluations  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the otal number of Harvester watch rules that have been evaluated. On each cycle, the Watch and
                Notification component evaluates all of the enabled Harvester watches."

        ::=  {  wldfWatchNotificationRuntimeEntry  30  }

wLDFWatchNotificationRuntimeTotalHarvesterWatchesTriggered   OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total number of Harvester watch rules that have evaluated to true and triggered."

        ::=  {  wldfWatchNotificationRuntimeEntry  35  }

wLDFWatchNotificationRuntimeAverageHarvesterEvaluationTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the average Harvester evaluation cycle time in milliseconds."

        ::=  {  wldfWatchNotificationRuntimeEntry  40  }

wLDFWatchNotificationRuntimeTotalLogEvaluationCycles  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total number of times a Log event has invoked the Watch and Notification component to
                evaluate Log watch rules."

        ::=  {  wldfWatchNotificationRuntimeEntry  45  }

wLDFWatchNotificationRuntimeTotalLogWatchEvaluations  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total number of Log watch rules that have been evaluated."

        ::=  {  wldfWatchNotificationRuntimeEntry  50  }

wLDFWatchNotificationRuntimeTotalLogWatchesTriggered  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the otal number of Log watch rules that have evaluated to true and triggered."

        ::=  {  wldfWatchNotificationRuntimeEntry  55  }

wLDFWatchNotificationRuntimeAverageLogEvaluationTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the average Log evaluation cycle time in milliseconds."

        ::=  {  wldfWatchNotificationRuntimeEntry  60  }

wLDFWatchNotificationRuntimeTotalEventDataEvaluationCycles  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total number of times a Data Event has invoked the Watch and Notification component to
                evaluate Event Data watch rules."

        ::=  {  wldfWatchNotificationRuntimeEntry  65  }

wLDFWatchNotificationRuntimeTotalEventDataWatchEvaluations  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total number of Event Data watch rules that have been evaluated."

        ::=  {  wldfWatchNotificationRuntimeEntry  70  }

wLDFWatchNotificationRuntimeTotalEventDataWatchesTriggered  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the otal number of Event Data watch rules that have evaluated to true and triggered."

        ::=  {  wldfWatchNotificationRuntimeEntry  75  }

wLDFWatchNotificationRuntimeAverageEventDataEvaluationTime  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the average Event Data evaluation cycle time in milliseconds."

        ::=  {  wldfWatchNotificationRuntimeEntry  80  }

wLDFWatchNotificationRuntimeCurrentActiveAlarmsCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the number of active alarms."

        ::=  {  wldfWatchNotificationRuntimeEntry  85  }

wLDFWatchNotificationRuntimeMaximumActiveAlarmsCount  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the maximum number of active alarms at any one time."

        ::=  {  wldfWatchNotificationRuntimeEntry  90  }

wLDFWatchNotificationRuntimeTotalActiveManualResetAlarms  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total number of active manually reset alarms."

        ::=  {  wldfWatchNotificationRuntimeEntry  95  }

wLDFWatchNotificationRuntimeTotalActiveAutomaticResetAlarms  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total number of active automatically reset alarms."

        ::=  {  wldfWatchNotificationRuntimeEntry  100  }

wLDFWatchNotificationRuntimeTotalNotificationsPerformed  OBJECT-TYPE
        SYNTAX  INTEGER

        ACCESS  read-only
        STATUS  mandatory

        DESCRIPTION
                "Return the total number of notifications performed."

        ::=  {  wldfWatchNotificationRuntimeEntry  105  }




--
-- 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  }

-- 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,
        securityConnectionFilter  DisplayString,
        securityConnectionFilterRules  DisplayString,
        securityConnectionLoggerEnabled  DisplayString,
        }
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  }

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  40  }

-- 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  INTEGER 
        
        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,
        sslExportKeyLifespan  INTEGER,
        sslHostnameVerifier  DisplayString,
        sslIdentityAndTrustLocations  DisplayString,
        sslListenPort  INTEGER,
        sslLoginTimeoutMillis  INTEGER,
        sslServerCertificateChainFileName  DisplayString,
        sslServerCertificateFileName  DisplayString,
        sslServerPrivateKeyAlias  DisplayString,
        sslClientCertificateEnforced  INTEGER,
        sslEnabled  INTEGER,
        sslHostnameVerificationIgnored  INTEGER,
        sslSSLRejectionLoggingEnabled  INTEGER,
        sslTwoWaySSLEnabled  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  }

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  }

sslSSLRejectionLoggingEnabled   OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  35  }

sslTwoWaySSLEnabled     OBJECT-TYPE 
        SYNTAX  INTEGER 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        ::=  {  sslEntry  36  }

-- 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  }

-- 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  }

-- 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  }

-- 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  }

trapWatchName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 512 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of the watch that evaluated to true "
        
        ::=  {  trapVars  105  }

trapWatchRuleType       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The type of watch rule "
        
        ::=  {  trapVars  110  }

trapWatchRule   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The watch rule expression "
        
        ::=  {  trapVars  115  }

trapWatchSeverity       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that indicates the severity of the watch rule"
        
        ::=  {  trapVars  120  }

trapWatchData           OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 2048 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                " A string that indicates the key value data of the event that satisfied the watch rule"
        
        ::=  {  trapVars  125  }

trapWatchAlarmType      OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 32 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The type of alarm for the watch rule "
        
        ::=  {  trapVars  130  }

trapWatchAlarmResetPeriod       OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The period to elaspe before the alarm is reset applicable for AutomaticReset type watches"
        
        ::=  {  trapVars  135  }


trapWatchSNMPNotificationName   OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of the configured WLDFSNMPNotification that issued this trap"
        
        ::=  {  trapVars  140  }


trapDomainName  OBJECT-TYPE 
        SYNTAX  DisplayString ( SIZE ( 1.. 16 ) ) 
        
        ACCESS  read-only 
        STATUS  mandatory
 
        
        DESCRIPTION
                "The name of the WebLogic domain in which this trap occurred"
        
        ::=  {  trapVars  145  }








































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































wlsWatchNotification    TRAP-TYPE
        ENTERPRISE      wls
        VARIABLES       { trapTime,trapDomainName,trapServerName,trapWatchName,trapWatchRuleType,trapWatchRule,trapWatchSeverity,trapWatchData,trapWatchAlarmType,trapWatchAlarmResetPeriod, trapWatchSNMPNotificationName}
        DESCRIPTION
                "This trap is generated when a watch rule evaluates to true."
        ::=  85
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