All MIBs › BEA-WEBLOGIC-MIB
Organization: BEA Systems Inc.
Last Updated: 2007-05-15
Category: Web and Application Servers
Description: Monitors Oracle/BEA WebLogic application server instances, covering JVM heap, JDBC pools, EJB, and servlet statistics.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is BEA-WEBLOGIC-MIB?
BEA-WEBLOGIC-MIB is a vendor MIB originally from BEA Systems (now under Oracle) for the WebLogic Server Java EE application server platform. It exposes runtime metrics across JVM instances, JDBC connection pools, EJB containers, and servlet execution, along with deployed-application state. It is explicitly aimed at monitoring the software health of a WebLogic instance -- JVM heap usage and garbage-collection pressure, JDBC pool exhaustion, and deployed-application/module status -- rather than physical hardware. It has no meaningful dependency on IETF standard MIBs beyond the base SNMP framework, acting as a self-contained proprietary application-monitoring module. It is deployed in enterprise Java environments where WebLogic hosts business-critical applications and administrators want SNMP visibility without a separate Java-specific monitoring agent. Engineers can download the BEA-WEBLOGIC-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in BEA-WEBLOGIC-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- BEA/Oracle WebLogic Server (Java EE application server)
Monitoring Examples
No sample objects were available for this module in the extracted data, so specific table/object names cannot be cited here; in practice this MIB is polled for JVM heap/memory usage, JDBC connection pool active-versus-available counts, and servlet or EJB invocation statistics per managed server instance. An admin would watch JDBC pool utilization climbing toward its configured maximum, or JVM heap usage staying persistently high after garbage collection, as an early warning of application-tier resource exhaustion.
What Can Be Monitored
- JVM heap/memory usage
- JDBC connection pool utilization
- servlet/EJB execution statistics
- deployed application status
- server instance runtime state
This MIB depends on
Related MIBs
Imported Objects
From RFC1155-SMI
| enterprises |
From RFC1213-MIB
| DisplayString |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE |
How to Use in IPNetwork Monitor
Example using jdbcDataSourceRuntimePrepStmtCacheAccessCount OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| OCT adminConsoleCookieName | 1.3.6.1.4.1.140.625.840.1.5 | OCTET STRING | read-only | Returns the Cookie Name used by the Administration Console. |
| adminConsoleEntry | 1.3.6.1.4.1.140.625.840.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT adminConsoleIndex | 1.3.6.1.4.1.140.625.840.1.1 | OCTET STRING | not-accessible | Index column |
| OCT adminConsoleName | 1.3.6.1.4.1.140.625.840.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT adminConsoleObjectName | 1.3.6.1.4.1.140.625.840.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 adminConsoleSessionTimeout | 1.3.6.1.4.1.140.625.840.1.4 | Integer32 | read-only | Returns Session Timeout value (in seconds) for Administration Console. |
| adminConsoleTable | 1.3.6.1.4.1.140.625.840 | not-accessible | AdminConsoleMBean is a console specific MBean to configure weblogic administration console attributes. | |
| OCT adminConsoleType | 1.3.6.1.4.1.140.625.840.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| adminEntry | 1.3.6.1.4.1.140.625.845.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT adminIndex | 1.3.6.1.4.1.140.625.845.1.1 | OCTET STRING | not-accessible | Index column |
| OCT adminName | 1.3.6.1.4.1.140.625.845.1.4 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT adminObjectName | 1.3.6.1.4.1.140.625.845.1.2 | OCTET STRING | read-only | ObjectName column |
| adminTable | 1.3.6.1.4.1.140.625.845 | not-accessible | This class is left here as a tagging interface to support interop as clients of releases earlier than WLS 8.1 | |
| OCT adminType | 1.3.6.1.4.1.140.625.845.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| alsb | 1.3.6.1.4.1.140.800 | |||
| alsbTrapVars | 1.3.6.1.4.1.140.800.100 | |||
| I32 appClientComponentRuntimeDeploymentState | 1.3.6.1.4.1.140.625.1205.1.5 | Integer32 | read-only | The current deployment state of the module. |
| appClientComponentRuntimeEntry | 1.3.6.1.4.1.140.625.1205.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT appClientComponentRuntimeIndex | 1.3.6.1.4.1.140.625.1205.1.1 | OCTET STRING | not-accessible | Index column |
| OCT appClientComponentRuntimeModuleId | 1.3.6.1.4.1.140.625.1205.1.4 | OCTET STRING | read-only | Returns the identifier for this Component. The identifier is unique within the application. Typical modules will use the URI for their id. Web Modules will return their context-root since the web-uri may not be unique within an EAR. |
| OCT appClientComponentRuntimeName | 1.3.6.1.4.1.140.625.1205.1.6 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT appClientComponentRuntimeObjectName | 1.3.6.1.4.1.140.625.1205.1.2 | OCTET STRING | read-only | ObjectName column |
| appClientComponentRuntimeTable | 1.3.6.1.4.1.140.625.1205 | not-accessible | This is the ComponentRuntimeMBean for J2EE Application Client Containers. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT appClientComponentRuntimeType | 1.3.6.1.4.1.140.625.1205.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR applicationAltDescriptorPath | 1.3.6.1.4.1.140.625.500.1.46 | DisplayString | read-only | Defines a path on the filesystem for the application descriptor for this application |
| STR applicationAltWLSDescriptorPath | 1.3.6.1.4.1.140.625.500.1.47 | DisplayString | read-only | Defines a path on the filesystem for the WLS-specific application descriptor for this application. |
| STR applicationApplicationDescriptor | 1.3.6.1.4.1.140.625.500.1.40 | DisplayString | read-only | The descriptor mbean for the application. |
| STR applicationComponents | 1.3.6.1.4.1.140.625.500.1.35 | DisplayString | read-only | The components that make up this application. |
| INT applicationDeployed | 1.3.6.1.4.1.140.625.500.1.30 | INTEGER | read-only | A boolean value (true Or false). Returns whether or not this application is deployed. |
| INT applicationDeploymentTimeout | 1.3.6.1.4.1.140.625.500.1.48 | INTEGER | read-only | Milliseconds granted for a cluster deployment task on this application. |
| STR applicationDeploymentType | 1.3.6.1.4.1.140.625.500.1.49 | DisplayString | read-only | Specifies the category of this application. |
| applicationEntry | 1.3.6.1.4.1.140.625.500.1 | not-accessible | Entry of applicationTable | |
| STR applicationIndex | 1.3.6.1.4.1.140.625.500.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT applicationLoadOrder | 1.3.6.1.4.1.140.625.500.1.50 | INTEGER | read-only | Specifies the order applications are loaded at server startup. |
| STR applicationName | 1.3.6.1.4.1.140.625.500.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR applicationObjectName | 1.3.6.1.4.1.140.625.500.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR applicationParent | 1.3.6.1.4.1.140.625.500.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR applicationPath | 1.3.6.1.4.1.140.625.500.1.45 | DisplayString | read-only | The path pointing to the application's EAR file. The file is relative to the Admin Server's file system. |
| STR applicationRuntimeApplicationName | 1.3.6.1.4.1.140.625.105.1.25 | DisplayString | read-only | The application Name. |
| OCT applicationRuntimeApplicationVersion | 1.3.6.1.4.1.140.625.105.1.26 | OCTET STRING | read-only | The Enterprise application's version identifier. This is particularly useful, when using the side-by-side deployment feature, to differentiate between two different versions of the same application that are deployed at the same time. |
| applicationRuntimeEntry | 1.3.6.1.4.1.140.625.105.1 | not-accessible | Entry of applicationRuntimeTable | |
| STR applicationRuntimeIndex | 1.3.6.1.4.1.140.625.105.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR applicationRuntimeName | 1.3.6.1.4.1.140.625.105.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR applicationRuntimeObjectName | 1.3.6.1.4.1.140.625.105.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR applicationRuntimeParent | 1.3.6.1.4.1.140.625.105.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| applicationRuntimeTable | 1.3.6.1.4.1.140.625.105 | not-accessible | This table used for any application specific parameters | |
| STR applicationRuntimeType | 1.3.6.1.4.1.140.625.105.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR applicationStagingMode | 1.3.6.1.4.1.140.625.500.1.51 | DisplayString | read-only | Indicates whether this application is being staged. |
| STR applicationStagingPath | 1.3.6.1.4.1.140.625.500.1.52 | DisplayString | read-only | Identifies the directory path on the managed server relative to the server's StagingDirectoryName. |
| applicationTable | 1.3.6.1.4.1.140.625.500 | not-accessible | 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. | |
| INT applicationTwoPhase | 1.3.6.1.4.1.140.625.500.1.53 | INTEGER | read-only | Indicates whether this application is deployed using the 2 phase deployment. |
| STR applicationType | 1.3.6.1.4.1.140.625.500.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| appRuntimeStateRuntimeEntry | 1.3.6.1.4.1.140.625.1210.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT appRuntimeStateRuntimeIndex | 1.3.6.1.4.1.140.625.1210.1.1 | OCTET STRING | not-accessible | Index column |
| OCT appRuntimeStateRuntimeName | 1.3.6.1.4.1.140.625.1210.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT appRuntimeStateRuntimeObjectName | 1.3.6.1.4.1.140.625.1210.1.2 | OCTET STRING | read-only | ObjectName column |
| appRuntimeStateRuntimeTable | 1.3.6.1.4.1.140.625.1210 | not-accessible | Provides access to runtime state for deployed applications. | |
| OCT appRuntimeStateRuntimeType | 1.3.6.1.4.1.140.625.1210.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| bea | 1.3.6.1.4.1.140 | |||
| STR bridgeDestinationAdapterJNDIName | 1.3.6.1.4.1.140.625.782.1.30 | DisplayString | read-only | Get the JNDI name of the adapter. |
| STR bridgeDestinationCommonAdapterJNDIName | 1.3.6.1.4.1.140.625.505.1.21 | DisplayString | read-only | Generated Object. |
| STR bridgeDestinationCommonClasspath | 1.3.6.1.4.1.140.625.505.1.22 | DisplayString | read-only | Generated Object. |
| bridgeDestinationCommonEntry | 1.3.6.1.4.1.140.625.505.1 | not-accessible | Entry of bridgeDestinationCommonTable | |
| STR bridgeDestinationCommonIndex | 1.3.6.1.4.1.140.625.505.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR bridgeDestinationCommonName | 1.3.6.1.4.1.140.625.505.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR bridgeDestinationCommonObjectName | 1.3.6.1.4.1.140.625.505.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR bridgeDestinationCommonParent | 1.3.6.1.4.1.140.625.505.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| bridgeDestinationCommonTable | 1.3.6.1.4.1.140.625.505 | not-accessible | . | |
| STR bridgeDestinationCommonType | 1.3.6.1.4.1.140.625.505.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR bridgeDestinationCommonUserName | 1.3.6.1.4.1.140.625.505.1.23 | DisplayString | read-only | Generated Object. |
| bridgeDestinationEntry | 1.3.6.1.4.1.140.625.782.1 | not-accessible | Entry of BridgeDestinationTable | |
| STR bridgeDestinationIndex | 1.3.6.1.4.1.140.625.782.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR bridgeDestinationName | 1.3.6.1.4.1.140.625.782.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR bridgeDestinationObjectName | 1.3.6.1.4.1.140.625.782.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR bridgeDestinationParent | 1.3.6.1.4.1.140.625.782.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| bridgeDestinationTable | 1.3.6.1.4.1.140.625.782 | not-accessible | This table defines a Bridge destination. | |
| STR bridgeDestinationType | 1.3.6.1.4.1.140.625.782.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| I32 capacityCount | 1.3.6.1.4.1.140.625.850.1.5 | Integer32 | read-only | Total number of requests that can be enqueued. |
| I32 capacityDeploymentOrder | 1.3.6.1.4.1.140.625.850.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| capacityEntry | 1.3.6.1.4.1.140.625.850.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT capacityIndex | 1.3.6.1.4.1.140.625.850.1.1 | OCTET STRING | not-accessible | Index column |
| OCT capacityName | 1.3.6.1.4.1.140.625.850.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT capacityObjectName | 1.3.6.1.4.1.140.625.850.1.2 | OCTET STRING | read-only | ObjectName column |
| capacityTable | 1.3.6.1.4.1.140.625.850 | not-accessible | CapacityMBean defines the maximum number of requests that can be enqueued by all the work managers that share it. The server starts rejecting requests once the capacity threshold is reached. Note that the capacity includes all requests, queued or executing, from the constrained work set. This constraint is independent of the global queue threshold specified by {@link OverloadProtectionMBean#getSharedCapacityForWorkManagers()}. Requests are rejected by performing overload actions. RMI work is rejected by sending back a recoverable exception to the clients. Servlet requests are rejected by sending back a 503 response. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT capacityType | 1.3.6.1.4.1.140.625.850.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| channelRuntimeEntry | 1.3.6.1.4.1.140.625.1520.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT channelRuntimeIndex | 1.3.6.1.4.1.140.625.1520.1.1 | OCTET STRING | not-accessible | Index column |
| OCT channelRuntimeName | 1.3.6.1.4.1.140.625.1520.1.6 | OCTET STRING | read-only | Get the qualified name for this channel |
| OCT channelRuntimeObjectName | 1.3.6.1.4.1.140.625.1520.1.2 | OCTET STRING | read-only | ObjectName column |
| C64 channelRuntimePublishedMessageCount | 1.3.6.1.4.1.140.625.1520.1.3 | Counter64 | read-only | Get the number of published messages to this Channel |
| I32 channelRuntimeSubscriberCount | 1.3.6.1.4.1.140.625.1520.1.4 | Integer32 | read-only | Get the number of subscribers for this channel currently |
| channelRuntimeTable | 1.3.6.1.4.1.140.625.1520 | not-accessible | ||
| OCT channelRuntimeType | 1.3.6.1.4.1.140.625.1520.1.5 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT clusterAdditionalAutoMigrationAttempts | 1.3.6.1.4.1.140.625.510.1.63 | INTEGER | read-only | A migratable server could fail to come up on every possible configured machine. This attribute controls how many further attempts, after the first one, should be tried. Note that each attempt specified here indicates another full circut of migrations amongst all the configured machines. So for a 3-server cluster, and the default value of 3, a total of 9 migrations will be attempted. If it is set to -1, migrations will go on forever until the server starts. |
| INT clusterAsyncSessionQueueTimeout | 1.3.6.1.4.1.140.625.510.1.70 | INTEGER | read-only | Interval in seconds until the producer thread will wait for the AsyncSessionQueue to become unblocked. Should be similar to the RequestTimeOut as that will determine the longest that the queue should remain full. |
| OCT clusterAutoMigrationTableName | 1.3.6.1.4.1.140.625.510.1.88 | OCTET STRING | read-only | Return the name of the table to be used for server migration. |
| INT clusterClientCertProxyEnabled | 1.3.6.1.4.1.140.625.510.1.58 | INTEGER | read-only | Gets the clientCertProxyEnabled attribute of the ClusterMBean object |
| STR clusterClusterAddress | 1.3.6.1.4.1.140.625.510.1.30 | DisplayString | read-only | 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. |
| OCT clusterClusterBroadcastChannel | 1.3.6.1.4.1.140.625.510.1.83 | OCTET STRING | read-only | Specifies the channel used to handle communications within a cluster. If no channel is specified the default channel is used. ClusterBroadcastChannel is only are supported if the unicast messaging type is used. |
| OCT clusterClusterMessagingMode | 1.3.6.1.4.1.140.625.510.1.86 | OCTET STRING | read-only | Specifies the messaging type used in the cluster. Multicast messaging, the default, is provided for backwards compatibility. Unicast message is recommended for new clusters. |
| OCT clusterClusterType | 1.3.6.1.4.1.140.625.510.1.73 | OCTET STRING | read-only | Optimizes cross-cluster replication for the type of network that servers in the clusters use for administrative communication. To enhance the reliability of HTTP sessions, you can configure servers in one cluster to replicate the session data to servers in a different cluster. In such an environment, configure the clusters to be one of the following types: man if the clustered servers can send their data through a metro area network (man) in which latency is negligible. With this ClusterType value, servers replicate session state synchronously and in memory only. For example, when serverA in cluster1 starts an HTTP session, its backup server, serverB in cluster2, immediately replicates this session in memory to Server B. wan if the clusters are far apart or send their data through a wide area network (wan) that experiences significant network latency. With this ClusterType value, a server replicates session state synchronously to the backup server in the same cluster and asynchronously to a server in the remote cluster. For example, when serverA in cluster1 starts an HTTP session, it sends the data to serverB in cluster1 and then asynchronously sends data to serverX in cluster 2. ServerX will persist the session state in the database. If you persist session data in a replicating database, and if you prefer to use the database to replicate the data instead of WebLogic Server, choose a cluster type of wan and leave the remote cluster address undefined. WebLogic Server saves the session data to the local database and assumes that the database replicates data as needed. |
| STR clusterDefaultLoadAlgorithm | 1.3.6.1.4.1.140.625.510.1.50 | DisplayString | read-only | The algorithm to be used for load-balancing between replicated services if none is specified for a particular service. |
| clusterEntry | 1.3.6.1.4.1.140.625.510.1 | not-accessible | Entry of clusterTable | |
| INT clusterFencingGracePeriodMillis | 1.3.6.1.4.1.140.625.510.1.79 | INTEGER | read-only | During automatic migration, if the Cluster Master determines a server to be dead, it waits for this period of time (in milliseconds) before the Cluster Master migrates the service to another server in the cluster. |
| OCT clusterFrontendHost | 1.3.6.1.4.1.140.625.510.1.80 | OCTET STRING | read-only | The name of the host to which all redirected URLs will be sent. Sets the HTTP FrontendHost for the default webserver (not virtual hosts) for all the servers in the cluster. Provides a method to ensure that the webapp will always have the correct HOST information, even when the request is coming through a firewall or a proxy. If this parameter is configured, the HOST header will be ignored and the information in this parameter will be used in its place, when constructing the absolute urls for redirects. |
| INT clusterFrontendHTTPPort | 1.3.6.1.4.1.140.625.510.1.65 | INTEGER | read-only | The name of the HTTP port to which all redirected URLs will be sent. Sets the FrontendHTTPPort for the default webserver (not virtual hosts) for all the servers in the cluster. Provides a method to ensure that the webapp will always have the correct PORT information, even when the request is coming through a firewall or a proxy. If this parameter is configured, the HOST header will be ignored and the information in this parameter will be used in its place, when constructing the absolute urls for redirects. |
| INT clusterFrontendHTTPSPort | 1.3.6.1.4.1.140.625.510.1.82 | INTEGER | read-only | The name of the secure HTTP port to which all redirected URLs will be sent. Sets the FrontendHTTPSPort for the default webserver (not virtual hosts) for all the servers in the cluster. Provides a method to ensure that the webapp will always have the correct PORT information, even when the request is coming through a firewall or a proxy. If this parameter is configured, the HOST header will be ignored and the information in this parameter will be used in its place, when constructing the absolute urls for redirects. |
| INT clusterGreedySessionFlushInterval | 1.3.6.1.4.1.140.625.510.1.74 | INTEGER | read-only | Interval in seconds until HTTP Sessions are periodically flushed to secondary server. |
| INT clusterHealthCheckIntervalMillis | 1.3.6.1.4.1.140.625.510.1.60 | INTEGER | read-only | Interval in milliseconds at which Migratable Servers and Cluster Masters prove their liveness via the database. |
| INT clusterHealthCheckPeriodsUntilFencing | 1.3.6.1.4.1.140.625.510.1.61 | INTEGER | read-only | Maximum number of periods that a cluster member will wait before timing out a Cluster Master and also the maximum number of periods the Cluster Master will wait before timing out a Migratable Server. |
| OCT clusterHttpTraceSupportEnabled | 1.3.6.1.4.1.140.625.510.1.77 | OCTET STRING | read-only | Returns the value of HttpTraceSupportEnabled. |
| INT clusterIdlePeriodsUntilTimeout | 1.3.6.1.4.1.140.625.510.1.84 | INTEGER | read-only | Maximum number of periods that a cluster member will wait before timing out a member of a cluster. Maximum number of periods that a cluster member will wait before timing out a member of a cluster. |
| STR clusterIndex | 1.3.6.1.4.1.140.625.510.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT clusterInterClusterCommLinkHealthCheckInterval | 1.3.6.1.4.1.140.625.510.1.71 | INTEGER | read-only | If the cluster link between two clusters goes down, a trigger will run to periodically to see if the link is restored. The duration is specified in milliseconds. |
| OCT clusterJobSchedulerTableName | 1.3.6.1.4.1.140.625.510.1.68 | OCTET STRING | read-only | The table name to use for storing timers active with the job scheduler |
| INT clusterMemberWarmupTimeoutSeconds | 1.3.6.1.4.1.140.625.510.1.81 | INTEGER | read-only | Maximum number of seconds that a cluster member will wait to discover and synchronize with other servers in the cluster. Normally, the member will be able to sync in 30 seconds. If the value of this attribute is higher, that does not necessarily mean that it will take longer for the member to warmup. Instead it defines an upper bound on the time that a server will wait to sync with the servers that it has discoverred. If the value is set 0, servers will not attempt to discover other running server in the cluster during server initialization |
| OCT clusterMigrationBasis | 1.3.6.1.4.1.140.625.510.1.76 | OCTET STRING | read-only | Controls the mechanism used for server migration. |
| C64 clusterMillisToSleepBetweenAutoMigrationAttempts | 1.3.6.1.4.1.140.625.510.1.87 | Counter64 | read-only | Controls how long of a pause there should be between the migration attempts described in getAdditionalAutoMigrationAttempts(). Note that this delay only happens when the server has failed to come up on every machine. |
| STR clusterMulticastAddress | 1.3.6.1.4.1.140.625.510.1.35 | DisplayString | read-only | The multicast address used by cluster members to communicate with each other. |
| INT clusterMulticastBufferSize | 1.3.6.1.4.1.140.625.510.1.56 | INTEGER | read-only | Returns the multicast socket send/receive buffer size. |
| OCT clusterMulticastDataEncryption | 1.3.6.1.4.1.140.625.510.1.66 | OCTET STRING | read-only | Enables multicast data to be incrypted. Only the multicast data is encrypted. Multicast header information is not encrypted. |
| INT clusterMulticastPort | 1.3.6.1.4.1.140.625.510.1.57 | INTEGER | read-only | Defines the multicast port used by cluster members to communicate with each other. |
| INT clusterMulticastSendDelay | 1.3.6.1.4.1.140.625.510.1.45 | INTEGER | read-only | 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. |
| INT clusterMulticastTTL | 1.3.6.1.4.1.140.625.510.1.40 | INTEGER | read-only | 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. |
| STR clusterName | 1.3.6.1.4.1.140.625.510.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT clusterNumberOfServersInClusterAddress | 1.3.6.1.4.1.140.625.510.1.85 | INTEGER | read-only | Number of servers to be listed from this cluster when generating a cluster address automatically. This setting has no effect if Cluster Address is explicitly set. |
| STR clusterObjectName | 1.3.6.1.4.1.140.625.510.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR clusterParent | 1.3.6.1.4.1.140.625.510.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT clusterPersistSessionsOnShutdown | 1.3.6.1.4.1.140.625.510.1.75 | OCTET STRING | read-only | When shutting down servers, sessions are not updated. If the primary and secondary servers of a session are shut down with no session updates, the session will be lost. Turning on PersistSessionsOnShutdown will save any active sessions to the database specified in {@link ClusterMBean#getDataSourceForSessionPersistence()} when a server is shutdown. The sessions will not be written at any other time. (For example, they are not saved via this mechanism if there is a server crash.) This attribute is applicable both to session persistence on server shutdown or session persistence across a WAN. Rolling upgrade can potential have a bad interaction with traditional in-memory session replication. As managed servers are shutdown and upgraded, in-memory servlet sessions will be lost if both primary and secondary are rebooted before a new request arrives for the session. |
| OCT clusterRemoteClusterAddress | 1.3.6.1.4.1.140.625.510.1.64 | OCTET STRING | read-only | Set the foreign cluster. Cluster infrastructure uses this address to connect to foreign cluster for HTTP Session WAN/MAN failover. |
| OCT clusterReplicationChannel | 1.3.6.1.4.1.140.625.510.1.78 | OCTET STRING | read-only | The channel name to be used for replication traffic. Cluster infrastructure uses this channel to send updates for HTTP sessions and stateful session beans. If none is set then the default channel will be used. In order for this feature to work, the named channel must exist on all members of the cluster and must be configured to use the same protocol. It is valid for the selected channel to be configured to use a secure protocol. |
| OCT clusterReplicationTimeoutEnabled | 1.3.6.1.4.1.140.625.510.1.69 | OCTET STRING | read-only | Indicates if timeout should be applied to session replication calls. |
| INT clusterRuntimeAliveServerCount | 1.3.6.1.4.1.140.625.110.1.25 | INTEGER | read-only | The current total number of alive servers in this cluster. |
| C64 clusterRuntimeAsyncPrimaryCount | 1.3.6.1.4.1.140.625.110.1.64 | Counter64 | read-only | Provides the number of objects hosted by Aysnc Replication Manager on local server as primaries. |
| OCT clusterRuntimeCurrentAsyncSecondaryServer | 1.3.6.1.4.1.140.625.110.1.63 | OCTET STRING | read-only | |
| OCT clusterRuntimeCurrentSecondaryServer | 1.3.6.1.4.1.140.625.110.1.61 | OCTET STRING | read-only | |
| clusterRuntimeEntry | 1.3.6.1.4.1.140.625.110.1 | not-accessible | Entry of clusterRuntimeTable | |
| C64 clusterRuntimeForeignFragmentsDroppedCount | 1.3.6.1.4.1.140.625.110.1.62 | Counter64 | read-only | Provides the number of fragments that originated in foreign domains or clusters which use the same multicast address. Answer the number of fragments that originated in foreign domains/cluster that use the same multicast address. |
| C64 clusterRuntimeFragmentsReceivedCount | 1.3.6.1.4.1.140.625.110.1.40 | Counter64 | read-only | The total number of multicast messages received on this server from the cluster. |
| C64 clusterRuntimeFragmentsSentCount | 1.3.6.1.4.1.140.625.110.1.35 | Counter64 | read-only | The total number of multicast fragments sent from this server into the cluster. |
| STR clusterRuntimeIndex | 1.3.6.1.4.1.140.625.110.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 clusterRuntimeMulticastMessagesLostCount | 1.3.6.1.4.1.140.625.110.1.45 | Counter64 | read-only | The total number of in-coming multicast messages that were lost according to this server. |
| STR clusterRuntimeName | 1.3.6.1.4.1.140.625.110.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR clusterRuntimeObjectName | 1.3.6.1.4.1.140.625.110.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR clusterRuntimeParent | 1.3.6.1.4.1.140.625.110.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 clusterRuntimePrimaryCount | 1.3.6.1.4.1.140.625.110.1.60 | Counter64 | read-only | Answer the number of object that the local server hosts as primaries. |
| C64 clusterRuntimeResendRequestsCount | 1.3.6.1.4.1.140.625.110.1.30 | Counter64 | read-only | The number of state-delta messages that had to be resent because a receiving server in the cluster missed a message. |
| STR clusterRuntimeSecondaryDistributionNames | 1.3.6.1.4.1.140.625.110.1.55 | DisplayString | read-only | 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. |
| STR clusterRuntimeServerNames | 1.3.6.1.4.1.140.625.110.1.50 | DisplayString | read-only | The names of the servers in the cluster. |
| clusterRuntimeTable | 1.3.6.1.4.1.140.625.110 | not-accessible | This table is used for monitoring a server's view of the members of a WebLogic cluster within a WebLogic domain | |
| STR clusterRuntimeType | 1.3.6.1.4.1.140.625.110.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT clusterSecureReplicationEnabled | 1.3.6.1.4.1.140.625.510.1.67 | OCTET STRING | read-only | Servers in a cluster replicates session data. If replication channel is defined then the session data will be sent using the replication channel protocol and secured replication settings will be ignored. If no replication channel is defined and secured replication is enabled then session data for in-memory replication will be sent over SSL using default secured channel. However, this added security for replication traffic comes with a significant cluster performance degradation. It should only be enabled if security is of greater concern than the performance degradation. |
| STR clusterServers | 1.3.6.1.4.1.140.625.510.1.25 | DisplayString | read-only | The servers which have declared membership in this cluster. |
| INT clusterServiceAgeThresholdSeconds | 1.3.6.1.4.1.140.625.510.1.55 | INTEGER | read-only | he number of seconds by which the age of two conflicting services must differ before one is considered older than the other. |
| INT clusterSessionFlushInterval | 1.3.6.1.4.1.140.625.510.1.62 | INTEGER | read-only | Interval in seconds until HTTP Sessions are periodically flushed to the backup cluster to dump session state on disk. |
| INT clusterSessionFlushThreshold | 1.3.6.1.4.1.140.625.510.1.72 | INTEGER | read-only | When number of sessions to be flushed reaches this threshold limit, sessions will be flushed to the backup cluster before the flush interval. This helps the server to flush sessions faster under load. |
| clusterTable | 1.3.6.1.4.1.140.625.510 | not-accessible | 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. | |
| STR clusterType | 1.3.6.1.4.1.140.625.510.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT clusterWANSessionPersistenceTableName | 1.3.6.1.4.1.140.625.510.1.89 | OCTET STRING | read-only | Return the name of the table to be used for WAN session persistence. |
| INT clusterWeblogicPluginEnabled | 1.3.6.1.4.1.140.625.510.1.59 | INTEGER | read-only | Gets the weblogicPluginEnabled attribute of the ClusterMBean object |
| INT comApartmentThreaded | 1.3.6.1.4.1.140.625.512.1.30 | INTEGER | read-only | 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 | 1.3.6.1.4.1.140.625.512.1 | not-accessible | Entry of comTable | |
| STR comIndex | 1.3.6.1.4.1.140.625.512.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT comMemoryLoggingEnabled | 1.3.6.1.4.1.140.625.512.1.35 | INTEGER | read-only | Enables logging of memory usage. |
| STR comName | 1.3.6.1.4.1.140.625.512.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT comNativeModeEnabled | 1.3.6.1.4.1.140.625.512.1.45 | INTEGER | read-only | Use native DLLs to allow Java objects to interact with COM Objects. |
| STR comNTAuthHost | 1.3.6.1.4.1.140.625.512.1.25 | DisplayString | read-only | The address of the primary domain controller to be used for authenticating clients. |
| STR comObjectName | 1.3.6.1.4.1.140.625.512.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR comParent | 1.3.6.1.4.1.140.625.512.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT comPrefetchEnums | 1.3.6.1.4.1.140.625.512.1.50 | INTEGER | read-only | 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 hasMoreElements() call. The client must continue to * call nextElement until a NoSuchElementException * occurs. |
| comTable | 1.3.6.1.4.1.140.625.512 | not-accessible | This table represents a com in the domain. | |
| STR comType | 1.3.6.1.4.1.140.625.512.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT comVerboseLoggingEnabled | 1.3.6.1.4.1.140.625.512.1.55 | INTEGER | read-only | Enables verbose logging. |
| OCT configurationPropertyEncryptValueRequired | 1.3.6.1.4.1.140.625.855.1.4 | OCTET STRING | read-only | Specifies whether the property should be encrypted. By default, the value of a property is not encrypted and anyone using the Administration Console can view the value of the property. If this attribute is set to true, then the value of the property on the Administration Console will be set to all asterisks. |
| configurationPropertyEntry | 1.3.6.1.4.1.140.625.855.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT configurationPropertyIndex | 1.3.6.1.4.1.140.625.855.1.1 | OCTET STRING | not-accessible | Index column |
| OCT configurationPropertyName | 1.3.6.1.4.1.140.625.855.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT configurationPropertyObjectName | 1.3.6.1.4.1.140.625.855.1.2 | OCTET STRING | read-only | ObjectName column |
| configurationPropertyTable | 1.3.6.1.4.1.140.625.855 | not-accessible | Encapsulates information about a property, such as its value and whether it is encrypted. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT configurationPropertyType | 1.3.6.1.4.1.140.625.855.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT configurationPropertyValue | 1.3.6.1.4.1.140.625.855.1.5 | OCTET STRING | read-only | Specifies the value of the property. If the property is encrypted, then attribute is null and one should use the EncryptedValue attribute to get the decrypted value. |
| INT connectorComponentRuntimeActiveVersion | 1.3.6.1.4.1.140.625.457.1.55 | INTEGER | read-only | Returns true if this is the active version. |
| STR connectorComponentRuntimeActiveVersionId | 1.3.6.1.4.1.140.625.457.1.45 | DisplayString | read-only | Deployment Active Version ID. |
| OCT connectorComponentRuntimeComponentName | 1.3.6.1.4.1.140.625.457.1.96 | OCTET STRING | read-only | Get the name of the connector component. |
| OCT connectorComponentRuntimeConfiguration | 1.3.6.1.4.1.140.625.457.1.98 | OCTET STRING | read-only | Return the xml string representing the RA configuration. The xml corresponding to the latest schema is returned. The current supported version is '1.0' |
| OCT connectorComponentRuntimeConfigurationVersion | 1.3.6.1.4.1.140.625.457.1.102 | OCTET STRING | read-only | Return the latest configuration version. |
| INT connectorComponentRuntimeConnectionPoolCount | 1.3.6.1.4.1.140.625.457.1.25 | INTEGER | read-only | The number of connection pools. |
| INT connectorComponentRuntimeDeploymentState | 1.3.6.1.4.1.140.625.457.1.101 | INTEGER | read-only | The current deployment state of the module. |
| STR connectorComponentRuntimeDescription | 1.3.6.1.4.1.140.625.457.1.75 | DisplayString | read-only | Description for the resource adapter |
| STR connectorComponentRuntimeEISResourceId | 1.3.6.1.4.1.140.625.457.1.35 | DisplayString | read-only | EISResourceId for the component. |
| STR connectorComponentRuntimeEISType | 1.3.6.1.4.1.140.625.457.1.80 | DisplayString | read-only | EIS type |
| connectorComponentRuntimeEntry | 1.3.6.1.4.1.140.625.457.1 | not-accessible | Entry of connectorComponentRuntimeTable | |
| INT connectorComponentRuntimeInboundConnectionsCount | 1.3.6.1.4.1.140.625.457.1.30 | INTEGER | read-only | The number of inbound connections for the resource adapter. |
| STR connectorComponentRuntimeIndex | 1.3.6.1.4.1.140.625.457.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR connectorComponentRuntimeJndiName | 1.3.6.1.4.1.140.625.457.1.60 | DisplayString | read-only | Jndi name of the resource adapter. |
| OCT connectorComponentRuntimeLinkref | 1.3.6.1.4.1.140.625.457.1.100 | OCTET STRING | read-only | Get the linkref. |
| OCT connectorComponentRuntimeModuleId | 1.3.6.1.4.1.140.625.457.1.97 | OCTET STRING | read-only | Returns the identifier for this Component. The identifier is unique within the application. Typical modules will use the URI for their id. Web Modules will return their context-root since the web-uri may not be unique within an EAR. |
| STR connectorComponentRuntimeName | 1.3.6.1.4.1.140.625.457.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR connectorComponentRuntimeObjectName | 1.3.6.1.4.1.140.625.457.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR connectorComponentRuntimeParent | 1.3.6.1.4.1.140.625.457.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT connectorComponentRuntimeSchema | 1.3.6.1.4.1.140.625.457.1.99 | OCTET STRING | read-only | Get the latest schema for RA configuration. |
| STR connectorComponentRuntimeSpecVersion | 1.3.6.1.4.1.140.625.457.1.85 | DisplayString | read-only | Supported specification version. |
| STR connectorComponentRuntimeState | 1.3.6.1.4.1.140.625.457.1.65 | DisplayString | read-only | Deployment state of the resource adapter. |
| INT connectorComponentRuntimeSuspendedState | 1.3.6.1.4.1.140.625.457.1.70 | INTEGER | read-only | suspended state information of the resource adapter.. |
| connectorComponentRuntimeTable | 1.3.6.1.4.1.140.625.457 | not-accessible | This table is used for monitoring the WebLogic Connector Component. | |
| STR connectorComponentRuntimeType | 1.3.6.1.4.1.140.625.457.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR connectorComponentRuntimeVendorName | 1.3.6.1.4.1.140.625.457.1.90 | DisplayString | read-only | Resource Adapter Vendor Name. |
| STR connectorComponentRuntimeVersion | 1.3.6.1.4.1.140.625.457.1.95 | DisplayString | read-only | Resource Adapter Version. |
| INT connectorComponentRuntimeVersioned | 1.3.6.1.4.1.140.625.457.1.50 | INTEGER | read-only | Returns true if this Resource Adapter is versioned. |
| STR connectorComponentRuntimeVersionId | 1.3.6.1.4.1.140.625.457.1.40 | DisplayString | read-only | Deployment Version ID. |
| INT connectorConnectionPoolRuntimeActiveConnectionsCurrentCount | 1.3.6.1.4.1.140.625.455.1.90 | INTEGER | read-only | The current total active connections. |
| INT connectorConnectionPoolRuntimeActiveConnectionsHighCount | 1.3.6.1.4.1.140.625.455.1.95 | INTEGER | read-only | The high water mark of active connections in this Connector Pool since the pool was instantiated. |
| INT connectorConnectionPoolRuntimeAverageActiveUsage | 1.3.6.1.4.1.140.625.455.1.110 | INTEGER | read-only | The running average usage of created connections that are active in the Connector Pool since the pool was last shrunk. |
| INT connectorConnectionPoolRuntimeCapacityIncrement | 1.3.6.1.4.1.140.625.455.1.75 | INTEGER | read-only | The capacity increment. |
| C64 connectorConnectionPoolRuntimeCloseCount | 1.3.6.1.4.1.140.625.455.1.159 | Counter64 | read-only | The number of connections that were closed for the connection pool. |
| OCT connectorConnectionPoolRuntimeConnectionFactoryClassName | 1.3.6.1.4.1.140.625.455.1.163 | OCTET STRING | read-only | The ConnectionFactoryName of this Connector connection pool. |
| STR connectorConnectionPoolRuntimeConnectionFactoryName | 1.3.6.1.4.1.140.625.455.1.35 | DisplayString | read-only | The Resource Adapter Link Reference for cases where this Connection Factory refers to an existing Resource Adapter deployment. |
| INT connectorConnectionPoolRuntimeConnectionLeakProfileCount | 1.3.6.1.4.1.140.625.455.1.141 | INTEGER | read-only | Returns the number of Leak connection profiles stored for this pool. |
| STR connectorConnectionPoolRuntimeConnections | 1.3.6.1.4.1.140.625.455.1.55 | DisplayString | read-only | An array of ConnectorConnectionRuntimeMBeans that each represents the statistics for a Connector Connection. |
| INT connectorConnectionPoolRuntimeConnectionsCreatedTotalCount | 1.3.6.1.4.1.140.625.455.1.125 | INTEGER | read-only | The total number of Connector connections created in this Connector Pool since the pool is instantiated. |
| INT connectorConnectionPoolRuntimeConnectionsDestroyedByErrorTotalCount | 1.3.6.1.4.1.140.625.455.1.151 | INTEGER | read-only | Return the number of connections that were destroyed because an error event was recieved. |
| INT connectorConnectionPoolRuntimeConnectionsDestroyedByShrinkingTotalCount | 1.3.6.1.4.1.140.625.455.1.167 | INTEGER | read-only | Return the number of connections that were destroyed as a result of shrinking. |
| INT connectorConnectionPoolRuntimeConnectionsDestroyedTotalCount | 1.3.6.1.4.1.140.625.455.1.135 | INTEGER | read-only | The total number of Connector connections destroyed in this Connector Pool since the pool is instantiated. |
| INT connectorConnectionPoolRuntimeConnectionsMatchedTotalCount | 1.3.6.1.4.1.140.625.455.1.130 | INTEGER | read-only | 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. |
| INT connectorConnectionPoolRuntimeConnectionsRejectedTotalCount | 1.3.6.1.4.1.140.625.455.1.140 | INTEGER | read-only | An array of ConnectorConnectionRuntimeMBeans that each represents the statistics for a Connector Connection. |
| OCT connectorConnectionPoolRuntimeConnectorEisType | 1.3.6.1.4.1.140.625.455.1.153 | OCTET STRING | read-only | The EIS type of this Connector connection pool. |
| C64 connectorConnectionPoolRuntimeCurrentCapacity | 1.3.6.1.4.1.140.625.455.1.147 | Counter64 | read-only | The PoolSize of this Connector connection pool. |
| OCT connectorConnectionPoolRuntimeEISResourceId | 1.3.6.1.4.1.140.625.455.1.164 | OCTET STRING | read-only | The EISResourceId of this Connector connection pool. |
| connectorConnectionPoolRuntimeEntry | 1.3.6.1.4.1.140.625.455.1 | not-accessible | Entry of connectorConnectionRuntimeTable | |
| INT connectorConnectionPoolRuntimeFreeConnectionsCurrentCount | 1.3.6.1.4.1.140.625.455.1.100 | INTEGER | read-only | The current total free connections. |
| INT connectorConnectionPoolRuntimeFreeConnectionsHighCount | 1.3.6.1.4.1.140.625.455.1.105 | INTEGER | read-only | The high water mark of free connections in this Connector Pool since the pool was instantiated. |
| C64 connectorConnectionPoolRuntimeFreePoolSizeHighWaterMark | 1.3.6.1.4.1.140.625.455.1.145 | Counter64 | read-only | The FreePoolSizeHighWaterMark of this Connector connection pool. |
| C64 connectorConnectionPoolRuntimeFreePoolSizeLowWaterMark | 1.3.6.1.4.1.140.625.455.1.165 | Counter64 | read-only | The FreePoolSizeLowWaterMark of this Connector connection pool. |
| C64 connectorConnectionPoolRuntimeHighestNumWaiters | 1.3.6.1.4.1.140.625.455.1.161 | Counter64 | read-only | Gets the highest number of waiters. |
| STR connectorConnectionPoolRuntimeIndex | 1.3.6.1.4.1.140.625.455.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT connectorConnectionPoolRuntimeInitialCapacity | 1.3.6.1.4.1.140.625.455.1.70 | INTEGER | read-only | The initial capacity configured for this Connector connection pool. |
| STR connectorConnectionPoolRuntimeJNDIName | 1.3.6.1.4.1.140.625.455.1.30 | DisplayString | read-only | The configured JNDI Name for the Connection Factory using this Connector connection pool. |
| OCT connectorConnectionPoolRuntimeKey | 1.3.6.1.4.1.140.625.455.1.146 | OCTET STRING | read-only | The configured Key for the Connection Factory using this Connector connection pool. |
| C64 connectorConnectionPoolRuntimeLastShrinkTime | 1.3.6.1.4.1.140.625.455.1.156 | Counter64 | read-only | Return the last time that the pool was shrunk. |
| STR connectorConnectionPoolRuntimeLogFileName | 1.3.6.1.4.1.140.625.455.1.45 | DisplayString | read-only | The Log File used by the Resource Adapter for this Connector connection pool. |
| INT connectorConnectionPoolRuntimeLoggingEnabled | 1.3.6.1.4.1.140.625.455.1.60 | INTEGER | read-only | A boolean whether logging is enabled. |
| OCT connectorConnectionPoolRuntimeManagedConnectionFactoryClassName | 1.3.6.1.4.1.140.625.455.1.160 | OCTET STRING | read-only | The ManagedConnectionFactoryName of this Connector connection pool. |
| INT connectorConnectionPoolRuntimeMaxCapacity | 1.3.6.1.4.1.140.625.455.1.65 | INTEGER | read-only | The maximum capacity configured for this Connector connection pool. |
| INT connectorConnectionPoolRuntimeMaxIdleTime | 1.3.6.1.4.1.140.625.455.1.155 | INTEGER | read-only | The configured MaxIdle time for this pool |
| OCT connectorConnectionPoolRuntimeMCFClassName | 1.3.6.1.4.1.140.625.455.1.148 | OCTET STRING | read-only | Get the MCF class name. |
| STR connectorConnectionPoolRuntimeName | 1.3.6.1.4.1.140.625.455.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT connectorConnectionPoolRuntimeNumberDetectedIdle | 1.3.6.1.4.1.140.625.455.1.143 | INTEGER | read-only | Returns the total number of idle connections detected in the lifetime of this Pool. |
| INT connectorConnectionPoolRuntimeNumberDetectedLeaks | 1.3.6.1.4.1.140.625.455.1.144 | INTEGER | read-only | Returns the total number of leaked connections detected in the lifetime of this Pool. |
| INT connectorConnectionPoolRuntimeNumUnavailableCurrentCount | 1.3.6.1.4.1.140.625.455.1.168 | INTEGER | read-only | Return the number of unavailable connections. |
| INT connectorConnectionPoolRuntimeNumUnavailableHighCount | 1.3.6.1.4.1.140.625.455.1.150 | INTEGER | read-only | Return the highest unavailable number of connections at any given time. |
| C64 connectorConnectionPoolRuntimeNumWaiters | 1.3.6.1.4.1.140.625.455.1.152 | Counter64 | read-only | Gets the current number of waiters. |
| INT connectorConnectionPoolRuntimeNumWaitersCurrentCount | 1.3.6.1.4.1.140.625.455.1.154 | INTEGER | read-only | Return the number of waiters. |
| STR connectorConnectionPoolRuntimeObjectName | 1.3.6.1.4.1.140.625.455.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR connectorConnectionPoolRuntimeParent | 1.3.6.1.4.1.140.625.455.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR connectorConnectionPoolRuntimePoolName | 1.3.6.1.4.1.140.625.455.1.25 | DisplayString | read-only | The configured Logical Name for the Connection Factory using this Connector connection pool. |
| C64 connectorConnectionPoolRuntimePoolSizeHighWaterMark | 1.3.6.1.4.1.140.625.455.1.162 | Counter64 | read-only | The PoolSizeHighWaterMark of this Connector connection pool. |
| C64 connectorConnectionPoolRuntimePoolSizeLowWaterMark | 1.3.6.1.4.1.140.625.455.1.166 | Counter64 | read-only | The PoolSizeLowWaterMark of this Connector connection pool. |
| OCT connectorConnectionPoolRuntimeProxyOn | 1.3.6.1.4.1.140.625.455.1.169 | OCTET STRING | read-only | Return a flag indicating if the proxy is on. Returns true if it is. |
| INT connectorConnectionPoolRuntimeRecycledTotal | 1.3.6.1.4.1.140.625.455.1.120 | INTEGER | read-only | The total number of Connector connections created in this Connector Pool since the pool is instantiated. |
| STR connectorConnectionPoolRuntimeResourceAdapterLinkRefName | 1.3.6.1.4.1.140.625.455.1.40 | DisplayString | read-only | The Resource Adapter Link Reference for cases where this Connection Factory refers to an existing Resource Adapter deployment. |
| OCT connectorConnectionPoolRuntimeResourceLink | 1.3.6.1.4.1.140.625.455.1.158 | OCTET STRING | read-only | Get the resource link. |
| INT connectorConnectionPoolRuntimeShrinkCountDownTime | 1.3.6.1.4.1.140.625.455.1.115 | INTEGER | read-only | The amount of time left (in minutes) until an attempt to shrink the pool will be made. |
| INT connectorConnectionPoolRuntimeShrinkingEnabled | 1.3.6.1.4.1.140.625.455.1.80 | INTEGER | read-only | Is shrinking of this Connector connection pool enabled. |
| INT connectorConnectionPoolRuntimeShrinkPeriodMinutes | 1.3.6.1.4.1.140.625.455.1.85 | INTEGER | read-only | The Shrink Period (in minutes) of this Connector connection pool. |
| OCT connectorConnectionPoolRuntimeState | 1.3.6.1.4.1.140.625.455.1.157 | OCTET STRING | read-only | Get the state of the pool. |
| connectorConnectionPoolRuntimeTable | 1.3.6.1.4.1.140.625.455 | not-accessible | This table is used for monitoring a WebLogic Connector Connection Pool | |
| OCT connectorConnectionPoolRuntimeTestable | 1.3.6.1.4.1.140.625.455.1.149 | OCTET STRING | read-only | This indicates whether the connection pool is testable or not. |
| STR connectorConnectionPoolRuntimeTransactionSupport | 1.3.6.1.4.1.140.625.455.1.50 | DisplayString | read-only | The transaction support level for the Resource Adapter for this Connector connection pool. |
| STR connectorConnectionPoolRuntimeType | 1.3.6.1.4.1.140.625.455.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT connectorConnectionRuntimeActiveHandlesCurrentCount | 1.3.6.1.4.1.140.625.454.1.25 | INTEGER | read-only | The current total active connection handles for this connection. |
| INT connectorConnectionRuntimeActiveHandlesHighCount | 1.3.6.1.4.1.140.625.454.1.30 | INTEGER | read-only | The high water mark of active connection handles for this connection since the connection was created. |
| OCT connectorConnectionRuntimeConnectionFactoryClassName | 1.3.6.1.4.1.140.625.454.1.55 | OCTET STRING | read-only | Returns the connection factory class name. |
| C64 connectorConnectionRuntimeCreationDurationTime | 1.3.6.1.4.1.140.625.454.1.59 | Counter64 | read-only | Return the time taken to create the connection. |
| INT connectorConnectionRuntimeCurrentlyInUse | 1.3.6.1.4.1.140.625.454.1.40 | INTEGER | read-only | An indicator of whether or not the connection is currently in use. |
| OCT connectorConnectionRuntimeDeletable | 1.3.6.1.4.1.140.625.454.1.52 | OCTET STRING | read-only | Indicates whether the connection can be closed manually through the console. |
| OCT connectorConnectionRuntimeEISProductName | 1.3.6.1.4.1.140.625.454.1.56 | OCTET STRING | read-only | Returns the EISProductName associated with the ManagedConnection's MetaData |
| OCT connectorConnectionRuntimeEISProductVersion | 1.3.6.1.4.1.140.625.454.1.51 | OCTET STRING | read-only | Returns the EISProductVersion associated with the ManagedConnection's MetaData. |
| connectorConnectionRuntimeEntry | 1.3.6.1.4.1.140.625.454.1 | not-accessible | Entry of connectorConnectionRuntimeTable | |
| INT connectorConnectionRuntimeHandlesCreatedTotalCount | 1.3.6.1.4.1.140.625.454.1.35 | INTEGER | read-only | The total number of connection handles created for this connection since the connection was created. |
| STR connectorConnectionRuntimeIndex | 1.3.6.1.4.1.140.625.454.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT connectorConnectionRuntimeInTransaction | 1.3.6.1.4.1.140.625.454.1.45 | INTEGER | read-only | An indicator of whether or not the connection is currently in use in a transaction |
| OCT connectorConnectionRuntimeManagedConnectionFactoryClassName | 1.3.6.1.4.1.140.625.454.1.60 | OCTET STRING | read-only | Returns the managed connection factory class name. |
| OCT connectorConnectionRuntimeMaxConnections | 1.3.6.1.4.1.140.625.454.1.61 | OCTET STRING | read-only | Returns the MaxConnections associated with the ManagedConnection's MetaData |
| STR connectorConnectionRuntimeName | 1.3.6.1.4.1.140.625.454.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR connectorConnectionRuntimeObjectName | 1.3.6.1.4.1.140.625.454.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR connectorConnectionRuntimeParent | 1.3.6.1.4.1.140.625.454.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 connectorConnectionRuntimeReserveDurationTime | 1.3.6.1.4.1.140.625.454.1.53 | Counter64 | read-only | Get the time taken to reserve this connection. |
| C64 connectorConnectionRuntimeReserveTime | 1.3.6.1.4.1.140.625.454.1.58 | Counter64 | read-only | Return the last time the connection was reserved. |
| INT connectorConnectionRuntimeShared | 1.3.6.1.4.1.140.625.454.1.50 | INTEGER | read-only | An indicator of whether or not the connection is currently being shared by more than one invoker. |
| connectorConnectionRuntimeTable | 1.3.6.1.4.1.140.625.454 | not-accessible | This table is used for monitoring individual WebLogic Connector connections. | |
| OCT connectorConnectionRuntimeTransactionId | 1.3.6.1.4.1.140.625.454.1.54 | OCTET STRING | read-only | Get the Transaction ID of the transaction that this connection is being used with. |
| STR connectorConnectionRuntimeType | 1.3.6.1.4.1.140.625.454.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT connectorConnectionRuntimeUserName | 1.3.6.1.4.1.140.625.454.1.57 | OCTET STRING | read-only | Returns the UserName associated with the ManagedConnection's MetaData |
| STR connectorInboundRuntimeActivationSpecClass | 1.3.6.1.4.1.140.625.459.1.30 | DisplayString | read-only | Activation specification class. |
| connectorInboundRuntimeEntry | 1.3.6.1.4.1.140.625.459.1 | not-accessible | Entry of connectorInboundRuntimeTable | |
| STR connectorInboundRuntimeIndex | 1.3.6.1.4.1.140.625.459.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR connectorInboundRuntimeMsgListenerType | 1.3.6.1.4.1.140.625.459.1.25 | DisplayString | read-only | Message Listener type. |
| STR connectorInboundRuntimeName | 1.3.6.1.4.1.140.625.459.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR connectorInboundRuntimeObjectName | 1.3.6.1.4.1.140.625.459.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR connectorInboundRuntimeParent | 1.3.6.1.4.1.140.625.459.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR connectorInboundRuntimeState | 1.3.6.1.4.1.140.625.459.1.35 | DisplayString | read-only | Current state of this inbound connector, either running or suspended. |
| connectorInboundRuntimeTable | 1.3.6.1.4.1.140.625.459 | not-accessible | This table is used for monitoring the WebLogic Connector Component Inbound Connections. | |
| STR connectorInboundRuntimeType | 1.3.6.1.4.1.140.625.459.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT connectorServiceRuntimeActiveRACount | 1.3.6.1.4.1.140.625.456.1.32 | INTEGER | read-only | Returns the number of resource adapters that are active. |
| INT connectorServiceRuntimeConnectionPoolCurrentCount | 1.3.6.1.4.1.140.625.456.1.25 | INTEGER | read-only | The number of currently deployed connection pools. |
| INT connectorServiceRuntimeConnectionPoolsTotalCount | 1.3.6.1.4.1.140.625.456.1.30 | INTEGER | read-only | The total number of deployed connection pools instantiated since the Server startup. |
| connectorServiceRuntimeEntry | 1.3.6.1.4.1.140.625.456.1 | not-accessible | Entry of connectorServiceRuntimeTable | |
| STR connectorServiceRuntimeIndex | 1.3.6.1.4.1.140.625.456.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR connectorServiceRuntimeName | 1.3.6.1.4.1.140.625.456.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR connectorServiceRuntimeObjectName | 1.3.6.1.4.1.140.625.456.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR connectorServiceRuntimeParent | 1.3.6.1.4.1.140.625.456.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT connectorServiceRuntimeRACount | 1.3.6.1.4.1.140.625.456.1.31 | INTEGER | read-only | Returns the number of resource adapters that have been deployed in the server. This count includes active RAs and Non-active RAs ( in the case of versioned RAs that are being replced by a new version ) |
| connectorServiceRuntimeTable | 1.3.6.1.4.1.140.625.456 | not-accessible | This table is used for monitoring the WebLogic Connector Service. | |
| STR connectorServiceRuntimeType | 1.3.6.1.4.1.140.625.456.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| I32 contextCaseDeploymentOrder | 1.3.6.1.4.1.140.625.860.1.5 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| contextCaseEntry | 1.3.6.1.4.1.140.625.860.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT contextCaseGroupName | 1.3.6.1.4.1.140.625.860.1.6 | OCTET STRING | read-only | |
| OCT contextCaseIndex | 1.3.6.1.4.1.140.625.860.1.1 | OCTET STRING | not-accessible | Index column |
| OCT contextCaseName | 1.3.6.1.4.1.140.625.860.1.7 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT contextCaseObjectName | 1.3.6.1.4.1.140.625.860.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT contextCaseRequestClassName | 1.3.6.1.4.1.140.625.860.1.4 | OCTET STRING | read-only | |
| contextCaseTable | 1.3.6.1.4.1.140.625.860 | not-accessible | This mbean defines the mapping between the current context (security principal, group etc) and the request class to use. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT contextCaseType | 1.3.6.1.4.1.140.625.860.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT contextCaseUserName | 1.3.6.1.4.1.140.625.860.1.8 | OCTET STRING | read-only | |
| I32 contextRequestClassDeploymentOrder | 1.3.6.1.4.1.140.625.865.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| contextRequestClassEntry | 1.3.6.1.4.1.140.625.865.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT contextRequestClassIndex | 1.3.6.1.4.1.140.625.865.1.1 | OCTET STRING | not-accessible | Index column |
| OCT contextRequestClassName | 1.3.6.1.4.1.140.625.865.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT contextRequestClassObjectName | 1.3.6.1.4.1.140.625.865.1.2 | OCTET STRING | read-only | ObjectName column |
| contextRequestClassTable | 1.3.6.1.4.1.140.625.865 | not-accessible | This mbean defines the mapping between the current context (security principal, group) and the request class to use. ContextRequestClass provides a mapping between security names/groups and request classes. During work schedule, the exact request class is determined by looking at the security information of the caller. ContextRequestClass is not a request class by itself and is used to hold the mapping of request classes. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT contextRequestClassType | 1.3.6.1.4.1.140.625.865.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 conversationServiceDeploymentOrder | 1.3.6.1.4.1.140.625.870.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| conversationServiceEntry | 1.3.6.1.4.1.140.625.870.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT conversationServiceIndex | 1.3.6.1.4.1.140.625.870.1.1 | OCTET STRING | not-accessible | Index column |
| OCT conversationServiceName | 1.3.6.1.4.1.140.625.870.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT conversationServiceObjectName | 1.3.6.1.4.1.140.625.870.1.2 | OCTET STRING | read-only | ObjectName column |
| conversationServiceTable | 1.3.6.1.4.1.140.625.870 | not-accessible | Internal router for Conversation IDs | |
| OCT conversationServiceType | 1.3.6.1.4.1.140.625.870.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT customResourceCompatibilityName | 1.3.6.1.4.1.140.625.875.1.5 | OCTET STRING | read-only | This is only set for beans created as a result of conversion from an 8.1 application configured using ApplicationMBean and ComponentMBean. Standalone modules in 8.1 have both an ApplicationMBean name and ComponentMBean name. This attribute stores the name of the latter, to be used when the server creates the transient ComponentMBean for backward compatibility. |
| I32 customResourceDeploymentOrder | 1.3.6.1.4.1.140.625.875.1.6 | Integer32 | read-only | A numerical value that indicates when this unit is deployed, relative to other DeployableUnits on a server, during startup. Units with lower Load Order values are deployed before those with higher values. |
| OCT customResourceDeploymentPrincipalName | 1.3.6.1.4.1.140.625.875.1.8 | OCTET STRING | read-only | A string value that indicates what principal should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener, If no principal name is specifed, then the anonymous principal will be used. |
| OCT customResourceDescriptorBeanClass | 1.3.6.1.4.1.140.625.875.1.7 | OCTET STRING | read-only | Returns the interface of the bean that is returned by the #getResource method. |
| OCT customResourceDescriptorFileName | 1.3.6.1.4.1.140.625.875.1.9 | OCTET STRING | read-only | The name of the file that contains the module. By default the file resides in the DOMAIN_DIR/config directory. By default, the file name is derived from the bean name using the following pattern: < beanName >.xml Note that this is a read-only property that can only be set when the bean is created. |
| customResourceEntry | 1.3.6.1.4.1.140.625.875.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT customResourceIndex | 1.3.6.1.4.1.140.625.875.1.1 | OCTET STRING | not-accessible | Index column |
| OCT customResourceModuleType | 1.3.6.1.4.1.140.625.875.1.10 | OCTET STRING | read-only | The values match those defined by jsr88. This attribute may move to another MBean. |
| OCT customResourceName | 1.3.6.1.4.1.140.625.875.1.11 | OCTET STRING | read-only | Unique identifier for this bean instance. |
| OCT customResourceObjectName | 1.3.6.1.4.1.140.625.875.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT customResourceResourceClass | 1.3.6.1.4.1.140.625.875.1.4 | OCTET STRING | read-only | This is the name of the class that is used to manage the lifecycle of the resource. An instance of the ResourceClass is created and is passed the DescriptorBean. If this value is not set then the resource does not participate in the deployment lifecycle and simply represent a distribution of configuration information to be used by other subsystems. |
| OCT customResourceSourcePath | 1.3.6.1.4.1.140.625.875.1.12 | OCTET STRING | read-only | |
| customResourceTable | 1.3.6.1.4.1.140.625.875 | not-accessible | A CustomResource is an untyped SystemResource for which creator of the bean defines the name of the class that will be used when the resource is deployed on the managed server. | |
| OCT customResourceType | 1.3.6.1.4.1.140.625.875.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| databaseLessLeasingBasisEntry | 1.3.6.1.4.1.140.625.880.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT databaseLessLeasingBasisIndex | 1.3.6.1.4.1.140.625.880.1.1 | OCTET STRING | not-accessible | Index column |
| I32 databaseLessLeasingBasisMemberDiscoveryTimeout | 1.3.6.1.4.1.140.625.880.1.4 | Integer32 | read-only | Gets the MemberDiscoveryTimeout value. This value defines the amount of time a server waits during or after startup to discover members that belong to the same cluster. This information is used to join or form a new cluster. |
| OCT databaseLessLeasingBasisName | 1.3.6.1.4.1.140.625.880.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT databaseLessLeasingBasisObjectName | 1.3.6.1.4.1.140.625.880.1.2 | OCTET STRING | read-only | ObjectName column |
| databaseLessLeasingBasisTable | 1.3.6.1.4.1.140.625.880 | not-accessible | DatabaseLessLeasingBasisMBean defines attributes related to the functioning of singleton services and server migration without the use of a HA database. | |
| OCT databaseLessLeasingBasisType | 1.3.6.1.4.1.140.625.880.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| debugScopeEntry | 1.3.6.1.4.1.140.625.885.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT debugScopeIndex | 1.3.6.1.4.1.140.625.885.1.1 | OCTET STRING | not-accessible | Index column |
| OCT debugScopeObjectName | 1.3.6.1.4.1.140.625.885.1.2 | OCTET STRING | read-only | ObjectName column |
| debugScopeTable | 1.3.6.1.4.1.140.625.885 | not-accessible | This interface captures whether the enabled state of a debug scope. The name of a debug scope is the fully qualified scope name for example weblogic.security.SSL | |
| OCT debugScopeType | 1.3.6.1.4.1.140.625.885.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| defaultFileStoreEntry | 1.3.6.1.4.1.140.625.890.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT defaultFileStoreIndex | 1.3.6.1.4.1.140.625.890.1.1 | OCTET STRING | not-accessible | Index column |
| OCT defaultFileStoreName | 1.3.6.1.4.1.140.625.890.1.4 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT defaultFileStoreObjectName | 1.3.6.1.4.1.140.625.890.1.2 | OCTET STRING | read-only | ObjectName column |
| defaultFileStoreTable | 1.3.6.1.4.1.140.625.890 | not-accessible | This MBean describes the configuration of the default file store. Each WebLogic Server instance has a default file store. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT defaultFileStoreType | 1.3.6.1.4.1.140.625.890.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| deploymentConfigurationEntry | 1.3.6.1.4.1.140.625.895.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT deploymentConfigurationIndex | 1.3.6.1.4.1.140.625.895.1.1 | OCTET STRING | not-accessible | Index column |
| OCT deploymentConfigurationName | 1.3.6.1.4.1.140.625.895.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT deploymentConfigurationObjectName | 1.3.6.1.4.1.140.625.895.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT deploymentConfigurationRemoteDeployerEJBEnabled | 1.3.6.1.4.1.140.625.895.1.4 | OCTET STRING | read-only | Specifies whether the Remote Deployer EJB is automatically deployed in the current domain. The Remote Deployer EJB is only used by the weblogic.Deployer tool in the WLS 9.0 and 9.1 releases when the -remote option is specified. If the Remote Deployer EJB is not deployed, you will not be able to use the -remote option in weblogic.Deployer running in a 9.0 or 9.1 installation. You can still use the -remote option from weblogic.Deployer in 9.2 or later releases. |
| deploymentConfigurationTable | 1.3.6.1.4.1.140.625.895 | not-accessible | Specifies the domain-level deployment configuration attributes. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT deploymentConfigurationType | 1.3.6.1.4.1.140.625.895.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 deploymentRequestTaskRuntimeBeginTime | 1.3.6.1.4.1.140.625.1215.1.6 | Counter64 | read-only | The time at which this task was started. |
| OCT deploymentRequestTaskRuntimeDescription | 1.3.6.1.4.1.140.625.1215.1.9 | OCTET STRING | read-only | A description of this task. |
| C64 deploymentRequestTaskRuntimeEndTime | 1.3.6.1.4.1.140.625.1215.1.7 | Counter64 | read-only | The time at which this task was completed. A value of -1 indicates that the task is currently running. |
| deploymentRequestTaskRuntimeEntry | 1.3.6.1.4.1.140.625.1215.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT deploymentRequestTaskRuntimeIndex | 1.3.6.1.4.1.140.625.1215.1.1 | OCTET STRING | not-accessible | Index column |
| OCT deploymentRequestTaskRuntimeName | 1.3.6.1.4.1.140.625.1215.1.10 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT deploymentRequestTaskRuntimeObjectName | 1.3.6.1.4.1.140.625.1215.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT deploymentRequestTaskRuntimeRunning | 1.3.6.1.4.1.140.625.1215.1.5 | OCTET STRING | read-only | Indicates whether the task is still running. |
| OCT deploymentRequestTaskRuntimeStatus | 1.3.6.1.4.1.140.625.1215.1.4 | OCTET STRING | read-only | The status of this task. |
| OCT deploymentRequestTaskRuntimeSystemTask | 1.3.6.1.4.1.140.625.1215.1.8 | OCTET STRING | read-only | Indicates whether this task was initiated by the server versus a user. |
| deploymentRequestTaskRuntimeTable | 1.3.6.1.4.1.140.625.1215 | not-accessible | A DeploymentRequestTaskRuntimeMBean provides a container for tasks that collaborate on a DeploymentService request. These are typically a task tracking the application of a configuration change and one or more tasks that involve deployment [application or system resource] actions. This interface provides an overall status of the deployment request progress. Details such as the completion of the task are however dependent on the completion of the subtasks. DeploymentService requests are handled in 2 phases. The first phase - the 'prepare' phase, involves the validation of the request on each target server. Any failure encountered in this validation results in the failure of the overall request. If all targets validate the request properly, the request is considered to be successful and the admin server triggers the 2nd phase - the 'commit . Note that the 'commit' is triggered at the point when the admin server has already determined the request to be successful even though it has not yet completed. | |
| OCT deploymentRequestTaskRuntimeType | 1.3.6.1.4.1.140.625.1215.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR deploymentTaskRuntimeApplicationName | 1.3.6.1.4.1.140.625.121.1.25 | DisplayString | read-only | The value of the name for the application that was specified to DeployerRuntime.activate |
| deploymentTaskRuntimeEntry | 1.3.6.1.4.1.140.625.121.1 | not-accessible | Entry of deploymentTaskRuntimeTable | |
| STR deploymentTaskRuntimeId | 1.3.6.1.4.1.140.625.121.1.30 | DisplayString | read-only | A task can be referenced by the id assigned to it, or one the user assigns to it. |
| STR deploymentTaskRuntimeIndex | 1.3.6.1.4.1.140.625.121.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT deploymentTaskRuntimeInUse | 1.3.6.1.4.1.140.625.121.1.45 | INTEGER | read-only | This indicates if the MBean is free for deletion or timeout. |
| STR deploymentTaskRuntimeName | 1.3.6.1.4.1.140.625.121.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR deploymentTaskRuntimeNewSource | 1.3.6.1.4.1.140.625.121.1.46 | DisplayString | read-only | Indicates whether a new source for the application was specified in an activate request. |
| STR deploymentTaskRuntimeObjectName | 1.3.6.1.4.1.140.625.121.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR deploymentTaskRuntimeParent | 1.3.6.1.4.1.140.625.121.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR deploymentTaskRuntimeSource | 1.3.6.1.4.1.140.625.121.1.35 | DisplayString | read-only | The value of the source file that was specified to DeployerRuntime.activate. |
| STR deploymentTaskRuntimeState | 1.3.6.1.4.1.140.625.121.1.40 | DisplayString | read-only | Overall state of this task |
| deploymentTaskRuntimeTable | 1.3.6.1.4.1.140.625.121 | not-accessible | This table is used for monitoring a WebLogic deploymentTask. | |
| STR deploymentTaskRuntimeType | 1.3.6.1.4.1.140.625.121.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT domainActive | 1.3.6.1.4.1.140.625.530.1.30 | INTEGER | read-only | A boolean value (true Or false). Is this domain active? |
| INT domainAdministrationPort | 1.3.6.1.4.1.140.625.530.1.51 | INTEGER | read-only | The common secure administration port for the domain. |
| INT domainAdministrationPortEnabled | 1.3.6.1.4.1.140.625.530.1.55 | INTEGER | read-only | Indicates whether or not the administration port should be enabled for the domain. |
| OCT domainAdministrationProtocol | 1.3.6.1.4.1.140.625.530.1.64 | OCTET STRING | read-only | The default protocol for communicating through the administration port or administration channels. (Requires you to enable the administration port or to create an administration channel.) If requests through the administration port or an administration channel do not specify a protocol, WebLogic Server uses the protocol specified here. |
| OCT domainAdminServerName | 1.3.6.1.4.1.140.625.530.1.63 | OCTET STRING | read-only | |
| INT domainArchiveConfigurationCount | 1.3.6.1.4.1.140.625.530.1.52 | INTEGER | read-only | Gets the archiveConfigurationCount attribute of the DomainMBean object |
| INT domainClusterConstraintsEnabled | 1.3.6.1.4.1.140.625.530.1.56 | INTEGER | read-only | Retrieves the attribute indicating whether strict cluster constraints are enforced or not for this domain. |
| OCT domainConfigBackupEnabled | 1.3.6.1.4.1.140.625.530.1.60 | OCTET STRING | read-only | If true, then backups of the configuration will be made during server boot. |
| OCT domainConfigurationAuditType | 1.3.6.1.4.1.140.625.530.1.62 | OCTET STRING | read-only | Returns the criteria used for auditing configuration events (configuration changes and other operations): CONFIG_CHANGE_NONE Configuration events will neither be written to the server log or directed to the Security Audit Framework. CONFIG_CHANGE_LOG Configuration events will be written to the server log. CONFIG_CHANGE_AUDITConfiguration events will be directed to the Security Audit Framework. CONFIG_CHANGE_LOG_AND_AUDIT Configuration events will be written to the server log and directed to the Security Audit Framework. |
| STR domainConfigurationVersion | 1.3.6.1.4.1.140.625.530.1.53 | DisplayString | read-only | The release identifier for the configuration. |
| STR domainConsoleContextPath | 1.3.6.1.4.1.140.625.530.1.54 | DisplayString | read-only | Specifies the context path for the WLS console. |
| INT domainConsoleEnabled | 1.3.6.1.4.1.140.625.530.1.57 | INTEGER | read-only | Indicates whether the WLS console should be auto-deployed for this domain. |
| OCT domainConsoleExtensionDirectory | 1.3.6.1.4.1.140.625.530.1.61 | OCTET STRING | read-only | Returns the directory path that console extensions are loaded from. |
| OCT domainDomainVersion | 1.3.6.1.4.1.140.625.530.1.59 | OCTET STRING | read-only | Defines the common version of all servers in a domain. In a domain containing servers that are not all at the same release version, this attribute is used to determine the feature level that servers will assume. The value must be less than or equal to the version of any managed server in the domain. If this value is not equal to the version of the release version of the admin server, then the admin server will not be allowed to make modifications to the configuration. |
| domainEntry | 1.3.6.1.4.1.140.625.530.1 | not-accessible | Entry of domainTable | |
| STR domainIndex | 1.3.6.1.4.1.140.625.530.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT domainInternalAppsDeployOnDemandEnabled | 1.3.6.1.4.1.140.625.530.1.58 | OCTET STRING | read-only | Specifies whether internal applications such as the console, uddi, wlstestclient, and uddiexplorer are deployed on demand (first access) instead of during server startup. |
| STR domainJTA | 1.3.6.1.4.1.140.625.530.1.40 | DisplayString | read-only | Return the JTA configuration for this Domain. |
| C64 domainLastModificationTime | 1.3.6.1.4.1.140.625.530.1.25 | Counter64 | read-only | Return the last time this domain was updated. This is guaranteed to be unique for a given transactional modification. |
| OCT domainLibraryAbsoluteInstallDir | 1.3.6.1.4.1.140.625.900.1.14 | OCTET STRING | read-only | The fully resolved location of this application's installation root directory on the admin server. |
| OCT domainLibraryAbsolutePlanDir | 1.3.6.1.4.1.140.625.900.1.6 | OCTET STRING | read-only | The fully resolved location of this application's deployment plan directory on the admin server. |
| OCT domainLibraryAbsolutePlanPath | 1.3.6.1.4.1.140.625.900.1.7 | OCTET STRING | read-only | The fully resolved location of this application's deployment plan on the admin server. |
| OCT domainLibraryAbsoluteSourcePath | 1.3.6.1.4.1.140.625.900.1.12 | OCTET STRING | read-only | The fully resolved location of this application's source files on the admin server. |
| OCT domainLibraryApplicationIdentifier | 1.3.6.1.4.1.140.625.900.1.17 | OCTET STRING | read-only | The Application Identifier of the application version uniquely identifies the application version across all versions of all applications. If the application is not versioned, the Application Identifier is the same as the application name. |
| OCT domainLibraryApplicationName | 1.3.6.1.4.1.140.625.900.1.5 | OCTET STRING | read-only | The name of the application. Note that the name of the current MBean is not the name of the application. |
| OCT domainLibraryCompatibilityName | 1.3.6.1.4.1.140.625.900.1.4 | OCTET STRING | read-only | This is only set for beans created as a result of conversion from an 8.1 application configured using ApplicationMBean and ComponentMBean. Standalone modules in 8.1 have both an ApplicationMBean name and ComponentMBean name. This attribute stores the name of the latter, to be used when the server creates the transient ComponentMBean for backward compatibility. |
| I32 domainLibraryDeploymentOrder | 1.3.6.1.4.1.140.625.900.1.15 | Integer32 | read-only | A numerical value that indicates when this unit is deployed, relative to other DeployableUnits on a server, during startup. Units with lower Load Order values are deployed before those with higher values. |
| OCT domainLibraryDeploymentPrincipalName | 1.3.6.1.4.1.140.625.900.1.18 | OCTET STRING | read-only | A string value that indicates what principal should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener, If no principal name is specifed, then the anonymous principal will be used. |
| domainLibraryEntry | 1.3.6.1.4.1.140.625.900.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT domainLibraryIndex | 1.3.6.1.4.1.140.625.900.1.1 | OCTET STRING | not-accessible | Index column |
| OCT domainLibraryInstallDir | 1.3.6.1.4.1.140.625.900.1.9 | OCTET STRING | read-only | The path to application's install-root directory, relative to the domain/config/deployments directory. When the Install Directory is specified, SourcePath, PlanDir, and PlanPath are derived from this path, and need not be specified. Default value for this is the name of the deployment. |
| OCT domainLibraryModuleType | 1.3.6.1.4.1.140.625.900.1.22 | OCTET STRING | read-only | The values match those defined by jsr88. This attribute may move to another MBean. |
| OCT domainLibraryName | 1.3.6.1.4.1.140.625.900.1.11 | OCTET STRING | read-only | Unique identifier for this bean instance. |
| OCT domainLibraryObjectName | 1.3.6.1.4.1.140.625.900.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT domainLibraryPlanDir | 1.3.6.1.4.1.140.625.900.1.19 | OCTET STRING | read-only | The location of this application's configuration area. This directory can contain external descriptor files as specified within the deployment plan document. Rules: If InstallDir is null, plan directory should be an absolute path. If the plan directory is a relative path, it is resolved relative to InstallDir. Use AbsolutePlanDir to get a fully resolved value. |
| OCT domainLibraryPlanPath | 1.3.6.1.4.1.140.625.900.1.20 | OCTET STRING | read-only | The path to the deployment plan document on Administration Server. Rules: If PlanDir is null, the plan path must be an absolute path. If the plan path is a relative path, it is resolved relative to PlanDir. Use AbsolutePlanPath to get a fully resolved value. If there is no plan, this returns no plan specified. |
| OCT domainLibrarySecurityDDModel | 1.3.6.1.4.1.140.625.900.1.16 | OCTET STRING | read-only | The security model that is used to secure a deployed module. To set this value, you can use the weblogic.Deployer command-line tool, the Deployment Assistant in the Administration Console, the WebLogic Scripting Tool (WLST), or some other JMX client. If you deploy a module using one of the previously mentioned tools and you do not specify a security model value, the module is secured with the security realm's default model ( see {@link weblogic.security.RealmMBean#getSecurityDDModel RealmMBean SecurityDDModel}). If you deploy a module by modifying the domain's config.xml file and restarting the server, and if you do not specify a security model value for the module in config.xml, the module is secured with the DDOnly model, which is the default value of this AppDeploymentMBean attribute. In summary, the order of precedence for the value of this attribute is as follows: If you deploy a module using a runtime deployment utility, the order of precedence is: The value set by the deployment utility. The value set as the security realm's default security model. If you deploy a module by modifying config.xml and restarting the server, the order of precedence is: The value that you specify for the module in config.xml. The default value of this AppDeploymentMBean SecurityDDModel attribute. |
| OCT domainLibrarySourcePath | 1.3.6.1.4.1.140.625.900.1.13 | OCTET STRING | read-only | The path to the source of the deployable unit on the Administration Server. Rules: If InstallDir is null, the source path must be an absolute path. If the source path is relative, it is resolved relative to InstallDir/app. Use AbsoluteSourcePath to get a fully resolved value. |
| OCT domainLibraryStagingMode | 1.3.6.1.4.1.140.625.900.1.8 | OCTET STRING | read-only | The mode that specifies whether a deployment's files are copied from a source on the Administration Server to the Managed Server's staging area during application preparation. Staging mode for an application can only be set the first time the application is deployed. Once staging mode for an application is set, it cannot be changed while the application is configured in the domain. The only way to change staging mode is to undeploy then redeploy the application. This attribute overrides the server's staging mode. |
| domainLibraryTable | 1.3.6.1.4.1.140.625.900 | not-accessible | Configuration bean for Libraries. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT domainLibraryType | 1.3.6.1.4.1.140.625.900.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT domainLibraryValidateDDSecurityData | 1.3.6.1.4.1.140.625.900.1.10 | OCTET STRING | read-only | This attribute is not used in the current BEA release. |
| OCT domainLibraryVersionIdentifier | 1.3.6.1.4.1.140.625.900.1.21 | OCTET STRING | read-only | Uniquely identifies the application version across all versions of the same application. If the application is not versioned, this returns null. |
| STR domainLog | 1.3.6.1.4.1.140.625.530.1.45 | DisplayString | read-only | Return the domain logfile configuration for this domain. |
| STR domainName | 1.3.6.1.4.1.140.625.530.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR domainObjectName | 1.3.6.1.4.1.140.625.530.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR domainParent | 1.3.6.1.4.1.140.625.530.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT domainProductionModeEnabled | 1.3.6.1.4.1.140.625.530.1.65 | OCTET STRING | read-only | Specifies whether all servers in this domain run in production mode. You can configure servers in your domain to start in one of two modes, development or production. You use development mode while you are developing your applications. Development mode uses a relaxed security configuration and enables you to auto-deploy applications. You use production mode when your application is running in its final form. A production domain uses full security and may use clusters or other advanced features. The runtime mode is a domain-wide setting. As each Managed Server starts, it refers to the mode of the Administration Server to determine its runtime mode. If you configure the domain to run in production mode, the Administration Server saves this setting to the domains configuration document. |
| STR domainRootDirectory | 1.3.6.1.4.1.140.625.530.1.35 | DisplayString | read-only | Return the root directory for the domain, relative to the admin server. |
| STR domainRuntimeActivationTime | 1.3.6.1.4.1.140.625.130.1.25 | DisplayString | read-only | The time when the domain became active. |
| domainRuntimeEntry | 1.3.6.1.4.1.140.625.130.1 | not-accessible | Entry of domainRuntimeTable | |
| STR domainRuntimeIndex | 1.3.6.1.4.1.140.625.130.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR domainRuntimeName | 1.3.6.1.4.1.140.625.130.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR domainRuntimeObjectName | 1.3.6.1.4.1.140.625.130.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR domainRuntimeParent | 1.3.6.1.4.1.140.625.130.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| domainRuntimeTable | 1.3.6.1.4.1.140.625.130 | not-accessible | This table is used for monitoring a WebLogic deployment. | |
| STR domainRuntimeType | 1.3.6.1.4.1.140.625.130.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR domainSNMPAgent | 1.3.6.1.4.1.140.625.530.1.50 | DisplayString | read-only | SNMPAgentMBean is a singleton MBean describing SNMP Agent configuration details. This MBean has getters and setters for other SNMP related configuration MBeans. |
| domainTable | 1.3.6.1.4.1.140.625.530 | not-accessible | A WebLogic Domain. | |
| STR domainType | 1.3.6.1.4.1.140.625.530.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR ejbCacheRuntimeActivationCount | 1.3.6.1.4.1.140.625.137.1.25 | DisplayString | read-only | Returns the number of entity beans activated |
| C64 ejbCacheRuntimeCacheAccessCount | 1.3.6.1.4.1.140.625.137.1.30 | Counter64 | read-only | Returns the cache access count |
| C64 ejbCacheRuntimeCachedBeansCurrentCount | 1.3.6.1.4.1.140.625.137.1.35 | Counter64 | read-only | Returns the cached beans current count |
| C64 ejbCacheRuntimeCacheHitCount | 1.3.6.1.4.1.140.625.137.1.40 | Counter64 | read-only | Returns the cached hit count |
| C64 ejbCacheRuntimeCacheMissCount | 1.3.6.1.4.1.140.625.137.1.46 | Counter64 | read-only | Returns the total number of times an attempt to access a bean from the cache failed. |
| ejbCacheRuntimeEntry | 1.3.6.1.4.1.140.625.137.1 | not-accessible | Entry of ejbCacheRuntimeTable | |
| STR ejbCacheRuntimeIndex | 1.3.6.1.4.1.140.625.137.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR ejbCacheRuntimeName | 1.3.6.1.4.1.140.625.137.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR ejbCacheRuntimeObjectName | 1.3.6.1.4.1.140.625.137.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR ejbCacheRuntimeParent | 1.3.6.1.4.1.140.625.137.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 ejbCacheRuntimePassivationCount | 1.3.6.1.4.1.140.625.137.1.45 | Counter64 | read-only | Returns the number of entity beans passivated |
| ejbCacheRuntimeTable | 1.3.6.1.4.1.140.625.137 | not-accessible | This table represents an EJBCacheRuntime. | |
| STR ejbCacheRuntimeType | 1.3.6.1.4.1.140.625.137.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR ejbComponentApplication | 1.3.6.1.4.1.140.625.540.1.60 | DisplayString | read-only | Return the application this component is a part of. This is guaranteed to never be null. |
| ejbComponentEntry | 1.3.6.1.4.1.140.625.540.1 | not-accessible | Entry of ejbComponentTable | |
| STR ejbComponentExtraRmicOptions | 1.3.6.1.4.1.140.625.540.1.40 | DisplayString | read-only | Return the extra options passed to rmic during server-side generation.. |
| STR ejbComponentIndex | 1.3.6.1.4.1.140.625.540.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR ejbComponentJavaCompiler | 1.3.6.1.4.1.140.625.540.1.25 | DisplayString | read-only | Return the path to the Java compiler to use to compile EJB's |
| STR ejbComponentJavaCompilerPostClassPath | 1.3.6.1.4.1.140.625.540.1.35 | DisplayString | read-only | Return the options to append to the Java compiler classpath for when we need to compile Java code. |
| STR ejbComponentJavaCompilerPreClassPath | 1.3.6.1.4.1.140.625.540.1.30 | DisplayString | read-only | Return the options to prepend to the Java compiler classpath for when we need to compile Java code. |
| INT ejbComponentKeepGenerated | 1.3.6.1.4.1.140.625.540.1.45 | INTEGER | read-only | 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. |
| STR ejbComponentName | 1.3.6.1.4.1.140.625.540.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR ejbComponentObjectName | 1.3.6.1.4.1.140.625.540.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR ejbComponentParent | 1.3.6.1.4.1.140.625.540.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT ejbComponentRuntimeDeploymentState | 1.3.6.1.4.1.140.625.140.1.22 | INTEGER | read-only | The current deployment state of the module. |
| ejbComponentRuntimeEntry | 1.3.6.1.4.1.140.625.140.1 | not-accessible | Entry of ejbComponentRuntimeTable | |
| STR ejbComponentRuntimeIndex | 1.3.6.1.4.1.140.625.140.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT ejbComponentRuntimeModuleId | 1.3.6.1.4.1.140.625.140.1.21 | OCTET STRING | read-only | Returns the identifier for this Component. The identifier is unique within the application. Typical modules will use the URI for their id. Web Modules will return their context-root since the web-uri may not be unique within an EAR. |
| STR ejbComponentRuntimeName | 1.3.6.1.4.1.140.625.140.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR ejbComponentRuntimeObjectName | 1.3.6.1.4.1.140.625.140.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR ejbComponentRuntimeParent | 1.3.6.1.4.1.140.625.140.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| ejbComponentRuntimeTable | 1.3.6.1.4.1.140.625.140 | not-accessible | This table represents an EJBDeployment. | |
| STR ejbComponentRuntimeType | 1.3.6.1.4.1.140.625.140.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| ejbComponentTable | 1.3.6.1.4.1.140.625.540 | not-accessible | Generated SNMP Table. | |
| STR ejbComponentTmpPath | 1.3.6.1.4.1.140.625.540.1.50 | DisplayString | read-only | Return the temporary directory where generated files are stored by ejbc. |
| STR ejbComponentType | 1.3.6.1.4.1.140.625.540.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR ejbComponentURI | 1.3.6.1.4.1.140.625.540.1.65 | DisplayString | read-only | Return a URI pointing to the application component, usually on the Admin Server. |
| ejbContainerEntry | 1.3.6.1.4.1.140.625.545.1 | not-accessible | Entry of ejbContainerTable | |
| STR ejbContainerExtraEjbcOptions | 1.3.6.1.4.1.140.625.545.1.61 | DisplayString | read-only | Returns the extra options passed to ejbc during the dynamic ejbc of a jar file. |
| STR ejbContainerExtraRmicOptions | 1.3.6.1.4.1.140.625.545.1.30 | DisplayString | read-only | Return the extra options passed to rmic during server-side generation. |
| STR ejbContainerForceGeneration | 1.3.6.1.4.1.140.625.545.1.35 | DisplayString | read-only | 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. |
| STR ejbContainerIndex | 1.3.6.1.4.1.140.625.545.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR ejbContainerJavaCompiler | 1.3.6.1.4.1.140.625.545.1.40 | DisplayString | read-only | Return the path to the Java compiler to use to compile EJB's (e.g. sj or javac). |
| STR ejbContainerJavaCompilerPostClassPath | 1.3.6.1.4.1.140.625.545.1.45 | DisplayString | read-only | Return the options to append to the Java compiler classpath for when we need to compile Java code. |
| STR ejbContainerJavaCompilerPreClassPath | 1.3.6.1.4.1.140.625.545.1.50 | DisplayString | read-only | Return the options to prepend to the Java compiler classpath for when we need to compile Java code. |
| STR ejbContainerKeepGenerated | 1.3.6.1.4.1.140.625.545.1.55 | DisplayString | read-only | Return the options to prepend to the Java compiler classpath for when we need to compile Java code. |
| STR ejbContainerName | 1.3.6.1.4.1.140.625.545.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR ejbContainerObjectName | 1.3.6.1.4.1.140.625.545.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR ejbContainerParent | 1.3.6.1.4.1.140.625.545.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| ejbContainerTable | 1.3.6.1.4.1.140.625.545 | not-accessible | This table represents a ejbContainer in the domain. | |
| STR ejbContainerTmpPath | 1.3.6.1.4.1.140.625.545.1.60 | DisplayString | read-only | Return the temporary directory where generated files are stored by ejbc. |
| STR ejbContainerType | 1.3.6.1.4.1.140.625.545.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR ejbContainerVerboseEJBDeploymentEnabled | 1.3.6.1.4.1.140.625.545.1.25 | DisplayString | read-only | Returns true if verbose deployment of EJB's is enabled. |
| ejbLockingRuntimeEntry | 1.3.6.1.4.1.140.625.151.1 | not-accessible | Entry of ejbTimerRuntimeTable | |
| STR ejbLockingRuntimeIndex | 1.3.6.1.4.1.140.625.151.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR ejbLockingRuntimeLockEntriesCurrentCount | 1.3.6.1.4.1.140.625.151.1.25 | DisplayString | read-only | Provides a count of the number of beans currently locked. |
| C64 ejbLockingRuntimeLockManagerAccessCount | 1.3.6.1.4.1.140.625.151.1.30 | Counter64 | read-only | Provides the total number of attempts to obtain a lock on a bean. |
| STR ejbLockingRuntimeName | 1.3.6.1.4.1.140.625.151.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR ejbLockingRuntimeObjectName | 1.3.6.1.4.1.140.625.151.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR ejbLockingRuntimeParent | 1.3.6.1.4.1.140.625.151.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| ejbLockingRuntimeTable | 1.3.6.1.4.1.140.625.151 | not-accessible | This table represents an ejbTimerRuntime. | |
| C64 ejbLockingRuntimeTimeoutTotalCount | 1.3.6.1.4.1.140.625.151.1.45 | Counter64 | read-only | Provides the current number of Threads that have timed out waiting for a lock on a bean. |
| STR ejbLockingRuntimeType | 1.3.6.1.4.1.140.625.151.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT ejbLockingRuntimeWaiterCurrentCount | 1.3.6.1.4.1.140.625.151.1.40 | INTEGER | read-only | Provides the current number of Threads that have waited for a lock on a bean. |
| C64 ejbLockingRuntimeWaiterTotalCount | 1.3.6.1.4.1.140.625.151.1.35 | Counter64 | read-only | Provides the total number of Threads that have waited for a lock on a bean. |
| C64 ejbPoolRuntimeAccessTotalCount | 1.3.6.1.4.1.140.625.161.1.41 | Counter64 | read-only | Returns the total number of times an attempt was made to get an instance from the free pool. |
| INT ejbPoolRuntimeBeansInUseCount | 1.3.6.1.4.1.140.625.161.1.25 | INTEGER | read-only | |
| INT ejbPoolRuntimeBeansInUseCurrentCount | 1.3.6.1.4.1.140.625.161.1.42 | INTEGER | read-only | Returns the number of bean instances currently being used from the free pool. |
| C64 ejbPoolRuntimeDestroyedTotalCount | 1.3.6.1.4.1.140.625.161.1.43 | Counter64 | read-only | 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 | 1.3.6.1.4.1.140.625.161.1 | not-accessible | Entry of ejbPoolRuntimeTable | |
| INT ejbPoolRuntimeIdleBeansCount | 1.3.6.1.4.1.140.625.161.1.30 | INTEGER | read-only | A boolean value (true Or false) |
| STR ejbPoolRuntimeIndex | 1.3.6.1.4.1.140.625.161.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 ejbPoolRuntimeMissTotalCount | 1.3.6.1.4.1.140.625.161.1.44 | Counter64 | read-only | 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. |
| STR ejbPoolRuntimeName | 1.3.6.1.4.1.140.625.161.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR ejbPoolRuntimeObjectName | 1.3.6.1.4.1.140.625.161.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR ejbPoolRuntimeParent | 1.3.6.1.4.1.140.625.161.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT ejbPoolRuntimePooledBeansCurrentCount | 1.3.6.1.4.1.140.625.161.1.46 | INTEGER | read-only | Provides a count of the current number of available bean instances in the free pool. |
| ejbPoolRuntimeTable | 1.3.6.1.4.1.140.625.161 | not-accessible | Runtime representation of a EJBPool Bean. | |
| C64 ejbPoolRuntimeTimeoutTotalCount | 1.3.6.1.4.1.140.625.161.1.35 | Counter64 | read-only | Timeout total |
| STR ejbPoolRuntimeType | 1.3.6.1.4.1.140.625.161.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT ejbPoolRuntimeWaiterCurrentCount | 1.3.6.1.4.1.140.625.161.1.45 | INTEGER | read-only | Returns the number of Threads currently waiting for an available bean instance from the free pool. |
| C64 ejbPoolRuntimeWaiterTotalCount | 1.3.6.1.4.1.140.625.161.1.40 | Counter64 | read-only | Waiter total count |
| STR ejbRuntimeEJBName | 1.3.6.1.4.1.140.625.138.1.25 | DisplayString | read-only | The EJBName value |
| ejbRuntimeEntry | 1.3.6.1.4.1.140.625.138.1 | not-accessible | Entry of ejbRuntimeTable | |
| STR ejbRuntimeIndex | 1.3.6.1.4.1.140.625.138.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR ejbRuntimeName | 1.3.6.1.4.1.140.625.138.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR ejbRuntimeObjectName | 1.3.6.1.4.1.140.625.138.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR ejbRuntimeParent | 1.3.6.1.4.1.140.625.138.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| ejbRuntimeTable | 1.3.6.1.4.1.140.625.138 | not-accessible | This interface contains accessor methods for all common runtime information collected for all EJB types. | |
| STR ejbRuntimeType | 1.3.6.1.4.1.140.625.138.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT ejbTimerRuntimeActiveTimerCount | 1.3.6.1.4.1.140.625.162.1.40 | INTEGER | read-only | Waiter total count |
| C64 ejbTimerRuntimeCancelledTimerCount | 1.3.6.1.4.1.140.625.162.1.30 | Counter64 | read-only | A boolean value (true Or false) |
| INT ejbTimerRuntimeDisabledTimerCount | 1.3.6.1.4.1.140.625.162.1.25 | INTEGER | read-only | |
| ejbTimerRuntimeEntry | 1.3.6.1.4.1.140.625.162.1 | not-accessible | Entry of ejbTimerRuntimeTable | |
| STR ejbTimerRuntimeIndex | 1.3.6.1.4.1.140.625.162.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR ejbTimerRuntimeName | 1.3.6.1.4.1.140.625.162.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR ejbTimerRuntimeObjectName | 1.3.6.1.4.1.140.625.162.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR ejbTimerRuntimeParent | 1.3.6.1.4.1.140.625.162.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| ejbTimerRuntimeTable | 1.3.6.1.4.1.140.625.162 | not-accessible | Runtime representation of a EJBTimer Bean. | |
| C64 ejbTimerRuntimeTimeoutCount | 1.3.6.1.4.1.140.625.162.1.35 | Counter64 | read-only | Timeout total |
| STR ejbTimerRuntimeType | 1.3.6.1.4.1.140.625.162.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| ejbTransactionRuntimeEntry | 1.3.6.1.4.1.140.625.171.1 | not-accessible | Entry of ejbTransactionRuntimeTable | |
| STR ejbTransactionRuntimeIndex | 1.3.6.1.4.1.140.625.171.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR ejbTransactionRuntimeName | 1.3.6.1.4.1.140.625.171.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR ejbTransactionRuntimeObjectName | 1.3.6.1.4.1.140.625.171.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR ejbTransactionRuntimeParent | 1.3.6.1.4.1.140.625.171.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| ejbTransactionRuntimeTable | 1.3.6.1.4.1.140.625.171 | not-accessible | This table is used to monitor ejb transaction runtime. | |
| C64 ejbTransactionRuntimeTransactionsCommittedTotalCount | 1.3.6.1.4.1.140.625.171.1.25 | Counter64 | read-only | the total number of transactions committed by beans of this Home. |
| C64 ejbTransactionRuntimeTransactionsRolledBackTotalCount | 1.3.6.1.4.1.140.625.171.1.30 | Counter64 | read-only | the total number of transactions rolled back by beans of this Home. |
| C64 ejbTransactionRuntimeTransactionsTimedOutTotalCount | 1.3.6.1.4.1.140.625.171.1.35 | Counter64 | read-only | the total number of transactions timed out. |
| STR ejbTransactionRuntimeType | 1.3.6.1.4.1.140.625.171.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT embeddedLDAPAnonymousBindAllowed | 1.3.6.1.4.1.140.625.905.1.5 | OCTET STRING | read-only | Specifies whether the embedded LDAP server should allow anonymous connections. |
| I32 embeddedLDAPBackupCopies | 1.3.6.1.4.1.140.625.905.1.8 | Integer32 | read-only | The maximum number of backup copies that should be made for the embedded LDAP server. This value limits the number of zip files in the ldap/backup directory. |
| I32 embeddedLDAPBackupHour | 1.3.6.1.4.1.140.625.905.1.12 | Integer32 | read-only | The hour at which the embedded LDAP server should be backed up. The Backup Hour value is used in conjunction with the Backup Minute value to determine the time at which the embedded LDAP server data files are backed up. At the specified time, WebLogic Server suspends writes to the embedded LDAP server, backs up the data files into a zip files in the ldap/backup directory, and then resumes writes. |
| I32 embeddedLDAPBackupMinute | 1.3.6.1.4.1.140.625.905.1.10 | Integer32 | read-only | The minute at which the embedded LDAP server should be backed up. The Backup Minute value is used in conjunction with the Back Up Hour value to determine the time at which the embedded LDAP server data files are backed up |
| OCT embeddedLDAPCacheEnabled | 1.3.6.1.4.1.140.625.905.1.14 | OCTET STRING | read-only | Specifies whether a cache is used with the embedded LDAP server. This cache is used when a managed server is reading or writing to the master embedded LDAP server that is running on the Administration server. |
| I32 embeddedLDAPCacheSize | 1.3.6.1.4.1.140.625.905.1.11 | Integer32 | read-only | The size of the cache (in kilobytes) that is used with the embedded LDAP server. |
| I32 embeddedLDAPCacheTTL | 1.3.6.1.4.1.140.625.905.1.7 | Integer32 | read-only | The time-to-live of the cache (in seconds) that is used with the embedded LDAP server. |
| embeddedLDAPEntry | 1.3.6.1.4.1.140.625.905.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT embeddedLDAPIndex | 1.3.6.1.4.1.140.625.905.1.1 | OCTET STRING | not-accessible | Index column |
| OCT embeddedLDAPMasterFirst | 1.3.6.1.4.1.140.625.905.1.6 | OCTET STRING | read-only | Specifies whether a Managed Server should always connect to the master LDAP server (contained in the Administration Server), instead of connecting to the local replicated LDAP server (contained in the Managed Server). |
| OCT embeddedLDAPName | 1.3.6.1.4.1.140.625.905.1.13 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT embeddedLDAPObjectName | 1.3.6.1.4.1.140.625.905.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT embeddedLDAPRefreshReplicaAtStartup | 1.3.6.1.4.1.140.625.905.1.9 | OCTET STRING | read-only | Specifies whether a Managed Server should refresh all replicated data at boot time. (This is useful if you have made a large amount of changes when the Managed Server was not active, and you want to download the entire replica instead of having the Administration Server push each change to the Managed Server.) |
| embeddedLDAPTable | 1.3.6.1.4.1.140.625.905 | not-accessible | The MBean that defines the configuration properties for the embedded LDAP server for the WebLogic domain. | |
| I32 embeddedLDAPTimeout | 1.3.6.1.4.1.140.625.905.1.4 | Integer32 | read-only | Specifies the maximum number of seconds to wait for results from the embedded LDAP server before timing out. If this option is set to 0, there is no maximum time limit. |
| OCT embeddedLDAPType | 1.3.6.1.4.1.140.625.905.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT entityCacheCumulativeRuntimeAvgEntrySizeDiskPurged | 1.3.6.1.4.1.140.625.172.1.25 | INTEGER | read-only | Disks purged |
| INT entityCacheCumulativeRuntimeAvgEntrySizeMemoryPurged | 1.3.6.1.4.1.140.625.172.1.26 | INTEGER | read-only | the total number of transactions committed by beans of this Home. |
| OCT entityCacheCumulativeRuntimeAvgPercentPersistent | 1.3.6.1.4.1.140.625.172.1.45 | OCTET STRING | read-only | Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache. Returns current average percentage of entries in the entity cache that have been persisted to the disk cache. |
| OCT entityCacheCumulativeRuntimeAvgPercentTransient | 1.3.6.1.4.1.140.625.172.1.50 | OCTET STRING | read-only | Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted. Returns current average percentage of entries in the entity cache that are transient, or have not been persisted. |
| OCT entityCacheCumulativeRuntimeAvgPerEntryDiskSize | 1.3.6.1.4.1.140.625.172.1.39 | OCTET STRING | read-only | Provides the current average size of the entries in the entity disk cache. Returns the current average size of the entries in the entity disk cache. |
| OCT entityCacheCumulativeRuntimeAvgPerEntryMemorySize | 1.3.6.1.4.1.140.625.172.1.44 | OCTET STRING | read-only | Provides the current average size of the entries in the entity memory cache. Returns the current average size of the entries in the entity memory cache. |
| OCT entityCacheCumulativeRuntimeAvgTimeout | 1.3.6.1.4.1.140.625.172.1.47 | OCTET STRING | read-only | Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity. Returns the average amount of time that the entity cache has timed out when trying to retrieve an entity. |
| INT entityCacheCumulativeRuntimeDiskPurgesPerHour | 1.3.6.1.4.1.140.625.172.1.27 | INTEGER | read-only | the total number of transactions committed by beans of this Home. |
| entityCacheCumulativeRuntimeEntry | 1.3.6.1.4.1.140.625.172.1 | not-accessible | Entry of entityCacheCumulativeRuntimeTable | |
| STR entityCacheCumulativeRuntimeIndex | 1.3.6.1.4.1.140.625.172.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 entityCacheCumulativeRuntimeMaxEntryMemorySize | 1.3.6.1.4.1.140.625.172.1.42 | Counter64 | read-only | Provides the current maximum size of the entries in the entity memory cache. Returns the current maximum size of the entries in the entity memory cache. |
| OCT entityCacheCumulativeRuntimeMaxEntryTimeout | 1.3.6.1.4.1.140.625.172.1.41 | OCTET STRING | read-only | Provides the largest timeout value for any current entry in the entity cache. Returns the largest timeout value for any current entry in the entity cache. |
| OCT entityCacheCumulativeRuntimeMemoryPurgesPerHour | 1.3.6.1.4.1.140.625.172.1.48 | OCTET STRING | read-only | Provides the cumulative average number of entries that have been purged from the entity cache. |
| C64 entityCacheCumulativeRuntimeMinEntryMemorySize | 1.3.6.1.4.1.140.625.172.1.46 | Counter64 | read-only | Provides the current minimum size of the entries in the entity memory cache. Returns the current minimum size of the entries in the entity memory cache. |
| OCT entityCacheCumulativeRuntimeMinEntryTimeout | 1.3.6.1.4.1.140.625.172.1.49 | OCTET STRING | read-only | Provides the smallest timeout value for any current entry in the entity cache. Returns the smallest timeout value for any current entry in the entity cache. |
| INT entityCacheCumulativeRuntimeMostRecentDiskPurge | 1.3.6.1.4.1.140.625.172.1.28 | INTEGER | read-only | the total number of transactions committed by beans of this Home. |
| INT entityCacheCumulativeRuntimeMostRecentMemoryPurge | 1.3.6.1.4.1.140.625.172.1.29 | INTEGER | read-only | the total number of transactions committed by beans of this Home. |
| STR entityCacheCumulativeRuntimeName | 1.3.6.1.4.1.140.625.172.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR entityCacheCumulativeRuntimeObjectName | 1.3.6.1.4.1.140.625.172.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR entityCacheCumulativeRuntimeParent | 1.3.6.1.4.1.140.625.172.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT entityCacheCumulativeRuntimePercentRejected | 1.3.6.1.4.1.140.625.172.1.30 | INTEGER | read-only | the total number of transactions committed by beans of this Home. |
| entityCacheCumulativeRuntimeTable | 1.3.6.1.4.1.140.625.172 | not-accessible | This table is used to monitor an XML Cache. | |
| C64 entityCacheCumulativeRuntimeTotalCurrentEntries | 1.3.6.1.4.1.140.625.172.1.38 | Counter64 | read-only | Provides a count of the total current number of entries in the entity cache. Returns the total current number of entries in the entity cache. |
| C64 entityCacheCumulativeRuntimeTotalItemsDiskPurged | 1.3.6.1.4.1.140.625.172.1.31 | Counter64 | read-only | JMX-standard MBean name |
| C64 entityCacheCumulativeRuntimeTotalItemsMemoryPurged | 1.3.6.1.4.1.140.625.172.1.32 | Counter64 | read-only | JMX-standard MBean name |
| C64 entityCacheCumulativeRuntimeTotalNumberDiskPurges | 1.3.6.1.4.1.140.625.172.1.33 | Counter64 | read-only | JMX-standard MBean name |
| C64 entityCacheCumulativeRuntimeTotalNumberMemoryPurges | 1.3.6.1.4.1.140.625.172.1.34 | Counter64 | read-only | JMX-standard MBean name |
| C64 entityCacheCumulativeRuntimeTotalNumberOfRejections | 1.3.6.1.4.1.140.625.172.1.35 | Counter64 | read-only | JMX-standard MBean name |
| C64 entityCacheCumulativeRuntimeTotalNumberOfRenewals | 1.3.6.1.4.1.140.625.172.1.36 | Counter64 | read-only | JMX-standard MBean name |
| C64 entityCacheCumulativeRuntimeTotalPersistentCurrentEntries | 1.3.6.1.4.1.140.625.172.1.40 | Counter64 | read-only | Provides a count of the total current number of entries in the cache that have been persisted to disk. Returns the total current number of entries in the cache that have been persisted to disk. |
| C64 entityCacheCumulativeRuntimeTotalSizeOfRejections | 1.3.6.1.4.1.140.625.172.1.37 | Counter64 | read-only | JMX-standard MBean name |
| C64 entityCacheCumulativeRuntimeTotalTransientCurrentEntries | 1.3.6.1.4.1.140.625.172.1.43 | Counter64 | read-only | Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache. Returns the total current number of transient entries in the entity cache. |
| STR entityCacheCumulativeRuntimeType | 1.3.6.1.4.1.140.625.172.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT entityCacheCurrentStateRuntimeAvgPercentPersistent | 1.3.6.1.4.1.140.625.173.1.33 | OCTET STRING | read-only | Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache. Returns current average percentage of entries in the entity cache that have been persisted to the disk cache. |
| OCT entityCacheCurrentStateRuntimeAvgPercentTransient | 1.3.6.1.4.1.140.625.173.1.42 | OCTET STRING | read-only | Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted. Returns current average percentage of entries in the entity cache that are transient, or have not been persisted. |
| OCT entityCacheCurrentStateRuntimeAvgPerEntryDiskSize | 1.3.6.1.4.1.140.625.173.1.35 | OCTET STRING | read-only | Provides the current average size of the entries in the entity disk cache. Returns the current average size of the entries in the entity disk cache. |
| OCT entityCacheCurrentStateRuntimeAvgPerEntryMemorySize | 1.3.6.1.4.1.140.625.173.1.40 | OCTET STRING | read-only | Provides the current average size of the entries in the entity memory cache. Returns the current average size of the entries in the entity memory cache. |
| OCT entityCacheCurrentStateRuntimeAvgTimeout | 1.3.6.1.4.1.140.625.173.1.34 | OCTET STRING | read-only | Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity. Returns the average amount of time that the entity cache has timed out when trying to retrieve an entity. |
| C64 entityCacheCurrentStateRuntimeDiskUsage | 1.3.6.1.4.1.140.625.173.1.25 | Counter64 | read-only | Disks usage |
| entityCacheCurrentStateRuntimeEntry | 1.3.6.1.4.1.140.625.173.1 | not-accessible | Entry of entityCacheCurrentStateRuntimeTable | |
| STR entityCacheCurrentStateRuntimeIndex | 1.3.6.1.4.1.140.625.173.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 entityCacheCurrentStateRuntimeMaxEntryMemorySize | 1.3.6.1.4.1.140.625.173.1.38 | Counter64 | read-only | Provides the current maximum size of the entries in the entity memory cache. Returns the current maximum size of the entries in the entity memory cache. |
| OCT entityCacheCurrentStateRuntimeMaxEntryTimeout | 1.3.6.1.4.1.140.625.173.1.37 | OCTET STRING | read-only | Provides the largest timeout value for any current entry in the entity cache. Returns the largest timeout value for any current entry in the entity cache. |
| C64 entityCacheCurrentStateRuntimeMemoryUsage | 1.3.6.1.4.1.140.625.173.1.30 | Counter64 | read-only | Disks usage |
| C64 entityCacheCurrentStateRuntimeMinEntryMemorySize | 1.3.6.1.4.1.140.625.173.1.32 | Counter64 | read-only | Provides the current minimum size of the entries in the entity memory cache. Returns the current minimum size of the entries in the entity memory cache. |
| OCT entityCacheCurrentStateRuntimeMinEntryTimeout | 1.3.6.1.4.1.140.625.173.1.41 | OCTET STRING | read-only | Provides the smallest timeout value for any current entry in the entity cache. Returns the smallest timeout value for any current entry in the entity cache. |
| STR entityCacheCurrentStateRuntimeName | 1.3.6.1.4.1.140.625.173.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR entityCacheCurrentStateRuntimeObjectName | 1.3.6.1.4.1.140.625.173.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR entityCacheCurrentStateRuntimeParent | 1.3.6.1.4.1.140.625.173.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| entityCacheCurrentStateRuntimeTable | 1.3.6.1.4.1.140.625.173 | not-accessible | This table is used to monitor an XML Cache. | |
| C64 entityCacheCurrentStateRuntimeTotalCurrentEntries | 1.3.6.1.4.1.140.625.173.1.31 | Counter64 | read-only | Provides a count of the total current number of entries in the entity cache. Returns the total current number of entries in the entity cache. |
| C64 entityCacheCurrentStateRuntimeTotalPersistentCurrentEntries | 1.3.6.1.4.1.140.625.173.1.36 | Counter64 | read-only | Provides a count of the total current number of entries in the cache that have been persisted to disk. Returns the total current number of entries in the cache that have been persisted to disk. |
| C64 entityCacheCurrentStateRuntimeTotalTransientCurrentEntries | 1.3.6.1.4.1.140.625.173.1.39 | Counter64 | read-only | Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache. Returns the total current number of transient entries in the entity cache. |
| STR entityCacheCurrentStateRuntimeType | 1.3.6.1.4.1.140.625.173.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT entityCacheRuntimeAvgPercentPersistent | 1.3.6.1.4.1.140.625.174.1.31 | INTEGER | read-only | Disks usage |
| INT entityCacheRuntimeAvgPercentTransient | 1.3.6.1.4.1.140.625.174.1.25 | INTEGER | read-only | Disks usage |
| INT entityCacheRuntimeAvgPerEntryDiskSize | 1.3.6.1.4.1.140.625.174.1.30 | INTEGER | read-only | Disks usage |
| INT entityCacheRuntimeAvgPerEntryMemorySize | 1.3.6.1.4.1.140.625.174.1.32 | INTEGER | read-only | Disks usage |
| INT entityCacheRuntimeAvgTimeout | 1.3.6.1.4.1.140.625.174.1.33 | INTEGER | read-only | Disks usage |
| entityCacheRuntimeEntry | 1.3.6.1.4.1.140.625.174.1 | not-accessible | Entry of entityCacheRuntimeTable | |
| STR entityCacheRuntimeIndex | 1.3.6.1.4.1.140.625.174.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 entityCacheRuntimeMaxEntryMemorySize | 1.3.6.1.4.1.140.625.174.1.34 | Counter64 | read-only | Disks usage |
| INT entityCacheRuntimeMaxEntryTimeout | 1.3.6.1.4.1.140.625.174.1.35 | INTEGER | read-only | Disks usage |
| C64 entityCacheRuntimeMinEntryMemorySize | 1.3.6.1.4.1.140.625.174.1.36 | Counter64 | read-only | Disks usage |
| INT entityCacheRuntimeMinEntryTimeout | 1.3.6.1.4.1.140.625.174.1.37 | INTEGER | read-only | Disks usage |
| STR entityCacheRuntimeName | 1.3.6.1.4.1.140.625.174.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR entityCacheRuntimeObjectName | 1.3.6.1.4.1.140.625.174.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR entityCacheRuntimeParent | 1.3.6.1.4.1.140.625.174.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| entityCacheRuntimeTable | 1.3.6.1.4.1.140.625.174 | not-accessible | This table is used to monitor an XML Cache. | |
| C64 entityCacheRuntimeTotalCurrentEntries | 1.3.6.1.4.1.140.625.174.1.38 | Counter64 | read-only | Disks usage |
| C64 entityCacheRuntimeTotalPersistentCurrentEntries | 1.3.6.1.4.1.140.625.174.1.39 | Counter64 | read-only | Disks usage |
| C64 entityCacheRuntimeTotalTransientCurrentEntries | 1.3.6.1.4.1.140.625.174.1.40 | Counter64 | read-only | Disks usage |
| STR entityCacheRuntimeType | 1.3.6.1.4.1.140.625.174.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT entityEJBRuntimeEJBName | 1.3.6.1.4.1.140.625.1220.1.4 | OCTET STRING | read-only | Provides the ejb-name for this EJB as defined in the ejb-jar.xml deployment descriptor. |
| entityEJBRuntimeEntry | 1.3.6.1.4.1.140.625.1220.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT entityEJBRuntimeIndex | 1.3.6.1.4.1.140.625.1220.1.1 | OCTET STRING | not-accessible | Index column |
| OCT entityEJBRuntimeName | 1.3.6.1.4.1.140.625.1220.1.5 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT entityEJBRuntimeObjectName | 1.3.6.1.4.1.140.625.1220.1.2 | OCTET STRING | read-only | ObjectName column |
| entityEJBRuntimeTable | 1.3.6.1.4.1.140.625.1220 | not-accessible | This interface contains accessor methods for all EJB runtime information collected for an Entity Bean. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT entityEJBRuntimeType | 1.3.6.1.4.1.140.625.1220.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| errorHandlingEntry | 1.3.6.1.4.1.140.625.910.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT errorHandlingIndex | 1.3.6.1.4.1.140.625.910.1.1 | OCTET STRING | not-accessible | Index column |
| OCT errorHandlingLogPolicy | 1.3.6.1.4.1.140.625.910.1.4 | OCTET STRING | read-only | Policy |
| OCT errorHandlingName | 1.3.6.1.4.1.140.625.910.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT errorHandlingObjectName | 1.3.6.1.4.1.140.625.910.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT errorHandlingPolicy | 1.3.6.1.4.1.140.625.910.1.5 | OCTET STRING | read-only | Policy |
| errorHandlingTable | 1.3.6.1.4.1.140.625.910 | not-accessible | Fake ErrorHandlingMBean Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT errorHandlingType | 1.3.6.1.4.1.140.625.910.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| executeQueueEntry | 1.3.6.1.4.1.140.625.550.1 | not-accessible | Entry of executeQueueTable | |
| STR executeQueueIndex | 1.3.6.1.4.1.140.625.550.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR executeQueueName | 1.3.6.1.4.1.140.625.550.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR executeQueueObjectName | 1.3.6.1.4.1.140.625.550.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR executeQueueParent | 1.3.6.1.4.1.140.625.550.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT executeQueueQueueLength | 1.3.6.1.4.1.140.625.550.1.30 | INTEGER | read-only | The maximum number of simultaneous requests that this server can hold in the queue. |
| INT executeQueueQueueLengthThresholdPercent | 1.3.6.1.4.1.140.625.550.1.27 | INTEGER | read-only | The percentage of the Queue Length size that can be reached before this server indicates an overflow condition for the queue. If the overflow condition is reached and the current thread count has not reached the ThreadsMaximum value, then ThreadsIncrease number of threads are added. |
| executeQueueRuntimeEntry | 1.3.6.1.4.1.140.625.180.1 | not-accessible | Entry of executeQueueRuntimeTable | |
| INT executeQueueRuntimeExecuteThreadCurrentIdleCount | 1.3.6.1.4.1.140.625.180.1.25 | INTEGER | read-only | The number of idle threads assigned to the queue. |
| STR executeQueueRuntimeExecuteThreads | 1.3.6.1.4.1.140.625.180.1.45 | DisplayString | read-only | The execute threads currently assigned to the queue. |
| INT executeQueueRuntimeExecuteThreadTotalCount | 1.3.6.1.4.1.140.625.180.1.46 | INTEGER | read-only | The total number of execute threads assigned to the queue. |
| STR executeQueueRuntimeIndex | 1.3.6.1.4.1.140.625.180.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR executeQueueRuntimeName | 1.3.6.1.4.1.140.625.180.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR executeQueueRuntimeObjectName | 1.3.6.1.4.1.140.625.180.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR executeQueueRuntimeParent | 1.3.6.1.4.1.140.625.180.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT executeQueueRuntimePendingRequestCurrentCount | 1.3.6.1.4.1.140.625.180.1.35 | INTEGER | read-only | The number of waiting requests in the queue. |
| C64 executeQueueRuntimePendingRequestOldestTime | 1.3.6.1.4.1.140.625.180.1.30 | Counter64 | read-only | the time that the longest waiting request was placed in the queue. |
| INT executeQueueRuntimeServicedRequestTotalCount | 1.3.6.1.4.1.140.625.180.1.40 | INTEGER | read-only | The number of requests which have been processed by this queue. |
| executeQueueRuntimeTable | 1.3.6.1.4.1.140.625.180 | not-accessible | The execute threads currently assigned to the queue. | |
| STR executeQueueRuntimeType | 1.3.6.1.4.1.140.625.180.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| executeQueueTable | 1.3.6.1.4.1.140.625.550 | not-accessible | Generated SNMP Table. | |
| INT executeQueueThreadCount | 1.3.6.1.4.1.140.625.550.1.25 | INTEGER | read-only | The number of threads assigned to this queue. |
| INT executeQueueThreadsIncrease | 1.3.6.1.4.1.140.625.550.1.28 | INTEGER | read-only | Specifies the number of threads to increase the queue length when the queue length theshold is reached. This threshold is determined by the QueueLengthThresholdPercent value. The following consideration applies to the dynamic nature of ThreadsMaximum and ThreadsIncrease attributes. If any of these attributes change during runtime, the changed value comes into effect when the next request is submitted to the execute queue and the scheduler decides to increase threads depending on the queue threshold conditions. |
| INT executeQueueThreadsMaximum | 1.3.6.1.4.1.140.625.550.1.26 | INTEGER | read-only | Returns the maximum number of threads in the pool. |
| INT executeQueueThreadsMinimum | 1.3.6.1.4.1.140.625.550.1.29 | INTEGER | read-only | The minimum number of threads that WebLogic Server will maintain in the queue. |
| STR executeQueueType | 1.3.6.1.4.1.140.625.550.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| experimental | 1.3.6.1.4.1.140.625.10 | |||
| I32 fairShareRequestClassDeploymentOrder | 1.3.6.1.4.1.140.625.915.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| fairShareRequestClassEntry | 1.3.6.1.4.1.140.625.915.1 | not-accessible | Generated SNMP Table Entry. | |
| I32 fairShareRequestClassFairShare | 1.3.6.1.4.1.140.625.915.1.5 | Integer32 | read-only | Fair share value |
| OCT fairShareRequestClassIndex | 1.3.6.1.4.1.140.625.915.1.1 | OCTET STRING | not-accessible | Index column |
| OCT fairShareRequestClassName | 1.3.6.1.4.1.140.625.915.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT fairShareRequestClassObjectName | 1.3.6.1.4.1.140.625.915.1.2 | OCTET STRING | read-only | ObjectName column |
| fairShareRequestClassTable | 1.3.6.1.4.1.140.625.915 | not-accessible | This mbean defines the fair share value to use for this request class. One of the components of work managers is a request class that indicates the proportional of the total server thread use time this request class gets. The default fair share value is 50. Fair shares are reflected in scheduling logic such that as long as multiple fair shares compete, the average number of threads used by each is in proportion to their fair share. For example, consider we only have two fair shares, A and B, having a fair share of 80 and 20, respectively. During a period in which both fair shares are sufficiently requested, say, zero think time and more clients than threads, the probability that a thread will work on behalf of A or B will tend toward 80% or 20%, respectively. The scheduling logic ensures this even when A tends to use a thread for much longer than B. Fair share values can range from 1 to 1000. The default fair share value is 50. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT fairShareRequestClassType | 1.3.6.1.4.1.140.625.915.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT federationServicesACSRequiresSSL | 1.3.6.1.4.1.140.625.920.1.9 | OCTET STRING | read-only | Specifies whether the Assertion Consumer Service requires SSL. |
| OCT federationServicesARSRequiresSSL | 1.3.6.1.4.1.140.625.920.1.18 | OCTET STRING | read-only | Specifies whether the Assertion Retrieval Service requires SSL. |
| OCT federationServicesARSRequiresTwoWaySSL | 1.3.6.1.4.1.140.625.920.1.7 | OCTET STRING | read-only | Specifies whether the Assertion Retrieval Service requires two-way SSL authentication. |
| OCT federationServicesAssertionStoreClassName | 1.3.6.1.4.1.140.625.920.1.5 | OCTET STRING | read-only | The class that provides persistent storage for assertions, if you use an Assertion Store class other than the default class. |
| OCT federationServicesDestinationSiteEnabled | 1.3.6.1.4.1.140.625.920.1.15 | OCTET STRING | read-only | Specifies whether the Destination Site is enabled. |
| federationServicesEntry | 1.3.6.1.4.1.140.625.920.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT federationServicesIndex | 1.3.6.1.4.1.140.625.920.1.1 | OCTET STRING | not-accessible | Index column |
| OCT federationServicesITSRequiresSSL | 1.3.6.1.4.1.140.625.920.1.6 | OCTET STRING | read-only | Specifies whether the Intersite Transfer Service requires SSL. |
| OCT federationServicesName | 1.3.6.1.4.1.140.625.920.1.12 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT federationServicesObjectName | 1.3.6.1.4.1.140.625.920.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT federationServicesPOSTOneUseCheckEnabled | 1.3.6.1.4.1.140.625.920.1.16 | OCTET STRING | read-only | Specifies whether the POST one-use check is enabled. |
| OCT federationServicesPOSTRecipientCheckEnabled | 1.3.6.1.4.1.140.625.920.1.8 | OCTET STRING | read-only | Specifies whether the POST recipient check is enabled. When true, the recipient of the SAML Response must match the URL in the HTTP Request. |
| OCT federationServicesSigningKeyAlias | 1.3.6.1.4.1.140.625.920.1.11 | OCTET STRING | read-only | The alias used to store and retrieve the Source Site's signing key in the keystore. This key is used to sign POST profile responses. |
| OCT federationServicesSourceIdBase64 | 1.3.6.1.4.1.140.625.920.1.14 | OCTET STRING | read-only | The Source Site ID base64-encoded. This read-only value is a Base64 representation of a 20-byte binary value that is calculated from the SourceSiteURL. If you want to configure ARTIFACT profile with another site, you will need to give a SourceId value to the other site. This value is are automatically updated when the SourceSiteURL changes. |
| OCT federationServicesSourceIdHex | 1.3.6.1.4.1.140.625.920.1.4 | OCTET STRING | read-only | The Source Site ID in hexadecimal. This read-only value is a hexadecimal representation of a 20-byte binary value that is calculated from the SourceSiteURL. If you want to configure ARTIFACT profile with another site, you will need to give a SourceId value to the other site. This value is are automatically updated when the SourceSiteURL changes. |
| OCT federationServicesSourceSiteEnabled | 1.3.6.1.4.1.140.625.920.1.19 | OCTET STRING | read-only | Indicates whether the Source Site is enabled. |
| OCT federationServicesSourceSiteURL | 1.3.6.1.4.1.140.625.920.1.10 | OCTET STRING | read-only | The URL for the Source Site. |
| OCT federationServicesSSLClientIdentityAlias | 1.3.6.1.4.1.140.625.920.1.13 | OCTET STRING | read-only | The alias used to store and retrieve the Destination Site's SSL client identity in the keystore. |
| federationServicesTable | 1.3.6.1.4.1.140.625.920 | not-accessible | This MBean represents configuration for SAML 1.1-based Federation Services, including the intersite transfer service, assertion consumer service, and assertion retrieval service. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT federationServicesType | 1.3.6.1.4.1.140.625.920.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT federationServicesUsedAssertionCacheClassName | 1.3.6.1.4.1.140.625.920.1.17 | OCTET STRING | read-only | The class used as the persistent store for the Used Assertion Cache. When no class is specified, the default Used Assertion Cache implemention is used. |
| I32 fileStoreDeploymentOrder | 1.3.6.1.4.1.140.625.925.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| fileStoreEntry | 1.3.6.1.4.1.140.625.925.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT fileStoreIndex | 1.3.6.1.4.1.140.625.925.1.1 | OCTET STRING | not-accessible | Index column |
| OCT fileStoreLogicalName | 1.3.6.1.4.1.140.625.925.1.5 | OCTET STRING | read-only | The name used by subsystems to refer to different stores on different servers using the same name. For example, an EJB that uses the timer service may refer to its store using the logical name, and this name may be valid on multiple servers in the same cluster, even if each server has a store with a different physical name. Multiple stores in the same domain or the same cluster may share the same logical name. However, a given logical name may not be assigned to more than one store on the same server. |
| OCT fileStoreName | 1.3.6.1.4.1.140.625.925.1.7 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT fileStoreObjectName | 1.3.6.1.4.1.140.625.925.1.2 | OCTET STRING | read-only | ObjectName column |
| fileStoreTable | 1.3.6.1.4.1.140.625.925 | not-accessible | Defines an instance of the persistent store on the specified target that will keep its persistent objects in files on the filesystem. It may be used by JMS and by other subsystems. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT fileStoreType | 1.3.6.1.4.1.140.625.925.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT fileStoreXAResourceName | 1.3.6.1.4.1.140.625.925.1.6 | OCTET STRING | read-only | Overrides the name of the XAResource that this store registers with JTA. You should not normally set this attribute. Its purpose is to allow the name of the XAResource to be overridden when a store has been upgraded from an older release and the store contained prepared transactions. The generated name should be used in all other cases. |
| STR foreignJMCConnectionFactoryRemoteJNDIName | 1.3.6.1.4.1.140.625.551.1.22 | DisplayString | read-only | Generated Object. |
| foreignJMSConnectionFactoryEntry | 1.3.6.1.4.1.140.625.551.1 | not-accessible | Entry of foreignJMSConnectionFactoryTable | |
| STR foreignJMSConnectionFactoryIndex | 1.3.6.1.4.1.140.625.551.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR foreignJMSConnectionFactoryLocalJNDIName | 1.3.6.1.4.1.140.625.551.1.21 | DisplayString | read-only | Generated Object. |
| STR foreignJMSConnectionFactoryName | 1.3.6.1.4.1.140.625.551.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR foreignJMSConnectionFactoryObjectName | 1.3.6.1.4.1.140.625.551.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR foreignJMSConnectionFactoryParent | 1.3.6.1.4.1.140.625.551.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| foreignJMSConnectionFactoryTable | 1.3.6.1.4.1.140.625.551 | not-accessible | Generated SNMP Table. | |
| STR foreignJMSConnectionFactoryType | 1.3.6.1.4.1.140.625.551.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR foreignJMSConnectionFactoryUsername | 1.3.6.1.4.1.140.625.551.1.23 | DisplayString | read-only | Generated Object. |
| foreignJMSDestinationEntry | 1.3.6.1.4.1.140.625.552.1 | not-accessible | Entry of foreignJMSDestinationTable | |
| STR foreignJMSDestinationIndex | 1.3.6.1.4.1.140.625.552.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR foreignJMSDestinationLocalJNDIName | 1.3.6.1.4.1.140.625.552.1.21 | DisplayString | read-only | Generated Object. |
| STR foreignJMSDestinationName | 1.3.6.1.4.1.140.625.552.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR foreignJMSDestinationObjectName | 1.3.6.1.4.1.140.625.552.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR foreignJMSDestinationParent | 1.3.6.1.4.1.140.625.552.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR foreignJMSDestinationRemoteJNDIName | 1.3.6.1.4.1.140.625.552.1.22 | DisplayString | read-only | Generated Object. |
| foreignJMSDestinationTable | 1.3.6.1.4.1.140.625.552 | not-accessible | Generated SNMP Table. | |
| STR foreignJMSDestinationType | 1.3.6.1.4.1.140.625.552.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR foreignJMSServerConnectionURL | 1.3.6.1.4.1.140.625.553.1.21 | DisplayString | read-only | Generated Object. |
| foreignJMSServerEntry | 1.3.6.1.4.1.140.625.553.1 | not-accessible | Entry of foreignJMSServerTable | |
| STR foreignJMSServerIndex | 1.3.6.1.4.1.140.625.553.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR foreignJMSServerInitialContextFactory | 1.3.6.1.4.1.140.625.553.1.22 | DisplayString | read-only | Generated Object. |
| STR foreignJMSServerName | 1.3.6.1.4.1.140.625.553.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR foreignJMSServerObjectName | 1.3.6.1.4.1.140.625.553.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR foreignJMSServerParent | 1.3.6.1.4.1.140.625.553.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| foreignJMSServerTable | 1.3.6.1.4.1.140.625.553 | not-accessible | Generated SNMP Table. | |
| STR foreignJMSServerType | 1.3.6.1.4.1.140.625.553.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| foreignJNDILinkEntry | 1.3.6.1.4.1.140.625.930.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT foreignJNDILinkIndex | 1.3.6.1.4.1.140.625.930.1.1 | OCTET STRING | not-accessible | Index column |
| OCT foreignJNDILinkLocalJNDIName | 1.3.6.1.4.1.140.625.930.1.4 | OCTET STRING | read-only | The local jndi name. |
| OCT foreignJNDILinkName | 1.3.6.1.4.1.140.625.930.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT foreignJNDILinkObjectName | 1.3.6.1.4.1.140.625.930.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT foreignJNDILinkRemoteJNDIName | 1.3.6.1.4.1.140.625.930.1.6 | OCTET STRING | read-only | The foreign jndi name. |
| foreignJNDILinkTable | 1.3.6.1.4.1.140.625.930 | not-accessible | Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT foreignJNDILinkType | 1.3.6.1.4.1.140.625.930.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| foreignJNDIProviderEntry | 1.3.6.1.4.1.140.625.935.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT foreignJNDIProviderIndex | 1.3.6.1.4.1.140.625.935.1.1 | OCTET STRING | not-accessible | Index column |
| OCT foreignJNDIProviderInitialContextFactory | 1.3.6.1.4.1.140.625.935.1.4 | OCTET STRING | read-only | The initial context factory to use to connect. This class name depends on the JNDI provider and the vendor that are being used. The value corresponds to the standard JNDI property, java.naming.factory.initial |
| OCT foreignJNDIProviderName | 1.3.6.1.4.1.140.625.935.1.7 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT foreignJNDIProviderObjectName | 1.3.6.1.4.1.140.625.935.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT foreignJNDIProviderProviderURL | 1.3.6.1.4.1.140.625.935.1.6 | OCTET STRING | read-only | The foreign jndi provider url. This value corresponds to the standard JNDI property, java.naming.provider.url |
| foreignJNDIProviderTable | 1.3.6.1.4.1.140.625.935 | not-accessible | Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT foreignJNDIProviderType | 1.3.6.1.4.1.140.625.935.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT foreignJNDIProviderUser | 1.3.6.1.4.1.140.625.935.1.5 | OCTET STRING | read-only | The remote server's user name. |
| I32 httpProxyDeploymentOrder | 1.3.6.1.4.1.140.625.940.1.5 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| httpProxyEntry | 1.3.6.1.4.1.140.625.940.1 | not-accessible | Generated SNMP Table Entry. | |
| I32 httpProxyHealthCheckInterval | 1.3.6.1.4.1.140.625.940.1.7 | Integer32 | read-only | The health check interval in milliseconds between pings. |
| OCT httpProxyIndex | 1.3.6.1.4.1.140.625.940.1.1 | OCTET STRING | not-accessible | Index column |
| I32 httpProxyInitialConnections | 1.3.6.1.4.1.140.625.940.1.8 | Integer32 | read-only | The number of initial connections that should be opened to each server in the back end servers. |
| I32 httpProxyMaxConnections | 1.3.6.1.4.1.140.625.940.1.9 | Integer32 | read-only | The maximum number of connections that each server can open to the back end servers. |
| I32 httpProxyMaxHealthCheckInterval | 1.3.6.1.4.1.140.625.940.1.6 | Integer32 | read-only | The maximum interval between health checks. |
| I32 httpProxyMaxRetries | 1.3.6.1.4.1.140.625.940.1.11 | Integer32 | read-only | The max retries after which the server will be marked dead. |
| OCT httpProxyName | 1.3.6.1.4.1.140.625.940.1.10 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT httpProxyObjectName | 1.3.6.1.4.1.140.625.940.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT httpProxyServerList | 1.3.6.1.4.1.140.625.940.1.4 | OCTET STRING | read-only | The list of servers in the back end that the HCS should proxy to. |
| httpProxyTable | 1.3.6.1.4.1.140.625.940 | not-accessible | Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. Copyright (c) 2003 by BEA Systems, Inc. All Rights Reserved. | |
| OCT httpProxyType | 1.3.6.1.4.1.140.625.940.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT iiopCompleteMessageTimeout | 1.3.6.1.4.1.140.625.555.1.25 | INTEGER | read-only | 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. |
| STR iiopDefaultCharCodeset | 1.3.6.1.4.1.140.625.555.1.36 | DisplayString | read-only | Specify what codeset should be used for the default native character codeset. |
| INT iiopDefaultMinorVersion | 1.3.6.1.4.1.140.625.555.1.37 | INTEGER | read-only | Specify the default minor GIOP version for IIOP messages. |
| STR iiopDefaultWideCharCodeset | 1.3.6.1.4.1.140.625.555.1.38 | DisplayString | read-only | Specify what codeset should be used for the default native wide character codeset. |
| OCT iiopEnableIORServlet | 1.3.6.1.4.1.140.625.555.1.43 | OCTET STRING | read-only | Enable getior servlet used to publish COS Naming Service IORs |
| iiopEntry | 1.3.6.1.4.1.140.625.555.1 | not-accessible | Entry of iiopTable | |
| INT iiopIdleConnectionTimeout | 1.3.6.1.4.1.140.625.555.1.30 | INTEGER | read-only | 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. |
| STR iiopIndex | 1.3.6.1.4.1.140.625.555.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT iiopMaxMessageSize | 1.3.6.1.4.1.140.625.555.1.35 | INTEGER | read-only | 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. |
| STR iiopName | 1.3.6.1.4.1.140.625.555.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR iiopObjectName | 1.3.6.1.4.1.140.625.555.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR iiopParent | 1.3.6.1.4.1.140.625.555.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT iiopSystemSecurity | 1.3.6.1.4.1.140.625.555.1.44 | OCTET STRING | read-only | Specify the value System Security. The following variables are affected. clientCertAuthentication, clientAuthentication, identityAssertion confidentiality, integrity. The value set in this MBean would only be picked up if the value set in RTD.xml is 'config'. |
| iiopTable | 1.3.6.1.4.1.140.625.555 | not-accessible | This table represents a iiop in the domain. | |
| STR iiopTxMechanism | 1.3.6.1.4.1.140.625.555.1.39 | DisplayString | read-only | Specify whether IIOP should use the WebLogic-specific JTA to propagate transactions or the OMG-specified OTS. |
| STR iiopType | 1.3.6.1.4.1.140.625.555.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT iiopUseFullRepositoryIdList | 1.3.6.1.4.1.140.625.555.1.42 | OCTET STRING | read-only | Specify whether to use full Repository ID lists when sending value type information for custom-marshaled types. Full Repository ID lists allow C++ ORBS to truncate values to base types. For RMI-IIOP and Java ORBs doing this merely increases transmission overhead. JDK ORBs are known to have problems with these so setting this will prevent JDK ORB access from working. |
| OCT iiopUseJavaSerialization | 1.3.6.1.4.1.140.625.555.1.41 | OCTET STRING | read-only | Specity whether to use java serialization for marshalling objects. Setting this property improves performance when marshalling objects with very large object graphs. |
| OCT iiopUseSerialFormatVersion2 | 1.3.6.1.4.1.140.625.555.1.45 | OCTET STRING | read-only | Specify whether to advertise RMI objects and EJBs as supporting RMI-IIOP serial format version 2 for custom marshaled objects. |
| OCT iiopUseStatefulAuthentication | 1.3.6.1.4.1.140.625.555.1.40 | OCTET STRING | read-only | Specify whether to advertise RMI objects and EJBs as supporting stateful CSIv2. Stateful CSIv2 is more efficient than stateless, requiring only a single authentication step for each remote principal. Stateless CSIv2 requires per-request authentication. Stateful CSIv2 is not required by J2EE 1.3 and so some ORBs do not support it. Stateful CSIv2 is enabled by default. This property can be changed at the object-level by changing the object's <stateful-authentication> runtime descriptor property. |
| INT interceptionComponentRuntimeDeploymentState | 1.3.6.1.4.1.140.625.181.1.30 | INTEGER | read-only | Return the current deployment state of the module. |
| interceptionComponentRuntimeEntry | 1.3.6.1.4.1.140.625.181.1 | not-accessible | Entry of interceptionComponentRuntimeTable | |
| STR interceptionComponentRuntimeIndex | 1.3.6.1.4.1.140.625.181.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR interceptionComponentRuntimeModuleId | 1.3.6.1.4.1.140.625.181.1.25 | DisplayString | read-only | Typical modules will use the URI for their id. |
| STR interceptionComponentRuntimeName | 1.3.6.1.4.1.140.625.181.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR interceptionComponentRuntimeObjectName | 1.3.6.1.4.1.140.625.181.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR interceptionComponentRuntimeParent | 1.3.6.1.4.1.140.625.181.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| interceptionComponentRuntimeTable | 1.3.6.1.4.1.140.625.181 | not-accessible | This table represents an Interception Module Deployment. | |
| STR interceptionComponentRuntimeType | 1.3.6.1.4.1.140.625.181.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jdbcConnectionPoolACLName | 1.3.6.1.4.1.140.625.560.1.25 | DisplayString | read-only | JDBC Connection ACL Name. |
| INT jdbcConnectionPoolCapacityIncrement | 1.3.6.1.4.1.140.625.560.1.60 | INTEGER | read-only | The increment by which the pool capacity is expanded. |
| INT jdbcConnectionPoolConnectionCreationRetryFrequencySeconds | 1.3.6.1.4.1.140.625.560.1.101 | INTEGER | read-only | Gets the connectionCreationRetryFrequencySeconds attribute of the JDBCConnectionPoolMBean object |
| INT jdbcConnectionPoolConnectionReserveTimeoutSeconds | 1.3.6.1.4.1.140.625.560.1.102 | INTEGER | read-only | The number of seconds after which a call to reserve a connection from the pool |
| INT jdbcConnectionPoolConnLeakProfilingEnabled | 1.3.6.1.4.1.140.625.560.1.116 | INTEGER | read-only | Generated Object. |
| STR jdbcConnectionPoolDriverName | 1.3.6.1.4.1.140.625.560.1.35 | DisplayString | read-only | The JDBC driver class name. |
| jdbcConnectionPoolEntry | 1.3.6.1.4.1.140.625.560.1 | not-accessible | Entry of jdbcConnectionPoolTable | |
| INT jdbcConnectionPoolHighestNumUnavailable | 1.3.6.1.4.1.140.625.560.1.103 | INTEGER | read-only | Gets the highestNumUnavailable attribute of the JDBCConnectionPoolMBean object |
| INT jdbcConnectionPoolHighestNumWaiters | 1.3.6.1.4.1.140.625.560.1.104 | INTEGER | read-only | Gets the highestNumWaiters attribute of the JDBCConnectionPoolMBean object |
| INT jdbcConnectionPoolInactiveConnectionTimeoutSeconds | 1.3.6.1.4.1.140.625.560.1.105 | INTEGER | read-only | Gets the inactiveConnectionTimeoutSeconds attribute of the JDBCConnectionPoolMBean object |
| STR jdbcConnectionPoolIndex | 1.3.6.1.4.1.140.625.560.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jdbcConnectionPoolInitialCapacity | 1.3.6.1.4.1.140.625.560.1.50 | INTEGER | read-only | The initial number of connections. |
| INT jdbcConnectionPoolKeepLogicalConnOpenOnRelease | 1.3.6.1.4.1.140.625.560.1.107 | INTEGER | read-only | if the logical JDBC connection is kept open when the physical XA connection is returned to the XA connection pool. |
| INT jdbcConnectionPoolKeepXAConnTillTxComplete | 1.3.6.1.4.1.140.625.560.1.108 | INTEGER | read-only | if the XA connection pool associates the same XA connection with the distributed transaction until the transaction completes. |
| INT jdbcConnectionPoolLoginDelaySeconds | 1.3.6.1.4.1.140.625.560.1.45 | INTEGER | read-only | The number of second to delay between logins when creating the pool. |
| INT jdbcConnectionPoolMaxCapacity | 1.3.6.1.4.1.140.625.560.1.55 | INTEGER | read-only | The maximum number of connections. |
| STR jdbcConnectionPoolName | 1.3.6.1.4.1.140.625.560.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT jdbcConnectionPoolNewXAConnForCommit | 1.3.6.1.4.1.140.625.560.1.109 | INTEGER | read-only | if a dedicated XA connection is used for commit/rollback processing of a particular distributed transaction. |
| STR jdbcConnectionPoolObjectName | 1.3.6.1.4.1.140.625.560.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jdbcConnectionPoolParent | 1.3.6.1.4.1.140.625.560.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jdbcConnectionPoolProperties | 1.3.6.1.4.1.140.625.560.1.40 | DisplayString | read-only | The list of properties passed to the the driver. |
| INT jdbcConnectionPoolRefreshMinutes | 1.3.6.1.4.1.140.625.560.1.95 | INTEGER | read-only | Connection pool refresh minutes. |
| INT jdbcConnectionPoolRuntimeActiveConnectionsAverageCount | 1.3.6.1.4.1.140.625.190.1.61 | INTEGER | read-only | The running average of active connections in this JDBCConnectionPoolRuntimeMBean |
| INT jdbcConnectionPoolRuntimeActiveConnectionsCurrentCount | 1.3.6.1.4.1.140.625.190.1.25 | INTEGER | read-only | The current total active connections. |
| INT jdbcConnectionPoolRuntimeActiveConnectionsHighCount | 1.3.6.1.4.1.140.625.190.1.40 | INTEGER | read-only | The high water mark of active connections in this JDBCConnectionPoolRuntimeMBean. The count starts at zero each time the JDBCConnectionPoolRuntimeMBean is instantiated. |
| INT jdbcConnectionPoolRuntimeConnectionDelayTime | 1.3.6.1.4.1.140.625.190.1.62 | INTEGER | read-only | Averaged time necessary to get a connection from the database |
| C32 jdbcConnectionPoolRuntimeConnectionLeakProfileCount | 1.3.6.1.4.1.140.625.190.1.63 | Counter32 | read-only | Generated Object. |
| INT jdbcConnectionPoolRuntimeConnectionsTotalCount | 1.3.6.1.4.1.140.625.190.1.55 | INTEGER | read-only | the total number of JDBC connections in this JDBCConnectionPoolRuntimeMBean since the pool is instantiated. |
| INT jdbcConnectionPoolRuntimeCurrCapacity | 1.3.6.1.4.1.140.625.190.1.64 | INTEGER | read-only | Returns the current capacity of this connection pool. |
| jdbcConnectionPoolRuntimeEntry | 1.3.6.1.4.1.140.625.190.1 | not-accessible | Entry of jdbcConnectionPoolRuntimeTable | |
| INT jdbcConnectionPoolRuntimeFailuresToReconnectCount | 1.3.6.1.4.1.140.625.190.1.65 | INTEGER | read-only | Number of cases when a connection pool attempted to refresh a connection to a database and failed |
| INT jdbcConnectionPoolRuntimeHighestNumAvailable | 1.3.6.1.4.1.140.625.190.1.66 | INTEGER | read-only | Returns the highest number of available connections in this pool |
| INT jdbcConnectionPoolRuntimeHighestNumUnavailable | 1.3.6.1.4.1.140.625.190.1.67 | INTEGER | read-only | Returns the highest number of unavailable connections in this pool |
| STR jdbcConnectionPoolRuntimeIndex | 1.3.6.1.4.1.140.625.190.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jdbcConnectionPoolRuntimeLeakedConnectionCount | 1.3.6.1.4.1.140.625.190.1.68 | INTEGER | read-only | Number of leaked connections. |
| INT jdbcConnectionPoolRuntimeMaxCapacity | 1.3.6.1.4.1.140.625.190.1.60 | INTEGER | read-only | The maximum capacity of this JDBC pool |
| STR jdbcConnectionPoolRuntimeName | 1.3.6.1.4.1.140.625.190.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT jdbcConnectionPoolRuntimeNumAvailable | 1.3.6.1.4.1.140.625.190.1.69 | INTEGER | read-only | Returns the number of available connections in this pool |
| INT jdbcConnectionPoolRuntimeNumUnavailable | 1.3.6.1.4.1.140.625.190.1.70 | INTEGER | read-only | Returns the number of unavailable connections in this pool |
| STR jdbcConnectionPoolRuntimeObjectName | 1.3.6.1.4.1.140.625.190.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jdbcConnectionPoolRuntimeParent | 1.3.6.1.4.1.140.625.190.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT jdbcConnectionPoolRuntimeStatementProfileCount | 1.3.6.1.4.1.140.625.190.1.71 | INTEGER | read-only | Number of the SQL statement profiles in profile storage. |
| jdbcConnectionPoolRuntimeTable | 1.3.6.1.4.1.140.625.190 | not-accessible | This table is used for monitoring a WebLogic JDBC component | |
| STR jdbcConnectionPoolRuntimeType | 1.3.6.1.4.1.140.625.190.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jdbcConnectionPoolRuntimeVersionJDBCDriver | 1.3.6.1.4.1.140.625.190.1.35 | DisplayString | read-only | The version of the JDBC driver, in the format of concatenating the Driver class name with 'major: XX, minor: YY'. |
| INT jdbcConnectionPoolRuntimeWaitingForConnectionCurrentCount | 1.3.6.1.4.1.140.625.190.1.30 | INTEGER | read-only | The current total waiting for a connection. |
| INT jdbcConnectionPoolRuntimeWaitingForConnectionHighCount | 1.3.6.1.4.1.140.625.190.1.45 | INTEGER | read-only | The high water mark of waiters for a connection in this JDBCConnectionPoolRuntimeMBean. The count starts at zero each time the JDBCConnectionPoolRuntimeMBean is instantiated. |
| INT jdbcConnectionPoolRuntimeWaitSecondsHighCount | 1.3.6.1.4.1.140.625.190.1.50 | INTEGER | read-only | The number of seconds the longest waiter for a connection waited |
| INT jdbcConnectionPoolShrinkFrequencySeconds | 1.3.6.1.4.1.140.625.560.1.110 | INTEGER | read-only | Number of seconds to wait before shrinking a connection pool that has incrementally increased to meet demand. |
| INT jdbcConnectionPoolShrinkingEnabled | 1.3.6.1.4.1.140.625.560.1.65 | INTEGER | read-only | A boolean value (true Or false). Set to true to enable pool shrinking. |
| INT jdbcConnectionPoolShrinkPeriodMinutes | 1.3.6.1.4.1.140.625.560.1.70 | INTEGER | read-only | Shrink period for the pool in minutes. |
| INT jdbcConnectionPoolStatementCacheSize | 1.3.6.1.4.1.140.625.560.1.111 | INTEGER | read-only | Generated Object. |
| STR jdbcConnectionPoolStatementCacheType | 1.3.6.1.4.1.140.625.560.1.112 | DisplayString | read-only | Generated Object. |
| INT jdbcConnectionPoolSupportsLocalTransaction | 1.3.6.1.4.1.140.625.560.1.90 | INTEGER | read-only | A boolean value (true Or false). This property applies to XA connection pools only, and is ignored for non-XA driver. |
| jdbcConnectionPoolTable | 1.3.6.1.4.1.140.625.560 | not-accessible | This table defines a JDBC connection pool. | |
| STR jdbcConnectionPoolTargets | 1.3.6.1.4.1.140.625.560.1.100 | DisplayString | read-only | Targets on which these jdbc Connection pools are deployed. |
| INT jdbcConnectionPoolTestConnectionsOnCreate | 1.3.6.1.4.1.140.625.560.1.113 | INTEGER | read-only | Generated Object. |
| INT jdbcConnectionPoolTestConnectionsOnRelease | 1.3.6.1.4.1.140.625.560.1.85 | INTEGER | read-only | Specifies if test connections on release enabled. |
| INT jdbcConnectionPoolTestConnectionsOnReserve | 1.3.6.1.4.1.140.625.560.1.80 | INTEGER | read-only | Specifies if test connections on reserve enabled. |
| INT jdbcConnectionPoolTestFrequencySeconds | 1.3.6.1.4.1.140.625.560.1.114 | INTEGER | read-only | Generated Object. |
| STR jdbcConnectionPoolTestTableName | 1.3.6.1.4.1.140.625.560.1.106 | DisplayString | read-only | The name of the table used when testing a physical database connection. |
| STR jdbcConnectionPoolType | 1.3.6.1.4.1.140.625.560.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jdbcConnectionPoolURL | 1.3.6.1.4.1.140.625.560.1.30 | DisplayString | read-only | The database connection URL. |
| INT jdbcConnectionPoolXAEndOnlyOnce | 1.3.6.1.4.1.140.625.560.1.115 | INTEGER | read-only | Generated Object. |
| jdbcDataSourceEntry | 1.3.6.1.4.1.140.625.570.1 | not-accessible | Entry of jdbcDataSourceTable | |
| STR jdbcDataSourceFactoryDriverClassName | 1.3.6.1.4.1.140.625.575.1.25 | DisplayString | read-only | The name of the driver. This may be overridden by * driver-name in the descriptor. |
| jdbcDataSourceFactoryEntry | 1.3.6.1.4.1.140.625.575.1 | not-accessible | Entry of jdbcDataSourceFactoryTable | |
| STR jdbcDataSourceFactoryFactoryName | 1.3.6.1.4.1.140.625.575.1.30 | DisplayString | read-only | The name of this data source factory. This is referenced * from the connection-factory element in weblogic-application.xml. |
| STR jdbcDataSourceFactoryIndex | 1.3.6.1.4.1.140.625.575.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jdbcDataSourceFactoryName | 1.3.6.1.4.1.140.625.575.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jdbcDataSourceFactoryObjectName | 1.3.6.1.4.1.140.625.575.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jdbcDataSourceFactoryParent | 1.3.6.1.4.1.140.625.575.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jdbcDataSourceFactoryTable | 1.3.6.1.4.1.140.625.575 | not-accessible | This table represents a jdbcDataSourceFactory in the domain. | |
| STR jdbcDataSourceFactoryType | 1.3.6.1.4.1.140.625.575.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jdbcDataSourceFactoryURL | 1.3.6.1.4.1.140.625.575.1.35 | DisplayString | read-only | The connection URL. This may be overridden by url in the descriptor. |
| STR jdbcDataSourceFactoryUserName | 1.3.6.1.4.1.140.625.575.1.40 | DisplayString | read-only | The database user name. This may be overridden by * user-name in the descriptor. |
| STR jdbcDataSourceIndex | 1.3.6.1.4.1.140.625.570.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jdbcDataSourceJNDIName | 1.3.6.1.4.1.140.625.570.1.25 | DisplayString | read-only | |
| STR jdbcDataSourceName | 1.3.6.1.4.1.140.625.570.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jdbcDataSourceObjectName | 1.3.6.1.4.1.140.625.570.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jdbcDataSourceParent | 1.3.6.1.4.1.140.625.570.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jdbcDataSourcePoolName | 1.3.6.1.4.1.140.625.570.1.30 | DisplayString | read-only | |
| INT jdbcDataSourceRowPrefetchEnabled | 1.3.6.1.4.1.140.625.570.1.40 | INTEGER | read-only | is row caching enabled. |
| INT jdbcDataSourceRowPrefetchSize | 1.3.6.1.4.1.140.625.570.1.45 | INTEGER | read-only | Number of rows to prefetch between client and WebLogic Server when not in the same JVM. |
| INT jdbcDataSourceRuntimeActiveConnectionsAverageCount | 1.3.6.1.4.1.140.625.191.1.100 | INTEGER | read-only | Returns the Average number of active connections in this instance of the data source. |
| INT jdbcDataSourceRuntimeActiveConnectionsCurrentCount | 1.3.6.1.4.1.140.625.191.1.80 | INTEGER | read-only | Returns the number of connections currently in use by applications. |
| INT jdbcDataSourceRuntimeActiveConnectionsHighCount | 1.3.6.1.4.1.140.625.191.1.95 | INTEGER | read-only | Returns the Highest number of active database connections in this instance of the data source since the data source was instantiated. |
| STR jdbcDataSourceRuntimeConnectionDelayTime | 1.3.6.1.4.1.140.625.191.1.45 | DisplayString | read-only | Returns the average time in milliseconds that it takes to create a physical connection to the database. |
| INT jdbcDataSourceRuntimeConnectionsTotalCount | 1.3.6.1.4.1.140.625.191.1.140 | INTEGER | read-only | Returns the cumulative total number of database connections created in this data source since the data source was deployed. |
| INT jdbcDataSourceRuntimeCurrCapacity | 1.3.6.1.4.1.140.625.191.1.145 | INTEGER | read-only | Returns the current count of JDBC connections in the connection pool in the data source. |
| INT jdbcDataSourceRuntimeCurrCapacityHighCount | 1.3.6.1.4.1.140.625.191.1.150 | INTEGER | read-only | 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.. |
| INT jdbcDataSourceRuntimeDeploymentState | 1.3.6.1.4.1.140.625.191.1.172 | INTEGER | read-only | The current deployment state of the module. |
| INT jdbcDataSourceRuntimeEnabled | 1.3.6.1.4.1.140.625.191.1.30 | INTEGER | read-only | Returns true if the data source is enabled. |
| jdbcDataSourceRuntimeEntry | 1.3.6.1.4.1.140.625.191.1 | not-accessible | Entry of jdbcDataSourceRuntimeTable | |
| C64 jdbcDataSourceRuntimeFailedReserveRequestCount | 1.3.6.1.4.1.140.625.191.1.110 | Counter64 | read-only | Returns the cumulative, running count of requests for a connection from this data source that could not be fulfilled. |
| INT jdbcDataSourceRuntimeFailuresToReconnectCount | 1.3.6.1.4.1.140.625.191.1.40 | INTEGER | read-only | Returns the number of times that the data source attempted to refresh a database connection and failed. |
| INT jdbcDataSourceRuntimeHighestNumAvailable | 1.3.6.1.4.1.140.625.191.1.160 | INTEGER | read-only | 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. |
| INT jdbcDataSourceRuntimeHighestNumUnavailable | 1.3.6.1.4.1.140.625.191.1.170 | INTEGER | read-only | 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. |
| STR jdbcDataSourceRuntimeIndex | 1.3.6.1.4.1.140.625.191.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jdbcDataSourceRuntimeLeakedConnectionCount | 1.3.6.1.4.1.140.625.191.1.25 | INTEGER | read-only | 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(). |
| OCT jdbcDataSourceRuntimeModuleId | 1.3.6.1.4.1.140.625.191.1.171 | OCTET STRING | read-only | Returns the identifier for this Component. The identifier is unique within the application. Typical modules will use the URI for their id. Web Modules will return their context-root since the web-uri may not be unique within an EAR. |
| STR jdbcDataSourceRuntimeName | 1.3.6.1.4.1.140.625.191.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT jdbcDataSourceRuntimeNumAvailable | 1.3.6.1.4.1.140.625.191.1.155 | INTEGER | read-only | Returns the number of database connections currently available (not in use) in this data source. |
| INT jdbcDataSourceRuntimeNumUnavailable | 1.3.6.1.4.1.140.625.191.1.165 | INTEGER | read-only | 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. |
| STR jdbcDataSourceRuntimeObjectName | 1.3.6.1.4.1.140.625.191.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jdbcDataSourceRuntimeParent | 1.3.6.1.4.1.140.625.191.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 jdbcDataSourceRuntimePrepStmtCacheAccessCountEx | 1.3.6.1.4.1.140.625.191.1.50 | Counter64 | read-only | Returns the cumulative, running count of the number of times that the statement cache was accessed. |
| C64 jdbcDataSourceRuntimePrepStmtCacheAddCount | 1.3.6.1.4.1.140.625.191.1.55 | Counter64 | read-only | Returns the cumulative, running count of the number of statements added to the statement cache. |
| INT jdbcDataSourceRuntimePrepStmtCacheCurrentSize | 1.3.6.1.4.1.140.625.191.1.65 | INTEGER | read-only | Returns the number of prepared and callable statements currently cached in the statement cache. |
| C64 jdbcDataSourceRuntimePrepStmtCacheDeleteCount | 1.3.6.1.4.1.140.625.191.1.60 | Counter64 | read-only | Returns the cumulative, running count of statements discarded from the cache. |
| INT jdbcDataSourceRuntimePrepStmtCacheHitCount | 1.3.6.1.4.1.140.625.191.1.70 | INTEGER | read-only | Returns the cumulative, running count of the number of times that statements from the cache were used. |
| INT jdbcDataSourceRuntimePrepStmtCacheMissCount | 1.3.6.1.4.1.140.625.191.1.75 | INTEGER | read-only | Returns the number of times that a statement request could not be satisfied with a statement from the cache. |
| C64 jdbcDataSourceRuntimeReserveRequestCount | 1.3.6.1.4.1.140.625.191.1.105 | Counter64 | read-only | Returns the cumulative, running count of requests for a connection from this data source. |
| STR jdbcDataSourceRuntimeState | 1.3.6.1.4.1.140.625.191.1.35 | DisplayString | read-only | Returns the current state of the data source (Running, Suspended, Shutdown, Unhealthy, Unknown). |
| jdbcDataSourceRuntimeTable | 1.3.6.1.4.1.140.625.191 | not-accessible | This table is used for monitoring a WebLogic JDBC Data Source and its associated connection pool. | |
| STR jdbcDataSourceRuntimeType | 1.3.6.1.4.1.140.625.191.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jdbcDataSourceRuntimeVersionJDBCDriver | 1.3.6.1.4.1.140.625.191.1.90 | DisplayString | read-only | Returns the driver class name and version of the JDBC driver used to create database connections. |
| INT jdbcDataSourceRuntimeWaitingForConnectionCurrentCount | 1.3.6.1.4.1.140.625.191.1.85 | INTEGER | read-only | Returns the number of connection requests waiting for a database connection. |
| C64 jdbcDataSourceRuntimeWaitingForConnectionFailureTotal | 1.3.6.1.4.1.140.625.191.1.130 | Counter64 | read-only | 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. |
| INT jdbcDataSourceRuntimeWaitingForConnectionHighCount | 1.3.6.1.4.1.140.625.191.1.115 | INTEGER | read-only | Returns the Highest number of application requests concurrently waiting for a connection from this instance of the data source. |
| C64 jdbcDataSourceRuntimeWaitingForConnectionSuccessTotal | 1.3.6.1.4.1.140.625.191.1.125 | Counter64 | read-only | 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. |
| C64 jdbcDataSourceRuntimeWaitingForConnectionTotal | 1.3.6.1.4.1.140.625.191.1.120 | Counter64 | read-only | 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. |
| INT jdbcDataSourceRuntimeWaitSecondsHighCount | 1.3.6.1.4.1.140.625.191.1.135 | INTEGER | read-only | Returns the longest connection reserve wait time in seconds. |
| INT jdbcDataSourceStreamChunkSize | 1.3.6.1.4.1.140.625.570.1.50 | INTEGER | read-only | Streaming datatypes (e.g. blob/clob) will be pulled in StreamChunkSize sized chunks from the WebLogic Server to the client as needed. |
| jdbcDataSourceTable | 1.3.6.1.4.1.140.625.570 | not-accessible | This table defines a JDBC connection pool. | |
| STR jdbcDataSourceTargets | 1.3.6.1.4.1.140.625.570.1.35 | DisplayString | read-only | targets on which this deployment is deployed. |
| C64 jdbcDataSourceTaskRuntimeBeginTime | 1.3.6.1.4.1.140.625.1225.1.6 | Counter64 | read-only | |
| OCT jdbcDataSourceTaskRuntimeDescription | 1.3.6.1.4.1.140.625.1225.1.9 | OCTET STRING | read-only | |
| C64 jdbcDataSourceTaskRuntimeEndTime | 1.3.6.1.4.1.140.625.1225.1.7 | Counter64 | read-only | |
| jdbcDataSourceTaskRuntimeEntry | 1.3.6.1.4.1.140.625.1225.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jdbcDataSourceTaskRuntimeIndex | 1.3.6.1.4.1.140.625.1225.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jdbcDataSourceTaskRuntimeName | 1.3.6.1.4.1.140.625.1225.1.10 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT jdbcDataSourceTaskRuntimeObjectName | 1.3.6.1.4.1.140.625.1225.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT jdbcDataSourceTaskRuntimeRunning | 1.3.6.1.4.1.140.625.1225.1.5 | OCTET STRING | read-only | |
| OCT jdbcDataSourceTaskRuntimeStatus | 1.3.6.1.4.1.140.625.1225.1.4 | OCTET STRING | read-only | |
| OCT jdbcDataSourceTaskRuntimeSystemTask | 1.3.6.1.4.1.140.625.1225.1.8 | OCTET STRING | read-only | |
| jdbcDataSourceTaskRuntimeTable | 1.3.6.1.4.1.140.625.1225 | not-accessible | ||
| OCT jdbcDataSourceTaskRuntimeType | 1.3.6.1.4.1.140.625.1225.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR jdbcDataSourceType | 1.3.6.1.4.1.140.625.570.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| jdbcDriverRuntimeEntry | 1.3.6.1.4.1.140.625.1230.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jdbcDriverRuntimeIndex | 1.3.6.1.4.1.140.625.1230.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jdbcDriverRuntimeName | 1.3.6.1.4.1.140.625.1230.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT jdbcDriverRuntimeObjectName | 1.3.6.1.4.1.140.625.1230.1.2 | OCTET STRING | read-only | ObjectName column |
| jdbcDriverRuntimeTable | 1.3.6.1.4.1.140.625.1230 | not-accessible | This class maps to a JDBCDriver JMO Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT jdbcDriverRuntimeType | 1.3.6.1.4.1.140.625.1230.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| jdbcMultiDataSourceRuntimeEntry | 1.3.6.1.4.1.140.625.1235.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jdbcMultiDataSourceRuntimeIndex | 1.3.6.1.4.1.140.625.1235.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jdbcMultiDataSourceRuntimeName | 1.3.6.1.4.1.140.625.1235.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT jdbcMultiDataSourceRuntimeObjectName | 1.3.6.1.4.1.140.625.1235.1.2 | OCTET STRING | read-only | ObjectName column |
| jdbcMultiDataSourceRuntimeTable | 1.3.6.1.4.1.140.625.1235 | not-accessible | This class is used for monitoring a WebLogic JDBC Multi Data Source and its associated data sources. | |
| OCT jdbcMultiDataSourceRuntimeType | 1.3.6.1.4.1.140.625.1235.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR jdbcMultiPoolACLName | 1.3.6.1.4.1.140.625.580.1.25 | DisplayString | read-only | jdbcMultiPool the ACL list for this meta pool |
| jdbcMultiPoolEntry | 1.3.6.1.4.1.140.625.580.1 | not-accessible | Entry of jdbcMultiPoolTable | |
| INT jdbcMultiPoolHighAvail | 1.3.6.1.4.1.140.625.580.1.40 | INTEGER | read-only | A boolean value (true Or false). finds out whether high availability is used in this meta pool |
| STR jdbcMultiPoolIndex | 1.3.6.1.4.1.140.625.580.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jdbcMultiPoolLoadBalance | 1.3.6.1.4.1.140.625.580.1.35 | INTEGER | read-only | A boolean value (true Or false). finds out whether load balancing is used in this meta pool. |
| STR jdbcMultiPoolName | 1.3.6.1.4.1.140.625.580.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jdbcMultiPoolObjectName | 1.3.6.1.4.1.140.625.580.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jdbcMultiPoolParent | 1.3.6.1.4.1.140.625.580.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jdbcMultiPoolPoolList | 1.3.6.1.4.1.140.625.580.1.30 | DisplayString | read-only | retrieves the list of connection pools in the meta pool |
| jdbcMultiPoolTable | 1.3.6.1.4.1.140.625.580 | not-accessible | This table is use to defines a JDBC meta pool. | |
| STR jdbcMultiPoolTargets | 1.3.6.1.4.1.140.625.580.1.45 | DisplayString | read-only | targets on which this deployment is deployed. |
| STR jdbcMultiPoolType | 1.3.6.1.4.1.140.625.580.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| I32 jdbcPoolComponentDeploymentOrder | 1.3.6.1.4.1.140.625.945.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| jdbcPoolComponentEntry | 1.3.6.1.4.1.140.625.945.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jdbcPoolComponentIndex | 1.3.6.1.4.1.140.625.945.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jdbcPoolComponentName | 1.3.6.1.4.1.140.625.945.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT jdbcPoolComponentObjectName | 1.3.6.1.4.1.140.625.945.1.2 | OCTET STRING | read-only | ObjectName column |
| jdbcPoolComponentTable | 1.3.6.1.4.1.140.625.945 | not-accessible | ||
| OCT jdbcPoolComponentType | 1.3.6.1.4.1.140.625.945.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT jdbcPoolComponentURI | 1.3.6.1.4.1.140.625.945.1.5 | OCTET STRING | read-only | A URI that points to the application module, usually on the Administration Server. URI can only be set if this is a standalone component; the URI for an application is defined in the application's deployment descriptor. * |
| jdbcServiceRuntimeEntry | 1.3.6.1.4.1.140.625.1240.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jdbcServiceRuntimeIndex | 1.3.6.1.4.1.140.625.1240.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jdbcServiceRuntimeName | 1.3.6.1.4.1.140.625.1240.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT jdbcServiceRuntimeObjectName | 1.3.6.1.4.1.140.625.1240.1.2 | OCTET STRING | read-only | ObjectName column |
| jdbcServiceRuntimeTable | 1.3.6.1.4.1.140.625.1240 | not-accessible | This class is used for monitoring a WebLogic JDBC service. It maps to a JDBCResource JMO. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT jdbcServiceRuntimeType | 1.3.6.1.4.1.140.625.1240.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 jdbcStoreDeletesPerBatchMaximum | 1.3.6.1.4.1.140.625.950.1.5 | Integer32 | read-only | The maximum number of table rows that are deleted per database call. When possible, a JDBC store uses JDBC 3.0 batching to batch concurrent client requests. Both the maximum batch size for concurrent inserts and for concurrent writes are configurable. To disable JDBC 3.0 batching, set the maximum batch size to 1. The maximum batch size has no effect on the maximum number of concurrent client requests. |
| I32 jdbcStoreDeletesPerStatementMaximum | 1.3.6.1.4.1.140.625.950.1.8 | Integer32 | read-only | The maximum number of table rows that are deleted per database call. Applies only when a JDBC store does not use JDBC 3.0 batching to batch concurrent client requests. The maximum deletes per statement has no effect on the maximum number of concurrent client requests. For some databases, the JDBC store may choose a lower value than the one configured. |
| I32 jdbcStoreDeploymentOrder | 1.3.6.1.4.1.140.625.950.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| jdbcStoreEntry | 1.3.6.1.4.1.140.625.950.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jdbcStoreIndex | 1.3.6.1.4.1.140.625.950.1.1 | OCTET STRING | not-accessible | Index column |
| I32 jdbcStoreInsertsPerBatchMaximum | 1.3.6.1.4.1.140.625.950.1.9 | Integer32 | read-only | The maximum number of table rows that are inserted per database call. When possible, a JDBC store uses JDBC 3.0 batching to batch concurrent client requests. Both the maximum batch size for concurrent inserts and for concurrent writes are configurable. To disable JDBC 3.0 batching, set the maximum batch size to 1. The maximum batch size has no effect on the maximum number of concurrent client requests. |
| OCT jdbcStoreLogicalName | 1.3.6.1.4.1.140.625.950.1.6 | OCTET STRING | read-only | The name used by subsystems to refer to different stores on different servers using the same name. For example, an EJB that uses the timer service may refer to its store using the logical name, and this name may be valid on multiple servers in the same cluster, even if each server has a store with a different physical name. Multiple stores in the same domain or the same cluster may share the same logical name. However, a given logical name may not be assigned to more than one store on the same server. |
| OCT jdbcStoreName | 1.3.6.1.4.1.140.625.950.1.10 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT jdbcStoreObjectName | 1.3.6.1.4.1.140.625.950.1.2 | OCTET STRING | read-only | ObjectName column |
| jdbcStoreTable | 1.3.6.1.4.1.140.625.950 | not-accessible | Defines an instance of the persistent store that stores its persistent records in a JDBC-accessible database. It may be used by JMS and by other subsystems. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT jdbcStoreType | 1.3.6.1.4.1.140.625.950.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT jdbcStoreXAResourceName | 1.3.6.1.4.1.140.625.950.1.7 | OCTET STRING | read-only | Overrides the name of the XAResource that this store registers with JTA. You should not normally set this attribute. Its purpose is to allow the name of the XAResource to be overridden when a store has been upgraded from an older release and the store contained prepared transactions. The generated name should be used in all other cases. |
| OCT jdbcSystemResourceCompatibilityName | 1.3.6.1.4.1.140.625.955.1.4 | OCTET STRING | read-only | This is only set for beans created as a result of conversion from an 8.1 application configured using ApplicationMBean and ComponentMBean. Standalone modules in 8.1 have both an ApplicationMBean name and ComponentMBean name. This attribute stores the name of the latter, to be used when the server creates the transient ComponentMBean for backward compatibility. |
| I32 jdbcSystemResourceDeploymentOrder | 1.3.6.1.4.1.140.625.955.1.5 | Integer32 | read-only | A numerical value that indicates when this unit is deployed, relative to other DeployableUnits on a server, during startup. Units with lower Load Order values are deployed before those with higher values. |
| OCT jdbcSystemResourceDeploymentPrincipalName | 1.3.6.1.4.1.140.625.955.1.6 | OCTET STRING | read-only | A string value that indicates what principal should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener, If no principal name is specifed, then the anonymous principal will be used. |
| OCT jdbcSystemResourceDescriptorFileName | 1.3.6.1.4.1.140.625.955.1.7 | OCTET STRING | read-only | The name of the file containing this configuration. This is a relative name rooted at DOMAIN_DIR/config. By default the file resides in the jdbc subdirectory and derives its name from the bean name using the following pattern: .xml Note that this is a read-only property that can only be set when the bean is created. |
| jdbcSystemResourceEntry | 1.3.6.1.4.1.140.625.955.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jdbcSystemResourceIndex | 1.3.6.1.4.1.140.625.955.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jdbcSystemResourceModuleType | 1.3.6.1.4.1.140.625.955.1.8 | OCTET STRING | read-only | The values match those defined by jsr88. This attribute may move to another MBean. |
| OCT jdbcSystemResourceName | 1.3.6.1.4.1.140.625.955.1.9 | OCTET STRING | read-only | Unique identifier for this bean instance. |
| OCT jdbcSystemResourceObjectName | 1.3.6.1.4.1.140.625.955.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT jdbcSystemResourceSourcePath | 1.3.6.1.4.1.140.625.955.1.10 | OCTET STRING | read-only | |
| jdbcSystemResourceTable | 1.3.6.1.4.1.140.625.955 | not-accessible | This bean defines a system-level JDBC resource. It links a separate descriptor that specifies the definition. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT jdbcSystemResourceType | 1.3.6.1.4.1.140.625.955.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT jdbcTxDataSourceEnableTwoPhaseCommit | 1.3.6.1.4.1.140.625.590.1.35 | INTEGER | read-only | 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 | 1.3.6.1.4.1.140.625.590.1 | not-accessible | Entry of jdbcTxDataSourceTable | |
| STR jdbcTxDataSourceIndex | 1.3.6.1.4.1.140.625.590.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jdbcTxDataSourceJNDIName | 1.3.6.1.4.1.140.625.590.1.25 | DisplayString | read-only | The JNDI path to where this TxDataSource is bound. Applications that look up the JNDI path will get a javax.sql.DataSource instance that correspond to this TxDataSource. |
| STR jdbcTxDataSourceName | 1.3.6.1.4.1.140.625.590.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jdbcTxDataSourceObjectName | 1.3.6.1.4.1.140.625.590.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jdbcTxDataSourceParent | 1.3.6.1.4.1.140.625.590.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jdbcTxDataSourcePoolName | 1.3.6.1.4.1.140.625.590.1.30 | DisplayString | read-only | The name of the JDBC connection pool that is associated with this TxDataSource |
| INT jdbcTxDataSourceRowPrefetchEnabled | 1.3.6.1.4.1.140.625.590.1.45 | INTEGER | read-only | 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. |
| INT jdbcTxDataSourceRowPrefetchSize | 1.3.6.1.4.1.140.625.590.1.50 | INTEGER | read-only | Number of rows to prefetch between client and WebLogic Server when not in the same JVM. |
| INT jdbcTxDataSourceStreamChunkSize | 1.3.6.1.4.1.140.625.590.1.55 | INTEGER | read-only | Streaming datatypes (e.g. blob/clob) will be pulled in StreamChunkSize sized chunks from the WebLogic Server to the client as needed. |
| jdbcTxDataSourceTable | 1.3.6.1.4.1.140.625.590 | not-accessible | This table is used to defines a JDBC meta pool. | |
| STR jdbcTxDataSourceTargets | 1.3.6.1.4.1.140.625.590.1.40 | DisplayString | read-only | The targets where this jdbc data source is deployed. |
| STR jdbcTxDataSourceType | 1.3.6.1.4.1.140.625.590.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT jmsBridgeDestinationAdapterJNDIName | 1.3.6.1.4.1.140.625.595.1.46 | OCTET STRING | read-only | The JNDI name of the adapter used to communicate with the specified destination. This name is specified in the adapter's deployment descriptor file and is used by the WebLogic Server Connector container to bind the adapter in WebLogic Server JNDI. |
| OCT jmsBridgeDestinationClasspath | 1.3.6.1.4.1.140.625.595.1.47 | OCTET STRING | read-only | The CLASSPATH of the bridge destination. Used mainly to connect to another release of WebLogic Server. When connecting to a destination that is running on WebLogic Server 6.0 or earlier, the bridge destination must supply a CLASSPATH that indicates the locations of the classes for the earlier WebLogic Server implementation. When connecting to a third-party JMS product, the bridge destination must supply the product's CLASSPATH in the WebLogic Server CLASSPATH. |
| STR jmsBridgeDestinationConnectionFactoryJNDIName | 1.3.6.1.4.1.140.625.595.1.25 | DisplayString | read-only | Defines the connection factory's JNDI name for a JMS bridge destination. * This attribute is only applicable to JMS destinations. |
| STR jmsBridgeDestinationConnectionURL | 1.3.6.1.4.1.140.625.595.1.30 | DisplayString | read-only | Defines the connection URL for a JMS bridge destination. * This attribute is only applicable to JMS destinations |
| STR jmsBridgeDestinationDestinationJNDIName | 1.3.6.1.4.1.140.625.595.1.35 | DisplayString | read-only | Defines the destination JNDI name (Queue or Topic) for a JMS bridge destination. * This attribute is only applicable to JMS destinations. |
| STR jmsBridgeDestinationDestinationType | 1.3.6.1.4.1.140.625.595.1.40 | DisplayString | read-only | Defines the destination type (Queue or Topic) for a JMS bridge destination. * This attribute is only applicable to JMS destinations |
| jmsBridgeDestinationEntry | 1.3.6.1.4.1.140.625.595.1 | not-accessible | Entry of jmsBridgeDestinationTable | |
| STR jmsBridgeDestinationIndex | 1.3.6.1.4.1.140.625.595.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsBridgeDestinationInitialContextFactory | 1.3.6.1.4.1.140.625.595.1.45 | DisplayString | read-only | Defines the initial context factory name for a JMS bridge destination. * This attribute is only applicable to JMS destinations. |
| STR jmsBridgeDestinationName | 1.3.6.1.4.1.140.625.595.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsBridgeDestinationObjectName | 1.3.6.1.4.1.140.625.595.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsBridgeDestinationParent | 1.3.6.1.4.1.140.625.595.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsBridgeDestinationTable | 1.3.6.1.4.1.140.625.595 | not-accessible | This table is use to defines a JDBC meta pool. | |
| STR jmsBridgeDestinationType | 1.3.6.1.4.1.140.625.595.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT jmsBridgeDestinationUserName | 1.3.6.1.4.1.140.625.595.1.48 | OCTET STRING | read-only | The optional user name the adapter uses to access the bridge destination. All operations on the specified destination are done using this user name and the corresponding password. Therefore, the User Name/Password for the source and target destinations must have permission to the access the underlying destinations in order for the messaging bridge to work. |
| INT jmsComponentRuntimeDeploymentState | 1.3.6.1.4.1.140.625.271.1.30 | INTEGER | read-only | Return the current deployment state of the module. |
| jmsComponentRuntimeEntry | 1.3.6.1.4.1.140.625.271.1 | not-accessible | Entry of jmsComponentRuntimeTable | |
| STR jmsComponentRuntimeIndex | 1.3.6.1.4.1.140.625.271.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsComponentRuntimeModuleId | 1.3.6.1.4.1.140.625.271.1.25 | DisplayString | read-only | Typical modules will use the URI for their id. |
| STR jmsComponentRuntimeName | 1.3.6.1.4.1.140.625.271.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsComponentRuntimeObjectName | 1.3.6.1.4.1.140.625.271.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsComponentRuntimeParent | 1.3.6.1.4.1.140.625.271.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsComponentRuntimeTable | 1.3.6.1.4.1.140.625.271 | not-accessible | This table represents a JMS Module Deployment. | |
| STR jmsComponentRuntimeType | 1.3.6.1.4.1.140.625.271.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jmsConnectionConsumerDestination | 1.3.6.1.4.1.140.625.600.1.35 | DisplayString | read-only | Return the JNDI name of the destination for this connection consumer |
| jmsConnectionConsumerEntry | 1.3.6.1.4.1.140.625.600.1 | not-accessible | Entry of jmsConnectionConsumerTable | |
| STR jmsConnectionConsumerIndex | 1.3.6.1.4.1.140.625.600.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jmsConnectionConsumerMessagesMaximum | 1.3.6.1.4.1.140.625.600.1.25 | INTEGER | read-only | Return the defined maximum number of messages that the connection consumer may load at one time into a ServerSession's session. |
| STR jmsConnectionConsumerName | 1.3.6.1.4.1.140.625.600.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsConnectionConsumerObjectName | 1.3.6.1.4.1.140.625.600.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsConnectionConsumerParent | 1.3.6.1.4.1.140.625.600.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jmsConnectionConsumerSelector | 1.3.6.1.4.1.140.625.600.1.30 | DisplayString | read-only | Return the defined selector of the connection consumer. |
| jmsConnectionConsumerTable | 1.3.6.1.4.1.140.625.600 | not-accessible | This table defines a connection consumer. | |
| STR jmsConnectionConsumerType | 1.3.6.1.4.1.140.625.600.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jmsConnectionFactoryAllowCloseInOnMessage | 1.3.6.1.4.1.140.625.610.1.60 | INTEGER | read-only | A boolean value (true Or false). Return the value of the stopAndCloseBlockingEnabled attribute for the connection factory. |
| STR jmsConnectionFactoryClientId | 1.3.6.1.4.1.140.625.610.1.30 | DisplayString | read-only | Return the client Id for a durable subscriber. |
| STR jmsConnectionFactoryDefaultDeliveryMode | 1.3.6.1.4.1.140.625.610.1.45 | DisplayString | read-only | Return the value of the defaultDeliveryMode attribute for the connection factory. All messages with a deliveryMode of null that are produced on a connection created with this factory will receive this value. |
| INT jmsConnectionFactoryDefaultPriority | 1.3.6.1.4.1.140.625.610.1.35 | INTEGER | read-only | Return the defaultPriority attribute for the connection factory. All messages with a priority of -1 that are produced on a connection created with this factory will receive this value. |
| C64 jmsConnectionFactoryDefaultTimeToLive | 1.3.6.1.4.1.140.625.610.1.40 | Counter64 | read-only | Return the value of the defaultTimeToLive attribute for the connection factory. All messages with a timeToLive of -1 that are produced on a connection created with this factory will receive this value expressed in milliseconds. |
| jmsConnectionFactoryEntry | 1.3.6.1.4.1.140.625.610.1 | not-accessible | Entry of jmsConnectionFactoryTable | |
| STR jmsConnectionFactoryIndex | 1.3.6.1.4.1.140.625.610.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsConnectionFactoryJNDIName | 1.3.6.1.4.1.140.625.610.1.25 | DisplayString | read-only | Return the JNDI name of the JMS ConnectionFactory. |
| INT jmsConnectionFactoryMessagesMaximum | 1.3.6.1.4.1.140.625.610.1.65 | INTEGER | read-only | Return the value of the messagesMaximum attribute for the connection factory. |
| STR jmsConnectionFactoryName | 1.3.6.1.4.1.140.625.610.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsConnectionFactoryObjectName | 1.3.6.1.4.1.140.625.610.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsConnectionFactoryOverrunPolicy | 1.3.6.1.4.1.140.625.610.1.70 | DisplayString | read-only | Return the value of the overrunPolicy attribute for the connection factory. |
| STR jmsConnectionFactoryParent | 1.3.6.1.4.1.140.625.610.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsConnectionFactoryTable | 1.3.6.1.4.1.140.625.610 | not-accessible | This table represents a JMS connection factory. | |
| STR jmsConnectionFactoryTargets | 1.3.6.1.4.1.140.625.610.1.75 | DisplayString | read-only | targets on which this deployment is deployed. |
| C64 jmsConnectionFactoryTransactionTimeout | 1.3.6.1.4.1.140.625.610.1.50 | Counter64 | read-only | Return the value of the transactionTimeout attribute for the connection factory. All transactions on connections created with this connection factory will have this timeout value expressed in seconds. |
| STR jmsConnectionFactoryType | 1.3.6.1.4.1.140.625.610.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jmsConnectionFactoryUserTransactionsEnabled | 1.3.6.1.4.1.140.625.610.1.55 | INTEGER | read-only | A boolean value (true Or false). Return the value of the userTransactionsEnabled attribute for the connection factory. |
| STR jmsConnectionRuntimeClientID | 1.3.6.1.4.1.140.625.200.1.25 | DisplayString | read-only | The clientID for this connection |
| jmsConnectionRuntimeEntry | 1.3.6.1.4.1.140.625.200.1 | not-accessible | Entry of jmsConnectionRuntimeTable | |
| OCT jmsConnectionRuntimeHostAddress | 1.3.6.1.4.1.140.625.200.1.46 | OCTET STRING | read-only | The host address of the client JVM as a string. |
| STR jmsConnectionRuntimeIndex | 1.3.6.1.4.1.140.625.200.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsConnectionRuntimeName | 1.3.6.1.4.1.140.625.200.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsConnectionRuntimeObjectName | 1.3.6.1.4.1.140.625.200.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsConnectionRuntimeParent | 1.3.6.1.4.1.140.625.200.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jmsConnectionRuntimeSessions | 1.3.6.1.4.1.140.625.200.1.30 | DisplayString | read-only | An array of sessions for this connection |
| C64 jmsConnectionRuntimeSessionsCurrentCount | 1.3.6.1.4.1.140.625.200.1.35 | Counter64 | read-only | The current number of sessions for this connection |
| C64 jmsConnectionRuntimeSessionsHighCount | 1.3.6.1.4.1.140.625.200.1.40 | Counter64 | read-only | The peak number of sessions for this connection since the last reset |
| C64 jmsConnectionRuntimeSessionsTotalCount | 1.3.6.1.4.1.140.625.200.1.45 | Counter64 | read-only | The number of sessions on this connection since the last reset |
| jmsConnectionRuntimeTable | 1.3.6.1.4.1.140.625.200 | not-accessible | This table is used for monitoring a WebLogic JMS Connection | |
| STR jmsConnectionRuntimeType | 1.3.6.1.4.1.140.625.200.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jmsConsumerRuntimeActive | 1.3.6.1.4.1.140.625.210.1.56 | INTEGER | read-only | Determines if the consumer active. |
| C64 jmsConsumerRuntimeBytesPendingCount | 1.3.6.1.4.1.140.625.210.1.35 | Counter64 | read-only | The number of bytes pending (uncommitted and and unacknowledged) by this consumer |
| C64 jmsConsumerRuntimeBytesReceivedCount | 1.3.6.1.4.1.140.625.210.1.40 | Counter64 | read-only | The number of bytes received by this consumer since the last reset |
| STR jmsConsumerRuntimeDestinationName | 1.3.6.1.4.1.140.625.210.1.45 | DisplayString | read-only | The destination for this consumer. |
| INT jmsConsumerRuntimeDurable | 1.3.6.1.4.1.140.625.210.1.55 | INTEGER | read-only | A boolean value (true Or false). Is the consumer durable. |
| jmsConsumerRuntimeEntry | 1.3.6.1.4.1.140.625.210.1 | not-accessible | Entry of jmsConsumerRuntimeTable | |
| STR jmsConsumerRuntimeIndex | 1.3.6.1.4.1.140.625.210.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT jmsConsumerRuntimeMemberDestinationName | 1.3.6.1.4.1.140.625.210.1.57 | OCTET STRING | read-only | Returns the name of the destination for this consumer. In case of a distributed destination, it will be the name of the member destination. |
| C64 jmsConsumerRuntimeMessagesPendingCount | 1.3.6.1.4.1.140.625.210.1.25 | Counter64 | read-only | The number of messages pending (uncommitted and and unacknowledged) by this consumer |
| C64 jmsConsumerRuntimeMessagesReceivedCount | 1.3.6.1.4.1.140.625.210.1.30 | Counter64 | read-only | The number of messages received by this consumer since the last reset |
| STR jmsConsumerRuntimeName | 1.3.6.1.4.1.140.625.210.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsConsumerRuntimeObjectName | 1.3.6.1.4.1.140.625.210.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsConsumerRuntimeParent | 1.3.6.1.4.1.140.625.210.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jmsConsumerRuntimeSelector | 1.3.6.1.4.1.140.625.210.1.50 | DisplayString | read-only | The consumer selector. |
| jmsConsumerRuntimeTable | 1.3.6.1.4.1.140.625.210 | not-accessible | This table is used for monitoring a WebLogic JMS Consumer | |
| STR jmsConsumerRuntimeType | 1.3.6.1.4.1.140.625.210.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jmsDestCommonBytesMaximum | 1.3.6.1.4.1.140.625.612.1.25 | INTEGER | read-only | Returns the value of BytesMaximum. |
| INT jmsDestCommonBytesThresholdHigh | 1.3.6.1.4.1.140.625.612.1.30 | INTEGER | read-only | Returns the value of BytesThresholdHigh. |
| INT jmsDestCommonBytesThresholdLow | 1.3.6.1.4.1.140.625.612.1.35 | INTEGER | read-only | Returns the value of BytesThresholdLow. |
| STR jmsDestCommonDeliveryModeOverride | 1.3.6.1.4.1.140.625.612.1.40 | DisplayString | read-only | Returns the DeliveryModeOverride value. |
| jmsDestCommonEntry | 1.3.6.1.4.1.140.625.612.1 | not-accessible | Entry of jmsDestCommonTable | |
| STR jmsDestCommonIndex | 1.3.6.1.4.1.140.625.612.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jmsDestCommonMessagesMaximum | 1.3.6.1.4.1.140.625.612.1.45 | INTEGER | read-only | Returns the values of MessagesMaximum. |
| INT jmsDestCommonMessagesThresholdHigh | 1.3.6.1.4.1.140.625.612.1.50 | INTEGER | read-only | Returns the values of MessagesThresholdHigh. |
| INT jmsDestCommonMessagesThresholdLow | 1.3.6.1.4.1.140.625.612.1.55 | INTEGER | read-only | Returns the values of MessagesThresholdLow. |
| STR jmsDestCommonName | 1.3.6.1.4.1.140.625.612.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsDestCommonObjectName | 1.3.6.1.4.1.140.625.612.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsDestCommonParent | 1.3.6.1.4.1.140.625.612.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT jmsDestCommonPriorityOverride | 1.3.6.1.4.1.140.625.612.1.65 | INTEGER | read-only | Returns the values of PriorityOverride. |
| INT jmsDestCommonRedeliveryDelayOverride | 1.3.6.1.4.1.140.625.612.1.70 | INTEGER | read-only | Returns the values of RedeliveryDelayOverride. |
| INT jmsDestCommonRedeliveryLimit | 1.3.6.1.4.1.140.625.612.1.75 | INTEGER | read-only | Returns the values of RedeliveryLimit. |
| jmsDestCommonTable | 1.3.6.1.4.1.140.625.612 | not-accessible | This table represents a jmsDestCommon in the domain. | |
| STR jmsDestCommonTimeToDeliverOverride | 1.3.6.1.4.1.140.625.612.1.80 | DisplayString | read-only | Returns the values of TimeToDeliverOverride. |
| INT jmsDestCommonTimeToLiveOverride | 1.3.6.1.4.1.140.625.612.1.85 | INTEGER | read-only | Returns the values of TimeToLiveOverride. |
| STR jmsDestCommonType | 1.3.6.1.4.1.140.625.612.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jmsDestinationBytesPagingEnabled | 1.3.6.1.4.1.140.625.615.1.25 | DisplayString | read-only | returns true or false. |
| jmsDestinationEntry | 1.3.6.1.4.1.140.625.615.1 | not-accessible | Entry of jmsDestinationTable | |
| STR jmsDestinationIndex | 1.3.6.1.4.1.140.625.615.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsDestinationJNDIName | 1.3.6.1.4.1.140.625.615.1.30 | DisplayString | read-only | Returns the JNDI name of the destination. |
| STR jmsDestinationJNDINameReplicated | 1.3.6.1.4.1.140.625.615.1.45 | DisplayString | read-only | jndi name enabled. |
| STR jmsDestinationKeyDirection | 1.3.6.1.4.1.140.625.620.1.35 | DisplayString | read-only | The direction for this key |
| jmsDestinationKeyEntry | 1.3.6.1.4.1.140.625.620.1 | not-accessible | Entry of jmsDestinationKeyTable | |
| STR jmsDestinationKeyIndex | 1.3.6.1.4.1.140.625.620.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsDestinationKeyKeyType | 1.3.6.1.4.1.140.625.620.1.30 | DisplayString | read-only | The expected property type for this key |
| STR jmsDestinationKeyName | 1.3.6.1.4.1.140.625.620.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsDestinationKeyObjectName | 1.3.6.1.4.1.140.625.620.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsDestinationKeyParent | 1.3.6.1.4.1.140.625.620.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jmsDestinationKeyProperty | 1.3.6.1.4.1.140.625.620.1.25 | DisplayString | read-only | The property name for this key |
| jmsDestinationKeyTable | 1.3.6.1.4.1.140.625.620 | not-accessible | This table represents a key value for a destination | |
| STR jmsDestinationKeyType | 1.3.6.1.4.1.140.625.620.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jmsDestinationMessagesPagingEnabled | 1.3.6.1.4.1.140.625.615.1.35 | DisplayString | read-only | pagiing enablesd. |
| STR jmsDestinationName | 1.3.6.1.4.1.140.625.615.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsDestinationObjectName | 1.3.6.1.4.1.140.625.615.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsDestinationParent | 1.3.6.1.4.1.140.625.615.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 jmsDestinationRuntimeBytesCurrentCount | 1.3.6.1.4.1.140.625.220.1.65 | Counter64 | read-only | The current number of bytes stored in the destination. This does not include the pending bytes. |
| C64 jmsDestinationRuntimeBytesHighCount | 1.3.6.1.4.1.140.625.220.1.75 | Counter64 | read-only | The peak number of bytes stored in the destination since the last reset |
| C64 jmsDestinationRuntimeBytesPendingCount | 1.3.6.1.4.1.140.625.220.1.70 | Counter64 | read-only | The number of pending bytes stored in the destination. Pending bytes are over and above the current number of bytes. |
| C64 jmsDestinationRuntimeBytesReceivedCount | 1.3.6.1.4.1.140.625.220.1.80 | Counter64 | read-only | The number of bytes received in this destination since the last reset |
| C64 jmsDestinationRuntimeBytesThresholdTime | 1.3.6.1.4.1.140.625.220.1.85 | Counter64 | read-only | The amount of time in the threshold condition since the last reset |
| C64 jmsDestinationRuntimeConsumersCurrentCount | 1.3.6.1.4.1.140.625.220.1.25 | Counter64 | read-only | The current number of consumers accessing this destination |
| C64 jmsDestinationRuntimeConsumersHighCount | 1.3.6.1.4.1.140.625.220.1.30 | Counter64 | read-only | The peak number of consumers accessing this destination since the last reset |
| C64 jmsDestinationRuntimeConsumersTotalCount | 1.3.6.1.4.1.140.625.220.1.35 | Counter64 | read-only | The total number of consumers accessing this destination since the last reset |
| OCT jmsDestinationRuntimeConsumptionPaused | 1.3.6.1.4.1.140.625.220.1.94 | OCTET STRING | read-only | Indicates the consumption Pause state of the destination. |
| OCT jmsDestinationRuntimeConsumptionPausedState | 1.3.6.1.4.1.140.625.220.1.93 | OCTET STRING | read-only | The current consumption pause state of the destination. |
| OCT jmsDestinationRuntimeDestinationType | 1.3.6.1.4.1.140.625.220.1.97 | OCTET STRING | read-only | The destination type, either weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_QUEUE or weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_TOPIC depending upon whether the destination is a queue or topic. |
| STR jmsDestinationRuntimeDurableSubscribers | 1.3.6.1.4.1.140.625.220.1.90 | DisplayString | read-only | An array of durable subscriber runtime mbean for this destination. |
| jmsDestinationRuntimeEntry | 1.3.6.1.4.1.140.625.220.1 | not-accessible | Entry of jmsDestinationRuntimeTable | |
| STR jmsDestinationRuntimeIndex | 1.3.6.1.4.1.140.625.220.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT jmsDestinationRuntimeInsertionPaused | 1.3.6.1.4.1.140.625.220.1.92 | OCTET STRING | read-only | Indicates the InsertionPause state of the destination. |
| OCT jmsDestinationRuntimeInsertionPausedState | 1.3.6.1.4.1.140.625.220.1.96 | OCTET STRING | read-only | The current insertion pause state of the destination. |
| C64 jmsDestinationRuntimeMessagesCurrentCount | 1.3.6.1.4.1.140.625.220.1.40 | Counter64 | read-only | The current number of messages in the destination. This does not include the pending messages. |
| C64 jmsDestinationRuntimeMessagesHighCount | 1.3.6.1.4.1.140.625.220.1.50 | Counter64 | read-only | The peak number of messages in the destination since the last reset |
| C64 jmsDestinationRuntimeMessagesPendingCount | 1.3.6.1.4.1.140.625.220.1.45 | Counter64 | read-only | The number of pending messages in the destination Pending messages are over and above the current number of messages. |
| C64 jmsDestinationRuntimeMessagesReceivedCount | 1.3.6.1.4.1.140.625.220.1.55 | Counter64 | read-only | The number of messages received in this destination since that reset |
| C64 jmsDestinationRuntimeMessagesThresholdTime | 1.3.6.1.4.1.140.625.220.1.60 | Counter64 | read-only | The amount of time in the threshold condition since the last reset |
| STR jmsDestinationRuntimeName | 1.3.6.1.4.1.140.625.220.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsDestinationRuntimeObjectName | 1.3.6.1.4.1.140.625.220.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsDestinationRuntimeParent | 1.3.6.1.4.1.140.625.220.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT jmsDestinationRuntimeProductionPaused | 1.3.6.1.4.1.140.625.220.1.91 | OCTET STRING | read-only | Indicates the ProductionPause state of the destination. |
| OCT jmsDestinationRuntimeProductionPausedState | 1.3.6.1.4.1.140.625.220.1.98 | OCTET STRING | read-only | The current production pause state of the destination. |
| OCT jmsDestinationRuntimeState | 1.3.6.1.4.1.140.625.220.1.95 | OCTET STRING | read-only | The operational state of the destination as a String. |
| jmsDestinationRuntimeTable | 1.3.6.1.4.1.140.625.220 | not-accessible | This table is used for monitoring a WebLogic JMS Destination | |
| STR jmsDestinationRuntimeType | 1.3.6.1.4.1.140.625.220.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jmsDestinationStoreEnabled | 1.3.6.1.4.1.140.625.615.1.40 | DisplayString | read-only | store enablesd. |
| jmsDestinationTable | 1.3.6.1.4.1.140.625.615 | not-accessible | This table represents a jmsDestination in the domain. | |
| STR jmsDestinationType | 1.3.6.1.4.1.140.625.615.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| jmsDistributedDestinationEntry | 1.3.6.1.4.1.140.625.623.1 | not-accessible | Entry of jmsDistributedDestinationTable | |
| STR jmsDistributedDestinationIndex | 1.3.6.1.4.1.140.625.623.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsDistributedDestinationLoadBalancingPolicy | 1.3.6.1.4.1.140.625.623.1.21 | DisplayString | read-only | Generated Object. |
| jmsDistributedDestinationMemberEntry | 1.3.6.1.4.1.140.625.624.1 | not-accessible | Entry of jmsDistributedDestinationMemberTable | |
| STR jmsDistributedDestinationMemberIndex | 1.3.6.1.4.1.140.625.624.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsDistributedDestinationMemberName | 1.3.6.1.4.1.140.625.624.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsDistributedDestinationMemberObjectName | 1.3.6.1.4.1.140.625.624.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsDistributedDestinationMemberParent | 1.3.6.1.4.1.140.625.624.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsDistributedDestinationMemberTable | 1.3.6.1.4.1.140.625.624 | not-accessible | A JMS file based backing store. | |
| STR jmsDistributedDestinationMemberType | 1.3.6.1.4.1.140.625.624.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jmsDistributedDestinationMemberWeight | 1.3.6.1.4.1.140.625.624.1.21 | INTEGER | read-only | Generated Object. |
| STR jmsDistributedDestinationName | 1.3.6.1.4.1.140.625.623.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsDistributedDestinationObjectName | 1.3.6.1.4.1.140.625.623.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsDistributedDestinationParent | 1.3.6.1.4.1.140.625.623.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsDistributedDestinationTable | 1.3.6.1.4.1.140.625.623 | not-accessible | This table represents a key value for a destination | |
| STR jmsDistributedDestinationType | 1.3.6.1.4.1.140.625.623.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| jmsDistributedQueueEntry | 1.3.6.1.4.1.140.625.622.1 | not-accessible | Entry of jmsDistributedQueueTable | |
| INT jmsDistributedQueueForwardDelay | 1.3.6.1.4.1.140.625.622.1.25 | INTEGER | read-only | Return the message forwarding delay for this distributed queue. |
| STR jmsDistributedQueueIndex | 1.3.6.1.4.1.140.625.622.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsDistributedQueueName | 1.3.6.1.4.1.140.625.622.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsDistributedQueueObjectName | 1.3.6.1.4.1.140.625.622.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsDistributedQueueParent | 1.3.6.1.4.1.140.625.622.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsDistributedQueueTable | 1.3.6.1.4.1.140.625.622 | not-accessible | This table represents a key value for a destination | |
| STR jmsDistributedQueueType | 1.3.6.1.4.1.140.625.622.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jMSDurableSubscriberRuntimeActive | 1.3.6.1.4.1.140.625.460.1.45 | INTEGER | read-only | Is this subscription being used by a durable subscriber. |
| C64 jMSDurableSubscriberRuntimeBytesCurrentCount | 1.3.6.1.4.1.140.625.460.1.65 | Counter64 | read-only | The number of bytes received by this durable subscriber. |
| C64 jMSDurableSubscriberRuntimeBytesPendingCount | 1.3.6.1.4.1.140.625.460.1.60 | Counter64 | read-only | The number of bytes pending by this durable subscriber. |
| STR jMSDurableSubscriberRuntimeClientID | 1.3.6.1.4.1.140.625.460.1.25 | DisplayString | read-only | The client Id for this durable subscriber. |
| jMSDurableSubscriberRuntimeEntry | 1.3.6.1.4.1.140.625.460.1 | not-accessible | Entry of jMSDurableSubscriberRuntimeTable | |
| STR jMSDurableSubscriberRuntimeIndex | 1.3.6.1.4.1.140.625.460.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 jMSDurableSubscriberRuntimeMessagesCurrentCount | 1.3.6.1.4.1.140.625.460.1.55 | Counter64 | read-only | The number of messages still available by this durable subscriber. |
| C64 jMSDurableSubscriberRuntimeMessagesHighCount | 1.3.6.1.4.1.140.625.460.1.67 | Counter64 | read-only | Returns the peak number of messages for the durable subscriber since the last reset. |
| C64 jMSDurableSubscriberRuntimeMessagesPendingCount | 1.3.6.1.4.1.140.625.460.1.50 | Counter64 | read-only | The number of messages pending (uncommitted and unacknowledged) by this durable subscriber |
| C64 jMSDurableSubscriberRuntimeMessagesReceivedCount | 1.3.6.1.4.1.140.625.460.1.66 | Counter64 | read-only | Returns the number of messages received by the durable subscriber since that reset. |
| STR jMSDurableSubscriberRuntimeName | 1.3.6.1.4.1.140.625.460.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT jMSDurableSubscriberRuntimeNoLocal | 1.3.6.1.4.1.140.625.460.1.40 | INTEGER | read-only | The noLocal boolean for this durable subscriber. |
| STR jMSDurableSubscriberRuntimeObjectName | 1.3.6.1.4.1.140.625.460.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jMSDurableSubscriberRuntimeParent | 1.3.6.1.4.1.140.625.460.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jMSDurableSubscriberRuntimeSelector | 1.3.6.1.4.1.140.625.460.1.35 | DisplayString | read-only | durable subscriber selector. |
| STR jMSDurableSubscriberRuntimeSubscriptionName | 1.3.6.1.4.1.140.625.460.1.30 | DisplayString | read-only | The subscription name for this durable subscriber. |
| jMSDurableSubscriberRuntimeTable | 1.3.6.1.4.1.140.625.460 | not-accessible | This table is used for monitoring a WebLogic JMS Durable Subscriber. | |
| STR jMSDurableSubscriberRuntimeType | 1.3.6.1.4.1.140.625.460.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jmsFileStoreDirectory | 1.3.6.1.4.1.140.625.630.1.30 | DisplayString | read-only | Get the directory for this file based store. |
| jmsFileStoreEntry | 1.3.6.1.4.1.140.625.630.1 | not-accessible | Entry of jmsFileStoreTable | |
| STR jmsFileStoreIndex | 1.3.6.1.4.1.140.625.630.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsFileStoreJMSServer | 1.3.6.1.4.1.140.625.630.1.25 | DisplayString | read-only | The JMS Server for this store |
| STR jmsFileStoreName | 1.3.6.1.4.1.140.625.630.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsFileStoreObjectName | 1.3.6.1.4.1.140.625.630.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsFileStoreParent | 1.3.6.1.4.1.140.625.630.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsFileStoreTable | 1.3.6.1.4.1.140.625.630 | not-accessible | A JMS file based backing store. | |
| STR jmsFileStoreType | 1.3.6.1.4.1.140.625.630.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT jmsInteropModuleCompatibilityName | 1.3.6.1.4.1.140.625.960.1.4 | OCTET STRING | read-only | This is only set for beans created as a result of conversion from an 8.1 application configured using ApplicationMBean and ComponentMBean. Standalone modules in 8.1 have both an ApplicationMBean name and ComponentMBean name. This attribute stores the name of the latter, to be used when the server creates the transient ComponentMBean for backward compatibility. |
| I32 jmsInteropModuleDeploymentOrder | 1.3.6.1.4.1.140.625.960.1.5 | Integer32 | read-only | A numerical value that indicates when this unit is deployed, relative to other DeployableUnits on a server, during startup. Units with lower Load Order values are deployed before those with higher values. |
| OCT jmsInteropModuleDeploymentPrincipalName | 1.3.6.1.4.1.140.625.960.1.6 | OCTET STRING | read-only | A string value that indicates what principal should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener, If no principal name is specifed, then the anonymous principal will be used. |
| OCT jmsInteropModuleDescriptorFileName | 1.3.6.1.4.1.140.625.960.1.7 | OCTET STRING | read-only | The name of the file that contains the module configuration. By default the file resides in the DOMAIN_DIR/config/jms directory. The module file derives its name from the bean name using the following pattern: .xml Note that this is a read-only property that can only be set when the bean is created. |
| jmsInteropModuleEntry | 1.3.6.1.4.1.140.625.960.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jmsInteropModuleIndex | 1.3.6.1.4.1.140.625.960.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jmsInteropModuleModuleType | 1.3.6.1.4.1.140.625.960.1.8 | OCTET STRING | read-only | The values match those defined by jsr88. This attribute may move to another MBean. |
| OCT jmsInteropModuleName | 1.3.6.1.4.1.140.625.960.1.9 | OCTET STRING | read-only | Unique identifier for this bean instance. |
| OCT jmsInteropModuleObjectName | 1.3.6.1.4.1.140.625.960.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT jmsInteropModuleSourcePath | 1.3.6.1.4.1.140.625.960.1.10 | OCTET STRING | read-only | |
| jmsInteropModuleTable | 1.3.6.1.4.1.140.625.960 | not-accessible | This bean defines a system-level JMS resource. It links a separate descriptor that specifies the definition. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT jmsInteropModuleType | 1.3.6.1.4.1.140.625.960.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR jmsJDBCStoreConnectionPool | 1.3.6.1.4.1.140.625.640.1.30 | DisplayString | read-only | Get the JDBC Connection Pool for this backing store. |
| jmsJDBCStoreEntry | 1.3.6.1.4.1.140.625.640.1 | not-accessible | Entry of jmsJDBCStoreTable | |
| STR jmsJDBCStoreIndex | 1.3.6.1.4.1.140.625.640.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsJDBCStoreJMSServer | 1.3.6.1.4.1.140.625.640.1.25 | DisplayString | read-only | The JMS Server for this store |
| STR jmsJDBCStoreName | 1.3.6.1.4.1.140.625.640.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsJDBCStoreObjectName | 1.3.6.1.4.1.140.625.640.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsJDBCStoreParent | 1.3.6.1.4.1.140.625.640.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jmsJDBCStorePrefixName | 1.3.6.1.4.1.140.625.640.1.35 | DisplayString | read-only | Get the prefix name of JMS tables in this backing store. |
| jmsJDBCStoreTable | 1.3.6.1.4.1.140.625.640 | not-accessible | A JMS JDBC based backing store. | |
| STR jmsJDBCStoreType | 1.3.6.1.4.1.140.625.640.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| I32 jmsMessageLogFileBufferSizeKB | 1.3.6.1.4.1.140.625.965.1.10 | Integer32 | read-only | Gets the underlying log buffer size in kilo bytes |
| OCT jmsMessageLogFileDateFormatPattern | 1.3.6.1.4.1.140.625.965.1.11 | OCTET STRING | read-only | The date format pattern used for rendering dates in the log. The DateFormatPattern string conforms to the specification of the java.text.SimpleDateFormat class. |
| jmsMessageLogFileEntry | 1.3.6.1.4.1.140.625.965.1 | not-accessible | Generated SNMP Table Entry. | |
| I32 jmsMessageLogFileFileCount | 1.3.6.1.4.1.140.625.965.1.7 | Integer32 | read-only | The maximum number of log files that the server creates when it rotates the log. This number does not include the file that the server uses to store current messages. (Requires that you enable Number of Files Limited.) |
| I32 jmsMessageLogFileFileMinSize | 1.3.6.1.4.1.140.625.965.1.9 | Integer32 | read-only | The size (1 - 65535 kilobytes) that triggers the server to move log messages to a separate file. After the log file reaches the specified minimum size, the next time the server checks the file size, it will rename the current log file as FileName.n and create a new one to store subsequent messages. (Requires that you specify a file rotation type of Size.) |
| OCT jmsMessageLogFileFileName | 1.3.6.1.4.1.140.625.965.1.8 | OCTET STRING | read-only | The name of the file that stores current JMS server log messages. Usually it is a computed value based on the name of the parent of this MBean. For example, for a JMS server log, it is jmsserverName.log. However, if the name of the parent cannot be obtained, the file name is weblogic.log. If you specify a relative pathname, it is interpreted as relative to the server's root directory. To include a time and date stamp in the file name when the log file is rotated, add java.text.SimpleDateFormat variables to the file name. Surround each variable with percentage (%) characters. For example, if the file name is defined to be myjmsserver_%yyyy%_%MM%_%dd%_%hh%_%mm%.log, the log file will be named myserver_yyyy_mm_dd_hh_mm.log. When the log file is rotated, the rotated file name contains the date stamp. For example, if the log file is rotated on 2 April, 2005 at 10:05 AM, the log file that contains the old messages will be named myserver_2005_04_02_10_05.log. If you do not include a time and date stamp, the rotated log files are numbered in order of creation. For example, myjmsserver.log00007. |
| I32 jmsMessageLogFileFileTimeSpan | 1.3.6.1.4.1.140.625.965.1.5 | Integer32 | read-only | The interval (in hours) at which the server saves old log messages to another file. (Requires that you specify a file rotation type of TIME.) |
| OCT jmsMessageLogFileIndex | 1.3.6.1.4.1.140.625.965.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jmsMessageLogFileLogFileRotationDir | 1.3.6.1.4.1.140.625.965.1.15 | OCTET STRING | read-only | The directory where the rotated log files will be stored. By default the rotated files are stored in the same directory where the log file is stored. |
| OCT jmsMessageLogFileName | 1.3.6.1.4.1.140.625.965.1.14 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT jmsMessageLogFileNumberOfFilesLimited | 1.3.6.1.4.1.140.625.965.1.4 | OCTET STRING | read-only | Indicates whether to limit the number of log files that this server instance creates to store old messages. (Requires that you specify a file rotation type of SIZE or TIME.) After the server reaches this limit, it deletes the oldest log file and creates a new log file with the latest suffix. If you do not enable this option, the server creates new files indefinitely and you must clean up these files as you require. |
| OCT jmsMessageLogFileObjectName | 1.3.6.1.4.1.140.625.965.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT jmsMessageLogFileRotateLogOnStartup | 1.3.6.1.4.1.140.625.965.1.13 | OCTET STRING | read-only | Specifies whether a server rotates its log file during its startup cycle. |
| OCT jmsMessageLogFileRotationTime | 1.3.6.1.4.1.140.625.965.1.12 | OCTET STRING | read-only | Determines the start time (hour and minute) for a time-based rotation sequence. At the time that this value specifies, the server renames the current log file. Thereafter, the server renames the log file at an interval that you specify in File Time Span. If the specified time has already past, then the server starts its file rotation immediately. Use the following format: k:mm, where k is the hour in a 24-hour format. mm is the minute |
| OCT jmsMessageLogFileRotationType | 1.3.6.1.4.1.140.625.965.1.6 | OCTET STRING | read-only | Criteria for moving old log messages to a separate file. NONE Messages accumulate in a single file. You must erase the contents of the file when the size is too large. Note that WebLogic Server sets a threshold size limit of 500 MB before it forces a hard rotation to prevent excessive log file growth. SIZE When the log file reaches the size that you specify in FileMinSize, the server renames the file as FileName.n. TIME At each time interval that you specify in TimeSpan, the server renames the file as FileName.n. After the server renames a file, subsequent messages accumulate in a new file with the name that you specified in FileName. |
| jmsMessageLogFileTable | 1.3.6.1.4.1.140.625.965 | not-accessible | This defines the configuration aspects of the logs for a jms server. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT jmsMessageLogFileType | 1.3.6.1.4.1.140.625.965.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT jmsPooledConnectionRuntimeAverageReserved | 1.3.6.1.4.1.140.625.231.1.21 | INTEGER | read-only | Gets the averageReserved attribute of the JMSPooledConnectionRuntimeMBean object |
| INT jmsPooledConnectionRuntimeCreationDelayTime | 1.3.6.1.4.1.140.625.231.1.22 | INTEGER | read-only | Gets the creationDelayTime attribute of the JMSPooledConnectionRuntimeMBean object |
| INT jmsPooledConnectionRuntimeCurrCapacity | 1.3.6.1.4.1.140.625.231.1.23 | INTEGER | read-only | Gets the currCapacity attribute of the JMSPooledConnectionRuntimeMBean object |
| jmsPooledConnectionRuntimeEntry | 1.3.6.1.4.1.140.625.231.1 | not-accessible | Entry of jmsPooledConnectionRuntimeTable | |
| INT jmsPooledConnectionRuntimeHighestNumAvailable | 1.3.6.1.4.1.140.625.231.1.24 | INTEGER | read-only | ets the highestNumAvailable attribute of the JMSPooledConnectionRuntimeMBean object |
| INT jmsPooledConnectionRuntimeHighestNumReserved | 1.3.6.1.4.1.140.625.231.1.25 | INTEGER | read-only | The highestNumReserved value |
| INT jmsPooledConnectionRuntimeHighestNumUnavailable | 1.3.6.1.4.1.140.625.231.1.38 | INTEGER | read-only | The highest number of unusable JMS sessions in this instance of the session pool since it was instantiated. |
| C32 jmsPooledConnectionRuntimeHighestNumWaiters | 1.3.6.1.4.1.140.625.231.1.27 | Counter32 | read-only | he highestNumWaiters value |
| INT jmsPooledConnectionRuntimeHighestWaitSeconds | 1.3.6.1.4.1.140.625.231.1.28 | INTEGER | read-only | The highestWaitSeconds value |
| STR jmsPooledConnectionRuntimeIndex | 1.3.6.1.4.1.140.625.231.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jmsPooledConnectionRuntimeMaxCapacity | 1.3.6.1.4.1.140.625.231.1.29 | INTEGER | read-only | Gets the maxCapacity attribute of the JMSPooledConnectionRuntimeMBean object |
| STR jmsPooledConnectionRuntimeName | 1.3.6.1.4.1.140.625.231.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT jmsPooledConnectionRuntimeNumAvailable | 1.3.6.1.4.1.140.625.231.1.26 | INTEGER | read-only | The numAvailable value |
| INT jmsPooledConnectionRuntimeNumConnectionObjects | 1.3.6.1.4.1.140.625.231.1.30 | INTEGER | read-only | Gets the numConnectionObjects attribute of the JMSPooledConnectionRuntimeMBean object |
| INT jmsPooledConnectionRuntimeNumFailuresToRefresh | 1.3.6.1.4.1.140.625.231.1.31 | INTEGER | read-only | The numFailuresToRefresh value |
| INT jmsPooledConnectionRuntimeNumLeaked | 1.3.6.1.4.1.140.625.231.1.32 | INTEGER | read-only | The numFailuresToRefresh value |
| INT jmsPooledConnectionRuntimeNumReserved | 1.3.6.1.4.1.140.625.231.1.33 | INTEGER | read-only | The numReserved value |
| INT jmsPooledConnectionRuntimeNumUnavailable | 1.3.6.1.4.1.140.625.231.1.34 | INTEGER | read-only | The numUnavailable value |
| INT jmsPooledConnectionRuntimeNumWaiters | 1.3.6.1.4.1.140.625.231.1.35 | INTEGER | read-only | The numWaiters value |
| STR jmsPooledConnectionRuntimeObjectName | 1.3.6.1.4.1.140.625.231.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsPooledConnectionRuntimeParent | 1.3.6.1.4.1.140.625.231.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsPooledConnectionRuntimeTable | 1.3.6.1.4.1.140.625.231 | not-accessible | This table is used for monitoring a WebLogic JMS Producer | |
| INT jmsPooledConnectionRuntimeTotalNumAllocated | 1.3.6.1.4.1.140.625.231.1.36 | INTEGER | read-only | The totalNumAllocated value |
| INT jmsPooledConnectionRuntimeTotalNumDestroyed | 1.3.6.1.4.1.140.625.231.1.37 | INTEGER | read-only | The totalNumDestroyed value |
| STR jmsPooledConnectionRuntimeType | 1.3.6.1.4.1.140.625.231.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 jmsProducerRuntimeBytesPendingCount | 1.3.6.1.4.1.140.625.230.1.35 | Counter64 | read-only | The number of bytes pending (uncommitted and and unacknowledged) by this producer |
| C64 jmsProducerRuntimeBytesSentCount | 1.3.6.1.4.1.140.625.230.1.40 | Counter64 | read-only | The number of bytes sent by this producer since the last reset |
| jmsProducerRuntimeEntry | 1.3.6.1.4.1.140.625.230.1 | not-accessible | Entry of jmsProducerRuntimeTable | |
| STR jmsProducerRuntimeIndex | 1.3.6.1.4.1.140.625.230.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 jmsProducerRuntimeMessagesPendingCount | 1.3.6.1.4.1.140.625.230.1.25 | Counter64 | read-only | The number of messages pending (uncommitted and and unacknowledged) by this producer |
| C64 jmsProducerRuntimeMessagesSentCount | 1.3.6.1.4.1.140.625.230.1.30 | Counter64 | read-only | The number of messages sent by this producer since the last reset |
| STR jmsProducerRuntimeName | 1.3.6.1.4.1.140.625.230.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsProducerRuntimeObjectName | 1.3.6.1.4.1.140.625.230.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsProducerRuntimeParent | 1.3.6.1.4.1.140.625.230.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsProducerRuntimeTable | 1.3.6.1.4.1.140.625.230 | not-accessible | This table is used for monitoring a WebLogic JMS Producer | |
| STR jmsProducerRuntimeType | 1.3.6.1.4.1.140.625.230.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jmsQueueBytesMaximum | 1.3.6.1.4.1.140.625.650.1.35 | INTEGER | read-only | The value of bytesMaximum. |
| INT jmsQueueBytesThresholdHigh | 1.3.6.1.4.1.140.625.650.1.40 | INTEGER | read-only | The value of bytesThresholdHigh. |
| INT jmsQueueBytesThresholdLow | 1.3.6.1.4.1.140.625.650.1.45 | INTEGER | read-only | The value of bytesThresholdLow. |
| STR jmsQueueDeliveryModeOverride | 1.3.6.1.4.1.140.625.650.1.95 | DisplayString | read-only | The attribute defines the delivery mode assigned to all messages that arrive at the destination regardless of the delivery mode specified by the producer. |
| STR jmsQueueDestinationKeys | 1.3.6.1.4.1.140.625.650.1.25 | DisplayString | read-only | Return a read-only array of the DestinationKeys of the Template. |
| jmsQueueEntry | 1.3.6.1.4.1.140.625.650.1 | not-accessible | Entry of jmsQueueTable | |
| STR jmsQueueErrorDestination | 1.3.6.1.4.1.140.625.650.1.85 | DisplayString | read-only | The error destination for messages that have reach their redelivery limit. |
| STR jmsQueueIndex | 1.3.6.1.4.1.140.625.650.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsQueueJNDIName | 1.3.6.1.4.1.140.625.650.1.100 | DisplayString | read-only | The JNDI name of the destination. |
| INT jmsQueueMessagesMaximum | 1.3.6.1.4.1.140.625.650.1.50 | INTEGER | read-only | The value of messagesMaximum. |
| INT jmsQueueMessagesThresholdHigh | 1.3.6.1.4.1.140.625.650.1.55 | INTEGER | read-only | The value of messagesThresholdHigh. |
| INT jmsQueueMessagesThresholdLow | 1.3.6.1.4.1.140.625.650.1.60 | INTEGER | read-only | The value of messagesThresholdLow. |
| STR jmsQueueName | 1.3.6.1.4.1.140.625.650.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsQueueObjectName | 1.3.6.1.4.1.140.625.650.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsQueueParent | 1.3.6.1.4.1.140.625.650.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT jmsQueuePriorityOverride | 1.3.6.1.4.1.140.625.650.1.65 | INTEGER | read-only | The priority override value. |
| INT jmsQueueRedeliveryDelayOverride | 1.3.6.1.4.1.140.625.650.1.75 | INTEGER | read-only | The redelivery delay override in milliseconds for roll backs and recovers of consumed messages. |
| INT jmsQueueRedeliveryLimit | 1.3.6.1.4.1.140.625.650.1.80 | INTEGER | read-only | The number of redelivery tries a message may have before it is placed in the error destination. |
| STR jmsQueueStoreEnabled | 1.3.6.1.4.1.140.625.650.1.105 | DisplayString | read-only | One of tru, false, or default. See setStoreEnabled() for more information |
| jmsQueueTable | 1.3.6.1.4.1.140.625.650 | not-accessible | A JMS Destination queue. | |
| INT jmsQueueTimeToDeliverOverride | 1.3.6.1.4.1.140.625.650.1.70 | INTEGER | read-only | 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. |
| INT jmsQueueTimeToLiveOverride | 1.3.6.1.4.1.140.625.650.1.90 | INTEGER | read-only | The 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. |
| STR jmsQueueType | 1.3.6.1.4.1.140.625.650.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 jmsRemoteEndpointRuntimeBytesCurrentCount | 1.3.6.1.4.1.140.625.1245.1.16 | Counter64 | read-only | Returns the current number of bytes. This number does not include the pending bytes. |
| C64 jmsRemoteEndpointRuntimeBytesHighCount | 1.3.6.1.4.1.140.625.1245.1.14 | Counter64 | read-only | Returns the peak number of bytes since the last reset. |
| C64 jmsRemoteEndpointRuntimeBytesPendingCount | 1.3.6.1.4.1.140.625.1245.1.20 | Counter64 | read-only | Returns the number of pending bytes. Pending bytes are over and above the current number of bytes. |
| C64 jmsRemoteEndpointRuntimeBytesReceivedCount | 1.3.6.1.4.1.140.625.1245.1.7 | Counter64 | read-only | The number of bytes received since the last reset. |
| C64 jmsRemoteEndpointRuntimeBytesThresholdTime | 1.3.6.1.4.1.140.625.1245.1.19 | Counter64 | read-only | Returns the amount of time in the threshold condition since the last reset. |
| C64 jmsRemoteEndpointRuntimeDowntimeHigh | 1.3.6.1.4.1.140.625.1245.1.18 | Counter64 | read-only | Specifies the longest time, in seconds, that the remote endpoint has not been available since the last reset. |
| C64 jmsRemoteEndpointRuntimeDowntimeTotal | 1.3.6.1.4.1.140.625.1245.1.6 | Counter64 | read-only | Specifies the total time, in seconds, that the remote endpoint has not been available since the last reset. |
| OCT jmsRemoteEndpointRuntimeEndpointType | 1.3.6.1.4.1.140.625.1245.1.8 | OCTET STRING | read-only | Specifies if the remote endpoint is a JMS or WSRM destination. |
| jmsRemoteEndpointRuntimeEntry | 1.3.6.1.4.1.140.625.1245.1 | not-accessible | Generated SNMP Table Entry. | |
| C64 jmsRemoteEndpointRuntimeFailedMessagesTotal | 1.3.6.1.4.1.140.625.1245.1.9 | Counter64 | read-only | Returns the total number of messages that have failed to be forwarded since the last reset. |
| OCT jmsRemoteEndpointRuntimeIndex | 1.3.6.1.4.1.140.625.1245.1.1 | OCTET STRING | not-accessible | Index column |
| C64 jmsRemoteEndpointRuntimeMessagesCurrentCount | 1.3.6.1.4.1.140.625.1245.1.5 | Counter64 | read-only | Returns the current number of messages. This number includes the pending messages. |
| C64 jmsRemoteEndpointRuntimeMessagesHighCount | 1.3.6.1.4.1.140.625.1245.1.23 | Counter64 | read-only | Returns the peak number of messages since the last reset. |
| C64 jmsRemoteEndpointRuntimeMessagesPendingCount | 1.3.6.1.4.1.140.625.1245.1.17 | Counter64 | read-only | 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. |
| C64 jmsRemoteEndpointRuntimeMessagesReceivedCount | 1.3.6.1.4.1.140.625.1245.1.10 | Counter64 | read-only | The number of messages received since the last reset. |
| C64 jmsRemoteEndpointRuntimeMessagesThresholdTime | 1.3.6.1.4.1.140.625.1245.1.22 | Counter64 | read-only | Returns the amount of time in the threshold condition since the last reset. |
| OCT jmsRemoteEndpointRuntimeName | 1.3.6.1.4.1.140.625.1245.1.13 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT jmsRemoteEndpointRuntimeObjectName | 1.3.6.1.4.1.140.625.1245.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT jmsRemoteEndpointRuntimeOperationState | 1.3.6.1.4.1.140.625.1245.1.24 | OCTET STRING | read-only | Specifies the state of the most recent ExireAll operation. |
| OCT jmsRemoteEndpointRuntimePausedForForwarding | 1.3.6.1.4.1.140.625.1245.1.21 | OCTET STRING | read-only | Indicates if the remote endpoint is currently not forwarding messages. |
| OCT jmsRemoteEndpointRuntimePausedForIncoming | 1.3.6.1.4.1.140.625.1245.1.12 | OCTET STRING | read-only | Indicates if a remote endpoint is currently not accepting new messages. |
| jmsRemoteEndpointRuntimeTable | 1.3.6.1.4.1.140.625.1245 | not-accessible | This class is used for monitoring a WebLogic SAF remote endpoint for a JMS imported destination. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT jmsRemoteEndpointRuntimeType | 1.3.6.1.4.1.140.625.1245.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 jmsRemoteEndpointRuntimeUptimeHigh | 1.3.6.1.4.1.140.625.1245.1.15 | Counter64 | read-only | Specifies the longest time, in seconds, that the remote endpoint has been available since the last reset. |
| C64 jmsRemoteEndpointRuntimeUptimeTotal | 1.3.6.1.4.1.140.625.1245.1.4 | Counter64 | read-only | Specifies the total time, in seconds, that the remote endpoint has been available since the last reset. |
| OCT jmsRemoteEndpointRuntimeURL | 1.3.6.1.4.1.140.625.1245.1.11 | OCTET STRING | read-only | The URL of the remote endpoint. |
| STR jmsRuntimeConnections | 1.3.6.1.4.1.140.625.240.1.25 | DisplayString | read-only | The connections to this JMS server |
| C64 jmsRuntimeConnectionsCurrentCount | 1.3.6.1.4.1.140.625.240.1.30 | Counter64 | read-only | The current number of connection to this JMS server |
| C64 jmsRuntimeConnectionsHighCount | 1.3.6.1.4.1.140.625.240.1.35 | Counter64 | read-only | The peak number of connections to this JMS server since the last reset |
| C64 jmsRuntimeConnectionsTotalCount | 1.3.6.1.4.1.140.625.240.1.40 | Counter64 | read-only | The total number of connections made to this JMS server since the last reset |
| jmsRuntimeEntry | 1.3.6.1.4.1.140.625.240.1 | not-accessible | Entry of jmsRuntimeTable | |
| STR jmsRuntimeIndex | 1.3.6.1.4.1.140.625.240.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsRuntimeJMSServers | 1.3.6.1.4.1.140.625.240.1.45 | DisplayString | read-only | The JMSServers in the JMS service. |
| C64 jmsRuntimeJMSServersCurrentCount | 1.3.6.1.4.1.140.625.240.1.50 | Counter64 | read-only | the current number of JMSServers connected to thi JMS Services |
| C64 jmsRuntimeJMSServersHighCount | 1.3.6.1.4.1.140.625.240.1.55 | Counter64 | read-only | The peak number of JMSServers connected to this JMSService since the server is up |
| C64 jmsRuntimeJMSServersTotalCount | 1.3.6.1.4.1.140.625.240.1.60 | Counter64 | read-only | The number of JMSServers connections made to thisJMS Service since the server is up |
| STR jmsRuntimeName | 1.3.6.1.4.1.140.625.240.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsRuntimeObjectName | 1.3.6.1.4.1.140.625.240.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsRuntimeParent | 1.3.6.1.4.1.140.625.240.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsRuntimeTable | 1.3.6.1.4.1.140.625.240 | not-accessible | This table is used for monitoring a WebLogic JMS Service. | |
| STR jmsRuntimeType | 1.3.6.1.4.1.140.625.240.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| I32 jmsSAFMessageLogFileBufferSizeKB | 1.3.6.1.4.1.140.625.970.1.10 | Integer32 | read-only | Gets the underlying log buffer size in kilo bytes |
| OCT jmsSAFMessageLogFileDateFormatPattern | 1.3.6.1.4.1.140.625.970.1.11 | OCTET STRING | read-only | The date format pattern used for rendering dates in the log. The DateFormatPattern string conforms to the specification of the java.text.SimpleDateFormat class. |
| jmsSAFMessageLogFileEntry | 1.3.6.1.4.1.140.625.970.1 | not-accessible | Generated SNMP Table Entry. | |
| I32 jmsSAFMessageLogFileFileCount | 1.3.6.1.4.1.140.625.970.1.7 | Integer32 | read-only | The maximum number of log files that the server creates when it rotates the log. This number does not include the file that the server uses to store current messages. (Requires that you enable Number of Files Limited.) |
| I32 jmsSAFMessageLogFileFileMinSize | 1.3.6.1.4.1.140.625.970.1.9 | Integer32 | read-only | The size (1 - 65535 kilobytes) that triggers the server to move log messages to a separate file. After the log file reaches the specified minimum size, the next time the server checks the file size, it will rename the current log file as FileName.n and create a new one to store subsequent messages. (Requires that you specify a file rotation type of Size.) |
| OCT jmsSAFMessageLogFileFileName | 1.3.6.1.4.1.140.625.970.1.8 | OCTET STRING | read-only | |
| I32 jmsSAFMessageLogFileFileTimeSpan | 1.3.6.1.4.1.140.625.970.1.5 | Integer32 | read-only | The interval (in hours) at which the server saves old log messages to another file. (Requires that you specify a file rotation type of TIME.) |
| OCT jmsSAFMessageLogFileIndex | 1.3.6.1.4.1.140.625.970.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jmsSAFMessageLogFileLogFileRotationDir | 1.3.6.1.4.1.140.625.970.1.15 | OCTET STRING | read-only | The directory where the rotated log files will be stored. By default the rotated files are stored in the same directory where the log file is stored. |
| OCT jmsSAFMessageLogFileName | 1.3.6.1.4.1.140.625.970.1.14 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT jmsSAFMessageLogFileNumberOfFilesLimited | 1.3.6.1.4.1.140.625.970.1.4 | OCTET STRING | read-only | Indicates whether to limit the number of log files that this server instance creates to store old messages. (Requires that you specify a file rotation type of SIZE or TIME.) After the server reaches this limit, it deletes the oldest log file and creates a new log file with the latest suffix. If you do not enable this option, the server creates new files indefinitely and you must clean up these files as you require. |
| OCT jmsSAFMessageLogFileObjectName | 1.3.6.1.4.1.140.625.970.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT jmsSAFMessageLogFileRotateLogOnStartup | 1.3.6.1.4.1.140.625.970.1.13 | OCTET STRING | read-only | Specifies whether a server rotates its log file during its startup cycle. |
| OCT jmsSAFMessageLogFileRotationTime | 1.3.6.1.4.1.140.625.970.1.12 | OCTET STRING | read-only | Determines the start time (hour and minute) for a time-based rotation sequence. At the time that this value specifies, the server renames the current log file. Thereafter, the server renames the log file at an interval that you specify in File Time Span. If the specified time has already past, then the server starts its file rotation immediately. Use the following format: k:mm, where k is the hour in a 24-hour format. mm is the minute |
| OCT jmsSAFMessageLogFileRotationType | 1.3.6.1.4.1.140.625.970.1.6 | OCTET STRING | read-only | Criteria for moving old log messages to a separate file. NONE Messages accumulate in a single file. You must erase the contents of the file when the size is too large. Note that WebLogic Server sets a threshold size limit of 500 MB before it forces a hard rotation to prevent excessive log file growth. SIZE When the log file reaches the size that you specify in FileMinSize, the server renames the file as FileName.n. TIME At each time interval that you specify in TimeSpan, the server renames the file as FileName.n. After the server renames a file, subsequent messages accumulate in a new file with the name that you specified in FileName. |
| jmsSAFMessageLogFileTable | 1.3.6.1.4.1.140.625.970 | not-accessible | This defines the configuration aspects of the logs for a jms server. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT jmsSAFMessageLogFileType | 1.3.6.1.4.1.140.625.970.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT jmsServerAllowsPersistentDowngrade | 1.3.6.1.4.1.140.625.660.1.73 | OCTET STRING | read-only | Specifies whether JMS clients will get an exception when sending persistent messages to a destination targeted to a JMS server that does not have a persistent store configured. This parameter only has effect when the Store Enabled parameter is disabled (false). When set to false, the default, clients will get an exception when sending persistent messages to a JMS server with no store configured. When set to true, then persistent messages are downgraded to non-persistent; however, the send operations are allowed to continue. |
| OCT jmsServerBlockingSendPolicy | 1.3.6.1.4.1.140.625.660.1.80 | OCTET STRING | read-only | Determines whether the JMS server delivers smaller messages before larger ones when a destination has exceeded its maximum number of messages. FIFO prevents the JMS server from delivering smaller messages when larger ones are already waiting for space. Preemptive allows smaller send requests to preempt previous larger ones when there is sufficient space for smaller messages on the destination. This policy is defined only for the JMS server; it cannot be set on individual destinations. Additional information on the FIFO and Preemptive policies is provided below. FIFO (first in, first out) indicates that all send requests for the same destination are queued up one behind the other until space is available. No send request is permitted to successfully complete if there is another send request waiting for space before it. When space is limited, the FIFO policy prevents the starvation of larger requests because smaller requests cannot continuously use the remaining available space. Smaller requests are delayed, though not starved, until the larger request can be completed. When space does become available, requests are considered in the order in which they were made. If there is sufficient space for a given request, then that request is completed and the next request is considered. If there is insufficient space for a given request, then no further requests are considered until sufficient space becomes available for the current request to complete. Preemptive indicates that a send operation can preempt other blocking send operations if space is available. That is, if there is sufficient space for the current request, then that space is used even if there are other requests waiting for space. When space is limited, the Preemptive policy can result in the starvation of larger requests. For example, if there is insufficient available space for a large request, then it is queued up behind other existing requests. When space does become available, all requests are considered in the order in which they were originally made. If there is sufficient space for a given request, then that request is allowed to continue and the next request is considered. If there is insufficient space for a given request, then that request is skipped and the next request is considered. |
| INT jmsServerBytesMaximum | 1.3.6.1.4.1.140.625.660.1.45 | INTEGER | read-only | The value of bytesMaximum. This is the maximum number of bytes that can be stored in the JMS Server at any one time. |
| INT jmsServerBytesThresholdHigh | 1.3.6.1.4.1.140.625.660.1.50 | INTEGER | read-only | 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 |
| INT jmsServerBytesThresholdLow | 1.3.6.1.4.1.140.625.660.1.55 | INTEGER | read-only | 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. |
| OCT jmsServerConsumptionPausedAtStartup | 1.3.6.1.4.1.140.625.660.1.84 | OCTET STRING | read-only | Indicates whether consumption is paused at startup on destinations targeted to this JMS server at startup. A destination cannot receive any new messages while it is paused. When the value is set to true, then immediately after the host server instance is booted, then this JMS server and its targeted destinations are modified such that they are in a 'consumption paused' state, which prevents any message consuming activity on those destinations. To allow normal message consumption on the destinations, later you will have to change the state of this JMS server to a 'consumption enabled' state by setting this value to false, and then either redeploy the JMS server or reboot the hosting server instance. When the value is set to default, then the Consumption Paused At Startup is determined based on the corresponding setting on the individual destination. |
| INT jmsServerDeploymentOrder | 1.3.6.1.4.1.140.625.660.1.78 | INTEGER | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| STR jmsServerDestinations | 1.3.6.1.4.1.140.625.660.1.35 | DisplayString | read-only | A map containing all defined destinations and their associated JNDI names. |
| jmsServerEntry | 1.3.6.1.4.1.140.625.660.1 | not-accessible | Entry of jmsServerTable | |
| INT jmsServerExpirationScanInterval | 1.3.6.1.4.1.140.625.660.1.74 | INTEGER | read-only | The number of seconds between this JMS server's cycles of scanning local destinations for expired messages. A value of 0 disables active scanning. A very large scan interval effectively disables active scanning. With scanning disabled, users still do not receive expired messages and any expired messages that are discovered by other system activities are removed. However, expired messages sitting in idle destinations (such as an inactive queue or disconnected durable subscriber) are not removed and continue to consume system resources. The scanning cycle for expired messages occurs as follows: After the specified waiting period, the JMS server devotes a separate thread to scan all of its local destinations for expired messages. After the scanning is completed, all located expired messages are processed according to the specified Expiration Policy on the destination (Discard, Log, or Redirect). The entire process repeats after another specified waiting period. Note: Because a new scan does not start until the current one is finished and until the specified waiting period ends, an expired message could still remain in the system for the maximum scan waiting period plus the amount of time it takes to perform the scan. |
| OCT jmsServerHostingTemporaryDestinations | 1.3.6.1.4.1.140.625.660.1.81 | OCTET STRING | read-only | Specifies whether this JMS server can be used to host temporary destinations. If this field is enabled and no Temporary Template Name is defined, then the temporary destinations created on this JMS server will use all default destination values. If this field is enabled, then the JMS template to be used for creating temporary destinations is specified by the Temporary Template Name field. If this field is disabled, then this JMS server will not host temporary destinations. |
| STR jmsServerIndex | 1.3.6.1.4.1.140.625.660.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT jmsServerInsertionPausedAtStartup | 1.3.6.1.4.1.140.625.660.1.71 | OCTET STRING | read-only | Indicates whether insertion is paused at startup on destinations targeted to this JMS server. A destination cannot receive any new messages while it is paused. When the value is set to true, then immediately after the host server instance is booted, then this JMS server and its targeted destinations are modified such that they are in a 'insertion paused' state, which results preventing messages that are result of the 'in-flight' work completion to arrive on those destinations. Note: For a detailed definition of 'in-flight' work/messages, see weblogic.management.runtime.JMSServerRuntimeMBean#resumeInsertion and weblogic.management.runtime.JMSDestinationRuntime#resumeInsertion To allow in-flight work messages to appear on the destinations, later you will have to change the state of this JMS server to an 'insertion enabled' state by setting this value to false, and then either redeploy the JMS server or reboot the hosting server instance. When the value is set to default, then the Insertion Paused At Startup is determined based on the corresponding setting on the individual destination. |
| INT jmsServerMaximumMessageSize | 1.3.6.1.4.1.140.625.660.1.77 | INTEGER | read-only | The maximum number of bytes allowed in individual messages on this JMS server. The size of a message includes the message body, any user-defined properties, and the user-defined JMS header fields JMSCorrelationID and JMSType. The maximum message size is only enforced for the initial production of a message. Messages that are redirected to an error destination or forwarded to a member of a distributed destination are not checked for size. For instance, if a destination and its corresponding error destination are configured with a maximum message size of 128K bytes and 64K bytes, respectively, a message of 96K bytes could be redirected to the error destination (even though it exceeds the 64K byte maximum), but a producer could not directly send the 96K byte message to the error destination. Note: Any change to this maximum affects only incoming messages; stored messages are not affected. |
| C64 jmsServerMessageBufferSize | 1.3.6.1.4.1.140.625.660.1.79 | Counter64 | read-only | The amount of memory (in bytes) that this JMS server can use to store message bodies before it writes them to disk. When the JMS server writes the message bodies to disk, it clears them from memory. A value of -1 (the default) specifies that the server will automatically determine a size based on the maximum heap size of the JVM. This default will be set to either one-third the maximum heap size, or 512 megabytes, whichever is larger. The larger the buffer, the more memory JMS will consume when many messages are waiting on queues or topics. Once the buffer is surpassed, JMS may write message bodies to the directory specified by PagingDirectory in an effort to reduce memory usage below this buffer. Surpassing the buffer size does not stop the JMS server from accepting new messages. It is still possible to run out of memory if messages are arriving faster than they can be written to disk. Users with high messaging loads who wish to support the highest possible availability should consider setting a quota or setting a threshold and enabling flow control. Paging is always supported. |
| INT jmsServerMessagesMaximum | 1.3.6.1.4.1.140.625.660.1.60 | INTEGER | read-only | 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. |
| INT jmsServerMessagesThresholdHigh | 1.3.6.1.4.1.140.625.660.1.65 | INTEGER | read-only | 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 |
| INT jmsServerMessagesThresholdLow | 1.3.6.1.4.1.140.625.660.1.70 | INTEGER | read-only | 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. |
| STR jmsServerName | 1.3.6.1.4.1.140.625.660.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsServerObjectName | 1.3.6.1.4.1.140.625.660.1.5 | DisplayString | read-only | JMX-standard MBean name |
| OCT jmsServerPagingDirectory | 1.3.6.1.4.1.140.625.660.1.82 | OCTET STRING | read-only | Specifies where message bodies are written when the size of the message bodies in the JMS server exceeds the message buffer size. If unspecified, messages are written to the default tmp directory inside the server-name subdirectory of a domain's root directory. For example, domain-name/servers/server-name/tmp, where domain-name is the root directory of your domain. For best performance, this directory should not be the same as the directory used by the JMS server's persistent store. |
| STR jmsServerParent | 1.3.6.1.4.1.140.625.660.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT jmsServerProductionPausedAtStartup | 1.3.6.1.4.1.140.625.660.1.75 | OCTET STRING | read-only | Specifies whether production is paused at server startup on destinations targeted to this JMS server. A destination cannot receive any new messages while it is paused. When the value is set to true, then immediately after the host server instance is rebooted, then this JMS server and its targeted destinations are modified such that they are in a 'production paused' state, which results in preventing new message production activities on those destinations. To resume normal new message production activity, later you will have to change the state of this JMS server to a 'production enabled' state by setting this value to false, and then either redeploy the JMS server or reboot the hosting server instance. When the value is set to default, then the Production Paused At Startup is determined based on the corresponding setting on the individual destination. |
| C64 jmsServerRuntimeBytesCurrentCount | 1.3.6.1.4.1.140.625.250.1.90 | Counter64 | read-only | The current number of bytes stored in this JMS Server. This does not include the pending bytes. |
| C64 jmsServerRuntimeBytesHighCount | 1.3.6.1.4.1.140.625.250.1.100 | Counter64 | read-only | The peak number of bytes stored in this JMS Server since the last reset. |
| C64 jmsServerRuntimeBytesPageableCurrentCount | 1.3.6.1.4.1.140.625.250.1.116 | Counter64 | read-only | Return the total number of bytes in all the messages that are currently available to be paged out, but which have not yet been paged out. The JMS server attempts to keep this number smaller than the 'MessageBufferSize' parameter. |
| C64 jmsServerRuntimeBytesPagedInTotalCount | 1.3.6.1.4.1.140.625.250.1.122 | Counter64 | read-only | Return the total number of bytes that were read from the paging directory since the JMS server was started. |
| C64 jmsServerRuntimeBytesPagedOutTotalCount | 1.3.6.1.4.1.140.625.250.1.121 | Counter64 | read-only | Return the total number of bytes that were written to the paging directory since the JMS server was started. |
| C64 jmsServerRuntimeBytesPendingCount | 1.3.6.1.4.1.140.625.250.1.95 | Counter64 | read-only | The number of pending bytes stored in this JMS Server. Pending bytes are over and above the current number of bytes. |
| C64 jmsServerRuntimeBytesReceivedCount | 1.3.6.1.4.1.140.625.250.1.105 | Counter64 | read-only | The number of bytes received in this JMS Server since the last reset. |
| C64 jmsServerRuntimeBytesThresholdTime | 1.3.6.1.4.1.140.625.250.1.110 | Counter64 | read-only | The amount of time in the threshold condition since the last reset. |
| OCT jmsServerRuntimeConsumptionPaused | 1.3.6.1.4.1.140.625.250.1.115 | OCTET STRING | read-only | Returns the current consumption paused state of the JMSServer as boolean value. |
| OCT jmsServerRuntimeConsumptionPausedState | 1.3.6.1.4.1.140.625.250.1.114 | OCTET STRING | read-only | Returns the current consumption paused state of the JMSServer as string value. |
| STR jmsServerRuntimeDestinations | 1.3.6.1.4.1.140.625.250.1.45 | DisplayString | read-only | An array of destinations on this JMS server |
| C64 jmsServerRuntimeDestinationsCurrentCount | 1.3.6.1.4.1.140.625.250.1.50 | Counter64 | read-only | The current number of destinations for this JMS server |
| C64 jmsServerRuntimeDestinationsHighCount | 1.3.6.1.4.1.140.625.250.1.55 | Counter64 | read-only | The peak number of destinations on this JMS server since the last reset |
| C64 jmsServerRuntimeDestinationsTotalCount | 1.3.6.1.4.1.140.625.250.1.60 | Counter64 | read-only | The number of destinations instantiated on this JMS server since the last reset |
| jmsServerRuntimeEntry | 1.3.6.1.4.1.140.625.250.1 | not-accessible | Entry of jmsServerRuntimeTable | |
| STR jmsServerRuntimeIndex | 1.3.6.1.4.1.140.625.250.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT jmsServerRuntimeInsertionPaused | 1.3.6.1.4.1.140.625.250.1.113 | OCTET STRING | read-only | Returns the current insertion paused state of the JMSServer as boolean value. |
| OCT jmsServerRuntimeInsertionPausedState | 1.3.6.1.4.1.140.625.250.1.118 | OCTET STRING | read-only | Returns the current insertion paused state of the JMSServer as string value. |
| C64 jmsServerRuntimeMessagesCurrentCount | 1.3.6.1.4.1.140.625.250.1.65 | Counter64 | read-only | The current number of messages stored on this JMS server. This does not include the pending messages. |
| C64 jmsServerRuntimeMessagesHighCount | 1.3.6.1.4.1.140.625.250.1.75 | Counter64 | read-only | The peak number of messages stored in the JMS server since the last reset. |
| INT jmsServerRuntimeMessagesPageableCurrentCount | 1.3.6.1.4.1.140.625.250.1.119 | INTEGER | read-only | Return the number of messages that are currently available for paging in this JMS server but have not yet been paged out. Note that due to internal implementation details, this count may be zero even if 'PageableByteCurrentCount' is zero. |
| INT jmsServerRuntimeMessagesPagedInTotalCount | 1.3.6.1.4.1.140.625.250.1.111 | INTEGER | read-only | Return the total number of messages that were read from the paging directory since the JMS server was started. |
| INT jmsServerRuntimeMessagesPagedOutTotalCount | 1.3.6.1.4.1.140.625.250.1.117 | INTEGER | read-only | Return the total number of messages that were written to the paging directory since the JMS server was started. |
| C64 jmsServerRuntimeMessagesPendingCount | 1.3.6.1.4.1.140.625.250.1.70 | Counter64 | read-only | 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. |
| C64 jmsServerRuntimeMessagesReceivedCount | 1.3.6.1.4.1.140.625.250.1.80 | Counter64 | read-only | The number of messages received on this JMS Server since the last reset. |
| C64 jmsServerRuntimeMessagesThresholdTime | 1.3.6.1.4.1.140.625.250.1.85 | Counter64 | read-only | The amount of time in the threshold condition since the last reset. |
| STR jmsServerRuntimeName | 1.3.6.1.4.1.140.625.250.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsServerRuntimeObjectName | 1.3.6.1.4.1.140.625.250.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsServerRuntimeParent | 1.3.6.1.4.1.140.625.250.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT jmsServerRuntimeProductionPaused | 1.3.6.1.4.1.140.625.250.1.112 | OCTET STRING | read-only | Returns the current production paused state of the JMSServer as boolean value. |
| OCT jmsServerRuntimeProductionPausedState | 1.3.6.1.4.1.140.625.250.1.120 | OCTET STRING | read-only | Returns the current production paused state of the JMSServer as string value. |
| STR jmsServerRuntimeSessionPoolRuntimes | 1.3.6.1.4.1.140.625.250.1.25 | DisplayString | read-only | The session pools on this JMS Server |
| C64 jmsServerRuntimeSessionPoolsCurrentCount | 1.3.6.1.4.1.140.625.250.1.30 | Counter64 | read-only | The current number of session pools running on this JMS Server |
| C64 jmsServerRuntimeSessionPoolsHighCount | 1.3.6.1.4.1.140.625.250.1.35 | Counter64 | read-only | The peak number of session pools on this JMS Server since the last reset |
| C64 jmsServerRuntimeSessionPoolsTotalCount | 1.3.6.1.4.1.140.625.250.1.40 | Counter64 | read-only | The number of session pools instantiated on this JMS Server since the last reset |
| jmsServerRuntimeTable | 1.3.6.1.4.1.140.625.250 | not-accessible | This table is used for monitoring a WebLogic JMS Server | |
| STR jmsServerRuntimeType | 1.3.6.1.4.1.140.625.250.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jmsServerSessionPools | 1.3.6.1.4.1.140.625.660.1.30 | DisplayString | read-only | Get all the session pools defined for the JMS Server. |
| STR jmsServerStore | 1.3.6.1.4.1.140.625.660.1.40 | DisplayString | read-only | Get the backing store for the JMS server. |
| OCT jmsServerStoreEnabled | 1.3.6.1.4.1.140.625.660.1.72 | OCTET STRING | read-only | Specifies whether message persistence is supported for this JMS server. When set to true, the default, then if the JMS server has no store configured, the targeted WebLogic Server instance's default store is used to store persistent messages. When set to false, then this JMS server does not support persistent messages, and instead downgrades them to non-persistent. BEA recommends not setting this parameter to false. It is available to provide compatibility with older releases. |
| jmsServerTable | 1.3.6.1.4.1.140.625.660 | not-accessible | This table is used to monitor an EJBHome object of an Entity bean. | |
| STR jmsServerTargets | 1.3.6.1.4.1.140.625.660.1.25 | DisplayString | read-only | Targets on which this deployment is deployed. |
| OCT jmsServerTemporaryTemplateName | 1.3.6.1.4.1.140.625.660.1.76 | OCTET STRING | read-only | The name of a configured JMS template that this JMS server uses to create temporary destinations. Entering a template name, requires you to specify the JMS module that contains this template. However, a template name cannot be specified if the Hosting Temporary Destinations field is disabled. Note: If the specified JMS template provides persistent store values, they are ignored because temporary destinations do not support persistent messaging. |
| OCT jmsServerTemporaryTemplateResource | 1.3.6.1.4.1.140.625.660.1.83 | OCTET STRING | read-only | The name of a JMS module that contains a template that this JMS server can use to create temporary destinations. Entering a JMS module name requires you to specify a temporary template name. However, a module name cannot be specified if the Hosting Temporary Destinations field is disabled. |
| STR jmsServerType | 1.3.6.1.4.1.140.625.660.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jmsSessionPoolAcknowledgeMode | 1.3.6.1.4.1.140.625.670.1.40 | DisplayString | read-only | Return the acknowledge mode of the SessionPool. |
| STR jmsSessionPoolConnectionConsumers | 1.3.6.1.4.1.140.625.670.1.25 | DisplayString | read-only | Return a read-only array of the ConnectionConsumers of the SessionPool. |
| STR jmsSessionPoolConnectionFactory | 1.3.6.1.4.1.140.625.670.1.30 | DisplayString | read-only | Return the JNDI name of the connection factory for the session pool |
| jmsSessionPoolEntry | 1.3.6.1.4.1.140.625.670.1 | not-accessible | Entry of jmsSessionPoolTable | |
| STR jmsSessionPoolIndex | 1.3.6.1.4.1.140.625.670.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsSessionPoolListenerClass | 1.3.6.1.4.1.140.625.670.1.35 | DisplayString | read-only | Return the name of the listener class for the SessionPool. |
| STR jmsSessionPoolName | 1.3.6.1.4.1.140.625.670.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsSessionPoolObjectName | 1.3.6.1.4.1.140.625.670.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsSessionPoolParent | 1.3.6.1.4.1.140.625.670.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jmsSessionPoolRuntimeConnectionConsumers | 1.3.6.1.4.1.140.625.260.1.30 | DisplayString | read-only | The connection consumer for this session pool |
| C64 jmsSessionPoolRuntimeConnectionConsumersCurrentCount | 1.3.6.1.4.1.140.625.260.1.35 | Counter64 | read-only | The current number of connection consumers for this session pool |
| C64 jmsSessionPoolRuntimeConnectionConsumersHighCount | 1.3.6.1.4.1.140.625.260.1.40 | Counter64 | read-only | The peak number of simultaneous connection consumers for this session pool |
| C64 jmsSessionPoolRuntimeConnectionConsumersTotalCount | 1.3.6.1.4.1.140.625.260.1.45 | Counter64 | read-only | The total number of connection consumers made by this session pool since the last reset |
| jmsSessionPoolRuntimeEntry | 1.3.6.1.4.1.140.625.260.1 | not-accessible | Entry of jmsSessionPoolRuntimeTable | |
| STR jmsSessionPoolRuntimeIndex | 1.3.6.1.4.1.140.625.260.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsSessionPoolRuntimeJMSServer | 1.3.6.1.4.1.140.625.260.1.25 | DisplayString | read-only | The JMS server for this session pool |
| STR jmsSessionPoolRuntimeName | 1.3.6.1.4.1.140.625.260.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsSessionPoolRuntimeObjectName | 1.3.6.1.4.1.140.625.260.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsSessionPoolRuntimeParent | 1.3.6.1.4.1.140.625.260.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsSessionPoolRuntimeTable | 1.3.6.1.4.1.140.625.260 | not-accessible | This table is used for monitoring a WebLogic JMS Session Pool | |
| STR jmsSessionPoolRuntimeType | 1.3.6.1.4.1.140.625.260.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jmsSessionPoolSessionsMaximum | 1.3.6.1.4.1.140.625.670.1.45 | INTEGER | read-only | Return the maximum number of sessions allowed for the SessionPool. |
| jmsSessionPoolTable | 1.3.6.1.4.1.140.625.670 | not-accessible | This table represents a JMS session pool. | |
| INT jmsSessionPoolTransacted | 1.3.6.1.4.1.140.625.670.1.50 | INTEGER | read-only | returns boolean true if the SessionPool is transacted |
| STR jmsSessionPoolType | 1.3.6.1.4.1.140.625.670.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR jmsSessionRuntimeAcknowledgeMode | 1.3.6.1.4.1.140.625.270.1.70 | DisplayString | read-only | The acknowledge mode as one of 'AUTO_ACKNOWLEDGE' 'CLIENT_ACKNOWLEDGE' 'DUPS_OK_ACKNOWLEDGE' 'NO_ACKNOWLEDGE' |
| C64 jmsSessionRuntimeBytesPendingCount | 1.3.6.1.4.1.140.625.270.1.90 | Counter64 | read-only | The number of bytes pending (uncommitted and and unacknowledged) for this session |
| C64 jmsSessionRuntimeBytesReceivedCount | 1.3.6.1.4.1.140.625.270.1.100 | Counter64 | read-only | The number of bytes received by this session since the last reset |
| C64 jmsSessionRuntimeBytesSentCount | 1.3.6.1.4.1.140.625.270.1.95 | Counter64 | read-only | The number of bytes sent by this session since the last reset |
| STR jmsSessionRuntimeConsumers | 1.3.6.1.4.1.140.625.270.1.25 | DisplayString | read-only | An array of consumers for this session |
| C64 jmsSessionRuntimeConsumersCurrentCount | 1.3.6.1.4.1.140.625.270.1.30 | Counter64 | read-only | The current number of consumers for this session |
| C64 jmsSessionRuntimeConsumersHighCount | 1.3.6.1.4.1.140.625.270.1.35 | Counter64 | read-only | The peak number of consumers for this session since the last reset |
| C64 jmsSessionRuntimeConsumersTotalCount | 1.3.6.1.4.1.140.625.270.1.40 | Counter64 | read-only | The number of consumers instantiated by this session since the last reset |
| jmsSessionRuntimeEntry | 1.3.6.1.4.1.140.625.270.1 | not-accessible | Entry of jmsSessionRuntimeTable | |
| STR jmsSessionRuntimeIndex | 1.3.6.1.4.1.140.625.270.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 jmsSessionRuntimeMessagesPendingCount | 1.3.6.1.4.1.140.625.270.1.75 | Counter64 | read-only | The number of messages pending (uncommitted and and unacknowledged) for this session |
| C64 jmsSessionRuntimeMessagesReceivedCount | 1.3.6.1.4.1.140.625.270.1.85 | Counter64 | read-only | The number of messages sent by this session since the last reset |
| C64 jmsSessionRuntimeMessagesSentCount | 1.3.6.1.4.1.140.625.270.1.80 | Counter64 | read-only | The number of bytes sent by this session since the last reset |
| STR jmsSessionRuntimeName | 1.3.6.1.4.1.140.625.270.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsSessionRuntimeObjectName | 1.3.6.1.4.1.140.625.270.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsSessionRuntimeParent | 1.3.6.1.4.1.140.625.270.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR jmsSessionRuntimeProducers | 1.3.6.1.4.1.140.625.270.1.45 | DisplayString | read-only | An array of producers for this session |
| C64 jmsSessionRuntimeProducersCurrentCount | 1.3.6.1.4.1.140.625.270.1.50 | Counter64 | read-only | The current number of producers for this session |
| C64 jmsSessionRuntimeProducersHighCount | 1.3.6.1.4.1.140.625.270.1.55 | Counter64 | read-only | The peak number of producers for this session since the last reset |
| C64 jmsSessionRuntimeProducersTotalCount | 1.3.6.1.4.1.140.625.270.1.60 | Counter64 | read-only | The number of producers for this session since the last reset |
| jmsSessionRuntimeTable | 1.3.6.1.4.1.140.625.270 | not-accessible | This table is used for monitoring a WebLogic JMS Session Pool | |
| INT jmsSessionRuntimeTransacted | 1.3.6.1.4.1.140.625.270.1.65 | INTEGER | read-only | A boolean value (true Or false). Is the session transacted |
| STR jmsSessionRuntimeType | 1.3.6.1.4.1.140.625.270.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jmsTemplateBytesPagingEnabled | 1.3.6.1.4.1.140.625.626.1.21 | INTEGER | read-only | Generated Object. |
| jmsTemplateEntry | 1.3.6.1.4.1.140.625.626.1 | not-accessible | Entry of jmsTemplateTable | |
| STR jmsTemplateIndex | 1.3.6.1.4.1.140.625.626.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jmsTemplateMessagesPagingEnabled | 1.3.6.1.4.1.140.625.626.1.22 | INTEGER | read-only | Generated Object. |
| STR jmsTemplateName | 1.3.6.1.4.1.140.625.626.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsTemplateObjectName | 1.3.6.1.4.1.140.625.626.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsTemplateParent | 1.3.6.1.4.1.140.625.626.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsTemplateTable | 1.3.6.1.4.1.140.625.626 | not-accessible | A JMS file based backing store. | |
| STR jmsTemplateType | 1.3.6.1.4.1.140.625.626.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jmsTopicBytesMaximum | 1.3.6.1.4.1.140.625.680.1.35 | INTEGER | read-only | The value of bytesMaximum. |
| INT jmsTopicBytesThresholdHigh | 1.3.6.1.4.1.140.625.680.1.40 | INTEGER | read-only | The value of bytesThresholdHigh. |
| INT jmsTopicBytesThresholdLow | 1.3.6.1.4.1.140.625.680.1.45 | INTEGER | read-only | The value of bytesThresholdLow. |
| STR jmsTopicDeliveryModeOverride | 1.3.6.1.4.1.140.625.680.1.95 | DisplayString | read-only | The attribute defines the delivery mode assigned to all messages that arrive at the destination regardless of the delivery mode specified by the producer. |
| STR jmsTopicDestinationKeys | 1.3.6.1.4.1.140.625.680.1.25 | DisplayString | read-only | Return a read-only array of the DestinationKeys of the Template. |
| jmsTopicEntry | 1.3.6.1.4.1.140.625.680.1 | not-accessible | Entry of jmsTopicTable | |
| STR jmsTopicErrorDestination | 1.3.6.1.4.1.140.625.680.1.85 | DisplayString | read-only | The error destination for messages that have reach their redelivery limit. |
| STR jmsTopicIndex | 1.3.6.1.4.1.140.625.680.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jmsTopicJNDIName | 1.3.6.1.4.1.140.625.680.1.100 | DisplayString | read-only | The JNDI name of the destination. |
| INT jmsTopicMessagesMaximum | 1.3.6.1.4.1.140.625.680.1.50 | INTEGER | read-only | The value of messagesMaximum. |
| INT jmsTopicMessagesThresholdHigh | 1.3.6.1.4.1.140.625.680.1.55 | INTEGER | read-only | The value of messagesThresholdHigh. |
| INT jmsTopicMessagesThresholdLow | 1.3.6.1.4.1.140.625.680.1.60 | INTEGER | read-only | The value of messagesThresholdLow. |
| STR jmsTopicMulticastAddress | 1.3.6.1.4.1.140.625.680.1.110 | DisplayString | read-only | The multicast address used by the destination. |
| INT jmsTopicMulticastPort | 1.3.6.1.4.1.140.625.680.1.120 | INTEGER | read-only | The multicast port for the destination. |
| INT jmsTopicMulticastTTL | 1.3.6.1.4.1.140.625.680.1.115 | INTEGER | read-only | The time-to-live value for the multicast message. |
| STR jmsTopicName | 1.3.6.1.4.1.140.625.680.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsTopicObjectName | 1.3.6.1.4.1.140.625.680.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsTopicParent | 1.3.6.1.4.1.140.625.680.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT jmsTopicPriorityOverride | 1.3.6.1.4.1.140.625.680.1.65 | INTEGER | read-only | The priority override value. |
| INT jmsTopicRedeliveryDelayOverride | 1.3.6.1.4.1.140.625.680.1.75 | INTEGER | read-only | The redelivery delay override in milliseconds for roll backs and recovers of consumed messages. |
| INT jmsTopicRedeliveryLimit | 1.3.6.1.4.1.140.625.680.1.80 | INTEGER | read-only | The number of redelivery tries a message may have before it is placed in the error destination. |
| STR jmsTopicStoreEnabled | 1.3.6.1.4.1.140.625.680.1.105 | DisplayString | read-only | One of true, false, or default. See setStoreEnabled() for more information |
| jmsTopicTable | 1.3.6.1.4.1.140.625.680 | not-accessible | A JMS Destination topic. | |
| INT jmsTopicTimeToDeliverOverride | 1.3.6.1.4.1.140.625.680.1.70 | INTEGER | read-only | 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. |
| INT jmsTopicTimeToLiveOverride | 1.3.6.1.4.1.140.625.680.1.90 | INTEGER | read-only | The 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. |
| STR jmsTopicType | 1.3.6.1.4.1.140.625.680.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| jmsVirtualDestinationEntry | 1.3.6.1.4.1.140.625.682.1 | not-accessible | Entry of jmsVirtualDestinationTable | |
| STR jmsVirtualDestinationIndex | 1.3.6.1.4.1.140.625.682.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jmsVirtualDestinationJNDIName | 1.3.6.1.4.1.140.625.682.1.25 | INTEGER | read-only | Return the JNDI name of the distributed destination. |
| STR jmsVirtualDestinationName | 1.3.6.1.4.1.140.625.682.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jmsVirtualDestinationObjectName | 1.3.6.1.4.1.140.625.682.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jmsVirtualDestinationParent | 1.3.6.1.4.1.140.625.682.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jmsVirtualDestinationTable | 1.3.6.1.4.1.140.625.682 | not-accessible | This table represents a key value for a destination | |
| STR jmsVirtualDestinationType | 1.3.6.1.4.1.140.625.682.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT jmxCompatibilityMBeanServerEnabled | 1.3.6.1.4.1.140.625.975.1.4 | OCTET STRING | read-only | Enables JMX clients to use the deprecated MBeanHome interface. Prior to 9.0, WebLogic Server supported a typed API layer over its JMX layer. Your JMX application classes could import type-safe interfaces for WebLogic Server MBeans, retrieve a reference to the MBeans through the weblogic.management.MBeanHome interface, and invoke the MBean methods directly. |
| OCT jmxDomainMBeanServerEnabled | 1.3.6.1.4.1.140.625.975.1.9 | OCTET STRING | read-only | Specifies whether the Administration Server initializes the Domain MBean Server, which provides federated access to all runtime MBeans and read-only configuration MBeans in the domain. Through it, JMX clients can access all MBeans in a domain through a single connection. The Administration Console and the WebLogic Scripting Tool use this MBean server for many (but not all) of their read operations. This MBean server exists only on the Administration Server. The Administration Server initializes it the first time a JMX client requests a connection to it. If you set this attribute to false, the Administration Server will not start this MBean server and JMX clients cannot connect to it. While this MBean server is instantiated lazily (only when requested), once it is instantiated it does use some memory and network traffic. Disabling this MBean server can conserve a minimal amount of resources, but the trade off is that JMX clients must maintain separate connections for each WebLogic Server's Runtime MBean Server. |
| OCT jmxEditMBeanServerEnabled | 1.3.6.1.4.1.140.625.975.1.11 | OCTET STRING | read-only | Specifies whether the Administration Server initializes the Edit MBean Server, which contains the hierarchy of MBeans used to make modifications to the domain's configuration. All JMX clients, including utilities such as the Administration Console and the WebLogic Scripting Tool, use the Edit MBean Server to modify a domain's configuration. This MBean server exists only on the Administration Server. By default, when the Administration Server starts, it starts the Edit MBean Server. If you set the EditMBeanServerEnabled attribute to false, the Administration Server will not start this MBean server. If you disable this MBean server, JMX clients cannot modify the domain's configuration. You can, however, modify the domain configuration through the offline editing feature of WebLogic Scripting Tool. Note: Disabling the Edit MBean Server is not sufficient to prevent changes to a domain configuration. Because the WebLogic Server deployment service does not use JMX, the Administration Console and WLST can deploy or undeploy applications even if you have disabled the Edit MBean Server. |
| jmxEntry | 1.3.6.1.4.1.140.625.975.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jmxIndex | 1.3.6.1.4.1.140.625.975.1.1 | OCTET STRING | not-accessible | Index column |
| I32 jmxInvocationTimeoutSeconds | 1.3.6.1.4.1.140.625.975.1.7 | Integer32 | read-only | The number of seconds that internal WebLogic Server processes wait to connect to an MBean server, invoke an MBean server method, and return the results of the invocation. If the MBean server method does not complete (return) within the timeout period, WebLogic Server abandons its invocation attempt. Some internal management processes within WebLogic Server require a server instance to connect to MBean servers in other WebLogic Server instances and invoke an MBean server method. The timeout period prevents the internal process from locking up if an MBean server cannot successfully return a method invocation. A value of 0 (zero) prevents the method invocation from timing out. With such a value, the internal process will wait indefinitely until the MBean server's method returns. |
| OCT jmxManagementEJBEnabled | 1.3.6.1.4.1.140.625.975.1.5 | OCTET STRING | read-only | Enables access to the Management EJB (MEJB), which is part of the J2EE Management APIs (JSR-77). The Management API specification provides a standardized management data model for common resources on J2EE Web application servers. The MEJB provides access to J2EE Managed Objects (JMOs), which describe the common J2EE resources. If you set this attribute to false, WebLogic Server does not register the MEJB in the JNDI tree, and effectively disables the J2EE Management APIs for the domain. |
| OCT jmxName | 1.3.6.1.4.1.140.625.975.1.10 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT jmxObjectName | 1.3.6.1.4.1.140.625.975.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT jmxPlatformMBeanServerEnabled | 1.3.6.1.4.1.140.625.975.1.6 | OCTET STRING | read-only | Causes each WebLogic Server instance to initialize the JDK's platform MBean server and to use the platform MBean server as the Runtime MBean Server. As of JDK 1.5, JVMs provide a platform MBean server that local processes can instantiate. There can be only one instance of the platform MBean server for each JVM. When a process instantiates this MBean server, the JVM creates several platform MBeans that provide monitoring data for the JVM itself. If you set this attribute to true, each WebLogic Server instance invokes the method java.lang.management.ManagementFactory.getPlatformMBeanServer() and thus causes the initialization of the JVM's MBeans. In this case, the server's Runtime MBean Server uses the MBeanServer returned by this method as its MBeanServer. This makes it possible to access the WebLogic Server MBeans and the JVM platform MBeans from a single MBean server. In addition, if you enable the Runtime MBean Server to be the platform MBean server, local processes in the JVM can directly access this MBean server through the MBeanServer interface that java.lang.management.ManagementFactory.getPlatformMBeanServer() returns. With this local access, there are no WebLogic Server security checks to make sure that only authorized users can access WebLogic Server MBeans. Any application that is running in the JVM can access any of the WebLogic Server MBeans in the Runtime MBean Server/JDK Platform MBean Server. Do not use this configuration if you cannot control or cannot trust the applications that are running within a JVM. |
| OCT jmxRuntimeMBeanServerEnabled | 1.3.6.1.4.1.140.625.975.1.8 | OCTET STRING | read-only | Specifies whether each server instance in the domain initializes its Runtime MBean Server, which provides access to a server's runtime MBeans and read-only configuration MBeans. The Administration Console and the WebLogic Scripting Tool use this MBean server for some (but not all) of their read operations. If RuntimeMBeanServerEnabled is true, each server starts its Runtime MBean Server during the server's startup cycle. If this attribute is false, no server instance in the domain will start its Runtime MBean Server. |
| jmxTable | 1.3.6.1.4.1.140.625.975 | not-accessible | Controls which JMX agents are initialized in the current WebLogic Server domain. Each JMX agent supports specific functions such as monitoring runtime statistics or modifying the domain's configuration. | |
| OCT jmxType | 1.3.6.1.4.1.140.625.975.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT jobRuntimeDescription | 1.3.6.1.4.1.140.625.1250.1.8 | OCTET STRING | read-only | Get the description of the submitted {@link commonj.timers.TimerListener}. Returns {@link commonj.timers.TimerListener#toString()} |
| jobRuntimeEntry | 1.3.6.1.4.1.140.625.1250.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jobRuntimeID | 1.3.6.1.4.1.140.625.1250.1.10 | OCTET STRING | read-only | The unique ID corresponding to this job |
| OCT jobRuntimeIndex | 1.3.6.1.4.1.140.625.1250.1.1 | OCTET STRING | not-accessible | Index column |
| C64 jobRuntimeLastLocalExecutionTime | 1.3.6.1.4.1.140.625.1250.1.6 | Counter64 | read-only | Returns the most recent execution time of this job in the local server. Note that multiple executions of the same job are load-balanced across the cluster and this time indicates when the job was last executed locally. |
| C64 jobRuntimeLocalExecutionCount | 1.3.6.1.4.1.140.625.1250.1.5 | Counter64 | read-only | Returns the number of times this job was executed locally. Job executions are load-balanced across the cluster. This count specifies the number of executions of the job in the local server. |
| OCT jobRuntimeName | 1.3.6.1.4.1.140.625.1250.1.9 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT jobRuntimeObjectName | 1.3.6.1.4.1.140.625.1250.1.2 | OCTET STRING | read-only | ObjectName column |
| C64 jobRuntimePeriod | 1.3.6.1.4.1.140.625.1250.1.7 | Counter64 | read-only | Returns the specified periodicity of this job |
| jobRuntimeTable | 1.3.6.1.4.1.140.625.1250 | not-accessible | RuntimeMBean that provides information about a particular job. | |
| C64 jobRuntimeTimeout | 1.3.6.1.4.1.140.625.1250.1.4 | Counter64 | read-only | Returns when the job will be executed next |
| OCT jobRuntimeType | 1.3.6.1.4.1.140.625.1250.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| jobSchedulerRuntimeEntry | 1.3.6.1.4.1.140.625.1255.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jobSchedulerRuntimeIndex | 1.3.6.1.4.1.140.625.1255.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jobSchedulerRuntimeName | 1.3.6.1.4.1.140.625.1255.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT jobSchedulerRuntimeObjectName | 1.3.6.1.4.1.140.625.1255.1.2 | OCTET STRING | read-only | ObjectName column |
| jobSchedulerRuntimeTable | 1.3.6.1.4.1.140.625.1255 | not-accessible | RuntimeMBean that provides information about jobs scheduled with the Job Scheduler. | |
| OCT jobSchedulerRuntimeType | 1.3.6.1.4.1.140.625.1255.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 joltConnectionPoolDeploymentOrder | 1.3.6.1.4.1.140.625.985.1.8 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| joltConnectionPoolEntry | 1.3.6.1.4.1.140.625.985.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT joltConnectionPoolIndex | 1.3.6.1.4.1.140.625.985.1.1 | OCTET STRING | not-accessible | Index column |
| OCT joltConnectionPoolKeyStoreName | 1.3.6.1.4.1.140.625.985.1.13 | OCTET STRING | read-only | The path and file name of the keystore containing the private key used in SSL mutual authentication. |
| I32 joltConnectionPoolMaximumPoolSize | 1.3.6.1.4.1.140.625.985.1.5 | Integer32 | read-only | The maximum number of connections that can be made from this Jolt connection pool. |
| I32 joltConnectionPoolMinimumPoolSize | 1.3.6.1.4.1.140.625.985.1.4 | Integer32 | read-only | The minimum number of connections to be added to this Jolt connection pool when WebLogic Server starts. |
| OCT joltConnectionPoolName | 1.3.6.1.4.1.140.625.985.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT joltConnectionPoolObjectName | 1.3.6.1.4.1.140.625.985.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 joltConnectionPoolRecvTimeout | 1.3.6.1.4.1.140.625.985.1.9 | Integer32 | read-only | The number of seconds the client waits to receive a response before timing out. |
| STR joltConnectionPoolRuntimeConnections | 1.3.6.1.4.1.140.625.280.1.45 | DisplayString | read-only | An array of JoltConnectionRuntimeMBeans that each represents the statistics for a Jolt Connection. |
| joltConnectionPoolRuntimeEntry | 1.3.6.1.4.1.140.625.280.1 | not-accessible | Entry of joltConnectionPoolRuntimeTable | |
| STR joltConnectionPoolRuntimeIndex | 1.3.6.1.4.1.140.625.280.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT joltConnectionPoolRuntimeMaxCapacity | 1.3.6.1.4.1.140.625.280.1.30 | INTEGER | read-only | The maximum connections configured for this Jolt pool. |
| STR joltConnectionPoolRuntimeName | 1.3.6.1.4.1.140.625.280.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR joltConnectionPoolRuntimeObjectName | 1.3.6.1.4.1.140.625.280.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR joltConnectionPoolRuntimeParent | 1.3.6.1.4.1.140.625.280.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR joltConnectionPoolRuntimePoolName | 1.3.6.1.4.1.140.625.280.1.25 | DisplayString | read-only | The configured name of this Jolt pool. |
| STR joltConnectionPoolRuntimePoolState | 1.3.6.1.4.1.140.625.280.1.35 | DisplayString | read-only | The pool state as one of 'Active' 'Suspended' |
| INT joltConnectionPoolRuntimeSecurityContextPropagation | 1.3.6.1.4.1.140.625.280.1.40 | INTEGER | read-only | A boolean value (true Or false). Is the security context propagated |
| joltConnectionPoolRuntimeTable | 1.3.6.1.4.1.140.625.280 | not-accessible | This table is used for monitoring a WebLogic Jolt Connection Pool | |
| STR joltConnectionPoolRuntimeType | 1.3.6.1.4.1.140.625.280.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT joltConnectionPoolSecurityContextEnabled | 1.3.6.1.4.1.140.625.985.1.10 | OCTET STRING | read-only | Indicates whether this Jolt connection pool passes the connection pool's security context (user name, password and other information) from the WebLogic Server user to the Tuxedo domain. If you enable the connection pool to pass the security context, you must start the Jolt Service Handler (JSH) with the -a option. When the JSH gets a message with the caller's identity, it calls impersonate_user() to get the appkey for the user. JSH caches the appkey, so the next time the caller makes a request, the appkey is retrieved from the cache and the request is forwarded to the service. A cache is maintained by each JSH, which means that there will be a cache maintained for all the session pools connected to the same JSH. You must enable Security Context if Tuxedo requires secured connections. |
| joltConnectionPoolTable | 1.3.6.1.4.1.140.625.985 | not-accessible | This bean defines a Jolt connection pool. | |
| OCT joltConnectionPoolTrustStoreName | 1.3.6.1.4.1.140.625.985.1.11 | OCTET STRING | read-only | The path and file name of the keystore containing the trust certificates. |
| OCT joltConnectionPoolType | 1.3.6.1.4.1.140.625.985.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT joltConnectionPoolUserName | 1.3.6.1.4.1.140.625.985.1.7 | OCTET STRING | read-only | A user name that applications specify to connect to this Jolt connection pool. If Security Context is enabled, this name must be the name of an authorized Tuxedo user. (Specifying a Tuxedo user name is required if the Tuxedo authentication level is USER_AUTH.) |
| OCT joltConnectionPoolUserRole | 1.3.6.1.4.1.140.625.985.1.12 | OCTET STRING | read-only | The Tuxedo user role for this Jolt connection pool. (This is required only when the security level in the Tuxedo domain is USER_AUTH, ACL, or MANDATORY_ACL). |
| STR joltConnectionRuntimeAddress | 1.3.6.1.4.1.140.625.290.1.25 | DisplayString | read-only | The connection Address |
| INT joltConnectionRuntimeAlive | 1.3.6.1.4.1.140.625.290.1.35 | INTEGER | read-only | A boolean value (true Or false). the Connection Alive indicator |
| joltConnectionRuntimeEntry | 1.3.6.1.4.1.140.625.290.1 | not-accessible | Entry of joltConnectionRuntimeTable | |
| INT joltConnectionRuntimeErrorCount | 1.3.6.1.4.1.140.625.290.1.50 | INTEGER | read-only | The Request Error Count |
| STR joltConnectionRuntimeIndex | 1.3.6.1.4.1.140.625.290.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT joltConnectionRuntimeInTransaction | 1.3.6.1.4.1.140.625.290.1.55 | INTEGER | read-only | A boolean value (true Or false). Returns the Connection in Transaction indicator |
| STR joltConnectionRuntimeLastAccessTime | 1.3.6.1.4.1.140.625.290.1.30 | DisplayString | read-only | The Last Access Date and Time |
| STR joltConnectionRuntimeName | 1.3.6.1.4.1.140.625.290.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR joltConnectionRuntimeObjectName | 1.3.6.1.4.1.140.625.290.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR joltConnectionRuntimeParent | 1.3.6.1.4.1.140.625.290.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT joltConnectionRuntimePendingRequestCount | 1.3.6.1.4.1.140.625.290.1.45 | INTEGER | read-only | The Pending Request Count |
| INT joltConnectionRuntimeRequestCount | 1.3.6.1.4.1.140.625.290.1.40 | INTEGER | read-only | The Request Count |
| joltConnectionRuntimeTable | 1.3.6.1.4.1.140.625.290 | not-accessible | This table is used for monitoring individual WebLogic Jolt connections | |
| STR joltConnectionRuntimeType | 1.3.6.1.4.1.140.625.290.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT joltConnectionServiceRuntimeConnectionPoolCount | 1.3.6.1.4.1.140.625.300.1.25 | INTEGER | read-only | The number of configured Jolt connection pools. |
| STR joltConnectionServiceRuntimeConnectionPools | 1.3.6.1.4.1.140.625.300.1.30 | DisplayString | read-only | An array of JoltConnectionPoolRuntimeMBeans that each represents the statistics for a Jolt Connection Pool. |
| joltConnectionServiceRuntimeEntry | 1.3.6.1.4.1.140.625.300.1 | not-accessible | Entry of joltConnectionServiceRuntimeTable | |
| STR joltConnectionServiceRuntimeIndex | 1.3.6.1.4.1.140.625.300.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR joltConnectionServiceRuntimeName | 1.3.6.1.4.1.140.625.300.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR joltConnectionServiceRuntimeObjectName | 1.3.6.1.4.1.140.625.300.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR joltConnectionServiceRuntimeParent | 1.3.6.1.4.1.140.625.300.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| joltConnectionServiceRuntimeTable | 1.3.6.1.4.1.140.625.300 | not-accessible | This table is used for monitoring a WebLogic Jolt component | |
| STR joltConnectionServiceRuntimeType | 1.3.6.1.4.1.140.625.300.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jrockitRuntimeAllProcessorsAverageLoad | 1.3.6.1.4.1.140.625.302.1.21 | INTEGER | read-only | represents a snapshot of the average load of all processors |
| INT jrockitRuntimeConcurrent | 1.3.6.1.4.1.140.625.302.1.43 | INTEGER | read-only | true if this GC runs in a separate concurrent thread. |
| jrockitRuntimeEntry | 1.3.6.1.4.1.140.625.302.1 | not-accessible | Entry of jrockitRuntimeTable | |
| C64 jrockitRuntimeFreeHeap | 1.3.6.1.4.1.140.625.302.1.22 | Counter64 | read-only | Bytes of free Java heap memory. |
| C64 jrockitRuntimeFreePhysicalMemory | 1.3.6.1.4.1.140.625.302.1.23 | Counter64 | read-only | Bytes of free physical memory |
| STR jrockitRuntimeGcAlgorithm | 1.3.6.1.4.1.140.625.302.1.24 | DisplayString | read-only | Type of garbage collector being used by the VM |
| INT jrockitRuntimeGCHandlesCompaction | 1.3.6.1.4.1.140.625.302.1.44 | INTEGER | read-only | true if this garbage collector compacts the Java heap |
| INT jrockitRuntimeGenerational | 1.3.6.1.4.1.140.625.302.1.45 | INTEGER | read-only | true if this GC has a nursery. |
| C64 jrockitRuntimeHeapFreeCurrent | 1.3.6.1.4.1.140.625.302.1.55 | Counter64 | read-only | The current amount of memory (in bytes) that is available in the JVM heap. |
| INT jrockitRuntimeHeapFreePercent | 1.3.6.1.4.1.140.625.302.1.50 | INTEGER | read-only | Percentage of the maximum memory that is free. |
| C64 jrockitRuntimeHeapSizeCurrent | 1.3.6.1.4.1.140.625.302.1.49 | Counter64 | read-only | The current size (in bytes) of the JVM heap. |
| C64 jrockitRuntimeHeapSizeMax | 1.3.6.1.4.1.140.625.302.1.51 | Counter64 | read-only | The maximum free memory configured for this JVM. |
| INT jrockitRuntimeIncremental | 1.3.6.1.4.1.140.625.302.1.46 | INTEGER | read-only | true if this GC is incremental |
| STR jrockitRuntimeIndex | 1.3.6.1.4.1.140.625.302.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT jrockitRuntimeJavaVendor | 1.3.6.1.4.1.140.625.302.1.48 | OCTET STRING | read-only | Returns the vendor of Java. The vendor of Java that this server runs. |
| OCT jrockitRuntimeJavaVersion | 1.3.6.1.4.1.140.625.302.1.53 | OCTET STRING | read-only | The Java version of the JVM. |
| OCT jrockitRuntimeJavaVMVendor | 1.3.6.1.4.1.140.625.302.1.56 | OCTET STRING | read-only | Returns the vendor of the JVM. The vendor of the JVM that this server runs. system property java.vm.vendor is returned |
| STR jrockitRuntimeJVMDescription | 1.3.6.1.4.1.140.625.302.1.25 | DisplayString | read-only | A description of the JVM as a String. |
| INT jrockitRuntimeJvmProcessorLoad | 1.3.6.1.4.1.140.625.302.1.26 | INTEGER | read-only | double that indicates the average load that the VM is placing on all processors. |
| C64 jrockitRuntimeLastGCEnd | 1.3.6.1.4.1.140.625.302.1.27 | Counter64 | read-only | the time the last GC ended. |
| C64 jrockitRuntimeLastGCStart | 1.3.6.1.4.1.140.625.302.1.28 | Counter64 | read-only | The time the last GC started |
| STR jrockitRuntimeName | 1.3.6.1.4.1.140.625.302.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT jrockitRuntimeNumberOfDaemonThreads | 1.3.6.1.4.1.140.625.302.1.29 | INTEGER | read-only | the total number of daemon Java threads running in the VM. |
| INT jrockitRuntimeNumberOfProcessors | 1.3.6.1.4.1.140.625.302.1.30 | INTEGER | read-only | he number of processors on the VM's host computer. |
| STR jrockitRuntimeObjectName | 1.3.6.1.4.1.140.625.302.1.5 | DisplayString | read-only | JMX-standard MBean name |
| OCT jrockitRuntimeOSName | 1.3.6.1.4.1.140.625.302.1.52 | OCTET STRING | read-only | Returns the operating system on which the JVM is running. The operating system on which the JVM is running. |
| OCT jrockitRuntimeOSVersion | 1.3.6.1.4.1.140.625.302.1.54 | OCTET STRING | read-only | The version of the operating system on which the JVM is running. |
| INT jrockitRuntimeParallel | 1.3.6.1.4.1.140.625.302.1.47 | INTEGER | read-only | true if this GC runs in parallel on multiple processors |
| STR jrockitRuntimeParent | 1.3.6.1.4.1.140.625.302.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jrockitRuntimeTable | 1.3.6.1.4.1.140.625.302 | not-accessible | This table is used for monitoring a WebLogic Jolt component | |
| STR jrockitRuntimeThreadStackDump | 1.3.6.1.4.1.140.625.302.1.31 | DisplayString | read-only | a stack dump of all live threads in the VM |
| C64 jrockitRuntimeTotalGarbageCollectionCount | 1.3.6.1.4.1.140.625.302.1.32 | Counter64 | read-only | The number of GCs perfomed so far |
| C64 jrockitRuntimeTotalGarbageCollectionTime | 1.3.6.1.4.1.140.625.302.1.33 | Counter64 | read-only | Indicates the number of milliseconds that the Virtual Machine has spent on all garbage collection runs since the VM was started. |
| C64 jrockitRuntimeTotalHeap | 1.3.6.1.4.1.140.625.302.1.34 | Counter64 | read-only | Bytes of memory allocated to the Java heap |
| INT jrockitRuntimeTotalNumberOfThreads | 1.3.6.1.4.1.140.625.302.1.35 | INTEGER | read-only | the number of Java threads running in the VM |
| C64 jrockitRuntimeTotalNurserySize | 1.3.6.1.4.1.140.625.302.1.36 | Counter64 | read-only | Bytes allocated to the nursery |
| C64 jrockitRuntimeTotalPhysicalMemory | 1.3.6.1.4.1.140.625.302.1.37 | Counter64 | read-only | Bytes of physical memory on the host computer |
| STR jrockitRuntimeType | 1.3.6.1.4.1.140.625.302.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 jrockitRuntimeUptime | 1.3.6.1.4.1.140.625.302.1.38 | Counter64 | read-only | The uptime (in milliseconds) of the VM |
| C64 jrockitRuntimeUsedHeap | 1.3.6.1.4.1.140.625.302.1.39 | Counter64 | read-only | Bytes of Java heap memory that is being used |
| C64 jrockitRuntimeUsedPhysicalMemory | 1.3.6.1.4.1.140.625.302.1.40 | Counter64 | read-only | Bytes of physical memory being used. |
| STR jrockitRuntimeVendor | 1.3.6.1.4.1.140.625.302.1.41 | DisplayString | read-only | The name of the vendor as a String |
| STR jrockitRuntimeVersion | 1.3.6.1.4.1.140.625.302.1.42 | DisplayString | read-only | The current version of the JVM as a String |
| INT jtaAbandonTimeoutSeconds | 1.3.6.1.4.1.140.625.690.1.30 | INTEGER | read-only | The transaction abandon timeout in seconds. |
| INT jtaBeforeCompletionIterationLimit | 1.3.6.1.4.1.140.625.690.1.40 | INTEGER | read-only | The maximum number of iterations the transaction manager will perform the beforeCompletion synchronization callback. |
| INT jtaCheckpointIntervalSeconds | 1.3.6.1.4.1.140.625.690.1.53 | INTEGER | read-only | The interval at which the transaction manager creates a new transaction log file and checks all old transaction log files to see if they are ready to be deleted. |
| jtaEntry | 1.3.6.1.4.1.140.625.690.1 | not-accessible | Entry of jtaTable | |
| INT jtaForgetHeuristics | 1.3.6.1.4.1.140.625.690.1.35 | INTEGER | read-only | 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. |
| STR jtaIndex | 1.3.6.1.4.1.140.625.690.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jtaMaxResourceRequestsOnServer | 1.3.6.1.4.1.140.625.690.1.51 | INTEGER | read-only | Maximum number of concurrent requests to resources allowed for each server. |
| C64 jtaMaxResourceUnavailableMillis | 1.3.6.1.4.1.140.625.690.1.52 | Counter64 | read-only | Maximum duration in milliseconds that a resource is declared dead. After the duration, the resource will be declared available again, even if the resource provider does not explicitly re-register the resource. |
| INT jtaMaxTransactions | 1.3.6.1.4.1.140.625.690.1.45 | INTEGER | read-only | The maximum number of simultaneous in progress transactions allowed on a server. |
| INT jtaMaxUniqueNameStatistics | 1.3.6.1.4.1.140.625.690.1.50 | INTEGER | read-only | The maximum number of unique transaction names for which statistics will be maintained. |
| C64 jtaMaxXACallMillis | 1.3.6.1.4.1.140.625.690.1.57 | Counter64 | read-only | Maximum allowed duration of XA calls to resources. If a particular XA call to a resource exceeds the limit, the resource is declared unavailable. |
| I32 jtaMigratableTargetAdditionalMigrationAttempts | 1.3.6.1.4.1.140.625.980.1.14 | Integer32 | read-only | A migratable service could fail to come up on every possible configured server. This attribute controls how many further attempts, after the service has failed on every server at least once, should be tried. Note that each attempt specified here indicates another full circut of migrations amongst all the configured servers. So for a 3-server cluster, and a value of 2, a total of 4 additional migrations will be attempted. (the original server is never a valid destination) |
| jtaMigratableTargetEntry | 1.3.6.1.4.1.140.625.980.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT jtaMigratableTargetIndex | 1.3.6.1.4.1.140.625.980.1.1 | OCTET STRING | not-accessible | Index column |
| OCT jtaMigratableTargetMigrationPolicy | 1.3.6.1.4.1.140.625.980.1.10 | OCTET STRING | read-only | |
| I32 jtaMigratableTargetMillisToSleepBetweenAttempts | 1.3.6.1.4.1.140.625.980.1.5 | Integer32 | read-only | Controls how long of a pause there should be between the migration attempts described in getAdditionalMigrationAttempts(). Note that this delay only happens when the service has failed to come up on every server. It does not cause any sort of delay between attempts to migrate otherwise. |
| OCT jtaMigratableTargetName | 1.3.6.1.4.1.140.625.980.1.13 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT jtaMigratableTargetNonLocalPostAllowed | 1.3.6.1.4.1.140.625.980.1.6 | OCTET STRING | read-only | Specifies whether or not the post-deactivation script is allowed to run on a different machine. Normally, when automigration occurs, the post-deactivation script will be run on the service's current location, and the pre-activation script on the service's new location. If the current location is unreachable for some reason, this value will be checked to see if it is safe to run it on the service's new machine. This is useful if the post-deactivation script controls access to a networked resource and does not need any data from the current machine. |
| I32 jtaMigratableTargetNumberOfRestartAttempts | 1.3.6.1.4.1.140.625.980.1.15 | Integer32 | read-only | Specfies how many restart attempts to make before migrating the failed service. Note that these are consecutive attempts. If the value is set to 6, and the service restart fails 5 times before succeeding, but then fails again later, it will not instantly migrate. Each failure gets its own count of restart attempts. A value of 0 is identical to setting {@link #getRestartOnFailure} to false. A value of -1 indicates the service should never be migrated; instead, it will be restarted until it either works or the server shuts down. |
| OCT jtaMigratableTargetObjectName | 1.3.6.1.4.1.140.625.980.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT jtaMigratableTargetPostScript | 1.3.6.1.4.1.140.625.980.1.4 | OCTET STRING | read-only | Specifies the path to the post-migration script to run after a migratable target is fully deactivated. The script must be in the BEA_HOME/user_projects/domains/mydomain/bin/service_migration directory. After the migratable target is deactivated, if there is a script specified, and Node Manager is available, then the sript will run. Specfiying a script without an available Node Manager will result in an error upon migration. |
| OCT jtaMigratableTargetPostScriptFailureFatal | 1.3.6.1.4.1.140.625.980.1.8 | OCTET STRING | read-only | Specifies whether or not a failure during execution of the post-deactivation script is fatal to the migration. If it is fatal, the migratable target will not be automatically migrated until an administrator manually migrates it to a server, thus reactivating it. Note: Enabling this value will result in weakening the exactly-once guarantee. It is provided to prevent more dangerous data corruption if the post-deactivation script fails. Also if this value is enabled, then the script may be called more than once by the migration framework after the Migratable Target is deactivated or the server or machine hosting the Migratable Target crashed or is network partitioned. The script is expected not to return different exit values when invoked multiple times in such scenarios. |
| OCT jtaMigratableTargetPreScript | 1.3.6.1.4.1.140.625.980.1.9 | OCTET STRING | read-only | Specifies the path to the pre-migration script to run before a migratable target is actually activated. The script must be in the BEA_HOME/user_projects/domains/mydomain/bin/service_migration directory. Before the migratable target is activated, if there is a script specified, and Node Manager is available, then the script will run. Specifying a script without an available Node Manager will result in an error upon migration. If the script fails or cannot be found, migration will not proceed on the current server, and will be tried on the next suitable server. This could be the next server in the candidate server list, or in the cluster, if there is no candidate server list. |
| OCT jtaMigratableTargetRestartOnFailure | 1.3.6.1.4.1.140.625.980.1.11 | OCTET STRING | read-only | Specifies whether or not a failed service will first be deactivated and reactivated in place, instead of being migrated. The number of restart attempts is controlled by {@link #getNumberOfRestartAttempts}. Once these restart attempts are exhausted, the service will migrate. A restarting migratable target will deactivate all services on it in order, then reactivate them all. |
| I32 jtaMigratableTargetSecondsBetweenRestarts | 1.3.6.1.4.1.140.625.980.1.7 | Integer32 | read-only | Specifies how many seconds to wait in between attempts to restart the failed service. |
| OCT jtaMigratableTargetStrictOwnershipCheck | 1.3.6.1.4.1.140.625.980.1.12 | OCTET STRING | read-only | Whether continue to boot if cannot find the current owner of TRS to do failback. This attribute is only meaningful for servers in cluster. If true: server will fail to boot under this situation. If false: server will continue to boot without trying to do failback. |
| jtaMigratableTargetTable | 1.3.6.1.4.1.140.625.980 | not-accessible | The target that is used internally to register the JTA recovery manager to the Migration Manager. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT jtaMigratableTargetType | 1.3.6.1.4.1.140.625.980.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR jtaName | 1.3.6.1.4.1.140.625.690.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jtaObjectName | 1.3.6.1.4.1.140.625.690.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jtaParent | 1.3.6.1.4.1.140.625.690.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT jtaRecoveryRuntimeActive | 1.3.6.1.4.1.140.625.311.1.35 | INTEGER | read-only | Returns whether the Transaction Recovery Service is currently activated on this server. |
| jtaRecoveryRuntimeEntry | 1.3.6.1.4.1.140.625.311.1 | not-accessible | Entry of jtaRecoveryRuntimeTable | |
| STR jtaRecoveryRuntimeIndex | 1.3.6.1.4.1.140.625.311.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT jtaRecoveryRuntimeInitialRecoveredTransactionTotalCount | 1.3.6.1.4.1.140.625.311.1.25 | INTEGER | read-only | Returns the total number of transactions that are recovered from the Transaction Log initially. |
| STR jtaRecoveryRuntimeName | 1.3.6.1.4.1.140.625.311.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jtaRecoveryRuntimeObjectName | 1.3.6.1.4.1.140.625.311.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jtaRecoveryRuntimeParent | 1.3.6.1.4.1.140.625.311.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT jtaRecoveryRuntimeRecoveredTransactionCompletionPercent | 1.3.6.1.4.1.140.625.311.1.30 | INTEGER | read-only | Returns the percentage of the initially recovered transactions that are completed. |
| jtaRecoveryRuntimeTable | 1.3.6.1.4.1.140.625.311 | not-accessible | This table is used for accessing transaction runtime characteristics within a WebLogic server. | |
| STR jtaRecoveryRuntimeType | 1.3.6.1.4.1.140.625.311.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jtaRuntimeActiveTransactionsTotalCount | 1.3.6.1.4.1.140.625.310.1.76 | INTEGER | read-only | The number of active transactions on the server. |
| jtaRuntimeEntry | 1.3.6.1.4.1.140.625.310.1 | not-accessible | Entry of jtaRuntimeTable | |
| STR jtaRuntimeIndex | 1.3.6.1.4.1.140.625.310.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jtaRuntimeName | 1.3.6.1.4.1.140.625.310.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jtaRuntimeObjectName | 1.3.6.1.4.1.140.625.310.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jtaRuntimeParent | 1.3.6.1.4.1.140.625.310.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 jtaRuntimeSecondsActiveTotalCount | 1.3.6.1.4.1.140.625.310.1.60 | Counter64 | read-only | The total number of seconds for all committed transactions. |
| jtaRuntimeTable | 1.3.6.1.4.1.140.625.310 | not-accessible | This table is used for accessing transaction runtime characteristics within a WebLogic server. | |
| C64 jtaRuntimeTransactionAbandonedTotalCount | 1.3.6.1.4.1.140.625.310.1.77 | Counter64 | read-only | The total number of transactions that were abandoned since the server was started. |
| C64 jtaRuntimeTransactionCommittedTotalCount | 1.3.6.1.4.1.140.625.310.1.30 | Counter64 | read-only | The number of committed transactions. |
| C64 jtaRuntimeTransactionHeuristicsTotalCount | 1.3.6.1.4.1.140.625.310.1.40 | Counter64 | read-only | The number of transactions that completed with a heuristic status. |
| STR jtaRuntimeTransactionNameRuntimeMBeans | 1.3.6.1.4.1.140.625.310.1.70 | DisplayString | read-only | An array of TransactionNameRuntimeMBeans that represent statistics for all transactions in the server, categorized by transaction name |
| STR jtaRuntimeTransactionResourceRuntimeMBeans | 1.3.6.1.4.1.140.625.310.1.75 | DisplayString | read-only | An array of TransactionResourceRuntimeMBeans that each represents the statistics for a transaction resource. |
| C64 jtaRuntimeTransactionRolledBackAppTotalCount | 1.3.6.1.4.1.140.625.310.1.50 | Counter64 | read-only | The number of transactions that were rolled back due to an application error. |
| C64 jtaRuntimeTransactionRolledBackResourceTotalCount | 1.3.6.1.4.1.140.625.310.1.45 | Counter64 | read-only | Returns the number of transactions that were rolled back due to a resource error. |
| C64 jtaRuntimeTransactionRolledBackSystemTotalCount | 1.3.6.1.4.1.140.625.310.1.55 | Counter64 | read-only | The number of transactions that were rolled back due to an internal system error. |
| C64 jtaRuntimeTransactionRolledBackTimeoutTotalCount | 1.3.6.1.4.1.140.625.310.1.65 | Counter64 | read-only | The total number of seconds for all committed transactions. |
| C64 jtaRuntimeTransactionRolledBackTotalCount | 1.3.6.1.4.1.140.625.310.1.35 | Counter64 | read-only | The number of transactions that were rolled back. |
| C64 jtaRuntimeTransactionTotalCount | 1.3.6.1.4.1.140.625.310.1.25 | Counter64 | read-only | The total number of transactions processed. This total includes all committed, rolled back and heuristic transaction completions. |
| STR jtaRuntimeType | 1.3.6.1.4.1.140.625.310.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT jtaSecurityInteropMode | 1.3.6.1.4.1.140.625.690.1.56 | OCTET STRING | read-only | Specifies the security mode of the communication channel used for XA calls between servers that participate in a global transaction. All server instances in a domain must have the same security mode setting. Security Interoperability Mode options: default The transaction coordinator makes calls using the kernel identity over an admin channel if it is enabled, and anonymous otherwise. Man-in-the-middle attacks are possible if the admin channel is not enabled. performance The transaction coordinator makes calls using anonymous at all times. This implies a security risk since a malicious third party could then try to affect the outcome of transactions using a man-in-the-middle attack. compatibility The transaction coordinator makes calls as the kernel identity over an insecure channel. This is a high security risk because a successful man-in-the-middle attack would allow the attacker to gain administrative control over both domains. This setting should only be used when strong network security is in place. |
| C64 jtaSerializeEnlistmentsGCIntervalMillis | 1.3.6.1.4.1.140.625.690.1.54 | Counter64 | read-only | The interval at which internal objects used to serialize resource enlistment are cleaned up. |
| jtaTable | 1.3.6.1.4.1.140.625.690 | not-accessible | This table provides access to the JTA configuration attributes. | |
| INT jtaTimeoutSeconds | 1.3.6.1.4.1.140.625.690.1.25 | INTEGER | read-only | The transaction timeout in seconds. |
| STR jtaType | 1.3.6.1.4.1.140.625.690.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT jtaUnregisterResourceGracePeriod | 1.3.6.1.4.1.140.625.690.1.55 | INTEGER | read-only | The grace period (number of seconds) that the transaction manager waits for transactions involving the resource to complete before unregistering a resource. The grace period can help minimize the risk of abandoned transactions because of an unregistered resource, such as a JDBC data source module packaged with an application. During the specified grace period, the unregisterResource call will block until the call can return, and no new transactions are started for the associated resource. If the number of outstanding transactions for the resource goes to 0, the unregisterResource call returns immediately. At the end of the grace period, if there are still outstanding transactions associated with the resource, the unregisterResource call returns and a log message is written on the server on which the resource was previously registered. |
| jvmRuntimeEntry | 1.3.6.1.4.1.140.625.340.1 | not-accessible | Entry of jvmRuntimeTable | |
| C64 jvmRuntimeHeapFreeCurrent | 1.3.6.1.4.1.140.625.340.1.25 | Counter64 | read-only | The current amount of free memory in the JVM heap in bytes. |
| C64 jvmRuntimeHeapSizeCurrent | 1.3.6.1.4.1.140.625.340.1.30 | Counter64 | read-only | The current size of the JVM heap in bytes |
| STR jvmRuntimeIndex | 1.3.6.1.4.1.140.625.340.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR jvmRuntimeJavaVendor | 1.3.6.1.4.1.140.625.340.1.40 | DisplayString | read-only | The vendor of the JVM. |
| STR jvmRuntimeJavaVersion | 1.3.6.1.4.1.140.625.340.1.35 | DisplayString | read-only | The Java version of the JVM. |
| STR jvmRuntimeName | 1.3.6.1.4.1.140.625.340.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR jvmRuntimeObjectName | 1.3.6.1.4.1.140.625.340.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR jvmRuntimeOSName | 1.3.6.1.4.1.140.625.340.1.45 | DisplayString | read-only | The OS upon which the JVM is running. |
| STR jvmRuntimeOSVersion | 1.3.6.1.4.1.140.625.340.1.50 | DisplayString | read-only | The OS version upon which the JVM is running. |
| STR jvmRuntimeParent | 1.3.6.1.4.1.140.625.340.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| jvmRuntimeTable | 1.3.6.1.4.1.140.625.340 | not-accessible | This table contains a runtime information about java virtual machine (jvm). | |
| STR jvmRuntimeType | 1.3.6.1.4.1.140.625.340.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT kernelCompleteCOMMessageTimeout | 1.3.6.1.4.1.140.625.692.1.25 | INTEGER | read-only | 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. |
| INT kernelCompleteHTTPMessageTimeout | 1.3.6.1.4.1.140.625.692.1.30 | INTEGER | read-only | 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. |
| INT kernelCompleteIIOPMessageTimeout | 1.3.6.1.4.1.140.625.692.1.35 | INTEGER | read-only | 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. |
| INT kernelCompleteT3MessageTimeout | 1.3.6.1.4.1.140.625.692.1.40 | INTEGER | read-only | 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. |
| INT kernelDefaultGIOPMinorVersion | 1.3.6.1.4.1.140.625.692.1.45 | INTEGER | read-only | Specify the default minor GIOP version for IIOP messages. This attribute is useful for client orbs with broken GIOP 1.2 implementations. |
| STR kernelDefaultProtocol | 1.3.6.1.4.1.140.625.692.1.55 | DisplayString | read-only | Returns the protocol to be used for connections when none is specified. |
| STR kernelDefaultSecureProtocol | 1.3.6.1.4.1.140.625.692.1.60 | DisplayString | read-only | Returns the protocol to be used for secure connections when none is specified. |
| INT kernelDGCIdlePeriodsUntilTimeout | 1.3.6.1.4.1.140.625.692.1.65 | INTEGER | read-only | Number of idle periods allowed before object is collected. |
| kernelEntry | 1.3.6.1.4.1.140.625.692.1 | not-accessible | Entry of kernelTable | |
| INT kernelIdleIIOPConnectionTimeout | 1.3.6.1.4.1.140.625.692.1.70 | INTEGER | read-only | 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. |
| STR kernelIndex | 1.3.6.1.4.1.140.625.692.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT kernelInstrumentStackTraceEnabled | 1.3.6.1.4.1.140.625.692.1.130 | INTEGER | read-only | Determines whether exception messages include the server-side stack trace. |
| INT kernelLogRemoteExceptionsEnabled | 1.3.6.1.4.1.140.625.692.1.135 | INTEGER | read-only | Determines whether the server message log includes exceptions that are raised in remote systems. |
| INT kernelMaxCOMMessageSize | 1.3.6.1.4.1.140.625.692.1.75 | INTEGER | read-only | 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. |
| INT kernelMaxHTTPMessageSize | 1.3.6.1.4.1.140.625.692.1.85 | INTEGER | read-only | 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. |
| INT kernelMaxIIOPMessageSize | 1.3.6.1.4.1.140.625.692.1.90 | INTEGER | read-only | 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. |
| INT kernelMaxOpenSockCount | 1.3.6.1.4.1.140.625.692.1.95 | INTEGER | read-only | 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. |
| INT kernelMaxT3MessageSize | 1.3.6.1.4.1.140.625.692.1.100 | INTEGER | read-only | 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. |
| STR kernelName | 1.3.6.1.4.1.140.625.692.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT kernelNativeIOEnabled | 1.3.6.1.4.1.140.625.692.1.140 | INTEGER | read-only | Whether or not native I/O is enabled for the server.. |
| STR kernelObjectName | 1.3.6.1.4.1.140.625.692.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR kernelParent | 1.3.6.1.4.1.140.625.692.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT kernelReverseDNSAllowed | 1.3.6.1.4.1.140.625.692.1.145 | INTEGER | read-only | Returns whether or not the kernel is allowed to perform reverse DNS lookups. |
| INT kernelStdoutDebugEnabled | 1.3.6.1.4.1.140.625.692.1.150 | INTEGER | read-only | Determines whether the server sends debug messages to standard out in addition to the log file. You must enable Log to Standard Out for this property to be relevant. |
| INT kernelStdoutEnabled | 1.3.6.1.4.1.140.625.692.1.155 | INTEGER | read-only | Enables the server to send messages to standard out in addition to the log file. |
| STR kernelStdoutFormat | 1.3.6.1.4.1.140.625.692.1.105 | DisplayString | read-only | The output format to use when logging to the console. |
| INT kernelStdoutLogStack | 1.3.6.1.4.1.140.625.692.1.160 | INTEGER | read-only | Whether to dump stack traces to the console when included in logged message. |
| INT kernelStdoutSeverityLevel | 1.3.6.1.4.1.140.625.692.1.110 | INTEGER | read-only | The minimum severity of a message that the server sends to standard out. |
| INT kernelStuckThreadMaxTime | 1.3.6.1.4.1.140.625.692.1.115 | INTEGER | read-only | Returns the time that is used to determine when a thread might be stuck. |
| INT kernelStuckThreadTimerInterval | 1.3.6.1.4.1.140.625.692.1.120 | INTEGER | read-only | 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. |
| kernelTable | 1.3.6.1.4.1.140.625.692 | not-accessible | This table represents a kernel in the domain. | |
| INT kernelThreadPoolPercentSocketReaders | 1.3.6.1.4.1.140.625.692.1.125 | INTEGER | read-only | Returns the percentage (1-99 ) of execute threads from the default queue hat may be used as socket readers. |
| STR kernelType | 1.3.6.1.4.1.140.625.692.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| I32 kodoDataCacheRuntimeCacheHitCount | 1.3.6.1.4.1.140.625.1260.1.4 | Integer32 | read-only | |
| OCT kodoDataCacheRuntimeCacheHitRatio | 1.3.6.1.4.1.140.625.1260.1.7 | OCTET STRING | read-only | |
| I32 kodoDataCacheRuntimeCacheMissCount | 1.3.6.1.4.1.140.625.1260.1.6 | Integer32 | read-only | |
| kodoDataCacheRuntimeEntry | 1.3.6.1.4.1.140.625.1260.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT kodoDataCacheRuntimeIndex | 1.3.6.1.4.1.140.625.1260.1.1 | OCTET STRING | not-accessible | Index column |
| OCT kodoDataCacheRuntimeName | 1.3.6.1.4.1.140.625.1260.1.8 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT kodoDataCacheRuntimeObjectName | 1.3.6.1.4.1.140.625.1260.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT kodoDataCacheRuntimeStatistics | 1.3.6.1.4.1.140.625.1260.1.9 | OCTET STRING | read-only | |
| kodoDataCacheRuntimeTable | 1.3.6.1.4.1.140.625.1260 | not-accessible | Base class for all runtime mbeans that provide status of running modules. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| I32 kodoDataCacheRuntimeTotalCurrentEntries | 1.3.6.1.4.1.140.625.1260.1.5 | Integer32 | read-only | |
| OCT kodoDataCacheRuntimeType | 1.3.6.1.4.1.140.625.1260.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| kodoPersistenceUnitRuntimeEntry | 1.3.6.1.4.1.140.625.1265.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT kodoPersistenceUnitRuntimeIndex | 1.3.6.1.4.1.140.625.1265.1.1 | OCTET STRING | not-accessible | Index column |
| OCT kodoPersistenceUnitRuntimeName | 1.3.6.1.4.1.140.625.1265.1.5 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT kodoPersistenceUnitRuntimeObjectName | 1.3.6.1.4.1.140.625.1265.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT kodoPersistenceUnitRuntimePersistenceUnitName | 1.3.6.1.4.1.140.625.1265.1.4 | OCTET STRING | read-only | |
| kodoPersistenceUnitRuntimeTable | 1.3.6.1.4.1.140.625.1265 | not-accessible | Base class for all runtime mbeans that provide status of running modules. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT kodoPersistenceUnitRuntimeType | 1.3.6.1.4.1.140.625.1265.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 kodoQueryCacheRuntimeCacheHitCount | 1.3.6.1.4.1.140.625.1270.1.4 | Integer32 | read-only | |
| OCT kodoQueryCacheRuntimeCacheHitRatio | 1.3.6.1.4.1.140.625.1270.1.7 | OCTET STRING | read-only | |
| I32 kodoQueryCacheRuntimeCacheMissCount | 1.3.6.1.4.1.140.625.1270.1.6 | Integer32 | read-only | |
| kodoQueryCacheRuntimeEntry | 1.3.6.1.4.1.140.625.1270.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT kodoQueryCacheRuntimeIndex | 1.3.6.1.4.1.140.625.1270.1.1 | OCTET STRING | not-accessible | Index column |
| OCT kodoQueryCacheRuntimeName | 1.3.6.1.4.1.140.625.1270.1.8 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT kodoQueryCacheRuntimeObjectName | 1.3.6.1.4.1.140.625.1270.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT kodoQueryCacheRuntimeStatistics | 1.3.6.1.4.1.140.625.1270.1.9 | OCTET STRING | read-only | |
| kodoQueryCacheRuntimeTable | 1.3.6.1.4.1.140.625.1270 | not-accessible | Base class for all runtime mbeans that provide status of running modules. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| I32 kodoQueryCacheRuntimeTotalCurrentEntries | 1.3.6.1.4.1.140.625.1270.1.5 | Integer32 | read-only | |
| OCT kodoQueryCacheRuntimeType | 1.3.6.1.4.1.140.625.1270.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| kodoQueryCompilationCacheRuntimeEntry | 1.3.6.1.4.1.140.625.1275.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT kodoQueryCompilationCacheRuntimeIndex | 1.3.6.1.4.1.140.625.1275.1.1 | OCTET STRING | not-accessible | Index column |
| OCT kodoQueryCompilationCacheRuntimeName | 1.3.6.1.4.1.140.625.1275.1.5 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT kodoQueryCompilationCacheRuntimeObjectName | 1.3.6.1.4.1.140.625.1275.1.2 | OCTET STRING | read-only | ObjectName column |
| kodoQueryCompilationCacheRuntimeTable | 1.3.6.1.4.1.140.625.1275 | not-accessible | Base class for all runtime mbeans that provide status of running modules. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| I32 kodoQueryCompilationCacheRuntimeTotalCurrentEntries | 1.3.6.1.4.1.140.625.1275.1.4 | Integer32 | read-only | |
| OCT kodoQueryCompilationCacheRuntimeType | 1.3.6.1.4.1.140.625.1275.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| libraryRuntimeEntry | 1.3.6.1.4.1.140.625.320.1 | not-accessible | Entry of libraryRuntimeTable | |
| STR libraryRuntimeImplementationVersion | 1.3.6.1.4.1.140.625.320.1.35 | DisplayString | read-only | |
| STR libraryRuntimeIndex | 1.3.6.1.4.1.140.625.320.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT libraryRuntimeLibraryIdentifier | 1.3.6.1.4.1.140.625.320.1.41 | OCTET STRING | read-only | Returns this Library's Identifier The library identifier uniquely identifies this library version across all versions of all deployed applications and deployed libraries. If the library is not versioned, the library identifier is the same as the library name. |
| STR libraryRuntimeLibraryName | 1.3.6.1.4.1.140.625.320.1.25 | DisplayString | read-only | |
| STR libraryRuntimeName | 1.3.6.1.4.1.140.625.320.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR libraryRuntimeObjectName | 1.3.6.1.4.1.140.625.320.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR libraryRuntimeParent | 1.3.6.1.4.1.140.625.320.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT libraryRuntimeReferenced | 1.3.6.1.4.1.140.625.320.1.40 | INTEGER | read-only | Returns true if this Library is referenced by one or more referencers. Typically a Library Referencer is a deployed application. |
| STR libraryRuntimeSpecificationVersion | 1.3.6.1.4.1.140.625.320.1.30 | DisplayString | read-only | |
| libraryRuntimeTable | 1.3.6.1.4.1.140.625.320 | not-accessible | This table represents all Library Modules deployed in the server. | |
| STR libraryRuntimeType | 1.3.6.1.4.1.140.625.320.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| logBroadcasterRuntimeEntry | 1.3.6.1.4.1.140.625.350.1 | not-accessible | Entry of logBroadcasterRuntimeTable | |
| STR logBroadcasterRuntimeIndex | 1.3.6.1.4.1.140.625.350.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 logBroadcasterRuntimeMessagesLogged | 1.3.6.1.4.1.140.625.350.1.25 | Counter64 | read-only | Number of total log messages generated by this instance of the WebLogic server. |
| STR logBroadcasterRuntimeName | 1.3.6.1.4.1.140.625.350.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR logBroadcasterRuntimeObjectName | 1.3.6.1.4.1.140.625.350.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR logBroadcasterRuntimeParent | 1.3.6.1.4.1.140.625.350.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| logBroadcasterRuntimeTable | 1.3.6.1.4.1.140.625.350 | not-accessible | 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. | |
| STR logBroadcasterRuntimeType | 1.3.6.1.4.1.140.625.350.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT logBufferSizeKB | 1.3.6.1.4.1.140.625.700.1.54 | INTEGER | read-only | Gets the underlying log buffer size in kilo bytes |
| OCT logDateFormatPattern | 1.3.6.1.4.1.140.625.700.1.64 | OCTET STRING | read-only | The date format pattern used for rendering dates in the log. The DateFormatPattern string conforms to the specification of the java.text.SimpleDateFormat class. |
| INT logDomainLogBroadcasterBufferSize | 1.3.6.1.4.1.140.625.700.1.63 | INTEGER | read-only | Broadcasts log messages to the domain log in batch mode. The size of the buffer for log messages that are sent to the domain log. The buffer is maintained on the Managed Server and gets broadcasted to the domain log when it gets full. |
| OCT logDomainLogBroadcastSeverity | 1.3.6.1.4.1.140.625.700.1.65 | OCTET STRING | read-only | The minimum severity of log messages going to the domain log from this server's log broadcaster. Messages with a lower severity than the specified value will not be published to the domain log. |
| logEntry | 1.3.6.1.4.1.140.625.700.1 | not-accessible | Entry of logTable | |
| INT logFileCount | 1.3.6.1.4.1.140.625.700.1.40 | INTEGER | read-only | This attribute defines the number of file instances which are kept by the logging system, other than the current logfile. |
| INT logFileMinSize | 1.3.6.1.4.1.140.625.700.1.50 | INTEGER | read-only | The minimum size (in kilobytes) that the error log file must reach before it is rolled over. |
| STR logFileName | 1.3.6.1.4.1.140.625.700.1.25 | DisplayString | read-only | name of the error log file, including the absolute directory path. |
| INT logFileTimeSpan | 1.3.6.1.4.1.140.625.700.1.45 | INTEGER | read-only | Timespan (in hours) after which logfile should be rotated. |
| logFilterEntry | 1.3.6.1.4.1.140.625.990.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT logFilterFilterExpression | 1.3.6.1.4.1.140.625.990.1.4 | OCTET STRING | read-only | The filter expression to be evaluated for qualifying log messages. The filter expression is specified as a string in the query language. The query language supports Boolean operators: AND, OR, and NOT, and relational operators. You can use the following column names (message attributes) in a query to filter data going to a log destination: RECORDID, DATE, SEVERITY, SUBSYSTEM, MACHINE, SERVER, THREAD, USERID, TXID, CONTEXTID, TIMESTAMP, MSGID, and MESSAGE. |
| OCT logFilterIndex | 1.3.6.1.4.1.140.625.990.1.1 | OCTET STRING | not-accessible | Index column |
| OCT logFilterName | 1.3.6.1.4.1.140.625.990.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT logFilterObjectName | 1.3.6.1.4.1.140.625.990.1.2 | OCTET STRING | read-only | ObjectName column |
| logFilterTable | 1.3.6.1.4.1.140.625.990 | not-accessible | This MBean represents a filter to qualify log messages which are selected by the specified filter expression criteria. A message must meet all the specified criteria to qualify the filter. Multiple instances of this MBean can be defined, if needed. If there are multiple instances, a message must qualify at least one filter to qualify for the log file. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT logFilterType | 1.3.6.1.4.1.140.625.990.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR logIndex | 1.3.6.1.4.1.140.625.700.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT logLog4jLoggingEnabled | 1.3.6.1.4.1.140.625.700.1.56 | OCTET STRING | read-only | Specifies whether the server logging is based on a Log4j implementation. By default, WebLogic logging uses an implementation based on the Java Logging APIs which are part of the JDK. Applications that use the WebLogic Message Catalog framework or the NonCatalogLogger will not be affected by the underlying Logging implementation. |
| OCT logLogFileRotationDir | 1.3.6.1.4.1.140.625.700.1.67 | OCTET STRING | read-only | The directory where the rotated log files will be stored. By default the rotated files are stored in the same directory where the log file is stored. |
| OCT logLogFileSeverity | 1.3.6.1.4.1.140.625.700.1.52 | OCTET STRING | read-only | The minimum severity of log messages going to the server log file. By default all messages go to the log file. |
| OCT logLoggerSeverity | 1.3.6.1.4.1.140.625.700.1.53 | OCTET STRING | read-only | The minimum severity of log messages going to all log destinations. By default all messages are published. |
| OCT logMemoryBufferSeverity | 1.3.6.1.4.1.140.625.700.1.55 | OCTET STRING | read-only | The minimum severity of log messages going to the memory buffer of recent log events. Messages with a lower severity than the specified value will not be cached in the buffer. |
| INT logMemoryBufferSize | 1.3.6.1.4.1.140.625.700.1.61 | INTEGER | read-only | The size of the memory buffer that holds the last n log records. This is used to support viewing the most recent log record entries (tail viewing) from the WebLogic Administration Console. |
| STR logName | 1.3.6.1.4.1.140.625.700.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT logNumberOfFilesLimited | 1.3.6.1.4.1.140.625.700.1.35 | INTEGER | read-only | A boolean value (true Or false). |
| STR logObjectName | 1.3.6.1.4.1.140.625.700.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR logParent | 1.3.6.1.4.1.140.625.700.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT logRedirectStderrToServerLogEnabled | 1.3.6.1.4.1.140.625.700.1.51 | OCTET STRING | read-only | When enabled, this redirects the stderr of the JVM in which a WebLogic Server instance runs, to the WebLogic Logging system. The stderr content is published to all the registered log destinations, like the server terminal console and log file. |
| OCT logRedirectStdoutToServerLogEnabled | 1.3.6.1.4.1.140.625.700.1.60 | OCTET STRING | read-only | When enabled, this redirects the stdout of the JVM in which a WebLogic Server instance runs, to the WebLogic logging system. The stdout content is published to all the registered log destinations, like the server terminal console and log file. |
| OCT logRotateLogOnStartup | 1.3.6.1.4.1.140.625.700.1.59 | OCTET STRING | read-only | Specifies whether a server rotates its log file during its startup cycle. |
| OCT logRotationTime | 1.3.6.1.4.1.140.625.700.1.57 | OCTET STRING | read-only | Determines the start time (hour and minute) for a time-based rotation sequence. At the time that this value specifies, the server renames the current log file. Thereafter, the server renames the log file at an interval that you specify in File Time Span. If the specified time has already past, then the server starts its file rotation immediately. Use the following format: k:mm, where k is the hour in a 24-hour format. mm is the minute |
| STR logRotationType | 1.3.6.1.4.1.140.625.700.1.30 | DisplayString | read-only | Return rotation type for this logfile. |
| OCT logStdoutFormat | 1.3.6.1.4.1.140.625.700.1.62 | OCTET STRING | read-only | The output format to use when logging to the console. |
| OCT logStdoutLogStack | 1.3.6.1.4.1.140.625.700.1.58 | OCTET STRING | read-only | Specifies whether to dump stack traces to the console when included in logged message. |
| OCT logStdoutSeverity | 1.3.6.1.4.1.140.625.700.1.66 | OCTET STRING | read-only | The minimum severity of log messages going to the standard out. Messages with a lower severity than the specified value will not be published to standard out. |
| logTable | 1.3.6.1.4.1.140.625.700 | not-accessible | Generated SNMP Table. | |
| STR logType | 1.3.6.1.4.1.140.625.700.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| I32 mailSessionDeploymentOrder | 1.3.6.1.4.1.140.625.995.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| mailSessionEntry | 1.3.6.1.4.1.140.625.995.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT mailSessionIndex | 1.3.6.1.4.1.140.625.995.1.1 | OCTET STRING | not-accessible | Index column |
| OCT mailSessionJNDIName | 1.3.6.1.4.1.140.625.995.1.5 | OCTET STRING | read-only | The JNDI Name associated with this resource. |
| OCT mailSessionName | 1.3.6.1.4.1.140.625.995.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT mailSessionObjectName | 1.3.6.1.4.1.140.625.995.1.2 | OCTET STRING | read-only | ObjectName column |
| mailSessionRuntimeEntry | 1.3.6.1.4.1.140.625.1280.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT mailSessionRuntimeIndex | 1.3.6.1.4.1.140.625.1280.1.1 | OCTET STRING | not-accessible | Index column |
| OCT mailSessionRuntimeName | 1.3.6.1.4.1.140.625.1280.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT mailSessionRuntimeObjectName | 1.3.6.1.4.1.140.625.1280.1.2 | OCTET STRING | read-only | ObjectName column |
| mailSessionRuntimeTable | 1.3.6.1.4.1.140.625.1280 | not-accessible | RuntimeMBean for JavaMail Sessions Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT mailSessionRuntimeType | 1.3.6.1.4.1.140.625.1280.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| mailSessionTable | 1.3.6.1.4.1.140.625.995 | not-accessible | Facilitates using the JavaMail APIs, which provide applications and other J2EE modules with access to Internet Message Access Protocol (IMAP)- and Simple Mail Transfer Protocol (SMTP)-capable mail servers on your network or the Internet. In the reference implementation of JavaMail, applications must instantiate javax.mail.Session objects, which designate mail hosts, transport and store protocols, and a default mail user for connecting to a mail server. In WebLogic Server, you create a mail session, which configures a javax.mail.Session object and registers it in the WebLogic Server JNDI tree. Applications access the mail session through JNDI instead of instantiating their own javax.mail.Session object. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT mailSessionType | 1.3.6.1.4.1.140.625.995.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| manAsyncReplicationRuntimeEntry | 1.3.6.1.4.1.140.625.1525.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT manAsyncReplicationRuntimeIndex | 1.3.6.1.4.1.140.625.1525.1.1 | OCTET STRING | not-accessible | Index column |
| OCT manAsyncReplicationRuntimeName | 1.3.6.1.4.1.140.625.1525.1.6 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT manAsyncReplicationRuntimeObjectName | 1.3.6.1.4.1.140.625.1525.1.2 | OCTET STRING | read-only | ObjectName column |
| C64 manAsyncReplicationRuntimePrimaryCount | 1.3.6.1.4.1.140.625.1525.1.5 | Counter64 | read-only | Answer the number of object that the local server hosts as primaries. Answer the number of object that the local server hosts as primaries. |
| OCT manAsyncReplicationRuntimeRemoteClusterReachable | 1.3.6.1.4.1.140.625.1525.1.7 | OCTET STRING | read-only | Answer if the remote cluster is reachable or not. |
| C64 manAsyncReplicationRuntimeSecondaryCount | 1.3.6.1.4.1.140.625.1525.1.9 | Counter64 | read-only | Answer the number of object that the local server hosts as secondaries. Answer the number of object that the local server hosts as secondaries. |
| OCT manAsyncReplicationRuntimeSecondaryServerDetails | 1.3.6.1.4.1.140.625.1525.1.8 | OCTET STRING | read-only | Answer detailed information about the secondary server |
| OCT manAsyncReplicationRuntimeSecondaryServerName | 1.3.6.1.4.1.140.625.1525.1.3 | OCTET STRING | read-only | Answer the name of the secondary server |
| manAsyncReplicationRuntimeTable | 1.3.6.1.4.1.140.625.1525 | not-accessible | Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT manAsyncReplicationRuntimeType | 1.3.6.1.4.1.140.625.1525.1.4 | OCTET STRING | read-only | Returns the type of the MBean. |
| manReplicationRuntimeEntry | 1.3.6.1.4.1.140.625.362.1 | not-accessible | Entry of MANReplicationRuntimeTable | |
| STR manReplicationRuntimeIndex | 1.3.6.1.4.1.140.625.362.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR manReplicationRuntimeName | 1.3.6.1.4.1.140.625.362.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR manReplicationRuntimeObjectName | 1.3.6.1.4.1.140.625.362.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR manReplicationRuntimeParent | 1.3.6.1.4.1.140.625.362.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 manReplicationRuntimePrimaryCount | 1.3.6.1.4.1.140.625.362.1.35 | Counter64 | read-only | Returns the number of object that the local server hosts as primaries. |
| INT manReplicationRuntimeRemoteClusterReachable | 1.3.6.1.4.1.140.625.362.1.45 | INTEGER | read-only | Returns true if the remote cluster is reachable. |
| C64 manReplicationRuntimeSecondaryCount | 1.3.6.1.4.1.140.625.362.1.40 | Counter64 | read-only | Returns the number of object that the local server hosts as secondaries. |
| STR manReplicationRuntimeSecondaryServerDetails | 1.3.6.1.4.1.140.625.362.1.30 | DisplayString | read-only | Returns the detailed information about the secondary server. |
| STR manReplicationRuntimeSecondaryServerName | 1.3.6.1.4.1.140.625.362.1.25 | DisplayString | read-only | Returns the name of the secondary server. |
| manReplicationRuntimeTable | 1.3.6.1.4.1.140.625.362 | not-accessible | MAN Replication details. | |
| STR manReplicationRuntimeType | 1.3.6.1.4.1.140.625.362.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT maxThreadsConstraintConnectionPoolName | 1.3.6.1.4.1.140.625.1000.1.7 | OCTET STRING | read-only | Name of the connection pool whose size is taken as the max constraint. This can be the name of a JDBC data source. The max capacity of the data source is used as the constraint. |
| I32 maxThreadsConstraintCount | 1.3.6.1.4.1.140.625.1000.1.5 | Integer32 | read-only | Maximum number of concurrent threads that can execute requests sharing this constraint. A count of 0 or -1 is treated as if the constraint is not present. This means that no constraint is enforced for these two values. A count > 0 can be dynamically changed to 0 to indicate that constraint enforcement is no longer needed. |
| I32 maxThreadsConstraintDeploymentOrder | 1.3.6.1.4.1.140.625.1000.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| maxThreadsConstraintEntry | 1.3.6.1.4.1.140.625.1000.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT maxThreadsConstraintIndex | 1.3.6.1.4.1.140.625.1000.1.1 | OCTET STRING | not-accessible | Index column |
| OCT maxThreadsConstraintName | 1.3.6.1.4.1.140.625.1000.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT maxThreadsConstraintObjectName | 1.3.6.1.4.1.140.625.1000.1.2 | OCTET STRING | read-only | ObjectName column |
| INT maxThreadsConstraintRuntimeDeferredRequests | 1.3.6.1.4.1.140.625.363.1.30 | INTEGER | read-only | Returns the umber of requests that are denied a thread for execution because the constraint is exceeded. |
| maxThreadsConstraintRuntimeEntry | 1.3.6.1.4.1.140.625.363.1 | not-accessible | Entry of maxThreadsConstraintRuntimeTable | |
| INT maxThreadsConstraintRuntimeExecutingRequests | 1.3.6.1.4.1.140.625.363.1.25 | INTEGER | read-only | Returns the Number of requests that are currently executing. |
| STR maxThreadsConstraintRuntimeIndex | 1.3.6.1.4.1.140.625.363.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR maxThreadsConstraintRuntimeName | 1.3.6.1.4.1.140.625.363.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR maxThreadsConstraintRuntimeObjectName | 1.3.6.1.4.1.140.625.363.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR maxThreadsConstraintRuntimeParent | 1.3.6.1.4.1.140.625.363.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| maxThreadsConstraintRuntimeTable | 1.3.6.1.4.1.140.625.363 | not-accessible | Provides values for Max Threads Constraints for the server | |
| STR maxThreadsConstraintRuntimeType | 1.3.6.1.4.1.140.625.363.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| maxThreadsConstraintTable | 1.3.6.1.4.1.140.625.1000 | not-accessible | This MBean defines the max number of concurrent threads that can execute requests sharing this max constraint. MaxThreadsConstraint can be used to tell the server that the requests are constrained by an external resource like a database and allocating more threads that the external resource limit is not going to help since the extra threads are just going to wait. | |
| OCT maxThreadsConstraintType | 1.3.6.1.4.1.140.625.1000.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| messageDrivenControlEJBRuntimeEntry | 1.3.6.1.4.1.140.625.1285.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT messageDrivenControlEJBRuntimeIndex | 1.3.6.1.4.1.140.625.1285.1.1 | OCTET STRING | not-accessible | Index column |
| OCT messageDrivenControlEJBRuntimeName | 1.3.6.1.4.1.140.625.1285.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT messageDrivenControlEJBRuntimeObjectName | 1.3.6.1.4.1.140.625.1285.1.2 | OCTET STRING | read-only | ObjectName column |
| messageDrivenControlEJBRuntimeTable | 1.3.6.1.4.1.140.625.1285 | not-accessible | This interface contains controls to suspend & resume the MDBs. This RuntimeMBean deployed only on the AdminServer. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT messageDrivenControlEJBRuntimeType | 1.3.6.1.4.1.140.625.1285.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT messageDrivenEJBRuntimeConnectionStatus | 1.3.6.1.4.1.140.625.351.1.30 | OCTET STRING | read-only | Provides the connection status for the Message Driven Bean. ConnectionStatus can be Connected or Reconnecting. |
| OCT messageDrivenEJBRuntimeDestination | 1.3.6.1.4.1.140.625.351.1.27 | OCTET STRING | read-only | Provides a count of the Message Driven Bean destination |
| OCT messageDrivenEJBRuntimeEJBName | 1.3.6.1.4.1.140.625.351.1.29 | OCTET STRING | read-only | Provides the ejb-name for this EJB as defined in the ejb-jar.xml deployment descriptor. |
| messageDrivenEJBRuntimeEntry | 1.3.6.1.4.1.140.625.351.1 | not-accessible | Entry of messageDrivenEJBRuntimeTable | |
| STR messageDrivenEJBRuntimeIndex | 1.3.6.1.4.1.140.625.351.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT messageDrivenEJBRuntimeJmsClientID | 1.3.6.1.4.1.140.625.351.1.33 | OCTET STRING | read-only | Provides a count of the Message Driven Bean jmsClientID |
| INT messageDrivenEJBRuntimeJMSConnectionAlive | 1.3.6.1.4.1.140.625.351.1.25 | INTEGER | read-only | Is jms connection alive. |
| OCT messageDrivenEJBRuntimeLastExceptionAsString | 1.3.6.1.4.1.140.625.351.1.26 | OCTET STRING | read-only | Provides the last exception as String this MDB encountered |
| OCT messageDrivenEJBRuntimeMDBStatus | 1.3.6.1.4.1.140.625.351.1.28 | OCTET STRING | read-only | Provides the Message Driven Bean status. MDBStatus is used after the MDB is connected to the destination. MDBStatus can be Running or Suspended. |
| STR messageDrivenEJBRuntimeName | 1.3.6.1.4.1.140.625.351.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR messageDrivenEJBRuntimeObjectName | 1.3.6.1.4.1.140.625.351.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR messageDrivenEJBRuntimeParent | 1.3.6.1.4.1.140.625.351.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 messageDrivenEJBRuntimeProcessedMessageCount | 1.3.6.1.4.1.140.625.351.1.32 | Counter64 | read-only | Provides a count of the total number of messages processed by this Message Driven Bean. |
| INT messageDrivenEJBRuntimeSuspendCount | 1.3.6.1.4.1.140.625.351.1.31 | INTEGER | read-only | Provides a count of the total number of times this MDB is suspended by the user or the EJB container. |
| messageDrivenEJBRuntimeTable | 1.3.6.1.4.1.140.625.351 | not-accessible | Provides values for Runtime MessageDriven EJB's | |
| STR messageDrivenEJBRuntimeType | 1.3.6.1.4.1.140.625.351.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT messagingBridgeAsyncDisabled | 1.3.6.1.4.1.140.625.786.1.95 | INTEGER | read-only | Return true, if the Async is Disabled. |
| OCT messagingBridgeAsyncEnabled | 1.3.6.1.4.1.140.625.786.1.107 | OCTET STRING | read-only | Specifies if a messaging bridge instance forwards in asynchronous messaging mode. AsyncEnabled only applies to messaging bridge instances whose source destination supports asynchronous receiving. Messaging bridges instances that forward in asynchronous mode are driven by the source destination. A messaging bridge instance listens for messages and forwards them as they arrive. When AsyncEnabled is not selected, a bridge instance is forced to work in synchronous mode, even if the source supports asynchronous receiving. Note: For a messaging bridge instance with a QOS of Exactly-once to work in asynchronous mode, the source destination has to support the MDBTransaction interface. Otherwise, the bridge automatically switches to synchronous mode if it detects that MDBTransaction is not supported by the source destination. |
| C64 messagingBridgeBatchInterval | 1.3.6.1.4.1.140.625.786.1.108 | Counter64 | read-only | The maximum amount of time, in milliseconds, that a messaging bridge instance waits before sending a batch of messages in one transaction, regardless of whether the Batch Size has been reached or not. Only applies to a messaging bridge instance forwarding messages in synchronous mode and has a QOS (quality of service) that requires two-phase transactions. The default value of -1 indicates that the bridge instance waits until the number of messages reaches the Batch Size before it completes a transaction. |
| INT messagingBridgeBatchSize | 1.3.6.1.4.1.140.625.786.1.104 | INTEGER | read-only | The number of messages that are processed within one transaction. Batch Size only applies to a messaging bridge instance forwarding messages in synchronous mode and has a QOS (quality of service) that requires two-phase transactions. |
| INT messagingBridgeDeploymentOrder | 1.3.6.1.4.1.140.625.786.1.106 | INTEGER | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| OCT messagingBridgeDurabilityEnabled | 1.3.6.1.4.1.140.625.786.1.101 | OCTET STRING | read-only | Specifies whether or not the messaging bridge allows durable messages. When enabled and the source destination is a JMS topic, a messaging bridge instance uses a durable subscription to ensure that no messages are lost in the event of a failure. DurabilityEnabled ignored if the source destination is a JMS queue. When enabled and the source destination uses durable subscriptions, the source JMS implementation saves messages that are sent when a messaging bridge instance is not running. When the bridge instance is restarted, these messages are forwarded to the target destination. The administrator can choose not to be durable. When not enabled, messages that are sent to the source JMS implementation while the bridge instance is down cannot be forwarded to the target destination. |
| messagingBridgeEntry | 1.3.6.1.4.1.140.625.786.1 | not-accessible | Entry of MessagingBridgeTable | |
| STR messagingBridgeForwardingPolicy | 1.3.6.1.4.1.140.625.786.1.55 | DisplayString | read-only | The forwarding policy defined for the JMS bridge. |
| INT messagingBridgeIdleTimeMaximum | 1.3.6.1.4.1.140.625.786.1.85 | INTEGER | read-only | The maximum wait time defined for the JMS bridge. |
| STR messagingBridgeIndex | 1.3.6.1.4.1.140.625.786.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR messagingBridgeName | 1.3.6.1.4.1.140.625.786.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR messagingBridgeObjectName | 1.3.6.1.4.1.140.625.786.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR messagingBridgeParent | 1.3.6.1.4.1.140.625.786.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT messagingBridgePreserveMsgProperty | 1.3.6.1.4.1.140.625.786.1.103 | OCTET STRING | read-only | Specifies if message properties are preserved when messages are forwarded by a bridge instance. If the target bridge destination is on wls 9.0 or higher, the following message properties are preserved: message ID message timestamp user ID delivery mode priority expiration time redelivery limit unit of order name If the target bridge destination is on wls between 6.0 and 8.1 or on a foreign JMS server, the following message properties are preserved: delivery mode priority expiration time If the target bridge destination is on wls 5.1 or older, no properties are preserved. |
| INT messagingBridgeQOSDegradationAllowed | 1.3.6.1.4.1.140.625.786.1.100 | INTEGER | read-only | treu, if QOSDegradation is Allowed. |
| STR messagingBridgeQualityOfService | 1.3.6.1.4.1.140.625.786.1.70 | DisplayString | read-only | The quality of service defined for the JMS bridge. |
| INT messagingBridgeReconnectDelayIncrease | 1.3.6.1.4.1.140.625.786.1.110 | INTEGER | read-only | The incremental delay time, in seconds, that a messaging bridge instance increases its waiting time between one failed reconnection attempt and the next retry. Use with ReconnectDelayMinimum and ReconnectDelayMaximum. After the first failure to connect to a destination, the bridge instance waits for the number of seconds defined by ReconnectDelayMinimum. Each time a reconnect attempt fails, the bridge instance increases its waiting time by the number of seconds defined by ReconnectDelayIncrease. The maximum delay time is defined by ReconnectDelayMaximum. Once the waiting time is increased to the maximum value, the bridge instance stops increase its waiting time. Once the bridge instance successfully connects to the destination, the bridge instance resets its waiting time to the initial value defined by ReconnectDelayMinimum. |
| INT messagingBridgeReconnectDelayMaximum | 1.3.6.1.4.1.140.625.786.1.105 | INTEGER | read-only | The longest time, in seconds, that a messaging bridge instance waits between one failed attempt to connect to the source or target, and the next retry. Use with ReconnectDelayMinimum and ReconnectDelayIncrease. After the first failure to connect to a destination, a bridge instance waits for the number of seconds defined by ReconnectDelayMinimum. Each time a reconnect attempt fails, the bridge instance increases its waiting time by the number of seconds defined by ReconnectDelayIncrease. The maximum delay time is defined by ReconnectDelayMaximum. Once the waiting time is increased to the maximum value, the bridge instance stops increase its waiting time. Once the bridge instance successfully connects to the destination, the bridge instance resets its waiting time to the initial value defined by ReconnectDelayMinimum. |
| INT messagingBridgeReconnectDelayMinimum | 1.3.6.1.4.1.140.625.786.1.102 | INTEGER | read-only | The minimum amount of time, in seconds, that a messaging bridge instance waits before it tries to reconnect to the source or target destination after a failure. Use with ReconnectDelayMaximum and ReconnectDelayIncrease. After the first failure to connect to a destination, the bridge instance waits for the number of seconds defined by ReconnectDelayMinimum. Each time a reconnect attempt fails, the bridge instance increases its waiting time by the number of seconds defined by ReconnectDelayIncrease. The maximum delay time is defined by ReconnectDelayMaximum. Once the waiting time is increased to the maximum value, the bridge instance stops increase its waiting time. Once the bridge instance successfully connects to the destination, the bridge instance resets its waiting time to the initial value defined by ReconnectDelayMinimum. |
| STR messagingBridgeRuntimeDescription | 1.3.6.1.4.1.140.625.354.1.22 | DisplayString | read-only | Returns the reason if the messaging bridge is not running |
| messagingBridgeRuntimeEntry | 1.3.6.1.4.1.140.625.354.1 | not-accessible | Entry of messagingBridgeRuntimeTable | |
| STR messagingBridgeRuntimeIndex | 1.3.6.1.4.1.140.625.354.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR messagingBridgeRuntimeName | 1.3.6.1.4.1.140.625.354.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR messagingBridgeRuntimeObjectName | 1.3.6.1.4.1.140.625.354.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR messagingBridgeRuntimeParent | 1.3.6.1.4.1.140.625.354.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR messagingBridgeRuntimeState | 1.3.6.1.4.1.140.625.354.1.21 | DisplayString | read-only | Returns the state of the messaging bridge |
| messagingBridgeRuntimeTable | 1.3.6.1.4.1.140.625.354 | not-accessible | This class is used for monitoring a WebLogic messaging bridge. | |
| STR messagingBridgeRuntimeType | 1.3.6.1.4.1.140.625.354.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR messagingBridgeScheduleTime | 1.3.6.1.4.1.140.625.786.1.60 | DisplayString | read-only | The schedule time defined for the JMS bridge. |
| STR messagingBridgeSelector | 1.3.6.1.4.1.140.625.786.1.50 | DisplayString | read-only | The selector defined for the JMS bridge. |
| STR messagingBridgeSourceDestination | 1.3.6.1.4.1.140.625.786.1.30 | DisplayString | read-only | The source destination defined for the JMS bridge. |
| OCT messagingBridgeStarted | 1.3.6.1.4.1.140.625.786.1.109 | OCTET STRING | read-only | Specifies the initial operating state of a targetted messaging bridge instance. If enabled, the messaging bridge instance forwards messages (running). If not enabled, the messaging bridge instance does not forward messages (temporarily stopped). After a messaging bridge has started forwarding messages (running), use Started to temporarily suspend an active messaging bridge instance or restart an stopped messaging bridge instance. Select the Started checkbox to start a messaging bridge instance that has been temporarily stopped. Clear the Started checkbox to temporarily stop a messaging bridge instance that was running. This value does not indicate the run-time state of a messaging bridge instance. |
| messagingBridgeTable | 1.3.6.1.4.1.140.625.786 | not-accessible | This table defines defines a Messaging Bridge. | |
| STR messagingBridgeTargetDestination | 1.3.6.1.4.1.140.625.786.1.35 | DisplayString | read-only | The target destination defined for the JMS bridge. |
| STR messagingBridgeTargets | 1.3.6.1.4.1.140.625.786.1.25 | DisplayString | read-only | targets on which this deployment is deployed. |
| INT messagingBridgeTransactionTimeout | 1.3.6.1.4.1.140.625.786.1.90 | INTEGER | read-only | The transaction timeout defined for the JMS bridge. |
| STR messagingBridgeType | 1.3.6.1.4.1.140.625.786.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR mibObjectName | 1.3.6.1.4.1.140.625.10.1 | DisplayString | read-write | Name of the Mib Object in the form ::. |
| OID mibObjectOid | 1.3.6.1.4.1.140.625.10.2 | OBJECT IDENTIFIER | read-only | The Oid of the Mib object name, that was specified in the MibObjectName. |
| I32 migratableRMIServiceDeploymentOrder | 1.3.6.1.4.1.140.625.1005.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| migratableRMIServiceEntry | 1.3.6.1.4.1.140.625.1005.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT migratableRMIServiceIndex | 1.3.6.1.4.1.140.625.1005.1.1 | OCTET STRING | not-accessible | Index column |
| OCT migratableRMIServiceName | 1.3.6.1.4.1.140.625.1005.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT migratableRMIServiceObjectName | 1.3.6.1.4.1.140.625.1005.1.2 | OCTET STRING | read-only | ObjectName column |
| migratableRMIServiceTable | 1.3.6.1.4.1.140.625.1005 | not-accessible | TEST SERVICE FOR MIGRATABLE SERVICES | |
| OCT migratableRMIServiceType | 1.3.6.1.4.1.140.625.1005.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| migratableServiceCoordinatorRuntimeEntry | 1.3.6.1.4.1.140.625.1290.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT migratableServiceCoordinatorRuntimeIndex | 1.3.6.1.4.1.140.625.1290.1.1 | OCTET STRING | not-accessible | Index column |
| OCT migratableServiceCoordinatorRuntimeName | 1.3.6.1.4.1.140.625.1290.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT migratableServiceCoordinatorRuntimeObjectName | 1.3.6.1.4.1.140.625.1290.1.2 | OCTET STRING | read-only | ObjectName column |
| migratableServiceCoordinatorRuntimeTable | 1.3.6.1.4.1.140.625.1290 | not-accessible | Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT migratableServiceCoordinatorRuntimeType | 1.3.6.1.4.1.140.625.1290.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT migrationDataRuntimeClusterMasterName | 1.3.6.1.4.1.140.625.1295.1.6 | OCTET STRING | read-only | Name of the server that acted as the cluster master for this migration. |
| OCT migrationDataRuntimeClusterName | 1.3.6.1.4.1.140.625.1295.1.10 | OCTET STRING | read-only | Name of the server that acted as the cluster master for this migration. |
| migrationDataRuntimeEntry | 1.3.6.1.4.1.140.625.1295.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT migrationDataRuntimeIndex | 1.3.6.1.4.1.140.625.1295.1.1 | OCTET STRING | not-accessible | Index column |
| OCT migrationDataRuntimeMachineMigratedFrom | 1.3.6.1.4.1.140.625.1295.1.8 | OCTET STRING | read-only | Machine from which the server was migrated from |
| OCT migrationDataRuntimeMachineMigratedTo | 1.3.6.1.4.1.140.625.1295.1.12 | OCTET STRING | read-only | Machine to which the server was migrated to or is in the process of being migrated to. |
| C64 migrationDataRuntimeMigrationEndTime | 1.3.6.1.4.1.140.625.1295.1.9 | Counter64 | read-only | End time of migration |
| C64 migrationDataRuntimeMigrationStartTime | 1.3.6.1.4.1.140.625.1295.1.5 | Counter64 | read-only | Start time of migration |
| OCT migrationDataRuntimeName | 1.3.6.1.4.1.140.625.1295.1.11 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT migrationDataRuntimeObjectName | 1.3.6.1.4.1.140.625.1295.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT migrationDataRuntimeServerName | 1.3.6.1.4.1.140.625.1295.1.7 | OCTET STRING | read-only | Name of the server migrated |
| I32 migrationDataRuntimeStatus | 1.3.6.1.4.1.140.625.1295.1.4 | Integer32 | read-only | Name of the server migrated |
| migrationDataRuntimeTable | 1.3.6.1.4.1.140.625.1295 | not-accessible | Runtime information about one past or ongoing migration. | |
| OCT migrationDataRuntimeType | 1.3.6.1.4.1.140.625.1295.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| migrationTaskRuntimeEntry | 1.3.6.1.4.1.140.625.1300.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT migrationTaskRuntimeIndex | 1.3.6.1.4.1.140.625.1300.1.1 | OCTET STRING | not-accessible | Index column |
| OCT migrationTaskRuntimeName | 1.3.6.1.4.1.140.625.1300.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT migrationTaskRuntimeObjectName | 1.3.6.1.4.1.140.625.1300.1.2 | OCTET STRING | read-only | ObjectName column |
| migrationTaskRuntimeTable | 1.3.6.1.4.1.140.625.1300 | not-accessible | Exposes monitoring information about an ongoing and potentially long-running administrative process. This should be taken to mean, at minimum, any OAM operation involving IO. Examples include starting and stopping servers, deploying and undeploying applications, or migrating services. An MBean operation method of this sort should place the actual work on an ExecuteQueue and immediately return an instance of TaskRuntimeMBean to the caller. The caller can then use this to track the task's progress as desired, and if appropriate, provide facilities for user interaction with the task, e.g. 'cancel' or 'continue anyway.' OA&M clients can also query for all instances of TaskRuntimeMBean to get a summary of both currently-running and recently-completed tasks. Instance of TaskRuntimeMBean continue to exist in the MBeanServer after the completion of the work they describe. They will eventually either be explicitly deregistered by an OA&M client, or removed by a scavenger process which periodically purges TaskRuntimeMBeans that have been completed for some time. | |
| OCT migrationTaskRuntimeType | 1.3.6.1.4.1.140.625.1300.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 minThreadsConstraintCount | 1.3.6.1.4.1.140.625.1010.1.5 | Integer32 | read-only | Minimum number of concurrent threads executing requests that share this constraint. A count of 0 or -1 is treated as if the constraint is not present. This means that the constraint is ignored for these two values. A count > 0 can be dynamically changed to 0 to indicate that constraint enforcement is no longer needed. |
| I32 minThreadsConstraintDeploymentOrder | 1.3.6.1.4.1.140.625.1010.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| minThreadsConstraintEntry | 1.3.6.1.4.1.140.625.1010.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT minThreadsConstraintIndex | 1.3.6.1.4.1.140.625.1010.1.1 | OCTET STRING | not-accessible | Index column |
| OCT minThreadsConstraintName | 1.3.6.1.4.1.140.625.1010.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT minThreadsConstraintObjectName | 1.3.6.1.4.1.140.625.1010.1.2 | OCTET STRING | read-only | ObjectName column |
| C64 minThreadsConstraintRuntimeCompletedRequests | 1.3.6.1.4.1.140.625.364.1.25 | Counter64 | read-only | Returns the Number of requests that have completed executing. |
| C64 minThreadsConstraintRuntimeCurrentWaitTime | 1.3.6.1.4.1.140.625.364.1.55 | Counter64 | read-only | 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 | 1.3.6.1.4.1.140.625.364.1 | not-accessible | Entry of minThreadsConstraintRuntimeTable | |
| INT minThreadsConstraintRuntimeExecutingRequests | 1.3.6.1.4.1.140.625.364.1.35 | INTEGER | read-only | Returns the Number of requests that are currently executing. |
| STR minThreadsConstraintRuntimeIndex | 1.3.6.1.4.1.140.625.364.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 minThreadsConstraintRuntimeMaxWaitTime | 1.3.6.1.4.1.140.625.364.1.50 | Counter64 | read-only | Returns the max time a request had to wait for a thread. Only requests whose execution is needed to satisfy the constraint are considered. |
| INT minThreadsConstraintRuntimeMustRunCount | 1.3.6.1.4.1.140.625.364.1.45 | INTEGER | read-only | Returns the Number of requests that must be executed to satisfy the constraint. |
| STR minThreadsConstraintRuntimeName | 1.3.6.1.4.1.140.625.364.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR minThreadsConstraintRuntimeObjectName | 1.3.6.1.4.1.140.625.364.1.5 | DisplayString | read-only | JMX-standard MBean name |
| C64 minThreadsConstraintRuntimeOutOfOrderExecutionCount | 1.3.6.1.4.1.140.625.364.1.40 | Counter64 | read-only | Returns the Number of requests executed out of turn to satisfy this constraint. |
| STR minThreadsConstraintRuntimeParent | 1.3.6.1.4.1.140.625.364.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT minThreadsConstraintRuntimePendingRequests | 1.3.6.1.4.1.140.625.364.1.30 | INTEGER | read-only | Returns the Number of requests that are waiting for an available thread. |
| minThreadsConstraintRuntimeTable | 1.3.6.1.4.1.140.625.364 | not-accessible | Provides values for Min Threads Constraints for the server | |
| STR minThreadsConstraintRuntimeType | 1.3.6.1.4.1.140.625.364.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| minThreadsConstraintTable | 1.3.6.1.4.1.140.625.1010 | not-accessible | This MBean defines the minimum number of concurrent threads that should allocated to this constraint provided there are enough pending requests. Multiple WorkManagers can share a common MinThreadsConstraint. MinThreadsConstraint perform their own bookkeeping and demand a thread when the constraint is not met and there are enough requests. MinThreadsConstraint should be used to tell the WebLogic Server that a certain number of minimum threads are necessary to prevent server to server deadlocks. Although the server is self-tuning, specifying MinThreadsConstraint ensures that the server guarantees minimum threads to avoid the distributed deadlocks. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT minThreadsConstraintType | 1.3.6.1.4.1.140.625.1010.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT networkAccessPointAcceptBacklog | 1.3.6.1.4.1.140.625.705.1.25 | INTEGER | read-only | Allowed backlog of connection requests on the listen port. * -1 implies that this value is inherited from the channel. |
| OCT networkAccessPointChannelIdentityCustomized | 1.3.6.1.4.1.140.625.705.1.93 | OCTET STRING | read-only | Whether or not the channel's custom identity should be used. This setting only has an effect if the server is using a customized keystore. By default the channel's identity is inherited from the server's identity. |
| INT networkAccessPointChannelWeight | 1.3.6.1.4.1.140.625.705.1.79 | INTEGER | read-only | A weight to give this channel when creating server-to-server connections. |
| OCT networkAccessPointClientCertificateEnforced | 1.3.6.1.4.1.140.625.705.1.99 | OCTET STRING | read-only | Specifies whether clients must present digital certificates from a trusted certificate authority to WebLogic Server on this channel. |
| OCT networkAccessPointClusterAddress | 1.3.6.1.4.1.140.625.705.1.92 | OCTET STRING | read-only | The address this network channel uses to generate EJB handles and failover addresses for use in a cluster. This value is determined according to the following order of precedence: If the cluster address is specified via the the NAPMBean, then that value is used If this value is not specified, the value of PublicAddress is used. If PublicAddress is not set, this value is derive from the ClusterAddress attribute of the ClusterMbean. If ClusterMbean.clusterAddress is not set, this value is derive from the listen address of the NAPMbean. |
| INT networkAccessPointCompleteCOMMessageTimeout | 1.3.6.1.4.1.140.625.705.1.30 | INTEGER | read-only | 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. |
| INT networkAccessPointCompleteHTTPMessageTimeout | 1.3.6.1.4.1.140.625.705.1.35 | INTEGER | read-only | 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. |
| INT networkAccessPointCompleteMessageTimeout | 1.3.6.1.4.1.140.625.705.1.97 | INTEGER | read-only | The maximum amount of time this network channel waits for a complete message to be received. A value of 0 disables network channel complete message timeout. A value of -1 indicates that the network channel obtains this timeout value from the ServerMBean. This timeout 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. |
| INT networkAccessPointCompleteT3MessageTimeout | 1.3.6.1.4.1.140.625.705.1.40 | INTEGER | read-only | 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. |
| INT networkAccessPointConnectTimeout | 1.3.6.1.4.1.140.625.705.1.85 | INTEGER | read-only | The amount of time that this network channel should wait to establish an outbound socket connection before timing out. A value of 0 disables network channel connect timeout. |
| OCT networkAccessPointCustomPrivateKeyAlias | 1.3.6.1.4.1.140.625.705.1.84 | OCTET STRING | read-only | The string alias used to store and retrieve the channel's private key in the keystore. This private key is associated with the server's digital certificate. A value of null indicates that the network channel uses the alias specified in the server's SSL configuration. |
| OCT networkAccessPointEnabled | 1.3.6.1.4.1.140.625.705.1.83 | OCTET STRING | read-only | Specifies whether this channel should be started. |
| networkAccessPointEntry | 1.3.6.1.4.1.140.625.705.1 | not-accessible | Entry of networkAccessPointTable | |
| OCT networkAccessPointHttpEnabledForThisProtocol | 1.3.6.1.4.1.140.625.705.1.80 | OCTET STRING | read-only | Specifies whether HTTP traffic should be allowed over this network channel. HTTP is generally required by binary protocols for downloading stubs and other resources. |
| INT networkAccessPointIdleConnectionTimeout | 1.3.6.1.4.1.140.625.705.1.87 | INTEGER | read-only | The maximum amount of time (in seconds) that a connection is allowed to be idle before it is closed by this network channel. A value of -1 indicates that the network channel obtains this timeout value from the ServerMBean. This timeout helps guard against server deadlock through too many open connections. |
| STR networkAccessPointIndex | 1.3.6.1.4.1.140.625.705.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR networkAccessPointListenAddress | 1.3.6.1.4.1.140.625.705.1.45 | DisplayString | read-only | A value of null indicates that this value is inherited from the server. |
| INT networkAccessPointListenPort | 1.3.6.1.4.1.140.625.705.1.50 | INTEGER | read-only | The plaintext (non-SSL) listen port for the channel. * -1 implies that this value is inherited from the channel. |
| INT networkAccessPointLoginTimeoutMillis | 1.3.6.1.4.1.140.625.705.1.60 | INTEGER | read-only | A value of null indicates that this value is inherited from the server. |
| INT networkAccessPointLoginTimeoutMillisSSL | 1.3.6.1.4.1.140.625.705.1.55 | INTEGER | read-only | 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. |
| INT networkAccessPointMaxBackoffBetweenFailures | 1.3.6.1.4.1.140.625.705.1.88 | INTEGER | read-only | The maximum back off time between failures while accepting client connections. -1 implies that this value is inherited from the server. |
| INT networkAccessPointMaxConnectedClients | 1.3.6.1.4.1.140.625.705.1.86 | INTEGER | read-only | The maximum number of clients that can be connected on this network channel. |
| INT networkAccessPointMaxMessageSize | 1.3.6.1.4.1.140.625.705.1.94 | INTEGER | read-only | The maximum message size allowable in a message header. This maximum 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. |
| STR networkAccessPointName | 1.3.6.1.4.1.140.625.705.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR networkAccessPointObjectName | 1.3.6.1.4.1.140.625.705.1.5 | DisplayString | read-only | JMX-standard MBean name |
| OCT networkAccessPointOutboundEnabled | 1.3.6.1.4.1.140.625.705.1.82 | OCTET STRING | read-only | Specifies whether new server-to-server connections may consider this network channel when initiating a connection. This is only relevant if the connection needs to be bound to the network channel's listen address. This will only work for binary protocols that support both outbound and inbound traffic. When this feature is not enabled, connections are initiated using a local address selected by the underlying hardware. The default is true for all admin channels and false otherwise. Outbound channels are selected at runtime either by virtue of the fact of being the only outbound-enabled channel for the required protocol, or by name in weblogic.jndi.Environment#setProviderChannel. |
| OCT networkAccessPointOutboundPrivateKeyEnabled | 1.3.6.1.4.1.140.625.705.1.96 | OCTET STRING | read-only | Specifies whether the identity specifed by {@link #getCustomPrivateKeyAlias} should be used for outbound SSL connections on this channel. In normal circumstances the outbound identity is determined by the caller's environment. |
| STR networkAccessPointParent | 1.3.6.1.4.1.140.625.705.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT networkAccessPointPrivateKeyAlias | 1.3.6.1.4.1.140.625.705.1.90 | OCTET STRING | read-only | The string alias used to store and retrieve the channel's private key in the keystore. This private key is associated with the server's digital certificate. This value is derived from other settings on the channel and cannot be physically set. |
| OCT networkAccessPointPrivateKeyPassPhrase | 1.3.6.1.4.1.140.625.705.1.100 | OCTET STRING | read-only | The passphrase used to retrieve the server's private key from the keystore. This passphrase is assigned to the private key when it is generated. This value is derived from other settings on the channel and cannot be physically set. |
| OCT networkAccessPointProtocol | 1.3.6.1.4.1.140.625.705.1.89 | OCTET STRING | read-only | The protocol this network channel should use for connections. |
| OCT networkAccessPointProxyAddress | 1.3.6.1.4.1.140.625.705.1.101 | OCTET STRING | read-only | The IP address or DNS name of the HTTP proxy to use for outbound connections on this channel. The HTTP proxy must support the CONNECT tunneling command. This option is only effective when OutboundEnabled is set on the channel. |
| INT networkAccessPointProxyPort | 1.3.6.1.4.1.140.625.705.1.77 | INTEGER | read-only | The port of the HTTP proxy to use for outbound connections on this channel. The HTTP proxy must support the CONNECT tunneling command. This option is only effective when OutboundEnabled and ProxyHost are set on the channel. |
| OCT networkAccessPointPublicAddress | 1.3.6.1.4.1.140.625.705.1.98 | OCTET STRING | read-only | The IP address or DNS name representing the external identity of this network channel. A value of null indicates that the network channel's Listen Address is also its external address. If the Listen Address is null,the network channel obtains its external identity from the server's configuration. This is required for the configurations which need to cross a firewall doing Network Address Translation. |
| INT networkAccessPointPublicPort | 1.3.6.1.4.1.140.625.705.1.95 | INTEGER | read-only | The externally published listen port for this network channel. A value of -1 indicates that the network channel's Listen Port is also its public listen port. If the Listen Port is -1,the network channel obtains its public listen port from the server's configuration. |
| INT networkAccessPointSSLListenPort | 1.3.6.1.4.1.140.625.705.1.65 | INTEGER | read-only | The SSL listen port for the channel. * -1 implies that this value is inherited from the channel.. |
| networkAccessPointTable | 1.3.6.1.4.1.140.625.705 | not-accessible | This table represents a networkAccessPoint in the domain. | |
| OCT networkAccessPointTimeoutConnectionWithPendingResponses | 1.3.6.1.4.1.140.625.705.1.81 | OCTET STRING | read-only | Determines if connections with pending responses are allowed to timeout. It defaults to false. If set to true, the connection will be timed out for this channel if it exceeds the idleConnectionTimeout value. Note: This setting only applies to IIOP connections. |
| INT networkAccessPointTunnelingClientPingSecs | 1.3.6.1.4.1.140.625.705.1.70 | INTEGER | read-only | 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. |
| INT networkAccessPointTunnelingClientTimeoutSecs | 1.3.6.1.4.1.140.625.705.1.75 | INTEGER | read-only | Duration (in seconds) after which a missing http-tunneled client is * considered dead. * -1 implies that this value is inherited from the channel. |
| OCT networkAccessPointTunnelingEnabled | 1.3.6.1.4.1.140.625.705.1.91 | OCTET STRING | read-only | Specifies whether tunneling via HTTP should be enabled for this network channel. This value is not inherited from the server's configuration. |
| OCT networkAccessPointTwoWaySSLEnabled | 1.3.6.1.4.1.140.625.705.1.78 | OCTET STRING | read-only | Specifies whether this network channel uses two way SSL. |
| STR networkAccessPointType | 1.3.6.1.4.1.140.625.705.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT networkAccessPointUseFastSerialization | 1.3.6.1.4.1.140.625.705.1.76 | OCTET STRING | read-only | Specifies whether to use non-standard object serialization for performance. This option works in different ways for different protocols. In particular under IIOP this option uses Java serialization rather than RMI-IIOP serialization. In general using non-standard serialization is not suitable for interop scenarios and may imply some feature loss. |
| INT networkChannelAcceptBacklog | 1.3.6.1.4.1.140.625.703.1.25 | INTEGER | read-only | 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. |
| INT networkChannelBoundOutgoingEnabled | 1.3.6.1.4.1.140.625.703.1.105 | INTEGER | read-only | 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.). |
| INT networkChannelChannelWeight | 1.3.6.1.4.1.140.625.703.1.30 | INTEGER | read-only | A weight to give this channel when creating server-to-server * connections. |
| STR networkChannelClusterAddress | 1.3.6.1.4.1.140.625.703.1.35 | DisplayString | read-only | This channel's cluster address. If this * is not set, the cluster address from the cluster * configuration is used in its place. |
| INT networkChannelCOMEnabled | 1.3.6.1.4.1.140.625.703.1.110 | INTEGER | read-only | Whether or not plaintext (non-SSL) COM traffic is enabled. |
| INT networkChannelCompleteCOMMessageTimeout | 1.3.6.1.4.1.140.625.703.1.40 | INTEGER | read-only | 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. |
| INT networkChannelCompleteHTTPMessageTimeout | 1.3.6.1.4.1.140.625.703.1.45 | INTEGER | read-only | 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. |
| INT networkChannelCompleteT3MessageTimeout | 1.3.6.1.4.1.140.625.703.1.50 | INTEGER | read-only | 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. |
| STR networkChannelDescription | 1.3.6.1.4.1.140.625.703.1.55 | DisplayString | read-only | Optional short description of this channel for console display * purposes. |
| networkChannelEntry | 1.3.6.1.4.1.140.625.703.1 | not-accessible | Entry of networkChannelTable | |
| INT networkChannelHTTPEnabled | 1.3.6.1.4.1.140.625.703.1.115 | INTEGER | read-only | Whether or not plaintext (non-SSL) HTTP traffic is enabled. |
| INT networkChannelHTTPSEnabled | 1.3.6.1.4.1.140.625.703.1.120 | INTEGER | read-only | Whether or not secure (SSL) HTTP traffic is enabled. |
| STR networkChannelIndex | 1.3.6.1.4.1.140.625.703.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT networkChannelListenPort | 1.3.6.1.4.1.140.625.703.1.60 | INTEGER | read-only | 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. |
| INT networkChannelListenPortEnabled | 1.3.6.1.4.1.140.625.703.1.125 | INTEGER | read-only | Whether or not plaintext port is enabled for the channel. |
| INT networkChannelLoginTimeoutMillis | 1.3.6.1.4.1.140.625.703.1.65 | INTEGER | read-only | 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. |
| INT networkChannelLoginTimeoutMillisSSL | 1.3.6.1.4.1.140.625.703.1.70 | INTEGER | read-only | 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. |
| INT networkChannelMaxCOMMessageSize | 1.3.6.1.4.1.140.625.703.1.75 | INTEGER | read-only | 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. |
| INT networkChannelMaxHTTPMessageSize | 1.3.6.1.4.1.140.625.703.1.85 | INTEGER | read-only | 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. |
| INT networkChannelMaxT3MessageSize | 1.3.6.1.4.1.140.625.703.1.80 | INTEGER | read-only | 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. |
| STR networkChannelName | 1.3.6.1.4.1.140.625.703.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR networkChannelObjectName | 1.3.6.1.4.1.140.625.703.1.5 | DisplayString | read-only | JMX-standard MBean name |
| INT networkChannelOutgoingEnabled | 1.3.6.1.4.1.140.625.703.1.130 | INTEGER | read-only | Whether or not new server-to-server connections may * consider this channel when initiating |
| STR networkChannelParent | 1.3.6.1.4.1.140.625.703.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT networkChannelSSLListenPort | 1.3.6.1.4.1.140.625.703.1.90 | INTEGER | read-only | 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. |
| INT networkChannelSSLListenPortEnabled | 1.3.6.1.4.1.140.625.703.1.135 | INTEGER | read-only | 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 |
| INT networkChannelT3Enabled | 1.3.6.1.4.1.140.625.703.1.140 | INTEGER | read-only | 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) |
| INT networkChannelT3SEnabled | 1.3.6.1.4.1.140.625.703.1.145 | INTEGER | read-only | Whether or not secure T3 traffic is enabled. * Note that it is not possible to disable T3 traffic on the default channel(s) |
| networkChannelTable | 1.3.6.1.4.1.140.625.703 | not-accessible | This table represents a networkChannel in the domain. | |
| INT networkChannelTunnelingClientPingSecs | 1.3.6.1.4.1.140.625.703.1.95 | INTEGER | read-only | 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. |
| INT networkChannelTunnelingClientTimeoutSecs | 1.3.6.1.4.1.140.625.703.1.100 | INTEGER | read-only | Duration (in seconds) after which a missing http-tunneled client is * considered dead. * Individual servers may override this value using a NetworkAccessPointMBean. |
| INT networkChannelTunnelingEnabled | 1.3.6.1.4.1.140.625.703.1.150 | INTEGER | read-only | Enables tunneling via http. |
| STR networkChannelType | 1.3.6.1.4.1.140.625.703.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT nodeManagerDebugEnabled | 1.3.6.1.4.1.140.625.707.1.43 | OCTET STRING | read-only | Specifies whether communication with this Node Manager needs to be debugged. When enabled, Node Manager provides more information about request processing. This information is sent to the log of the server making requests to Node Manager. |
| nodeManagerEntry | 1.3.6.1.4.1.140.625.707.1 | not-accessible | Entry of nodeManagerTable | |
| STR nodeManagerIndex | 1.3.6.1.4.1.140.625.707.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR nodeManagerListenAddress | 1.3.6.1.4.1.140.625.707.1.35 | DisplayString | read-only | The address on which NodeManager listens for connections. |
| INT nodeManagerListenPort | 1.3.6.1.4.1.140.625.707.1.40 | INTEGER | read-only | The port on which NodeManager listens for connections. |
| STR nodeManagerName | 1.3.6.1.4.1.140.625.707.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| OCT nodeManagerNMType | 1.3.6.1.4.1.140.625.707.1.44 | OCTET STRING | read-only | Returns the node manager type. |
| OCT nodeManagerNodeManagerHome | 1.3.6.1.4.1.140.625.707.1.42 | OCTET STRING | read-only | Returns the nodemanager home directory that will be used to substitute for the shell command template |
| STR nodeManagerObjectName | 1.3.6.1.4.1.140.625.707.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR nodeManagerParent | 1.3.6.1.4.1.140.625.707.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT nodeManagerShellCommand | 1.3.6.1.4.1.140.625.707.1.41 | OCTET STRING | read-only | Returns the local command line to use when invoking SSH or RSH node manager functions. |
| nodeManagerTable | 1.3.6.1.4.1.140.625.707 | not-accessible | This table represents a nodeManager in the domain. | |
| STR nodeManagerType | 1.3.6.1.4.1.140.625.707.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| nonXAResourceRuntimeEntry | 1.3.6.1.4.1.140.625.356.1 | not-accessible | Entry of nonXAResourceRuntimeTable | |
| STR nonXAResourceRuntimeIndex | 1.3.6.1.4.1.140.625.356.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR nonXAResourceRuntimeName | 1.3.6.1.4.1.140.625.356.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR nonXAResourceRuntimeNonXAResourceName | 1.3.6.1.4.1.140.625.356.1.45 | DisplayString | read-only | Returns the resource name. |
| STR nonXAResourceRuntimeObjectName | 1.3.6.1.4.1.140.625.356.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR nonXAResourceRuntimeParent | 1.3.6.1.4.1.140.625.356.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| nonXAResourceRuntimeTable | 1.3.6.1.4.1.140.625.356 | not-accessible | This table is used for accessing transaction runtime characteristics within a WebLogic server for NonXAResources. | |
| C64 nonXAResourceRuntimeTransactionCommittedTotalCount | 1.3.6.1.4.1.140.625.356.1.30 | Counter64 | read-only | The number of committed transactions. |
| C64 nonXAResourceRuntimeTransactionHeuristicsTotalCount | 1.3.6.1.4.1.140.625.356.1.40 | Counter64 | read-only | The number of transactions that completed with a heuristic status. |
| C64 nonXAResourceRuntimeTransactionRolledBackTotalCount | 1.3.6.1.4.1.140.625.356.1.35 | Counter64 | read-only | The number of transactions that were rolled back. |
| C64 nonXAResourceRuntimeTransactionTotalCount | 1.3.6.1.4.1.140.625.356.1.25 | Counter64 | read-only | The total number of transactions processed. This total includes all committed, rolled back and heuristic transaction completions. |
| STR nonXAResourceRuntimeType | 1.3.6.1.4.1.140.625.356.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| overloadProtectionEntry | 1.3.6.1.4.1.140.625.1015.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT overloadProtectionFailureAction | 1.3.6.1.4.1.140.625.1015.1.6 | OCTET STRING | read-only | Enable automatic forceshutdown of the server on failed state. The server self-health monitoring detects fatal failures and mark the server as failed. The server can be restarted using NodeManager or a HA agent. |
| I32 overloadProtectionFreeMemoryPercentHighThreshold | 1.3.6.1.4.1.140.625.1015.1.7 | Integer32 | read-only | Percentage free memory after which the server overload condition is cleared. WorkManagers stop performing overloadActions and start regular execution once the overload condition is cleared. |
| I32 overloadProtectionFreeMemoryPercentLowThreshold | 1.3.6.1.4.1.140.625.1015.1.5 | Integer32 | read-only | Percentage free memory below which the server is considered overloaded. WorkManagers perform overloadAction once the server is marked as overloaded. |
| OCT overloadProtectionIndex | 1.3.6.1.4.1.140.625.1015.1.1 | OCTET STRING | not-accessible | Index column |
| OCT overloadProtectionName | 1.3.6.1.4.1.140.625.1015.1.8 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT overloadProtectionObjectName | 1.3.6.1.4.1.140.625.1015.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT overloadProtectionPanicAction | 1.3.6.1.4.1.140.625.1015.1.9 | OCTET STRING | read-only | Exit the server process when the kernel encounters a panic condition like an unhandled OOME. An unhandled OOME could lead to inconsistent state and a server restart is advisable if backed by node manager or a HA agent. |
| I32 overloadProtectionSharedCapacityForWorkManagers | 1.3.6.1.4.1.140.625.1015.1.4 | Integer32 | read-only | Total number of requests that can be present in the server. This includes requests that are enqueued and those under execution. The server performs a differentiated denial of service on reaching the shared capacity. A request with higher priority will be accepted in place of a lower priority request already in the queue. The lower priority request is kept waiting in the queue till all high priority requests are executed. Further enqueues of the low priority requests are rejected right away. |
| overloadProtectionTable | 1.3.6.1.4.1.140.625.1015 | not-accessible | This Mbean has attributes concerning server overload protection. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT overloadProtectionType | 1.3.6.1.4.1.140.625.1015.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| pageFlowActionRuntimeEntry | 1.3.6.1.4.1.140.625.1310.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT pageFlowActionRuntimeIndex | 1.3.6.1.4.1.140.625.1310.1.1 | OCTET STRING | not-accessible | Index column |
| OCT pageFlowActionRuntimeName | 1.3.6.1.4.1.140.625.1310.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT pageFlowActionRuntimeObjectName | 1.3.6.1.4.1.140.625.1310.1.2 | OCTET STRING | read-only | ObjectName column |
| pageFlowActionRuntimeTable | 1.3.6.1.4.1.140.625.1310 | not-accessible | This MBean represents the statistics for a single action of a PageFlow Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT pageFlowActionRuntimeType | 1.3.6.1.4.1.140.625.1310.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| pageFlowRuntimeEntry | 1.3.6.1.4.1.140.625.1315.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT pageFlowRuntimeIndex | 1.3.6.1.4.1.140.625.1315.1.1 | OCTET STRING | not-accessible | Index column |
| OCT pageFlowRuntimeName | 1.3.6.1.4.1.140.625.1315.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT pageFlowRuntimeObjectName | 1.3.6.1.4.1.140.625.1315.1.2 | OCTET STRING | read-only | ObjectName column |
| pageFlowRuntimeTable | 1.3.6.1.4.1.140.625.1315 | not-accessible | This MBean represents a PageFlow type. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT pageFlowRuntimeType | 1.3.6.1.4.1.140.625.1315.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| pageFlowsRuntimeEntry | 1.3.6.1.4.1.140.625.1320.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT pageFlowsRuntimeIndex | 1.3.6.1.4.1.140.625.1320.1.1 | OCTET STRING | not-accessible | Index column |
| OCT pageFlowsRuntimeName | 1.3.6.1.4.1.140.625.1320.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT pageFlowsRuntimeObjectName | 1.3.6.1.4.1.140.625.1320.1.2 | OCTET STRING | read-only | ObjectName column |
| pageFlowsRuntimeTable | 1.3.6.1.4.1.140.625.1320 | not-accessible | This MBean just hides the lazy construction of PageFlowRuntimeMBeans and provides a top-level reset() operation for all PageFlows in the webapp. It also minimizes the impact on the WebAppRuntimeMBean. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT pageFlowsRuntimeType | 1.3.6.1.4.1.140.625.1320.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 pathServiceDeploymentOrder | 1.3.6.1.4.1.140.625.1020.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| pathServiceEntry | 1.3.6.1.4.1.140.625.1020.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT pathServiceIndex | 1.3.6.1.4.1.140.625.1020.1.1 | OCTET STRING | not-accessible | Index column |
| OCT pathServiceName | 1.3.6.1.4.1.140.625.1020.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT pathServiceObjectName | 1.3.6.1.4.1.140.625.1020.1.2 | OCTET STRING | read-only | ObjectName column |
| pathServiceRuntimeEntry | 1.3.6.1.4.1.140.625.1325.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT pathServiceRuntimeIndex | 1.3.6.1.4.1.140.625.1325.1.1 | OCTET STRING | not-accessible | Index column |
| OCT pathServiceRuntimeName | 1.3.6.1.4.1.140.625.1325.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT pathServiceRuntimeObjectName | 1.3.6.1.4.1.140.625.1325.1.2 | OCTET STRING | read-only | ObjectName column |
| pathServiceRuntimeTable | 1.3.6.1.4.1.140.625.1325 | not-accessible | This interface is used for accessing a WebLogic path service entity Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT pathServiceRuntimeType | 1.3.6.1.4.1.140.625.1325.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| pathServiceTable | 1.3.6.1.4.1.140.625.1020 | not-accessible | This class represents a path service. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT pathServiceType | 1.3.6.1.4.1.140.625.1020.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 persistentStoreConnectionRuntimeCreateCount | 1.3.6.1.4.1.140.625.331.1.25 | Counter64 | read-only | Returns the Number of create requests issued by this connection. |
| C64 persistentStoreConnectionRuntimeDeleteCount | 1.3.6.1.4.1.140.625.331.1.40 | Counter64 | read-only | Returns the Number of delete requests issued by this connection. |
| persistentStoreConnectionRuntimeEntry | 1.3.6.1.4.1.140.625.331.1 | not-accessible | Entry of persistentStoreConnectionRuntimeTable | |
| STR persistentStoreConnectionRuntimeIndex | 1.3.6.1.4.1.140.625.331.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR persistentStoreConnectionRuntimeName | 1.3.6.1.4.1.140.625.331.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| C64 persistentStoreConnectionRuntimeObjectCount | 1.3.6.1.4.1.140.625.331.1.45 | Counter64 | read-only | Returns the Number of objects contained in this connection. |
| STR persistentStoreConnectionRuntimeObjectName | 1.3.6.1.4.1.140.625.331.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR persistentStoreConnectionRuntimeParent | 1.3.6.1.4.1.140.625.331.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 persistentStoreConnectionRuntimeReadCount | 1.3.6.1.4.1.140.625.331.1.30 | Counter64 | read-only | Returns the Number of read requests issued by this connection. |
| persistentStoreConnectionRuntimeTable | 1.3.6.1.4.1.140.625.331 | not-accessible | This table represents information about the Persistent Store connections. | |
| STR persistentStoreConnectionRuntimeType | 1.3.6.1.4.1.140.625.331.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 persistentStoreConnectionRuntimeUpdateCount | 1.3.6.1.4.1.140.625.331.1.35 | Counter64 | read-only | Returns the Number of update requests issued by this connection. |
| C64 persistentStoreRuntimeCreateCount | 1.3.6.1.4.1.140.625.330.1.25 | Counter64 | read-only | Returns the Number of create requests issued by this store. |
| C64 persistentStoreRuntimeDeleteCount | 1.3.6.1.4.1.140.625.330.1.40 | Counter64 | read-only | Returns the Number of delete requests issued by this store. |
| persistentStoreRuntimeEntry | 1.3.6.1.4.1.140.625.330.1 | not-accessible | Entry of persistentStoreRuntimeTable | |
| STR persistentStoreRuntimeIndex | 1.3.6.1.4.1.140.625.330.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR persistentStoreRuntimeName | 1.3.6.1.4.1.140.625.330.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| C64 persistentStoreRuntimeObjectCount | 1.3.6.1.4.1.140.625.330.1.45 | Counter64 | read-only | Returns the Number of objects contained in the store. |
| STR persistentStoreRuntimeObjectName | 1.3.6.1.4.1.140.625.330.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR persistentStoreRuntimeParent | 1.3.6.1.4.1.140.625.330.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 persistentStoreRuntimePhysicalWriteCount | 1.3.6.1.4.1.140.625.330.1.50 | Counter64 | read-only | Returns the Number of times the store flushed its data to durable storage. |
| C64 persistentStoreRuntimeReadCount | 1.3.6.1.4.1.140.625.330.1.30 | Counter64 | read-only | Returns the Number of read requests issued by this store. |
| persistentStoreRuntimeTable | 1.3.6.1.4.1.140.625.330 | not-accessible | This table represents information about the Persistent Store. | |
| STR persistentStoreRuntimeType | 1.3.6.1.4.1.140.625.330.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 persistentStoreRuntimeUpdateCount | 1.3.6.1.4.1.140.625.330.1.35 | Counter64 | read-only | Returns the Number of update requests issued by this store. |
| psAssemblyRuntimeEntry | 1.3.6.1.4.1.140.625.1305.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT psAssemblyRuntimeIndex | 1.3.6.1.4.1.140.625.1305.1.1 | OCTET STRING | not-accessible | Index column |
| OCT psAssemblyRuntimeMapEntries | 1.3.6.1.4.1.140.625.1305.1.4 | OCTET STRING | read-only | Returns all entries in a persistent map's assembly. |
| OCT psAssemblyRuntimeName | 1.3.6.1.4.1.140.625.1305.1.5 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT psAssemblyRuntimeObjectName | 1.3.6.1.4.1.140.625.1305.1.2 | OCTET STRING | read-only | ObjectName column |
| psAssemblyRuntimeTable | 1.3.6.1.4.1.140.625.1305 | not-accessible | This interface is used for accessing a WebLogic path service entity Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT psAssemblyRuntimeType | 1.3.6.1.4.1.140.625.1305.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 queryCacheRuntimeCacheAccessCount | 1.3.6.1.4.1.140.625.135.1.30 | Counter64 | read-only | Returns the count of the number of accesses of the query cache for this EJB. |
| C64 queryCacheRuntimeCacheHitCount | 1.3.6.1.4.1.140.625.135.1.35 | Counter64 | read-only | Returns the count of the number of cache hits of the query cache for this EJB. |
| C64 queryCacheRuntimeCacheMissByBeanEvictionCount | 1.3.6.1.4.1.140.625.135.1.50 | Counter64 | read-only | 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. |
| C64 queryCacheRuntimeCacheMissByDependentQueryMissCount | 1.3.6.1.4.1.140.625.135.1.60 | Counter64 | read-only | 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. |
| C64 queryCacheRuntimeCacheMissByRelatedQueryMissCount | 1.3.6.1.4.1.140.625.135.1.55 | Counter64 | read-only | 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. |
| C64 queryCacheRuntimeCacheMissByTimeoutCount | 1.3.6.1.4.1.140.625.135.1.45 | Counter64 | read-only | Returns the count of the number of cache misses of the query cache for this EJB due to query results timing out. |
| queryCacheRuntimeEntry | 1.3.6.1.4.1.140.625.135.1 | not-accessible | Entry of queryCacheRuntimeTable | |
| STR queryCacheRuntimeIndex | 1.3.6.1.4.1.140.625.135.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR queryCacheRuntimeName | 1.3.6.1.4.1.140.625.135.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR queryCacheRuntimeObjectName | 1.3.6.1.4.1.140.625.135.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR queryCacheRuntimeParent | 1.3.6.1.4.1.140.625.135.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| queryCacheRuntimeTable | 1.3.6.1.4.1.140.625.135 | not-accessible | This table represents a QueryCacheRuntime for all query cache runtime information collected for an EJB. | |
| INT queryCacheRuntimeTotalCachedQueriesCount | 1.3.6.1.4.1.140.625.135.1.25 | INTEGER | read-only | Returns the count of the total number of query results for this EJB currently in the query cache. |
| C64 queryCacheRuntimeTotalCacheMissCount | 1.3.6.1.4.1.140.625.135.1.40 | Counter64 | read-only | Returns the count of the total number of cache misses of the query cache for this EJB. |
| STR queryCacheRuntimeType | 1.3.6.1.4.1.140.625.135.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| realmRuntimeEntry | 1.3.6.1.4.1.140.625.1330.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT realmRuntimeIndex | 1.3.6.1.4.1.140.625.1330.1.1 | OCTET STRING | not-accessible | Index column |
| OCT realmRuntimeName | 1.3.6.1.4.1.140.625.1330.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT realmRuntimeObjectName | 1.3.6.1.4.1.140.625.1330.1.2 | OCTET STRING | read-only | ObjectName column |
| realmRuntimeTable | 1.3.6.1.4.1.140.625.1330 | not-accessible | This class is used to monitor and manage per security realm runtime information. | |
| OCT realmRuntimeType | 1.3.6.1.4.1.140.625.1330.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| remoteSAFContextEntry | 1.3.6.1.4.1.140.625.1025.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT remoteSAFContextIndex | 1.3.6.1.4.1.140.625.1025.1.1 | OCTET STRING | not-accessible | Index column |
| OCT remoteSAFContextJndiInitialContextFactory | 1.3.6.1.4.1.140.625.1025.1.7 | OCTET STRING | read-only | JndiInitialContextFactory |
| OCT remoteSAFContextJndiProperty | 1.3.6.1.4.1.140.625.1025.1.9 | OCTET STRING | read-only | JndiProperty |
| OCT remoteSAFContextName | 1.3.6.1.4.1.140.625.1025.1.8 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT remoteSAFContextObjectName | 1.3.6.1.4.1.140.625.1025.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT remoteSAFContextPassword | 1.3.6.1.4.1.140.625.1025.1.6 | OCTET STRING | read-only | Password |
| OCT remoteSAFContextProtocol | 1.3.6.1.4.1.140.625.1025.1.4 | OCTET STRING | read-only | Protocol |
| remoteSAFContextTable | 1.3.6.1.4.1.140.625.1025 | not-accessible | Fake RemoteSAFContextMBean Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT remoteSAFContextType | 1.3.6.1.4.1.140.625.1025.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT remoteSAFContextUrl | 1.3.6.1.4.1.140.625.1025.1.5 | OCTET STRING | read-only | URL |
| OCT remoteSAFContextUsername | 1.3.6.1.4.1.140.625.1025.1.10 | OCTET STRING | read-only | UserName |
| C64 requestClassRuntimeCompletedCount | 1.3.6.1.4.1.140.625.365.1.25 | Counter64 | read-only | Returns the Total number of completions since server start. |
| C64 requestClassRuntimeDeltaFirst | 1.3.6.1.4.1.140.625.365.1.47 | Counter64 | read-only | Undocumented attribute that exposes a value used in determining priority |
| C64 requestClassRuntimeDeltaRepeat | 1.3.6.1.4.1.140.625.365.1.46 | Counter64 | read-only | Undocumented attribute that exposes a value used in determining priority |
| requestClassRuntimeEntry | 1.3.6.1.4.1.140.625.365.1 | not-accessible | Entry of requestClassRuntimeTable | |
| STR requestClassRuntimeIndex | 1.3.6.1.4.1.140.625.365.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT requestClassRuntimeInterval | 1.3.6.1.4.1.140.625.365.1.50 | OCTET STRING | read-only | Undocumented attribute that exposes a value used in determining priority. This attribute is applicable only for ResponseTimeRequestClass. -1 is returned for FairShareRequestClasses. |
| C64 requestClassRuntimeMyLast | 1.3.6.1.4.1.140.625.365.1.49 | Counter64 | read-only | Undocumented attribute that exposes a value used in determining priority |
| STR requestClassRuntimeName | 1.3.6.1.4.1.140.625.365.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR requestClassRuntimeObjectName | 1.3.6.1.4.1.140.625.365.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR requestClassRuntimeParent | 1.3.6.1.4.1.140.625.365.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT requestClassRuntimePendingRequestCount | 1.3.6.1.4.1.140.625.365.1.35 | INTEGER | read-only | Returns the Number of requests waiting for a thread to become available. |
| STR requestClassRuntimeRequestClassType | 1.3.6.1.4.1.140.625.365.1.45 | DisplayString | read-only | Returns the type of RequestClass, either FIR_SHARE or RESPONSE_TIME. |
| requestClassRuntimeTable | 1.3.6.1.4.1.140.625.365 | not-accessible | Presents runtime information about RequestClasses. A request class represents a class of work. Work using the same request class shares the same priority | |
| C64 requestClassRuntimeThreadUseSquares | 1.3.6.1.4.1.140.625.365.1.48 | Counter64 | read-only | Undocumented attribute that exposes a value used in determining priority |
| C64 requestClassRuntimeTotalThreadUse | 1.3.6.1.4.1.140.625.365.1.30 | Counter64 | read-only | Returns the Total amount of thread use time in millisec's used by the request class since server start. |
| STR requestClassRuntimeType | 1.3.6.1.4.1.140.625.365.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 requestClassRuntimeVirtualTimeIncrement | 1.3.6.1.4.1.140.625.365.1.40 | Counter64 | read-only | 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. |
| I32 responseTimeRequestClassDeploymentOrder | 1.3.6.1.4.1.140.625.1030.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| responseTimeRequestClassEntry | 1.3.6.1.4.1.140.625.1030.1 | not-accessible | Generated SNMP Table Entry. | |
| I32 responseTimeRequestClassGoalMs | 1.3.6.1.4.1.140.625.1030.1.5 | Integer32 | read-only | Response time goal |
| OCT responseTimeRequestClassIndex | 1.3.6.1.4.1.140.625.1030.1.1 | OCTET STRING | not-accessible | Index column |
| OCT responseTimeRequestClassName | 1.3.6.1.4.1.140.625.1030.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT responseTimeRequestClassObjectName | 1.3.6.1.4.1.140.625.1030.1.2 | OCTET STRING | read-only | ObjectName column |
| responseTimeRequestClassTable | 1.3.6.1.4.1.140.625.1030 | not-accessible | This mbean defines the response time goal for this request class. Response time goals can be used to differentiate request classes. We do not try to meet a response time goal for an individual request. Rather we compute a tolerable waiting time for a request class by subtracting the observed average thread use time. Then we schedule requests so that the average wait for each request class is in proportion to their tolerable waiting time. For example, consider we only have two request classes, A and B, with response time goals 2000ms and 5000ms, respectively, where the time an individual request uses a thread is much smaller. During a period in which both request classes are sufficiently requested, say, zero think time and more clients than threads, we schedule to keep the average response time in the ratio 2:5 so that it is a common fraction or multiple of the stated goal. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT responseTimeRequestClassType | 1.3.6.1.4.1.140.625.1030.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| rmcFactoryEntry | 1.3.6.1.4.1.140.625.708.1 | not-accessible | Entry of rmcFactoryTable | |
| STR rmcFactoryIndex | 1.3.6.1.4.1.140.625.708.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR rmcFactoryJNDIName | 1.3.6.1.4.1.140.625.708.1.21 | DisplayString | read-only | Generated Object. |
| STR rmcFactoryName | 1.3.6.1.4.1.140.625.708.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR rmcFactoryObjectName | 1.3.6.1.4.1.140.625.708.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR rmcFactoryParent | 1.3.6.1.4.1.140.625.708.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| rmcFactoryTable | 1.3.6.1.4.1.140.625.708 | not-accessible | This table represents a rmcFactory in the domain. | |
| STR rmcFactoryType | 1.3.6.1.4.1.140.625.708.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 safAgentAcknowledgeInterval | 1.3.6.1.4.1.140.625.1035.1.20 | Counter64 | read-only | The maximum interval between two successive acknowledgements sent by the receiving side. Applies only to agents with receiving capability. A value of -1 specifies that there is no time limit between successive acknowledgement. Updating AcknowlegeInterval causes connections starting after the update to use the new value. |
| C64 safAgentBytesMaximum | 1.3.6.1.4.1.140.625.1035.1.9 | Counter64 | read-only | The maximum bytes quota (total amount of bytes) that can be stored in this SAF agent. The default value of -1 specifies that there is no WebLogic-imposed limit on the number of bytes that can be stored. However, excessive bytes volume can cause memory saturation, so this value should correspond to the total amount of available system memory relative to the rest of your application load. Applies only to agents with sending capability. Updating BytesMaximum affects only new requests. Range of Values: >= BytesThresholdHigh |
| C64 safAgentBytesThresholdHigh | 1.3.6.1.4.1.140.625.1035.1.7 | Counter64 | read-only | The upper threshold value that triggers events based on the number of bytes stored in the SAF agent. The default value of -1 disables the events for this SAF agent. Applies only to agents with sending capability. Updating BytesThresholdHigh affects only new requests. If the number of bytes exceeds this threshold, the triggered events are: Log Messages: A message is logged on the server indicating a high threshold condition. Flow Control: The agent becomes armed and instructs producers to begin decreasing their message flow. Range of Values: <= BytesMaximum; >= BytesThresholdLow |
| C64 safAgentBytesThresholdLow | 1.3.6.1.4.1.140.625.1035.1.26 | Counter64 | read-only | The lower threshold that triggers events based on the number of bytes stored in the SAF agent. The default value of -1 disables the events for this SAF agent. Applies only to agents with sending capability. Updating BytesThresholdLow affects only new requests. If the number of bytes falls below this threshold, the triggered events are: Log Messages: A message is logged on the server indicating that the threshold condition has cleared. Flow Control: The agent becomes disarmed and instructs producers to beging increasing their message flow. Range of Values: <= BytesThresholdHigh |
| C64 safAgentConversationIdleTimeMaximum | 1.3.6.1.4.1.140.625.1035.1.17 | Counter64 | read-only | The maximum amount of time allowed before a sending side releases the resources used by a conversation. If there is no activity for a conversation for the specified amount of time, the sending agent releases all resources for that conversation and notifies the receiving agent to do the same. A value of 0 specifies that resources for a conversation are not released unless the application explicitly closes the conversation. Updating ConversationIdleTimeMaximum causes connections starting after the update to use the new value. |
| C64 safAgentDefaultRetryDelayBase | 1.3.6.1.4.1.140.625.1035.1.27 | Counter64 | read-only | The amount of time, in milliseconds, between the original delivery attempt and the first retry. If RetryDelayMultiplier is set to 1, this defines the interval between any two successive retry attempts. Applies only to agents with sending capability. Updating DefaultRetryDelayBase causes connections starting after the update to use the new value. Range of Values: <= RetryDelayMaximum if RetryDelayMultiplier is not 1.0. |
| C64 safAgentDefaultRetryDelayMaximum | 1.3.6.1.4.1.140.625.1035.1.18 | Counter64 | read-only | The maximum amount of time, in milliseconds, between two successive delivery retry attempts. Applies only to agents with sending capability. Updating DefaultRetryDelayMaximum causes connections starting after the update to use the new value. Range of Values: > = RetryDelayBase if RetryDelayMultiplier is not 1.0. |
| OCT safAgentDefaultRetryDelayMultiplier | 1.3.6.1.4.1.140.625.1035.1.5 | OCTET STRING | read-only | The factor used to multiply the previous delay time to calculate the next delay time to be used. Applies only to agents with sending capability. Updating DefaultRetryDelayMuliplier causes connections starting after the update to use the new value. Range of Values: >= 1. |
| C64 safAgentDefaultTimeToLive | 1.3.6.1.4.1.140.625.1035.1.24 | Counter64 | read-only | The default amount of time, in milliseconds, that the agent guarantees to reliably send messages. A value of 0 means the agent guarantees to reliably send messages for the duration of the conversation. Updating DefaultTimeToLive causes conversations starting after the update to use the new value. |
| I32 safAgentDeploymentOrder | 1.3.6.1.4.1.140.625.1035.1.21 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| safAgentEntry | 1.3.6.1.4.1.140.625.1035.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT safAgentForwardingPausedAtStartup | 1.3.6.1.4.1.140.625.1035.1.4 | OCTET STRING | read-only | Specifies whether the agent is paused for forwarding messages at the startup time. When enabled, the sending agent forwards messages. Otherwise, the sending agent does not forward any messages. |
| OCT safAgentIncomingPausedAtStartup | 1.3.6.1.4.1.140.625.1035.1.13 | OCTET STRING | read-only | Specifies whether the agent is paused for incoming messages at startup time. When enabled, the sending agent accepts new messages. Otherwise, the sending agent does not accept any new messages. |
| OCT safAgentIndex | 1.3.6.1.4.1.140.625.1035.1.1 | OCTET STRING | not-accessible | Index column |
| OCT safAgentLoggingEnabled | 1.3.6.1.4.1.140.625.1035.1.6 | OCTET STRING | read-only | Specifies whether a message is logged in the server log file when a message fails to be forwarded. If selected, this applies to messages that fail to be forwarded and delivered to the final destination when there is no error handling in a SAF application or the application's error handling fails. Applies only to agents with receiving capability. Updating LoggingEnabled causes connections starting after the update to use the new value. |
| I32 safAgentMaximumMessageSize | 1.3.6.1.4.1.140.625.1035.1.19 | Integer32 | read-only | The maximum number of bytes allowed in individual messages on this SAF agent. The message size includes the message body, any user-defined properties, and the user-defined JMS header fields: JMSCorrelationID and JMSType. Producers sending messages that exceed the configured maximum message size for the SAF agent will receive a ResourceAllocationException. The maximum message size is only enforced for the initial production of a message. Messages that are redirected to an error destination or forwarded to a member of a distributed destination are not checked for size. For instance, if a destination and its corresponding error destination are configured with a maximum message size of 128K bytes and 64K bytes, respectively, a message of 96K bytes could be redirected to the error destination (even though it exceeds the 64K byte maximum), but a producer could not directly send the 96K byte message to the error destination. Applies only to agents with sending capability. Updating MaximumMessageSize affects only incoming messages; stored messages are not affected. |
| C64 safAgentMessageBufferSize | 1.3.6.1.4.1.140.625.1035.1.22 | Counter64 | read-only | The amount of memory used to store message bodies in memory before they are paged out to disk. A value of -1 (the default) specifies that the server will automatically determine a size based on the maximum heap size of the JVM. This default will be set to either one-third the maximum heap size, or 512 megabytes, whichever is larger. The larger the buffer, the more memory JMS will consume when many messages are waiting on queues or topics. Once the buffer is surpassed, JMS may write message bodies to the directory specified by PagingDirectory in an effort to reduce memory usage below this buffer. Surpassing the buffer size does not stop the JMS server from accepting new messages. It is still possible to run out of memory if messages are arriving faster than they can be written to disk. Users with high messaging loads who wish to support the highest possible availability should consider setting a quota or setting a threshold and enabling flow control. Applies only to agents with sending capability. Paging is always supported. Updating the memory size resets the message count so that only requests arriving after the update are charged against the new memory size. |
| C64 safAgentMessagesMaximum | 1.3.6.1.4.1.140.625.1035.1.15 | Counter64 | read-only | The maximum message quota (total amount of messages) that can be stored in this SAF agent. The default value of -1 specifies that the server instance has no limit on the number of messages that can be stored. However, excessive message volume can cause memory saturation, so this value should correspond to the total amount of available system memory relative to the rest of your application load. Applies only to sending agents. Updating the maximum message quota resets the message count so that only requests arriving after the update are charged against the new quota. Range of Values: >= MessagesThresholdHigh |
| C64 safAgentMessagesThresholdHigh | 1.3.6.1.4.1.140.625.1035.1.12 | Counter64 | read-only | The upper threshold that triggers events based on the number of messages stored in the SAF agent. The default value of -1 disables the events for this SAF agent. Applies only to agents with sending capability. Updating MessagesThresholdHigh affects only new requests. If the number of messages exceeds this threshold, the triggered events are: Log Messages: A message is logged on the server indicating a high threshold condition. Flow Control: The agent becomes armed and instructs producers to begin decreasing their message flow. Range of Values: <= MessagesMaximum; >= MessagesThresholdLow |
| C64 safAgentMessagesThresholdLow | 1.3.6.1.4.1.140.625.1035.1.11 | Counter64 | read-only | The low threshold that triggers events based on the number of messages stored in the SAF agent. The default value of -1 disables the events for this SAF agent. Applies only to agents with sending capability. Updating MessagesThresholdLow affects only new requests. If the number of messages falls below this threshold, the triggered events are: Log Messages: A message is logged on the server indicating that the threshold condition has cleared. Flow Control: The agent becomes disarmed and instructs producers to begin increasing their message flow. Range of Values: <= MessagesThresholdHigh. |
| OCT safAgentName | 1.3.6.1.4.1.140.625.1035.1.16 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT safAgentObjectName | 1.3.6.1.4.1.140.625.1035.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT safAgentPagingDirectory | 1.3.6.1.4.1.140.625.1035.1.25 | OCTET STRING | read-only | Specifies where message bodies are written when the size of the message bodies in the JMS server exceeds the message buffer size. If unspecified, messages are written to the tmp directory in the host WebLogic Server instance's directory. For example, domainName/servers/servername/tmp. For best performance, this directory should not be the same as the directory used by the SAF agent's persistent store. Applies only to agents with sending capability. |
| OCT safAgentReceivingPausedAtStartup | 1.3.6.1.4.1.140.625.1035.1.14 | OCTET STRING | read-only | Specifies whether the agent is paused for receiving messages at the startup time. When enabled, the sending agent receives messages. Otherwise, the sending agent does not receive any messages. |
| C64 safAgentRuntimeBytesCurrentCount | 1.3.6.1.4.1.140.625.470.1.100 | Counter64 | read-only | Returns the current number of bytes. This number does not include the pending bytes. |
| C64 safAgentRuntimeBytesHighCount | 1.3.6.1.4.1.140.625.470.1.105 | Counter64 | read-only | Returns the peak number of bytes since the last reset. |
| C64 safAgentRuntimeBytesPendingCount | 1.3.6.1.4.1.140.625.470.1.95 | Counter64 | read-only | Returns the number of pending bytes. Pending bytes are over and above the current number of bytes. |
| C64 safAgentRuntimeBytesReceivedCount | 1.3.6.1.4.1.140.625.470.1.110 | Counter64 | read-only | The number of bytes received since the last reset. |
| C64 safAgentRuntimeBytesThresholdTime | 1.3.6.1.4.1.140.625.470.1.115 | Counter64 | read-only | Returns the amount of time in the threshold condition since the last reset. |
| C64 safAgentRuntimeConversationsCurrentCount | 1.3.6.1.4.1.140.625.470.1.55 | Counter64 | read-only | Returns the current number of conversations. |
| C64 safAgentRuntimeConversationsHighCount | 1.3.6.1.4.1.140.625.470.1.60 | Counter64 | read-only | Returns the peak number of conversations since the last reset. |
| C64 safAgentRuntimeConversationsTotalCount | 1.3.6.1.4.1.140.625.470.1.65 | Counter64 | read-only | Returns the total number of conversations since the last reset. |
| safAgentRuntimeEntry | 1.3.6.1.4.1.140.625.470.1 | not-accessible | Entry of SafAgentRuntimeTable | |
| C64 safAgentRuntimeFailedMessagesTotal | 1.3.6.1.4.1.140.625.470.1.120 | Counter64 | read-only | Returns the total number of messages that have failed to be forwarded since the last reset. |
| STR safAgentRuntimeIndex | 1.3.6.1.4.1.140.625.470.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 safAgentRuntimeMessagesCurrentCount | 1.3.6.1.4.1.140.625.470.1.70 | Counter64 | read-only | Returns the current number of messages. This number includes the pending messages. |
| C64 safAgentRuntimeMessagesHighCount | 1.3.6.1.4.1.140.625.470.1.80 | Counter64 | read-only | Returns the peak number of messages since the last reset. |
| C64 safAgentRuntimeMessagesPendingCount | 1.3.6.1.4.1.140.625.470.1.75 | Counter64 | read-only | 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. |
| C64 safAgentRuntimeMessagesReceivedCount | 1.3.6.1.4.1.140.625.470.1.85 | Counter64 | read-only | The number of messages received since the last reset. |
| C64 safAgentRuntimeMessagesThresholdTime | 1.3.6.1.4.1.140.625.470.1.90 | Counter64 | read-only | Returns the amount of time in the threshold condition since the last reset. |
| STR safAgentRuntimeName | 1.3.6.1.4.1.140.625.470.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR safAgentRuntimeObjectName | 1.3.6.1.4.1.140.625.470.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR safAgentRuntimeParent | 1.3.6.1.4.1.140.625.470.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT safAgentRuntimePausedForForwarding | 1.3.6.1.4.1.140.625.470.1.45 | INTEGER | read-only | Indicates whether or not the sending agent is paused for forwarding at the current time. |
| INT safAgentRuntimePausedForIncoming | 1.3.6.1.4.1.140.625.470.1.40 | INTEGER | read-only | Indicates whether or not the sending agent is paused for incoming messages at the current time. |
| OCT safAgentRuntimePausedForReceiving | 1.3.6.1.4.1.140.625.470.1.121 | OCTET STRING | read-only | Indicates whether or not the receiving agent is paused for receiving at the current time. |
| C64 safAgentRuntimeRemoteEndpointsCurrentCount | 1.3.6.1.4.1.140.625.470.1.25 | Counter64 | read-only | Returns the current number of remote endpoints to which this saf agent has been storing and forwarding messages. |
| C64 safAgentRuntimeRemoteEndpointsHighCount | 1.3.6.1.4.1.140.625.470.1.30 | Counter64 | read-only | Returns the peak number of remote endpoints to which this saf agent has been storing and forwarding messages since last reset. |
| C64 safAgentRuntimeRemoteEndpointsTotalCount | 1.3.6.1.4.1.140.625.470.1.35 | Counter64 | read-only | Returns the number of remote endpoints to which this saf agent has been storing and forwarding messages since last reset. |
| safAgentRuntimeTable | 1.3.6.1.4.1.140.625.470 | not-accessible | This table is used for monitoring a WebLogic Store And Forward Agent. | |
| STR safAgentRuntimeType | 1.3.6.1.4.1.140.625.470.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT safAgentServiceType | 1.3.6.1.4.1.140.625.1035.1.10 | OCTET STRING | read-only | The type of service that this SAF agent provides. Range of Values: Sending-only, Receiving-only, or Both. |
| safAgentTable | 1.3.6.1.4.1.140.625.1035 | not-accessible | This class represents a Store-and-Forward (SAF) agent. A SAF sending agent takes care of storing messages to a persistent storage, forwarding messages to the receiving side, and re-transmitting messages when acknowledgements do not come back in time. A SAF receiving agent takes care of detecting and eliminating duplicate messages sent by the receiving agent, and deliver messages to the final endpoint. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT safAgentType | 1.3.6.1.4.1.140.625.1035.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 safAgentWindowInterval | 1.3.6.1.4.1.140.625.1035.1.8 | Counter64 | read-only | The maximum amount of time, in milliseconds, that a JMS sending agent will wait before forwarding messages in a single batch. A sending agent will wait to forward the message batch until either: (A) the source destination message count is greater than or equal to the configured Window Size; (B) it has waited a specified Window Interval, whichever comes first. |
| I32 safAgentWindowSize | 1.3.6.1.4.1.140.625.1035.1.23 | Integer32 | read-only | For JMS messages, the number of messages in a batch. A sending agent waits to forward a message batch until the source destination message count is greater than or equal to this value. For WSRM, the maximum number of unacknowledged messages allowed between a source destination and a target destination during a conversation. |
| STR safConversationRuntimeConversationName | 1.3.6.1.4.1.140.625.471.1.25 | DisplayString | read-only | Returns the name of the conversation. |
| STR safConversationRuntimeDestinationURL | 1.3.6.1.4.1.140.625.471.1.30 | DisplayString | read-only | Returns the name of the conversation. |
| safConversationRuntimeEntry | 1.3.6.1.4.1.140.625.471.1 | not-accessible | Entry of SafConversationRuntimeTable | |
| STR safConversationRuntimeIndex | 1.3.6.1.4.1.140.625.471.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR safConversationRuntimeName | 1.3.6.1.4.1.140.625.471.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR safConversationRuntimeObjectName | 1.3.6.1.4.1.140.625.471.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR safConversationRuntimeParent | 1.3.6.1.4.1.140.625.471.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR safConversationRuntimeQOS | 1.3.6.1.4.1.140.625.471.1.35 | DisplayString | read-only | Returns the name of the conversation. |
| safConversationRuntimeTable | 1.3.6.1.4.1.140.625.471 | not-accessible | This table is used for monitoring a WebLogic Store And Forward Agent. | |
| STR safConversationRuntimeType | 1.3.6.1.4.1.140.625.471.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 safRemoteEndpointRuntimeBytesCurrentCount | 1.3.6.1.4.1.140.625.472.1.115 | Counter64 | read-only | Returns the current number of bytes. This number does not include the pending bytes. |
| C64 safRemoteEndpointRuntimeBytesHighCount | 1.3.6.1.4.1.140.625.472.1.120 | Counter64 | read-only | Returns the peak number of bytes since the last reset. |
| C64 safRemoteEndpointRuntimeBytesPendingCount | 1.3.6.1.4.1.140.625.472.1.110 | Counter64 | read-only | Returns the number of pending bytes. Pending bytes are over and above the current number of bytes. |
| C64 safRemoteEndpointRuntimeBytesReceivedCount | 1.3.6.1.4.1.140.625.472.1.125 | Counter64 | read-only | The number of bytes received since the last reset. |
| C64 safRemoteEndpointRuntimeBytesThresholdTime | 1.3.6.1.4.1.140.625.472.1.130 | Counter64 | read-only | Returns the amount of time in the threshold condition since the last reset. |
| C64 safRemoteEndpointRuntimeDowntimeHigh | 1.3.6.1.4.1.140.625.472.1.50 | Counter64 | read-only | eturns the longest time, in seconds, that the remote endpoint has not been available since the last reset. |
| C64 safRemoteEndpointRuntimeDowntimeTotal | 1.3.6.1.4.1.140.625.472.1.55 | Counter64 | read-only | Returns the total time, in seconds, that the remote endpoint has not been available since the last reset. |
| STR safRemoteEndpointRuntimeEndpointType | 1.3.6.1.4.1.140.625.472.1.30 | DisplayString | read-only | Returns type value of the remote endpoint, either JMS or WebServices. |
| safRemoteEndpointRuntimeEntry | 1.3.6.1.4.1.140.625.472.1 | not-accessible | Entry of SafRemoteEndpointRuntimeTable | |
| C64 safRemoteEndpointRuntimeFailedMessagesTotal | 1.3.6.1.4.1.140.625.472.1.135 | Counter64 | read-only | Returns the total number of messages that have failed to be forwarded since the last reset. |
| STR safRemoteEndpointRuntimeIndex | 1.3.6.1.4.1.140.625.472.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 safRemoteEndpointRuntimeMessagesCurrentCount | 1.3.6.1.4.1.140.625.472.1.85 | Counter64 | read-only | Returns the current number of messages. This number includes the pending messages. |
| C64 safRemoteEndpointRuntimeMessagesHighCount | 1.3.6.1.4.1.140.625.472.1.95 | Counter64 | read-only | Returns the peak number of messages since the last reset. |
| C64 safRemoteEndpointRuntimeMessagesPendingCount | 1.3.6.1.4.1.140.625.472.1.90 | Counter64 | read-only | 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. |
| C64 safRemoteEndpointRuntimeMessagesReceivedCount | 1.3.6.1.4.1.140.625.472.1.100 | Counter64 | read-only | The number of messages received since the last reset. |
| C64 safRemoteEndpointRuntimeMessagesThresholdTime | 1.3.6.1.4.1.140.625.472.1.105 | Counter64 | read-only | Returns the amount of time in the threshold condition since the last reset. |
| STR safRemoteEndpointRuntimeName | 1.3.6.1.4.1.140.625.472.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR safRemoteEndpointRuntimeObjectName | 1.3.6.1.4.1.140.625.472.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR safRemoteEndpointRuntimeParent | 1.3.6.1.4.1.140.625.472.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT safRemoteEndpointRuntimePausedForForwarding | 1.3.6.1.4.1.140.625.472.1.40 | INTEGER | read-only | Indicates whether or not the remote endpoint is paused for forwarding at the current time. |
| INT safRemoteEndpointRuntimePausedForIncoming | 1.3.6.1.4.1.140.625.472.1.35 | INTEGER | read-only | Indicates whether or not the remote endpoint is paused for incoming messages at the current time. |
| safRemoteEndpointRuntimeTable | 1.3.6.1.4.1.140.625.472 | not-accessible | This table is used for monitoring a WebLogic Store And Forward RemoteEndpoint. | |
| STR safRemoteEndpointRuntimeType | 1.3.6.1.4.1.140.625.472.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 safRemoteEndpointRuntimeUptimeHigh | 1.3.6.1.4.1.140.625.472.1.60 | Counter64 | read-only | Returns the longest time, in seconds, that the remote endpoint has been available since the last reset. |
| C64 safRemoteEndpointRuntimeUptimeTotal | 1.3.6.1.4.1.140.625.472.1.65 | Counter64 | read-only | Returns the total time, in seconds, that the remote endpoint has been available since the last reset. |
| STR safRemoteEndpointRuntimeURL | 1.3.6.1.4.1.140.625.472.1.25 | DisplayString | read-only | Returns the URL of the remote endpoint. |
| safRuntimeEntry | 1.3.6.1.4.1.140.625.1335.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT safRuntimeIndex | 1.3.6.1.4.1.140.625.1335.1.1 | OCTET STRING | not-accessible | Index column |
| OCT safRuntimeName | 1.3.6.1.4.1.140.625.1335.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT safRuntimeObjectName | 1.3.6.1.4.1.140.625.1335.1.2 | OCTET STRING | read-only | ObjectName column |
| safRuntimeTable | 1.3.6.1.4.1.140.625.1335 | not-accessible | This class is used for monitoring a WebLogic SAF service. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT safRuntimeType | 1.3.6.1.4.1.140.625.1335.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT scaCompositeRuntimeCompositeName | 1.3.6.1.4.1.140.625.1530.1.4 | OCTET STRING | read-only | |
| OCT scaCompositeRuntimeDescriptor | 1.3.6.1.4.1.140.625.1530.1.6 | OCTET STRING | read-only | |
| scaCompositeRuntimeEntry | 1.3.6.1.4.1.140.625.1530.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT scaCompositeRuntimeIndex | 1.3.6.1.4.1.140.625.1530.1.1 | OCTET STRING | not-accessible | Index column |
| OCT scaCompositeRuntimeName | 1.3.6.1.4.1.140.625.1530.1.5 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT scaCompositeRuntimeObjectName | 1.3.6.1.4.1.140.625.1530.1.2 | OCTET STRING | read-only | ObjectName column |
| scaCompositeRuntimeTable | 1.3.6.1.4.1.140.625.1530 | not-accessible | ||
| OCT scaCompositeRuntimeType | 1.3.6.1.4.1.140.625.1530.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT scaContainerAllowsPassByReference | 1.3.6.1.4.1.140.625.1515.1.3 | OCTET STRING | read-only | |
| OCT scaContainerAutowire | 1.3.6.1.4.1.140.625.1515.1.9 | OCTET STRING | read-only | |
| scaContainerEntry | 1.3.6.1.4.1.140.625.1515.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT scaContainerIndex | 1.3.6.1.4.1.140.625.1515.1.1 | OCTET STRING | not-accessible | Index column |
| OCT scaContainerMaxAge | 1.3.6.1.4.1.140.625.1515.1.10 | OCTET STRING | read-only | Get max of a stateful service |
| OCT scaContainerMaxIdleTime | 1.3.6.1.4.1.140.625.1515.1.11 | OCTET STRING | read-only | Get max idle time of the a stateful service |
| OCT scaContainerName | 1.3.6.1.4.1.140.625.1515.1.7 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT scaContainerObjectName | 1.3.6.1.4.1.140.625.1515.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT scaContainerRemotable | 1.3.6.1.4.1.140.625.1515.1.6 | OCTET STRING | read-only | |
| OCT scaContainerSinglePrincipal | 1.3.6.1.4.1.140.625.1515.1.8 | OCTET STRING | read-only | |
| scaContainerTable | 1.3.6.1.4.1.140.625.1515 | not-accessible | ||
| I32 scaContainerTimeout | 1.3.6.1.4.1.140.625.1515.1.4 | Integer32 | read-only | |
| OCT scaContainerType | 1.3.6.1.4.1.140.625.1515.1.5 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 scaPojoComponentRuntimeDeploymentState | 1.3.6.1.4.1.140.625.1535.1.6 | Integer32 | read-only | The current deployment state of the module. A module can be in one and only one of the following states. State can be changed via deployment or administrator console. - UNPREPARED. State indicating at this module is neither prepared or active. - PREPARED. State indicating at this module of this application is prepared, but not active. The classes have been loaded and the module has been validated. - ACTIVATED. State indicating at this module is currently active. - NEW. State indicating this module has just been created and is being initialized. |
| scaPojoComponentRuntimeEntry | 1.3.6.1.4.1.140.625.1535.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT scaPojoComponentRuntimeIndex | 1.3.6.1.4.1.140.625.1535.1.1 | OCTET STRING | not-accessible | Index column |
| OCT scaPojoComponentRuntimeModuleId | 1.3.6.1.4.1.140.625.1535.1.4 | OCTET STRING | read-only | Returns the identifier for this Component. The identifier is unique within the application. Typical modules will use the URI for their id. Web Modules will return their context-root since the web-uri may not be unique within an EAR. |
| OCT scaPojoComponentRuntimeName | 1.3.6.1.4.1.140.625.1535.1.5 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT scaPojoComponentRuntimeObjectName | 1.3.6.1.4.1.140.625.1535.1.2 | OCTET STRING | read-only | ObjectName column |
| scaPojoComponentRuntimeTable | 1.3.6.1.4.1.140.625.1535 | not-accessible | ||
| OCT scaPojoComponentRuntimeType | 1.3.6.1.4.1.140.625.1535.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 scaSpringComponentRuntimeDeploymentState | 1.3.6.1.4.1.140.625.1540.1.6 | Integer32 | read-only | The current deployment state of the module. A module can be in one and only one of the following states. State can be changed via deployment or administrator console. - UNPREPARED. State indicating at this module is neither prepared or active. - PREPARED. State indicating at this module of this application is prepared, but not active. The classes have been loaded and the module has been validated. - ACTIVATED. State indicating at this module is currently active. - NEW. State indicating this module has just been created and is being initialized. |
| scaSpringComponentRuntimeEntry | 1.3.6.1.4.1.140.625.1540.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT scaSpringComponentRuntimeIndex | 1.3.6.1.4.1.140.625.1540.1.1 | OCTET STRING | not-accessible | Index column |
| OCT scaSpringComponentRuntimeModuleId | 1.3.6.1.4.1.140.625.1540.1.4 | OCTET STRING | read-only | Returns the identifier for this Component. The identifier is unique within the application. Typical modules will use the URI for their id. Web Modules will return their context-root since the web-uri may not be unique within an EAR. |
| OCT scaSpringComponentRuntimeName | 1.3.6.1.4.1.140.625.1540.1.5 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT scaSpringComponentRuntimeObjectName | 1.3.6.1.4.1.140.625.1540.1.2 | OCTET STRING | read-only | ObjectName column |
| scaSpringComponentRuntimeTable | 1.3.6.1.4.1.140.625.1540 | not-accessible | ||
| OCT scaSpringComponentRuntimeType | 1.3.6.1.4.1.140.625.1540.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT securityConfigurationAnonymousAdminLookupEnabled | 1.3.6.1.4.1.140.625.1080.1.14 | OCTET STRING | read-only | Returns true if anonymous JNDI access for Admin MBean home is permitted. This is overridden by the Java property -Dweblogic.management.anonymousAdminLookupEnabled. |
| OCT securityConfigurationCompatibilityConnectionFiltersEnabled | 1.3.6.1.4.1.140.625.1080.1.15 | OCTET STRING | read-only | Specifies whether this WebLogic Server domain enables compatiblity with previous connection filters. This attribute changes the protocols names used when filtering needs to be performed. |
| OCT securityConfigurationConnectionFilter | 1.3.6.1.4.1.140.625.1080.1.7 | OCTET STRING | read-only | The name of the Java class that implements a connection filter (that is, the weblogic.security.net.ConnectionFilter interface). If no class name is specified, no connection filter will be used. This attribute replaces the deprecated ConnectionFilter attribute on the SecurityMBean. |
| OCT securityConfigurationConnectionLoggerEnabled | 1.3.6.1.4.1.140.625.1080.1.11 | OCTET STRING | read-only | Specifies whether this WebLogic Server domain should log 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. This attribute replaces the deprecated ConnectionLoggerEnabled attribute on the SecurityMBean. |
| OCT securityConfigurationConsoleFullDelegationEnabled | 1.3.6.1.4.1.140.625.1080.1.8 | OCTET STRING | read-only | Indicates whether the console is enabled for fully delegate authorization. |
| OCT securityConfigurationCrossDomainSecurityEnabled | 1.3.6.1.4.1.140.625.1080.1.5 | OCTET STRING | read-only | Indicates whether or not cross-domain security is enabled |
| OCT securityConfigurationDowngradeUntrustedPrincipals | 1.3.6.1.4.1.140.625.1080.1.9 | OCTET STRING | read-only | Whether or not to downgrade to anonymous principals that cannot be verified. This is useful for server-server communication between untrusted domains. |
| OCT securityConfigurationEnforceStrictURLPattern | 1.3.6.1.4.1.140.625.1080.1.6 | OCTET STRING | read-only | Whether or not the system should enforce strict URL pattern or not. |
| OCT securityConfigurationEnforceValidBasicAuthCredentials | 1.3.6.1.4.1.140.625.1080.1.12 | OCTET STRING | read-only | Whether or not the system should allow requests with invalid Basic Authentication credentials to access unsecure resources. |
| securityConfigurationEntry | 1.3.6.1.4.1.140.625.1080.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT securityConfigurationIndex | 1.3.6.1.4.1.140.625.1080.1.1 | OCTET STRING | not-accessible | Index column |
| OCT securityConfigurationName | 1.3.6.1.4.1.140.625.1080.1.10 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT securityConfigurationNodeManagerUsername | 1.3.6.1.4.1.140.625.1080.1.13 | OCTET STRING | read-only | The user name that the Administration Server uses to communicate with Node Manager when starting, stopping, or restarting Managed Servers. |
| OCT securityConfigurationObjectName | 1.3.6.1.4.1.140.625.1080.1.2 | OCTET STRING | read-only | ObjectName column |
| securityConfigurationTable | 1.3.6.1.4.1.140.625.1080 | not-accessible | Provides domain-wide security configuration information. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT securityConfigurationType | 1.3.6.1.4.1.140.625.1080.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT securityConfigurationWebAppFilesCaseInsensitive | 1.3.6.1.4.1.140.625.1080.1.4 | OCTET STRING | read-only | This property defines the case sensitive URL-pattern matching behavior for security constraints, servlets, filters, virtual-hosts, etc. in the WebApp container and external security policies. When the value is set to 'os', the pattern matching will be case- sensitive on all platforms except the Windows file system. Note that on non-Windows file systems, WebLogic doesn't enforce case sensitivity and relies on the file system for optimization. Therefore, if you have a Windows Samba mount from UNIX or Mac OS that has been installed in case-insensitive mode, there is a chance of security risk. In that case, please specify case-insensitive lookups by setting this attribute to true. Note that this property is used to preserve backward compatibility on Windows file systems. In prior releases, WebLogic was case- insensitive on Windows. Starting with 9.0 release the URL-pattern matching will be strictly enforced. During the upgrade of older domains the value of this parameter is explicitly set to 'os' by the upgrade plug-in, in order to preserve backward compatibility. |
| STR securityConnectionFilter | 1.3.6.1.4.1.140.625.710.1.30 | DisplayString | read-only | The name of the Java class that implements a connection filter. * The connection filter must be an implementation of the * weblogic.security.net.ConnectionFilter interface. |
| STR securityConnectionFilterRules | 1.3.6.1.4.1.140.625.710.1.35 | DisplayString | read-only | The list of rules for the system connection filter. * If none are specified, all connections are accepted. |
| STR securityConnectionLoggerEnabled | 1.3.6.1.4.1.140.625.710.1.40 | DisplayString | read-only | 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 | 1.3.6.1.4.1.140.625.710.1 | not-accessible | Entry of securityTable | |
| STR securityIndex | 1.3.6.1.4.1.140.625.710.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR securityName | 1.3.6.1.4.1.140.625.710.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR securityObjectName | 1.3.6.1.4.1.140.625.710.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR securityParent | 1.3.6.1.4.1.140.625.710.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| securityTable | 1.3.6.1.4.1.140.625.710 | not-accessible | This table represents a security in the domain. | |
| STR securityType | 1.3.6.1.4.1.140.625.710.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| selfTuningEntry | 1.3.6.1.4.1.140.625.1085.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT selfTuningIndex | 1.3.6.1.4.1.140.625.1085.1.1 | OCTET STRING | not-accessible | Index column |
| OCT selfTuningName | 1.3.6.1.4.1.140.625.1085.1.4 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT selfTuningObjectName | 1.3.6.1.4.1.140.625.1085.1.2 | OCTET STRING | read-only | ObjectName column |
| selfTuningTable | 1.3.6.1.4.1.140.625.1085 | not-accessible | SelfTuningMBean holds global work manager component mbeans. | |
| OCT selfTuningType | 1.3.6.1.4.1.140.625.1085.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT serverAcceptBacklog | 1.3.6.1.4.1.140.625.730.1.286 | INTEGER | read-only | Allowed backlog of new TCP connection requests for both the plaintext and SSL port. |
| INT serverAdministrationPort | 1.3.6.1.4.1.140.625.730.1.230 | INTEGER | read-only | |
| OCT serverAdministrationProtocol | 1.3.6.1.4.1.140.625.730.1.345 | OCTET STRING | read-only | Returns the protocol to be used for administrative connections when none is specified. |
| INT serverAdminReconnectIntervalSeconds | 1.3.6.1.4.1.140.625.730.1.300 | INTEGER | read-only | The number of seconds between reconnection attempts to the admin server. When the admin server fails the managed server will periodically try to connect back to it. |
| OCT serverAutoKillIfFailed | 1.3.6.1.4.1.140.625.730.1.316 | OCTET STRING | read-only | Specifies whether the Node Manager should automatically kill this server if its health state is failed. |
| OCT serverAutoMigrationEnabled | 1.3.6.1.4.1.140.625.730.1.333 | OCTET STRING | read-only | Specifies whether Node Manager can automatically restart this server and its services on another machine if the server fails. |
| OCT serverAutoRestart | 1.3.6.1.4.1.140.625.730.1.311 | OCTET STRING | read-only | Specifies whether the Node Manager can automatically restart this server if it crashes or otherwise or goes down unexpectedly. |
| C64 serverChannelRuntimeAcceptCount | 1.3.6.1.4.1.140.625.366.1.45 | Counter64 | read-only | 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. |
| C64 serverChannelRuntimeBytesReceivedCount | 1.3.6.1.4.1.140.625.366.1.25 | Counter64 | read-only | Returns the total number of bytes received on this channel. |
| C64 serverChannelRuntimeBytesSentCount | 1.3.6.1.4.1.140.625.366.1.30 | Counter64 | read-only | Returns the total number of bytes sent on this channel. |
| STR serverChannelRuntimeChannelName | 1.3.6.1.4.1.140.625.366.1.35 | DisplayString | read-only | Returns the channel name of this channel. |
| C64 serverChannelRuntimeConnectionsCount | 1.3.6.1.4.1.140.625.366.1.40 | Counter64 | read-only | Returns the number of active connections and sockets associated with this channel. |
| serverChannelRuntimeEntry | 1.3.6.1.4.1.140.625.366.1 | not-accessible | Entry of serverChannelRuntimeTable | |
| STR serverChannelRuntimeIndex | 1.3.6.1.4.1.140.625.366.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 serverChannelRuntimeMessagesReceivedCount | 1.3.6.1.4.1.140.625.366.1.50 | Counter64 | read-only | Returns the number of messages received on this channel. |
| C64 serverChannelRuntimeMessagesSentCount | 1.3.6.1.4.1.140.625.366.1.55 | Counter64 | read-only | Returns the number of messages sent on this channel. |
| STR serverChannelRuntimeName | 1.3.6.1.4.1.140.625.366.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR serverChannelRuntimeObjectName | 1.3.6.1.4.1.140.625.366.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR serverChannelRuntimeParent | 1.3.6.1.4.1.140.625.366.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR serverChannelRuntimePublicURL | 1.3.6.1.4.1.140.625.366.1.60 | DisplayString | read-only | Returns the physical URL that this channel is listening on. |
| serverChannelRuntimeTable | 1.3.6.1.4.1.140.625.366 | not-accessible | Presents Runtime information for NetworkAccessPoints or Channels. | |
| STR serverChannelRuntimeType | 1.3.6.1.4.1.140.625.366.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT serverClasspathServletDisabled | 1.3.6.1.4.1.140.625.730.1.323 | OCTET STRING | read-only | The ClasspathServlet will serve any class file in the classpath and is registered by default in every Web application (including management). It does not need to be turned on for many applications though, and represents a security hole if unchecked. |
| OCT serverClientCertProxyEnabled | 1.3.6.1.4.1.140.625.730.1.301 | OCTET STRING | read-only | Specifies whether the HttpClusterServlet proxies the client certificate in a special header. By default (or if you specify false), the weblogic.xml deployment descriptor for each web application that is deployed on this server determines whether the web application trusts certificates sent from the proxy server plugin. By default (or if the deployment descriptor specifies false), users cannot log in to the web application from a proxy server plugin. A value of true causes proxy-server plugins to pass identity certifications from clients to all web applications that are deployed on this server instance. A proxy-server plugin encodes each identify certification in the WL-Proxy-Client-Cert header and passes the header to WebLogic Server instances. A WebLogic Server instance takes the certificate information from the header, trusting that it came from a secure source, and uses that information to authenticate the user. If you specify true, use a weblogic.security.net.ConnectionFilter to ensure that this WebLogic Server instance accepts connections only from the machine on which the proxy-server plugin is running. Specifying true without using a connection filter creates a security vulnerability because the WL-Proxy-Client-Cert header can be spoofed. A cluster can also specify whether the HttpClusterServlet proxies the client certificate in a special header. The cluster-level setting overrides the setting in individual servers that are part of the cluster. |
| STR serverCluster | 1.3.6.1.4.1.140.625.730.1.130 | DisplayString | read-only | The cluster to which this server belongs. |
| INT serverClusterWeight | 1.3.6.1.4.1.140.625.730.1.135 | INTEGER | read-only | The weight of this server in the cluster it belongs to, if any. |
| OCT serverCOMEnabled | 1.3.6.1.4.1.140.625.730.1.309 | OCTET STRING | read-only | Specifies whether COM support is enabled on the regular (non-SSL) port. COM is not supported on the SSL port. (The remaining fields on this page are relevant only if you check this box.) |
| INT serverCompleteHTTPMessageTimeout | 1.3.6.1.4.1.140.625.730.1.80 | INTEGER | read-only | 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. |
| INT serverCompleteIIOPMessageTimeout | 1.3.6.1.4.1.140.625.730.1.85 | INTEGER | read-only | 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. |
| INT serverCompleteMessageTimeout | 1.3.6.1.4.1.140.625.730.1.297 | INTEGER | read-only | The maximum number of seconds that this server waits for a complete message to be received. If you configure network channels for this server, each channel can override this message timeout. This timeout helps guard against a denial of service attack in which a caller indicates that it will be sending a message of a certain size which it never finishes sending. |
| INT serverCompleteT3MessageTimeout | 1.3.6.1.4.1.140.625.730.1.75 | INTEGER | read-only | 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. |
| INT serverConsoleInputEnabled | 1.3.6.1.4.1.140.625.730.1.210 | INTEGER | read-only | A boolean value (true Or false). True if commands can be typed at console. |
| OCT serverCustomIdentityKeyStoreFileName | 1.3.6.1.4.1.140.625.730.1.317 | OCTET STRING | read-only | The path and file name of the identity keystore. The path name must either be absolute or relative to where the server was booted. The custom identity key store file name is only used if KeyStores is CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST, CUSTOM_IDENTITY_AND_CUSTOM_TRUST or CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST. |
| OCT serverCustomIdentityKeyStoreType | 1.3.6.1.4.1.140.625.730.1.346 | OCTET STRING | read-only | The type of the keystore. Generally, this is JKS. If empty or null, then the JDK's default keystore type (specified in java.security) is used. The custom identity key store type is only used if KeyStores is CUSTOM_IDENTITY_AND_JAVA_STANDARD_TRUST, CUSTOM_IDENTITY_AND_CUSTOM_TRUST or CUSTOM_IDENTITY_AND_COMMAND_LINE_TRUST. |
| OCT serverCustomTrustKeyStoreFileName | 1.3.6.1.4.1.140.625.730.1.341 | OCTET STRING | read-only | The path and file name of the custom trust keystore. The path name must either be absolute or relative to where the server was booted. This file name is only used if KeyStores is CUSTOM_IDENTITY_AND_CUSTOM_TRUST. |
| OCT serverCustomTrustKeyStoreType | 1.3.6.1.4.1.140.625.730.1.327 | OCTET STRING | read-only | The type of the keystore. Generally, this is JKS. If empty or null, then the JDK's default keystore type (specified in java.security) is used. This keystore type is only used if KeyStores is CUSTOM_IDENTITY_AND_CUSTOM_TRUST. |
| OCT serverDebugApplicationContainer | 1.3.6.1.4.1.140.625.1090.1.103 | OCTET STRING | read-only | Debug Application Container deployment processing |
| OCT serverDebugClassFinder | 1.3.6.1.4.1.140.625.1090.1.191 | OCTET STRING | read-only | Debug ClassFinder processing |
| OCT serverDebugClassLoader | 1.3.6.1.4.1.140.625.1090.1.14 | OCTET STRING | read-only | Debug ClassLoader processing |
| OCT serverDebugClassLoaderVerbose | 1.3.6.1.4.1.140.625.1090.1.35 | OCTET STRING | read-only | Detailed debug of ClassLoader processing |
| OCT serverDebugClassloaderWebApp | 1.3.6.1.4.1.140.625.1090.1.68 | OCTET STRING | read-only | Debug WebApp ClassLoader processing |
| OCT serverDebugClasspathServlet | 1.3.6.1.4.1.140.625.1090.1.167 | OCTET STRING | read-only | Debug ClassPathServlet processing |
| OCT serverDebugDebugAbbreviation | 1.3.6.1.4.1.140.625.1090.1.223 | OCTET STRING | read-only | Debug abbreviations over JVM to JVM connections |
| OCT serverDebugDebugAppContainer | 1.3.6.1.4.1.140.625.1090.1.211 | OCTET STRING | read-only | Debug Application Container processing |
| OCT serverDebugDebugCluster | 1.3.6.1.4.1.140.625.1090.1.187 | OCTET STRING | read-only | Debug each GroupMessage that is sent or received by multicast. |
| OCT serverDebugDebugClusterAnnouncements | 1.3.6.1.4.1.140.625.1090.1.166 | OCTET STRING | read-only | Debug each Announcement, StateDump, and Attributes message that is sent or received by multicast. |
| OCT serverDebugDebugClusterFragments | 1.3.6.1.4.1.140.625.1090.1.195 | OCTET STRING | read-only | Debug for each fragment that is sent or received by multicast. |
| OCT serverDebugDebugClusterHeartbeats | 1.3.6.1.4.1.140.625.1090.1.118 | OCTET STRING | read-only | Debug each cluster Heartbeat that is sent or received by multicast. |
| OCT serverDebugDebugConfigurationEdit | 1.3.6.1.4.1.140.625.1090.1.128 | OCTET STRING | read-only | Debug management configuration edit processing |
| OCT serverDebugDebugConfigurationRuntime | 1.3.6.1.4.1.140.625.1090.1.126 | OCTET STRING | read-only | Debug management configuration runtime processing |
| OCT serverDebugDebugConnection | 1.3.6.1.4.1.140.625.1090.1.112 | OCTET STRING | read-only | Debug JVM to JVM connections |
| OCT serverDebugDebugConnectorService | 1.3.6.1.4.1.140.625.1090.1.230 | OCTET STRING | read-only | Debug connector service action processing |
| OCT serverDebugDebugConsensusLeasing | 1.3.6.1.4.1.140.625.1090.1.136 | OCTET STRING | read-only | Debug cluster consensus lease processing |
| OCT serverDebugDebugDeploy | 1.3.6.1.4.1.140.625.1090.1.104 | OCTET STRING | read-only | Debug deploy command processing |
| OCT serverDebugDebugDeployment | 1.3.6.1.4.1.140.625.1090.1.261 | OCTET STRING | read-only | Debug deployment processing |
| OCT serverDebugDebugDeploymentService | 1.3.6.1.4.1.140.625.1090.1.192 | OCTET STRING | read-only | Debug deployment service processing |
| OCT serverDebugDebugDeploymentServiceInternal | 1.3.6.1.4.1.140.625.1090.1.198 | OCTET STRING | read-only | Debug internal deployment service processing |
| OCT serverDebugDebugDeploymentServiceStatusUpdates | 1.3.6.1.4.1.140.625.1090.1.175 | OCTET STRING | read-only | Debug deployment service status update processing |
| OCT serverDebugDebugDeploymentServiceTransport | 1.3.6.1.4.1.140.625.1090.1.105 | OCTET STRING | read-only | Debug deployment service transport processing |
| OCT serverDebugDebugDeploymentServiceTransportHttp | 1.3.6.1.4.1.140.625.1090.1.29 | OCTET STRING | read-only | Debug deployment service HTTP transport processing |
| OCT serverDebugDebugDescriptor | 1.3.6.1.4.1.140.625.1090.1.19 | OCTET STRING | read-only | Debug descriptor framework processing |
| OCT serverDebugDebugDGCEnrollment | 1.3.6.1.4.1.140.625.1090.1.274 | OCTET STRING | read-only | Debug each DGC enrollment. |
| OCT serverDebugDebugDiagnosticAccessor | 1.3.6.1.4.1.140.625.1090.1.40 | OCTET STRING | read-only | Debug diagnostic accessor processing |
| OCT serverDebugDebugDiagnosticArchive | 1.3.6.1.4.1.140.625.1090.1.87 | OCTET STRING | read-only | Debug diagnostic archive processing |
| OCT serverDebugDebugDiagnosticArchiveRetirement | 1.3.6.1.4.1.140.625.1090.1.266 | OCTET STRING | read-only | Debug diagnostic archive retirement processing |
| OCT serverDebugDebugDiagnosticCollections | 1.3.6.1.4.1.140.625.1090.1.30 | OCTET STRING | read-only | Debug diagnostic collection processing |
| OCT serverDebugDebugDiagnosticContext | 1.3.6.1.4.1.140.625.1090.1.276 | OCTET STRING | read-only | Debug diagnostic context processing |
| OCT serverDebugDebugDiagnosticFileArchive | 1.3.6.1.4.1.140.625.1090.1.97 | OCTET STRING | read-only | Debug diagnostic file archive processing |
| OCT serverDebugDebugDiagnosticImage | 1.3.6.1.4.1.140.625.1090.1.115 | OCTET STRING | read-only | Debug diagnostic image processing |
| OCT serverDebugDebugDiagnosticInstrumentation | 1.3.6.1.4.1.140.625.1090.1.48 | OCTET STRING | read-only | Debug diagnostic instrumentation processing |
| OCT serverDebugDebugDiagnosticInstrumentationActions | 1.3.6.1.4.1.140.625.1090.1.243 | OCTET STRING | read-only | Debug instrumentation actions/monitors |
| OCT serverDebugDebugDiagnosticInstrumentationConfig | 1.3.6.1.4.1.140.625.1090.1.141 | OCTET STRING | read-only | Debug instrumentation configuration processing |
| OCT serverDebugDebugDiagnosticInstrumentationEvents | 1.3.6.1.4.1.140.625.1090.1.137 | OCTET STRING | read-only | Debug instrumentation event records |
| OCT serverDebugDebugDiagnosticInstrumentationWeaving | 1.3.6.1.4.1.140.625.1090.1.12 | OCTET STRING | read-only | Debug instrumentation weaving |
| OCT serverDebugDebugDiagnosticInstrumentationWeavingMatches | 1.3.6.1.4.1.140.625.1090.1.222 | OCTET STRING | read-only | Debug instrumentation weaving for matches only |
| OCT serverDebugDebugDiagnosticJdbcArchive | 1.3.6.1.4.1.140.625.1090.1.157 | OCTET STRING | read-only | Debug diagnostic jdbc archive processing |
| OCT serverDebugDebugDiagnosticLifecycleHandlers | 1.3.6.1.4.1.140.625.1090.1.127 | OCTET STRING | read-only | Debug diagnostic lifecycle handler processing |
| OCT serverDebugDebugDiagnosticQuery | 1.3.6.1.4.1.140.625.1090.1.219 | OCTET STRING | read-only | Debug diagnostic query processing |
| OCT serverDebugDebugDiagnosticsHarvester | 1.3.6.1.4.1.140.625.1090.1.244 | OCTET STRING | read-only | Debug diagnostic harvester processing |
| OCT serverDebugDebugDiagnosticsHarvesterData | 1.3.6.1.4.1.140.625.1090.1.148 | OCTET STRING | read-only | Detailed debug of diagnostic harvester processing This should be used in conjunction with DebugDiagnosticsHarvester. |
| OCT serverDebugDebugDiagnosticsHarvesterMBeanPlugin | 1.3.6.1.4.1.140.625.1090.1.271 | OCTET STRING | read-only | Debug MBean harvester processing. This should probably be used in conjunction with DebugDiagnosticsHarvester. |
| OCT serverDebugDebugDiagnosticsHarvesterTreeBeanPlugin | 1.3.6.1.4.1.140.625.1090.1.20 | OCTET STRING | read-only | Debug tree bean harvester processing |
| OCT serverDebugDebugDiagnosticsModule | 1.3.6.1.4.1.140.625.1090.1.102 | OCTET STRING | read-only | Debug diagnostic module processing |
| OCT serverDebugDebugDiagnosticWatch | 1.3.6.1.4.1.140.625.1090.1.41 | OCTET STRING | read-only | Debug diagnostic watch processing |
| OCT serverDebugDebugDiagnosticWlstoreArchive | 1.3.6.1.4.1.140.625.1090.1.129 | OCTET STRING | read-only | Debug diagnostic wlstore archive processing |
| OCT serverDebugDebugDomainLogHandler | 1.3.6.1.4.1.140.625.1090.1.179 | OCTET STRING | read-only | Debug Domain Log Handler processing |
| OCT serverDebugDebugDRSCalls | 1.3.6.1.4.1.140.625.1090.1.203 | OCTET STRING | read-only | Debug Data replication service (DRS) API calls. |
| OCT serverDebugDebugDRSHeartbeats | 1.3.6.1.4.1.140.625.1090.1.183 | OCTET STRING | read-only | Debug DRS Heartbeats. |
| OCT serverDebugDebugDRSMessages | 1.3.6.1.4.1.140.625.1090.1.32 | OCTET STRING | read-only | Debug DRS Message traffic. |
| OCT serverDebugDebugDRSQueues | 1.3.6.1.4.1.140.625.1090.1.242 | OCTET STRING | read-only | Debug DRS Queueing traffic. |
| OCT serverDebugDebugDRSStateTransitions | 1.3.6.1.4.1.140.625.1090.1.77 | OCTET STRING | read-only | Debug DRS State transitions. |
| OCT serverDebugDebugDRSUpdateStatus | 1.3.6.1.4.1.140.625.1090.1.174 | OCTET STRING | read-only | Debug DRS Update status processing. |
| OCT serverDebugDebugEjbCaching | 1.3.6.1.4.1.140.625.1090.1.60 | OCTET STRING | read-only | Debug EJB Caching |
| OCT serverDebugDebugEjbCmpDeployment | 1.3.6.1.4.1.140.625.1090.1.161 | OCTET STRING | read-only | Debug EJB CMP deployment processing |
| OCT serverDebugDebugEjbCmpRuntime | 1.3.6.1.4.1.140.625.1090.1.237 | OCTET STRING | read-only | Debug EJB CMP runtime processing |
| OCT serverDebugDebugEjbCompilation | 1.3.6.1.4.1.140.625.1090.1.131 | OCTET STRING | read-only | Debug EJB compilation |
| OCT serverDebugDebugEjbDeployment | 1.3.6.1.4.1.140.625.1090.1.150 | OCTET STRING | read-only | Debug EJB deployment |
| OCT serverDebugDebugEjbInvoke | 1.3.6.1.4.1.140.625.1090.1.201 | OCTET STRING | read-only | Debug EJB invocation processing |
| OCT serverDebugDebugEjbLocking | 1.3.6.1.4.1.140.625.1090.1.18 | OCTET STRING | read-only | Debug EJB locking |
| OCT serverDebugDebugEjbMdbConnection | 1.3.6.1.4.1.140.625.1090.1.245 | OCTET STRING | read-only | Debug EJB MDB Connection processing |
| OCT serverDebugDebugEjbPooling | 1.3.6.1.4.1.140.625.1090.1.84 | OCTET STRING | read-only | Debug EJB pooling |
| OCT serverDebugDebugEjbSecurity | 1.3.6.1.4.1.140.625.1090.1.55 | OCTET STRING | read-only | Debug EJB Security |
| OCT serverDebugDebugEjbSwapping | 1.3.6.1.4.1.140.625.1090.1.139 | OCTET STRING | read-only | Debug EJB Swapping |
| OCT serverDebugDebugEjbTimers | 1.3.6.1.4.1.140.625.1090.1.248 | OCTET STRING | read-only | Debug EJB Timer processing |
| OCT serverDebugDebugEmbeddedLDAP | 1.3.6.1.4.1.140.625.1090.1.38 | OCTET STRING | read-only | Debug Embedded LDAP processing |
| I32 serverDebugDebugEmbeddedLDAPLogLevel | 1.3.6.1.4.1.140.625.1090.1.81 | Integer32 | read-only | Debug Embedded LDAP processing (log level) |
| OCT serverDebugDebugEmbeddedLDAPLogToConsole | 1.3.6.1.4.1.140.625.1090.1.63 | OCTET STRING | read-only | Debug Embedded LDAP processing (output to console) |
| OCT serverDebugDebugEmbeddedLDAPWriteOverrideProps | 1.3.6.1.4.1.140.625.1090.1.163 | OCTET STRING | read-only | Embedded LDAP Write All Overrides to Property Files |
| OCT serverDebugDebugEventManager | 1.3.6.1.4.1.140.625.1090.1.213 | OCTET STRING | read-only | Debug Event Manager processing |
| OCT serverDebugDebugFailOver | 1.3.6.1.4.1.140.625.1090.1.74 | OCTET STRING | read-only | Debug stub-level fail-over processing |
| OCT serverDebugDebugFileDistributionServlet | 1.3.6.1.4.1.140.625.1090.1.50 | OCTET STRING | read-only | Debug the file distribution servlet that runs on the Admin Server and is invoked over HTTP by a booting managed server. |
| OCT serverDebugDebugHttp | 1.3.6.1.4.1.140.625.1090.1.96 | OCTET STRING | read-only | Debug WebApp Container HTTP processing. |
| OCT serverDebugDebugHttpLogging | 1.3.6.1.4.1.140.625.1090.1.225 | OCTET STRING | read-only | Debug log manager in the webapp container. |
| OCT serverDebugDebugHttpSessions | 1.3.6.1.4.1.140.625.1090.1.193 | OCTET STRING | read-only | Debug Http Session management in the webapp container. |
| OCT serverDebugDebugIIOPConnection | 1.3.6.1.4.1.140.625.1090.1.4 | OCTET STRING | read-only | Debug IIOP connection management processing |
| OCT serverDebugDebugIIOPMarshal | 1.3.6.1.4.1.140.625.1090.1.258 | OCTET STRING | read-only | Debug buffer-level IIOP processing |
| OCT serverDebugDebugIIOPNaming | 1.3.6.1.4.1.140.625.1090.1.251 | OCTET STRING | read-only | Debug IIOP CosNaming processing |
| OCT serverDebugDebugIIOPOTS | 1.3.6.1.4.1.140.625.1090.1.260 | OCTET STRING | read-only | Debug IIOP Object Transaction Service (OTS) processing |
| OCT serverDebugDebugIIOPReplacer | 1.3.6.1.4.1.140.625.1090.1.49 | OCTET STRING | read-only | Debug IIOP object replacement processing |
| OCT serverDebugDebugIIOPSecurity | 1.3.6.1.4.1.140.625.1090.1.99 | OCTET STRING | read-only | Debug IIOP security processing |
| OCT serverDebugDebugIIOPStartup | 1.3.6.1.4.1.140.625.1090.1.234 | OCTET STRING | read-only | Debug IIOP startup processing |
| OCT serverDebugDebugIIOPTransport | 1.3.6.1.4.1.140.625.1090.1.56 | OCTET STRING | read-only | Debug IIOP message processing |
| OCT serverDebugDebugIIOPTunneling | 1.3.6.1.4.1.140.625.1090.1.168 | OCTET STRING | read-only | Debug IIOP tunnelling |
| OCT serverDebugDebugJ2EEManagement | 1.3.6.1.4.1.140.625.1090.1.170 | OCTET STRING | read-only | Debug J2EE management processing |
| I32 serverDebugDebugJAXPDebugLevel | 1.3.6.1.4.1.140.625.1090.1.169 | Integer32 | read-only | JAXP debugging option: Debug level |
| OCT serverDebugDebugJAXPDebugName | 1.3.6.1.4.1.140.625.1090.1.64 | OCTET STRING | read-only | JAXP debugging option: Debug name |
| OCT serverDebugDebugJAXPIncludeClass | 1.3.6.1.4.1.140.625.1090.1.224 | OCTET STRING | read-only | JAXP debugging option: Debug IncludeClass |
| OCT serverDebugDebugJAXPIncludeLocation | 1.3.6.1.4.1.140.625.1090.1.94 | OCTET STRING | read-only | JAXP debugging option: Debug IncludeLocation |
| OCT serverDebugDebugJAXPIncludeName | 1.3.6.1.4.1.140.625.1090.1.101 | OCTET STRING | read-only | JAXP debugging option: Debug IncludeName |
| OCT serverDebugDebugJAXPIncludeTime | 1.3.6.1.4.1.140.625.1090.1.5 | OCTET STRING | read-only | JAXP debugging option: Debug IncludeTime |
| OCT serverDebugDebugJAXPUseShortClass | 1.3.6.1.4.1.140.625.1090.1.212 | OCTET STRING | read-only | JAXP debugging option: Debug UseShortClass |
| OCT serverDebugDebugJDBCConn | 1.3.6.1.4.1.140.625.1090.1.173 | OCTET STRING | read-only | Debug JDBC Connection setup/teardown processing |
| OCT serverDebugDebugJDBCDriverLogging | 1.3.6.1.4.1.140.625.1090.1.235 | OCTET STRING | read-only | Debug JDBC DriverLogging processing |
| OCT serverDebugDebugJDBCInternal | 1.3.6.1.4.1.140.625.1090.1.69 | OCTET STRING | read-only | Debug JDBC Internal processing |
| OCT serverDebugDebugJDBCRMI | 1.3.6.1.4.1.140.625.1090.1.57 | OCTET STRING | read-only | Debug JDBC RMI processing |
| OCT serverDebugDebugJDBCSQL | 1.3.6.1.4.1.140.625.1090.1.3 | OCTET STRING | read-only | Debug JDBC SQL processing |
| OCT serverDebugDebugJMSBackEnd | 1.3.6.1.4.1.140.625.1090.1.185 | OCTET STRING | read-only | Debug JMSBackEnd processing |
| OCT serverDebugDebugJMSBoot | 1.3.6.1.4.1.140.625.1090.1.113 | OCTET STRING | read-only | Debug JMS boot operations |
| OCT serverDebugDebugJMSCDS | 1.3.6.1.4.1.140.625.1090.1.58 | OCTET STRING | read-only | Debug JMS CDS processing |
| OCT serverDebugDebugJMSCommon | 1.3.6.1.4.1.140.625.1090.1.79 | OCTET STRING | read-only | Debug JMSCommon processing |
| OCT serverDebugDebugJMSConfig | 1.3.6.1.4.1.140.625.1090.1.67 | OCTET STRING | read-only | Debug JMSConfig processing |
| OCT serverDebugDebugJMSDispatcher | 1.3.6.1.4.1.140.625.1090.1.165 | OCTET STRING | read-only | Debug JMS Dispatcher processing |
| OCT serverDebugDebugJMSDistTopic | 1.3.6.1.4.1.140.625.1090.1.273 | OCTET STRING | read-only | Debug JMS Distributed Topic processing |
| OCT serverDebugDebugJMSFrontEnd | 1.3.6.1.4.1.140.625.1090.1.253 | OCTET STRING | read-only | Debug JMSFrontEnd processing |
| OCT serverDebugDebugJMSMessagePath | 1.3.6.1.4.1.140.625.1090.1.231 | OCTET STRING | read-only | Debug JMS MessagePath processing |
| OCT serverDebugDebugJMSModule | 1.3.6.1.4.1.140.625.1090.1.236 | OCTET STRING | read-only | Debug JMSModule deployment processing |
| OCT serverDebugDebugJMSPauseResume | 1.3.6.1.4.1.140.625.1090.1.123 | OCTET STRING | read-only | Debug JMS Pause/Resume processing |
| OCT serverDebugDebugJMSSAF | 1.3.6.1.4.1.140.625.1090.1.114 | OCTET STRING | read-only | Debug JMS SAF processing |
| OCT serverDebugDebugJMST3Server | 1.3.6.1.4.1.140.625.1090.1.239 | OCTET STRING | read-only | Debug DebugJMST3Server processing |
| OCT serverDebugDebugJMSWrappers | 1.3.6.1.4.1.140.625.1090.1.37 | OCTET STRING | read-only | Debug the pooling and wrapping of JMS connections, sessions, and other objects. This feature is enabled when a JMS connection factory, from any vendor, is used inside an EJB or a servlet using the 'resource-reference' element in the deployment descriptor. |
| OCT serverDebugDebugJMX | 1.3.6.1.4.1.140.625.1090.1.220 | OCTET STRING | read-only | Debug JMX processing |
| OCT serverDebugDebugJMXCompatibility | 1.3.6.1.4.1.140.625.1090.1.31 | OCTET STRING | read-only | Debug JMX CompatibilityMBeanServer service processing |
| OCT serverDebugDebugJMXCore | 1.3.6.1.4.1.140.625.1090.1.249 | OCTET STRING | read-only | Debug core JMX processing |
| OCT serverDebugDebugJMXDomain | 1.3.6.1.4.1.140.625.1090.1.147 | OCTET STRING | read-only | Debug JMX domain service processing |
| OCT serverDebugDebugJMXEdit | 1.3.6.1.4.1.140.625.1090.1.194 | OCTET STRING | read-only | Debug JMX edit service processing |
| OCT serverDebugDebugJMXRuntime | 1.3.6.1.4.1.140.625.1090.1.10 | OCTET STRING | read-only | Debug JMX runtime service processing |
| OCT serverDebugDebugJNDI | 1.3.6.1.4.1.140.625.1090.1.24 | OCTET STRING | read-only | Debug basic naming service machinery. |
| OCT serverDebugDebugJNDIFactories | 1.3.6.1.4.1.140.625.1090.1.11 | OCTET STRING | read-only | Debug JNDI state and object factories. |
| OCT serverDebugDebugJNDIResolution | 1.3.6.1.4.1.140.625.1090.1.144 | OCTET STRING | read-only | Debug naming service name resolution. |
| OCT serverDebugDebugJpaDataCache | 1.3.6.1.4.1.140.625.1090.1.135 | OCTET STRING | read-only | Debug JPA data cache |
| OCT serverDebugDebugJpaEnhance | 1.3.6.1.4.1.140.625.1090.1.214 | OCTET STRING | read-only | Debug JPA post-compilation |
| OCT serverDebugDebugJpaJdbcJdbc | 1.3.6.1.4.1.140.625.1090.1.226 | OCTET STRING | read-only | Debug JPA RDBMS JDBC interaction |
| OCT serverDebugDebugJpaJdbcSchema | 1.3.6.1.4.1.140.625.1090.1.116 | OCTET STRING | read-only | Debug JPA RDBMS schema manipulation |
| OCT serverDebugDebugJpaJdbcSql | 1.3.6.1.4.1.140.625.1090.1.200 | OCTET STRING | read-only | Debug JPA RDBMS SQL interaction |
| OCT serverDebugDebugJpaManage | 1.3.6.1.4.1.140.625.1090.1.78 | OCTET STRING | read-only | Debug JPA management and monitoring |
| OCT serverDebugDebugJpaMetaData | 1.3.6.1.4.1.140.625.1090.1.209 | OCTET STRING | read-only | Debug JPA MetaData processing |
| OCT serverDebugDebugJpaProfile | 1.3.6.1.4.1.140.625.1090.1.70 | OCTET STRING | read-only | Debug JPA profiling |
| OCT serverDebugDebugJpaQuery | 1.3.6.1.4.1.140.625.1090.1.132 | OCTET STRING | read-only | Debug JPA Query processing |
| OCT serverDebugDebugJpaRuntime | 1.3.6.1.4.1.140.625.1090.1.80 | OCTET STRING | read-only | Debug JPA runtime diagnostics |
| OCT serverDebugDebugJpaTool | 1.3.6.1.4.1.140.625.1090.1.250 | OCTET STRING | read-only | Debug JPA tools |
| OCT serverDebugDebugJTA2PC | 1.3.6.1.4.1.140.625.1090.1.210 | OCTET STRING | read-only | Debug JTA 2PC processing |
| OCT serverDebugDebugJTA2PCStackTrace | 1.3.6.1.4.1.140.625.1090.1.184 | OCTET STRING | read-only | Detailed Debug of JTA 2PC processing |
| OCT serverDebugDebugJTAAPI | 1.3.6.1.4.1.140.625.1090.1.17 | OCTET STRING | read-only | Debug JTA external API |
| OCT serverDebugDebugJTAGateway | 1.3.6.1.4.1.140.625.1090.1.263 | OCTET STRING | read-only | Debug JTA imported transactions |
| OCT serverDebugDebugJTAGatewayStackTrace | 1.3.6.1.4.1.140.625.1090.1.181 | OCTET STRING | read-only | Detailed debug of JTA imported transactions |
| OCT serverDebugDebugJTAHealth | 1.3.6.1.4.1.140.625.1090.1.54 | OCTET STRING | read-only | Debug JTA Health Monitoring |
| OCT serverDebugDebugJTAJDBC | 1.3.6.1.4.1.140.625.1090.1.42 | OCTET STRING | read-only | Debug JTA JDBC processing |
| OCT serverDebugDebugJTALifecycle | 1.3.6.1.4.1.140.625.1090.1.107 | OCTET STRING | read-only | Debug JTA ServerLifecycle |
| OCT serverDebugDebugJTALLR | 1.3.6.1.4.1.140.625.1090.1.25 | OCTET STRING | read-only | Debug JTA Logging Last Resource |
| OCT serverDebugDebugJTAMigration | 1.3.6.1.4.1.140.625.1090.1.232 | OCTET STRING | read-only | Debug JTA TLOG Migration |
| OCT serverDebugDebugJTANaming | 1.3.6.1.4.1.140.625.1090.1.246 | OCTET STRING | read-only | Debug JTA naming |
| OCT serverDebugDebugJTANamingStackTrace | 1.3.6.1.4.1.140.625.1090.1.207 | OCTET STRING | read-only | Detailed debug of JTA naming |
| OCT serverDebugDebugJTANonXA | 1.3.6.1.4.1.140.625.1090.1.140 | OCTET STRING | read-only | Debug JTA non-XA resources |
| OCT serverDebugDebugJTAPropagate | 1.3.6.1.4.1.140.625.1090.1.51 | OCTET STRING | read-only | Debug JTA transaction propagation |
| OCT serverDebugDebugJTARecovery | 1.3.6.1.4.1.140.625.1090.1.13 | OCTET STRING | read-only | Debug JTA Recovery processing |
| OCT serverDebugDebugJTARecoveryStackTrace | 1.3.6.1.4.1.140.625.1090.1.26 | OCTET STRING | read-only | Detailed debug of JTA Recovery processing |
| OCT serverDebugDebugJTAResourceHealth | 1.3.6.1.4.1.140.625.1090.1.188 | OCTET STRING | read-only | Debug JTA resource health |
| OCT serverDebugDebugJTAResourceName | 1.3.6.1.4.1.140.625.1090.1.171 | OCTET STRING | read-only | Debug JTA Resource name filter |
| OCT serverDebugDebugJTARMI | 1.3.6.1.4.1.140.625.1090.1.252 | OCTET STRING | read-only | Debug JTA RMI processing |
| OCT serverDebugDebugJTATLOG | 1.3.6.1.4.1.140.625.1090.1.108 | OCTET STRING | read-only | Debug JTA transaction log processing |
| OCT serverDebugDebugJTATransactionName | 1.3.6.1.4.1.140.625.1090.1.27 | OCTET STRING | read-only | Debug JTA Transaction name filter processing |
| OCT serverDebugDebugJTAXA | 1.3.6.1.4.1.140.625.1090.1.98 | OCTET STRING | read-only | Debug JTA XA resources |
| OCT serverDebugDebugJTAXAStackTrace | 1.3.6.1.4.1.140.625.1090.1.159 | OCTET STRING | read-only | Detailed Debug of JTA XA processing |
| OCT serverDebugDebugLeaderElection | 1.3.6.1.4.1.140.625.1090.1.39 | OCTET STRING | read-only | Debug the cluster leader election messages. |
| OCT serverDebugDebugLibraries | 1.3.6.1.4.1.140.625.1090.1.124 | OCTET STRING | read-only | Debug application library processing |
| OCT serverDebugDebugLoadBalancing | 1.3.6.1.4.1.140.625.1090.1.89 | OCTET STRING | read-only | Debug stub-level load-balancing processing |
| OCT serverDebugDebugLoggingConfiguration | 1.3.6.1.4.1.140.625.1090.1.95 | OCTET STRING | read-only | Debug log configuration processing |
| OCT serverDebugDebugMessaging | 1.3.6.1.4.1.140.625.1090.1.142 | OCTET STRING | read-only | Debug messages sent over JVM to JVM connections |
| OCT serverDebugDebugMessagingBridgeRuntime | 1.3.6.1.4.1.140.625.1090.1.6 | OCTET STRING | read-only | Debug Messaging Bridge runtime processing |
| OCT serverDebugDebugMessagingBridgeRuntimeVerbose | 1.3.6.1.4.1.140.625.1090.1.33 | OCTET STRING | read-only | Detailed debug of Messaging Bridge runtime processing |
| OCT serverDebugDebugMessagingBridgeStartup | 1.3.6.1.4.1.140.625.1090.1.43 | OCTET STRING | read-only | Debug Messaging Bridge start up processing |
| OCT serverDebugDebugMessagingKernel | 1.3.6.1.4.1.140.625.1090.1.16 | OCTET STRING | read-only | Debugging for the messaging kernel. The messaging kernel is low- level messaging code that is used by the JMS and store and forward subsystems. |
| OCT serverDebugDebugMessagingKernelBoot | 1.3.6.1.4.1.140.625.1090.1.71 | OCTET STRING | read-only | Debugging for the messaging kernel as the server is being rebooted. This provides detailed information on every persistent message that is recovered. |
| OCT serverDebugDebugMuxer | 1.3.6.1.4.1.140.625.1090.1.152 | OCTET STRING | read-only | Debug Muxer processing |
| OCT serverDebugDebugMuxerConnection | 1.3.6.1.4.1.140.625.1090.1.265 | OCTET STRING | read-only | Debug Muxer connection processing |
| OCT serverDebugDebugMuxerDetail | 1.3.6.1.4.1.140.625.1090.1.8 | OCTET STRING | read-only | Detailed debug for Muxer processing |
| OCT serverDebugDebugMuxerException | 1.3.6.1.4.1.140.625.1090.1.182 | OCTET STRING | read-only | Debug Muxer exception processing |
| OCT serverDebugDebugMuxerTimeout | 1.3.6.1.4.1.140.625.1090.1.176 | OCTET STRING | read-only | Debug Muxer timeout processing |
| OCT serverDebugDebugPathSvc | 1.3.6.1.4.1.140.625.1090.1.275 | OCTET STRING | read-only | Debug the Path Service |
| OCT serverDebugDebugPathSvcVerbose | 1.3.6.1.4.1.140.625.1090.1.228 | OCTET STRING | read-only | Detailed debug for the Path Service |
| OCT serverDebugDebugRA | 1.3.6.1.4.1.140.625.1090.1.255 | OCTET STRING | read-only | Debug Resource Adapter XA general/top-level processing |
| OCT serverDebugDebugRAConnections | 1.3.6.1.4.1.140.625.1090.1.269 | OCTET STRING | read-only | Debug Resource Adapter outbound connection operations (get, close, associate, disassociate, ping) |
| OCT serverDebugDebugRAConnEvents | 1.3.6.1.4.1.140.625.1090.1.65 | OCTET STRING | read-only | Debug Resource Adapter connection event processing |
| OCT serverDebugDebugRADeployment | 1.3.6.1.4.1.140.625.1090.1.15 | OCTET STRING | read-only | Debug Resource Adapter (un)deploy, security id settings |
| OCT serverDebugDebugRALifecycle | 1.3.6.1.4.1.140.625.1090.1.272 | OCTET STRING | read-only | Debug ResourceAdapter Lifecycle processing |
| OCT serverDebugDebugRALocalOut | 1.3.6.1.4.1.140.625.1090.1.146 | OCTET STRING | read-only | Debug Resource Adapter local tx outgoing message processing |
| OCT serverDebugDebugRAParsing | 1.3.6.1.4.1.140.625.1090.1.109 | OCTET STRING | read-only | Debug Resource Adapter descriptor parsing |
| OCT serverDebugDebugRAPooling | 1.3.6.1.4.1.140.625.1090.1.28 | OCTET STRING | read-only | Debug Resource Adapter operations on a connection pool (proxy testing) |
| OCT serverDebugDebugRAPoolVerbose | 1.3.6.1.4.1.140.625.1090.1.267 | OCTET STRING | read-only | Debug J2EE Resource Adapter pool management (size management) processing |
| OCT serverDebugDebugRASecurityCtx | 1.3.6.1.4.1.140.625.1090.1.189 | OCTET STRING | read-only | Debug setup of resource ref processing (container and application managed security set by calling application components) |
| OCT serverDebugDebugRAWork | 1.3.6.1.4.1.140.625.1090.1.202 | OCTET STRING | read-only | Debug Resource Adapter Work submission and cancel processing |
| OCT serverDebugDebugRAWorkEvents | 1.3.6.1.4.1.140.625.1090.1.262 | OCTET STRING | read-only | Debug Resource Adapter work event processing |
| OCT serverDebugDebugRAXAin | 1.3.6.1.4.1.140.625.1090.1.66 | OCTET STRING | read-only | Debug Resource Adapter XA incoming message processing |
| OCT serverDebugDebugRAXAout | 1.3.6.1.4.1.140.625.1090.1.100 | OCTET STRING | read-only | Debug Resource Adapter XA outgoing message processing |
| OCT serverDebugDebugRAXAwork | 1.3.6.1.4.1.140.625.1090.1.61 | OCTET STRING | read-only | Debug Resource Adapter XA Work request processing |
| OCT serverDebugDebugRC4 | 1.3.6.1.4.1.140.625.1090.1.92 | OCTET STRING | read-only | Debug RC4 cipher processing |
| OCT serverDebugDebugReplication | 1.3.6.1.4.1.140.625.1090.1.73 | OCTET STRING | read-only | Debug cluster replication information. |
| OCT serverDebugDebugReplicationDetails | 1.3.6.1.4.1.140.625.1090.1.270 | OCTET STRING | read-only | Debug low-level cluster replication information. |
| OCT serverDebugDebugRouting | 1.3.6.1.4.1.140.625.1090.1.134 | OCTET STRING | read-only | Debug routing of messages over JVM to JVM connections |
| OCT serverDebugDebugRSA | 1.3.6.1.4.1.140.625.1090.1.119 | OCTET STRING | read-only | Debug RSA security processing |
| OCT serverDebugDebugSAFAdmin | 1.3.6.1.4.1.140.625.1090.1.83 | OCTET STRING | read-only | Debug Messaging SAF Admin. |
| OCT serverDebugDebugSAFManager | 1.3.6.1.4.1.140.625.1090.1.227 | OCTET STRING | read-only | Debug Messaging SAF Manager. |
| OCT serverDebugDebugSAFReceivingAgent | 1.3.6.1.4.1.140.625.1090.1.111 | OCTET STRING | read-only | Debug Messaging SAF ReceivingAgent. |
| OCT serverDebugDebugSAFSendingAgent | 1.3.6.1.4.1.140.625.1090.1.46 | OCTET STRING | read-only | Debug Messaging SAF SendingAgent. |
| OCT serverDebugDebugSAFStore | 1.3.6.1.4.1.140.625.1090.1.177 | OCTET STRING | read-only | Debug Messaging SAF Store. |
| OCT serverDebugDebugSAFTransport | 1.3.6.1.4.1.140.625.1090.1.21 | OCTET STRING | read-only | Debug Messaging SAF Transport. |
| OCT serverDebugDebugSAFVerbose | 1.3.6.1.4.1.140.625.1090.1.241 | OCTET STRING | read-only | Detailed debug of Messaging SAF. |
| OCT serverDebugDebugSecurityAdjudicator | 1.3.6.1.4.1.140.625.1090.1.82 | OCTET STRING | read-only | Debug Security Framework Adjudication processing |
| OCT serverDebugDebugSecurityAtn | 1.3.6.1.4.1.140.625.1090.1.217 | OCTET STRING | read-only | Debug Security Framework Atn processing |
| OCT serverDebugDebugSecurityAtz | 1.3.6.1.4.1.140.625.1090.1.259 | OCTET STRING | read-only | Debug Security Framework Atz processing |
| OCT serverDebugDebugSecurityAuditor | 1.3.6.1.4.1.140.625.1090.1.199 | OCTET STRING | read-only | Debug Security Framework Auditor processing |
| OCT serverDebugDebugSecurityCertPath | 1.3.6.1.4.1.140.625.1090.1.143 | OCTET STRING | read-only | Debug Security Framework CertPath processing |
| OCT serverDebugDebugSecurityCredMap | 1.3.6.1.4.1.140.625.1090.1.125 | OCTET STRING | read-only | Debug Security Framework Credential Mapper processing |
| OCT serverDebugDebugSecurityEEngine | 1.3.6.1.4.1.140.625.1090.1.120 | OCTET STRING | read-only | Debug Security Framework Entitlements Engine processing |
| OCT serverDebugDebugSecurityEncryptionService | 1.3.6.1.4.1.140.625.1090.1.172 | OCTET STRING | read-only | Debug Security Framework Encryption Service processing |
| OCT serverDebugDebugSecurityJACC | 1.3.6.1.4.1.140.625.1090.1.160 | OCTET STRING | read-only | Debug Security Framework JACC processing |
| OCT serverDebugDebugSecurityJACCNonPolicy | 1.3.6.1.4.1.140.625.1090.1.34 | OCTET STRING | read-only | Debug Security Framework JACC nonPolicy processing |
| OCT serverDebugDebugSecurityJACCPolicy | 1.3.6.1.4.1.140.625.1090.1.164 | OCTET STRING | read-only | Debug Security Framework JACC Policy processing |
| OCT serverDebugDebugSecurityKeyStore | 1.3.6.1.4.1.140.625.1090.1.121 | OCTET STRING | read-only | Debug Security Framework KeyStore processing |
| OCT serverDebugDebugSecurityPasswordPolicy | 1.3.6.1.4.1.140.625.1090.1.130 | OCTET STRING | read-only | Debug Security Password Guessing |
| OCT serverDebugDebugSecurityPredicate | 1.3.6.1.4.1.140.625.1090.1.204 | OCTET STRING | read-only | Debug Security Framework predicate processing |
| OCT serverDebugDebugSecurityRealm | 1.3.6.1.4.1.140.625.1090.1.233 | OCTET STRING | read-only | Debug Security Realm processing |
| OCT serverDebugDebugSecurityRoleMap | 1.3.6.1.4.1.140.625.1090.1.149 | OCTET STRING | read-only | Debug Security Framework Role Mapping |
| OCT serverDebugDebugSecuritySAMLAtn | 1.3.6.1.4.1.140.625.1090.1.216 | OCTET STRING | read-only | Debug Security Framework SAML Provider atn processing |
| OCT serverDebugDebugSecuritySAMLCredMap | 1.3.6.1.4.1.140.625.1090.1.154 | OCTET STRING | read-only | Debug Security Framework SAML Provider credential mapper processing |
| OCT serverDebugDebugSecuritySAMLLib | 1.3.6.1.4.1.140.625.1090.1.86 | OCTET STRING | read-only | Debug Security Framework SAML library processing |
| OCT serverDebugDebugSecuritySAMLService | 1.3.6.1.4.1.140.625.1090.1.254 | OCTET STRING | read-only | Debug Security Framework SAML SSO profile services |
| OCT serverDebugDebugSecurityService | 1.3.6.1.4.1.140.625.1090.1.91 | OCTET STRING | read-only | Debug Security Service |
| OCT serverDebugDebugSecuritySSL | 1.3.6.1.4.1.140.625.1090.1.156 | OCTET STRING | read-only | Debug Security SSL and TLS processing |
| OCT serverDebugDebugSecuritySSLEaten | 1.3.6.1.4.1.140.625.1090.1.247 | OCTET STRING | read-only | Debug Security SSL and TLS exception processing |
| OCT serverDebugDebugSecurityUserLockout | 1.3.6.1.4.1.140.625.1090.1.206 | OCTET STRING | read-only | Debug Security User Lockout processing |
| OCT serverDebugDebugSelfTuning | 1.3.6.1.4.1.140.625.1090.1.257 | OCTET STRING | read-only | Debug WorkManager self-tuning processing |
| OCT serverDebugDebugServerLifeCycle | 1.3.6.1.4.1.140.625.1090.1.110 | OCTET STRING | read-only | Debug Server ServerLifeCycle processing |
| OCT serverDebugDebugServerMigration | 1.3.6.1.4.1.140.625.1090.1.62 | OCTET STRING | read-only | Debug low-level Server Migration processing |
| OCT serverDebugDebugSNMPAgent | 1.3.6.1.4.1.140.625.1090.1.76 | OCTET STRING | read-only | Debug the SNMP agent framework. |
| OCT serverDebugDebugSNMPProtocolTCP | 1.3.6.1.4.1.140.625.1090.1.145 | OCTET STRING | read-only | Debug the SNMP TCP protocol handler. |
| OCT serverDebugDebugSNMPToolkit | 1.3.6.1.4.1.140.625.1090.1.151 | OCTET STRING | read-only | Debug the SNMP vendor toolkit implementation. |
| OCT serverDebugDebugSSL | 1.3.6.1.4.1.140.625.1090.1.133 | OCTET STRING | read-only | Debug SSL processing |
| OCT serverDebugDebugStoreAdmin | 1.3.6.1.4.1.140.625.1090.1.190 | OCTET STRING | read-only | Debug the persistent store's administration code. This will produce debug events when instances of the store are created and deleted, and when the server is booted. |
| OCT serverDebugDebugStoreIOLogical | 1.3.6.1.4.1.140.625.1090.1.268 | OCTET STRING | read-only | Debug persistent store high-level logical operations, such as read, write, delete, and update. Multiple logical operations may occur in a single physical operation. |
| OCT serverDebugDebugStoreIOLogicalBoot | 1.3.6.1.4.1.140.625.1090.1.138 | OCTET STRING | read-only | Debug persistent store logical boot operations (lists all recovered records). |
| OCT serverDebugDebugStoreIOPhysical | 1.3.6.1.4.1.140.625.1090.1.23 | OCTET STRING | read-only | Debugging for persistent store low-level physical operations which typically directly correspond to file or JDBC operations. Multiple logical operations may occur in a single physical operation. |
| OCT serverDebugDebugStoreIOPhysicalVerbose | 1.3.6.1.4.1.140.625.1090.1.22 | OCTET STRING | read-only | Detailed debug for persistent store low-level physical operations which typically directly correspond to file or JDBC operations. This will produce a great deal of debugging for every disk I/O performed by the store. Multiple logical operations may occur in a single physical operation. |
| OCT serverDebugDebugTunnelingConnection | 1.3.6.1.4.1.140.625.1090.1.117 | OCTET STRING | read-only | Debug HTTP tunneling connection open/close processing. |
| OCT serverDebugDebugTunnelingConnectionTimeout | 1.3.6.1.4.1.140.625.1090.1.215 | OCTET STRING | read-only | Debug HTTP tunneling connection timed out processing. |
| OCT serverDebugDebugURLResolution | 1.3.6.1.4.1.140.625.1090.1.88 | OCTET STRING | read-only | Debug URL resolution for incoming http requests |
| OCT serverDebugDebugWANReplicationDetails | 1.3.6.1.4.1.140.625.1090.1.238 | OCTET STRING | read-only | Debug low-level wan replication processing |
| OCT serverDebugDebugWebAppIdentityAssertion | 1.3.6.1.4.1.140.625.1090.1.264 | OCTET STRING | read-only | Debug identity assertion flow when identity assertion occurs in the webapp container. |
| OCT serverDebugDebugWebAppModule | 1.3.6.1.4.1.140.625.1090.1.90 | OCTET STRING | read-only | Debug WebApp Module deployment callbacks |
| OCT serverDebugDebugWebAppSecurity | 1.3.6.1.4.1.140.625.1090.1.7 | OCTET STRING | read-only | Debug webapp security |
| OCT serverDebugDebugWTCConfig | 1.3.6.1.4.1.140.625.1090.1.180 | OCTET STRING | read-only | Debug WTC configuration processing |
| OCT serverDebugDebugWTCCorbaEx | 1.3.6.1.4.1.140.625.1090.1.45 | OCTET STRING | read-only | Debug WTC corba execution |
| OCT serverDebugDebugWTCGwtEx | 1.3.6.1.4.1.140.625.1090.1.229 | OCTET STRING | read-only | Debug WTC gwt execution |
| OCT serverDebugDebugWTCJatmiEx | 1.3.6.1.4.1.140.625.1090.1.196 | OCTET STRING | read-only | Debug WTC jatmi execution |
| OCT serverDebugDebugWTCtBridgeEx | 1.3.6.1.4.1.140.625.1090.1.85 | OCTET STRING | read-only | Debug WTC tBridge execution |
| OCT serverDebugDebugWTCTDomPdu | 1.3.6.1.4.1.140.625.1090.1.106 | OCTET STRING | read-only | Debug WTC XATMI Message processing |
| OCT serverDebugDebugWTCUData | 1.3.6.1.4.1.140.625.1090.1.197 | OCTET STRING | read-only | Debug WTC user data processing |
| I32 serverDebugDebugXMLEntityCacheDebugLevel | 1.3.6.1.4.1.140.625.1090.1.53 | Integer32 | read-only | XMLEntityCache debugging option: Debug level |
| OCT serverDebugDebugXMLEntityCacheDebugName | 1.3.6.1.4.1.140.625.1090.1.59 | OCTET STRING | read-only | XMLEntityCache debugging option: Debug name |
| OCT serverDebugDebugXMLEntityCacheIncludeClass | 1.3.6.1.4.1.140.625.1090.1.186 | OCTET STRING | read-only | XMLEntityCache debugging option: Debug IncludeClass |
| OCT serverDebugDebugXMLEntityCacheIncludeLocation | 1.3.6.1.4.1.140.625.1090.1.240 | OCTET STRING | read-only | XMLEntityCache debugging option: Debug IncludeLocation |
| OCT serverDebugDebugXMLEntityCacheIncludeName | 1.3.6.1.4.1.140.625.1090.1.75 | OCTET STRING | read-only | XMLEntityCache debugging option: Debug IncludeName |
| OCT serverDebugDebugXMLEntityCacheIncludeTime | 1.3.6.1.4.1.140.625.1090.1.122 | OCTET STRING | read-only | XMLEntityCache debugging option: Debug IncludeTime |
| OCT serverDebugDebugXMLEntityCacheUseShortClass | 1.3.6.1.4.1.140.625.1090.1.36 | OCTET STRING | read-only | XMLEntityCache debugging option: Debug UseShortClass |
| I32 serverDebugDebugXMLRegistryDebugLevel | 1.3.6.1.4.1.140.625.1090.1.44 | Integer32 | read-only | XML Registry debugging option: Debug levels |
| OCT serverDebugDebugXMLRegistryDebugName | 1.3.6.1.4.1.140.625.1090.1.256 | OCTET STRING | read-only | XML Registry debugging option: Debug name |
| OCT serverDebugDebugXMLRegistryIncludeClass | 1.3.6.1.4.1.140.625.1090.1.52 | OCTET STRING | read-only | XML Registry debugging option: Debug IncludeClass |
| OCT serverDebugDebugXMLRegistryIncludeLocation | 1.3.6.1.4.1.140.625.1090.1.9 | OCTET STRING | read-only | XML Registry debugging option: Debug IncludeLocation |
| OCT serverDebugDebugXMLRegistryIncludeName | 1.3.6.1.4.1.140.625.1090.1.221 | OCTET STRING | read-only | XML Registry debugging option: Debug IncludeName |
| OCT serverDebugDebugXMLRegistryIncludeTime | 1.3.6.1.4.1.140.625.1090.1.93 | OCTET STRING | read-only | XML Registry debugging option: Debug IncludeTime |
| OCT serverDebugDebugXMLRegistryUseShortClass | 1.3.6.1.4.1.140.625.1090.1.205 | OCTET STRING | read-only | XML Registry debugging option: Debug UseShortClass |
| OCT serverDebugDiagnosticContextDebugMode | 1.3.6.1.4.1.140.625.1090.1.155 | OCTET STRING | read-only | Indicates whether or not context based debugging is enabled. |
| serverDebugEntry | 1.3.6.1.4.1.140.625.1090.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT serverDebugForceGCEachDGCPeriod | 1.3.6.1.4.1.140.625.1090.1.47 | OCTET STRING | read-only | Force VM garbage collection on each DGC interval |
| OCT serverDebugIndex | 1.3.6.1.4.1.140.625.1090.1.1 | OCTET STRING | not-accessible | Index column |
| OCT serverDebugListenThreadDebug | 1.3.6.1.4.1.140.625.1090.1.208 | OCTET STRING | read-only | Debug listenThread processing |
| OCT serverDebugLogDGCStatistics | 1.3.6.1.4.1.140.625.1090.1.218 | OCTET STRING | read-only | Debug DGC with Statistics |
| OCT serverDebugMasterDeployer | 1.3.6.1.4.1.140.625.1090.1.153 | OCTET STRING | read-only | Debug Master Deployer processing |
| OCT serverDebugName | 1.3.6.1.4.1.140.625.1090.1.178 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT serverDebugObjectName | 1.3.6.1.4.1.140.625.1090.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT serverDebugSlaveDeployer | 1.3.6.1.4.1.140.625.1090.1.158 | OCTET STRING | read-only | Debug Slave Deployer processing |
| serverDebugTable | 1.3.6.1.4.1.140.625.1090 | not-accessible | Defines the debug attributes that are specific to WebLogic Server. While all attributes will be supported in adherence with the standard WebLogic Server deprecation policies, the resultant debug content is free to change in both form and content across releases. | |
| OCT serverDebugType | 1.3.6.1.4.1.140.625.1090.1.162 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT serverDebugWebModule | 1.3.6.1.4.1.140.625.1090.1.72 | OCTET STRING | read-only | Debug WebModule processing |
| STR serverDefaultIIOPUser | 1.3.6.1.4.1.140.625.730.1.190 | DisplayString | read-only | The default IIOP user. |
| OCT serverDefaultInternalServletsDisabled | 1.3.6.1.4.1.140.625.730.1.325 | OCTET STRING | read-only | Specifies whether all default servlets in the servlet engine are disabled. This includes: weblogic.servlet.ClasspathServlet weblogic.servlet.utils.iiop.GetIORServlet weblogic.rjvm.http.TunnelSendServlet weblogic.rjvm.http.TunnelRecvServlet weblogic.rjvm.http.TunnelLoginServlet weblogic.rjvm.http.TunnelCloseServlet If set to true, this property overrides the ClasspathServletDisabled property. |
| STR serverDefaultProtocol | 1.3.6.1.4.1.140.625.730.1.35 | DisplayString | read-only | The protocol to be used for connections when none is specified. |
| STR serverDefaultSecureProtocol | 1.3.6.1.4.1.140.625.730.1.40 | DisplayString | read-only | The protocol to be used for secure connections when none is specified. |
| OCT serverDefaultTGIOPUser | 1.3.6.1.4.1.140.625.730.1.313 | OCTET STRING | read-only | The default user associated with the Tuxedo GIOP (TGIOP) protocol. (Requires you to configure WebLogic Tuxedo Connector (WTC) for this server.) |
| INT serverDGCIdlePeriodsUntilTimeout | 1.3.6.1.4.1.140.625.730.1.336 | INTEGER | read-only | The number of idle periods allowed before object is collected. |
| STR serverDomainLogFilter | 1.3.6.1.4.1.140.625.730.1.285 | DisplayString | read-only | 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. |
| INT serverEnabledForDomainLog | 1.3.6.1.4.1.140.625.730.1.260 | INTEGER | read-only | A boolean value (true Or false). This determines, if messages from this server are sent to the domain wide logfile. |
| serverEntry | 1.3.6.1.4.1.140.625.730.1 | not-accessible | Entry of serverTable | |
| INT serverExpectedToRun | 1.3.6.1.4.1.140.625.730.1.155 | INTEGER | read-only | A boolean value (true Or false).Is this server expected to run if the domain is started. |
| OCT serverExternalDNSName | 1.3.6.1.4.1.140.625.730.1.343 | OCTET STRING | read-only | The external IP address or DNS name for this server. This address will be sent with HTTP session cookies and with dynamic server lists to HTTP proxies. It will also be used by external application clients to enable the propagation of RMI traffic through network address translating (NAT) firewalls. You must specify an external DNS name for configurations in which a firewall is performing network address translation, unless clients are accessing WebLogic Server using t3 and the default channel. For example, define the external DNS name for configurations in which a firewall is performing network address translation, and clients are accessing WebLogic Server using HTTP via a proxy plug-in. |
| OCT serverExtraEjbcOptions | 1.3.6.1.4.1.140.625.730.1.308 | OCTET STRING | read-only | The options passed to the EJB compiler during server-side generation. Each EJB component can override the compiler options that you specify here. The following options are valid: -forcegeneration Forces generation of wrapper classes. Without this flag the classes may not be regenerated if it is determined to be unnecessary. -disableHotCodeGen Generate ejb stub and skel as part of ejbc. Avoid HotCodeGen to have better performance. -keepgenerated Keep the generated .java files. -compiler javac Java compiler to exec. If not specified, the -compilerclass option will be used. -compilerclass com.sun.tools.javac.Main Specifies the compiler class to invoke. -g Compile debugging info into class file. -normi Passed through to Symantec's sj. -classpath path Classpath to use. -source source Source version. -Joption Flags passed through to java runtime. |
| STR serverExtraRmicOptions | 1.3.6.1.4.1.140.625.730.1.250 | DisplayString | read-only | The extra options passed to rmic during server-side generation. |
| serverFailureTriggerEntry | 1.3.6.1.4.1.140.625.1095.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT serverFailureTriggerIndex | 1.3.6.1.4.1.140.625.1095.1.1 | OCTET STRING | not-accessible | Index column |
| I32 serverFailureTriggerMaxStuckThreadTime | 1.3.6.1.4.1.140.625.1095.1.4 | Integer32 | read-only | The number of seconds that a thread must be continually working before this server diagnoses the thread as being stuck. For example, if you set this to 600 seconds, WebLogic Server considers a thread to be 'stuck' after 600 seconds of continuous use. |
| OCT serverFailureTriggerName | 1.3.6.1.4.1.140.625.1095.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT serverFailureTriggerObjectName | 1.3.6.1.4.1.140.625.1095.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 serverFailureTriggerStuckThreadCount | 1.3.6.1.4.1.140.625.1095.1.5 | Integer32 | read-only | The number of stuck threads after which the server is transitioned into FAILED state. There are options in OverloadProtectionMBean to suspend and shutdown a FAILED server. By default, the server continues to run in FAILED state. If the StuckThreadCount value is set to zero then the server never transitions into FAILED server irrespective of the number of stuck threads. |
| serverFailureTriggerTable | 1.3.6.1.4.1.140.625.1095 | not-accessible | Configuration to mark the server as failed when threads are stuck. A failed server in turn can be configured to shutdown or go into admin state. | |
| OCT serverFailureTriggerType | 1.3.6.1.4.1.140.625.1095.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT serverGracefulShutdownTimeout | 1.3.6.1.4.1.140.625.730.1.292 | INTEGER | read-only | Number of seconds a graceful shutdown operation waits before forcing a shut down. A graceful shutdown gives WebLogic Server subsystems time to complete certain application processing currently in progress. If subsystems are unable to complete processing within the number of seconds that you specify here, then the server will force shutdown automatically. A value of 0 means that the server will wait indefinitely for graceful shutdown to complete. The graceful shutdown timeout applies only to graceful shutdown operations. |
| INT serverHealthCheckIntervalSeconds | 1.3.6.1.4.1.140.625.730.1.338 | INTEGER | read-only | The number of seconds that defines the frequency of this server's self-health monitoring. The server monitors the health of it's subsystems every HealthCheckIntervalSeconds and changes the Server's overall state if required. |
| INT serverHealthCheckStartDelaySeconds | 1.3.6.1.4.1.140.625.730.1.319 | INTEGER | read-only | The number of seconds the Node Manager should wait before starting to monitor the server. |
| OCT serverHostsMigratableServices | 1.3.6.1.4.1.140.625.730.1.342 | OCTET STRING | read-only | Gets the hostsMigratableServices attribute of the ServerMBean object |
| INT serverHttpdEnabled | 1.3.6.1.4.1.140.625.730.1.195 | INTEGER | read-only | A boolean value (true Or false). Enables HTTP access |
| OCT serverHttpTraceSupportEnabled | 1.3.6.1.4.1.140.625.730.1.331 | OCTET STRING | read-only | Returns the HttpTraceSupportEnabled value |
| INT serverIdleConnectionTimeout | 1.3.6.1.4.1.140.625.730.1.324 | INTEGER | read-only | The maximum number of seconds that a connection is allowed to be idle before it is closed by the server. The T3 and T3S protocols ignore this attribute. If you configure network channels for this server, each channel can override this idle connection message timeout. This timeout helps guard against server deadlock through too many open connections. |
| INT serverIdlePeriodsUntilTimeout | 1.3.6.1.4.1.140.625.730.1.340 | INTEGER | read-only | The number of idle periods until peer is considered unreachable |
| OCT serverIgnoreSessionsDuringShutdown | 1.3.6.1.4.1.140.625.730.1.312 | OCTET STRING | read-only | Indicates whether a graceful shutdown operation drops all HTTP sessions immediately. If this is set to false, a graceful shutdown operation waits for HTTP sessions to complete or timeout. |
| INT serverIIOPEnabled | 1.3.6.1.4.1.140.625.730.1.185 | INTEGER | read-only | A boolean value (true Or false). Whether or not IIOP support is enabled. |
| STR serverIndex | 1.3.6.1.4.1.140.625.730.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT serverInstrumentStackTraceEnabled | 1.3.6.1.4.1.140.625.730.1.105 | INTEGER | read-only | boolean value (true Or false). True if exception messages include the server side stack trace. |
| OCT serverInterfaceAddress | 1.3.6.1.4.1.140.625.730.1.307 | OCTET STRING | read-only | The IP address of the NIC that this server should use for multicast traffic. |
| STR serverJavaCompiler | 1.3.6.1.4.1.140.625.730.1.235 | DisplayString | read-only | The Java Compiler for all applications that need to compile Java code. |
| STR serverJavaCompilerPostClassPath | 1.3.6.1.4.1.140.625.730.1.245 | DisplayString | read-only | The options to append to the Java compiler classpath for when we need to compile Java code. |
| STR serverJavaCompilerPreClassPath | 1.3.6.1.4.1.140.625.730.1.240 | DisplayString | read-only | The options to prepend to the Java compiler classpath for when we need to compile Java code. |
| OCT serverJDBCLLRTableName | 1.3.6.1.4.1.140.625.730.1.306 | OCTET STRING | read-only | The table name for this server's Logging Last Resource (LLR) database table(s). WebLogic Server creates the table(s) and then uses them during transaction processing for the LLR transaction optimization. This setting must be unique for each server. The default table name is WL_LLR_SERVERNAME. This setting only applies if this server hosts one or more LLR-enabled JDBC data sources. The format for the tables that WebLogic Server creates is [[[catalog.]schema.]name. Each '.' in the table name is significant, and schema generally corresponds to username in many databases. IMPORTANT: If this value is changed but the LLR table already exists in the database, you must preserve the existing table's data. Consequently, when changing the table name, the existing database table must be renamed by a database administrator to match the new configured table name. Otherwise, transaction records may be lost, resulting in heuristic failures that aren't logged. IMPORTANT: Each server's table name must be unique. Multiple LLR-enabled data sources within the same server may share the same table, but multiple servers must not share the same table. If multiple same-named servers share a table, the behavior is undefined and it is likely that transactions will not recover properly after a crash, creating heuristic hazards. |
| STR serverJDBCLogFileName | 1.3.6.1.4.1.140.625.730.1.170 | DisplayString | read-only | The name of the JDBC log file if JDBC logging is enabled. |
| INT serverJDBCLoggingEnabled | 1.3.6.1.4.1.140.625.730.1.165 | INTEGER | read-only | A boolean value (true Or false).Whether or not logging of JDBC logstream is enabled. |
| INT serverJDBCLoginTimeoutSeconds | 1.3.6.1.4.1.140.625.730.1.322 | INTEGER | read-only | Get the JDBC Login Timeout value. Specified value is passed into java.sql.DriverManager.setLoginTimeout(). Note that this DriverManager setting will impact *all* JDBC drivers loaded into this JVM. Feature is disabled by default. |
| INT serverJMSDefaultConnectionFactoriesEnabled | 1.3.6.1.4.1.140.625.730.1.280 | INTEGER | read-only | A boolean value (true Or false). Enables JMS default connection factories |
| OCT serverKeyStores | 1.3.6.1.4.1.140.625.730.1.332 | OCTET STRING | read-only | Which configuration rules should be used for finding the server's identity and trust keystores? |
| serverLifeCycleRuntimeEntry | 1.3.6.1.4.1.140.625.361.1 | not-accessible | Entry of serverLifeCycleRuntimeTable | |
| STR serverLifeCycleRuntimeIndex | 1.3.6.1.4.1.140.625.361.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR serverLifeCycleRuntimeName | 1.3.6.1.4.1.140.625.361.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT serverLifeCycleRuntimeNodeManagerRestartCount | 1.3.6.1.4.1.140.625.361.1.31 | INTEGER | read-only | Number of times the server has been restarted using the NodeManager since creation. The first start does not count. The count is valid only if the NodeManager is used to start and restart the server everytime. |
| STR serverLifeCycleRuntimeObjectName | 1.3.6.1.4.1.140.625.361.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR serverLifeCycleRuntimeParent | 1.3.6.1.4.1.140.625.361.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR serverLifeCycleRuntimeState | 1.3.6.1.4.1.140.625.361.1.25 | DisplayString | read-only | gets the state. |
| INT serverLifeCycleRuntimeStateVal | 1.3.6.1.4.1.140.625.361.1.30 | INTEGER | read-only | state val. |
| serverLifeCycleRuntimeTable | 1.3.6.1.4.1.140.625.361 | not-accessible | Provides values for Runtime server life cycle | |
| STR serverLifeCycleRuntimeType | 1.3.6.1.4.1.140.625.361.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 serverLifeCycleTaskRuntimeBeginTime | 1.3.6.1.4.1.140.625.1345.1.6 | Counter64 | read-only | |
| OCT serverLifeCycleTaskRuntimeDescription | 1.3.6.1.4.1.140.625.1345.1.11 | OCTET STRING | read-only | |
| C64 serverLifeCycleTaskRuntimeEndTime | 1.3.6.1.4.1.140.625.1345.1.8 | Counter64 | read-only | |
| serverLifeCycleTaskRuntimeEntry | 1.3.6.1.4.1.140.625.1345.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT serverLifeCycleTaskRuntimeIndex | 1.3.6.1.4.1.140.625.1345.1.1 | OCTET STRING | not-accessible | Index column |
| OCT serverLifeCycleTaskRuntimeName | 1.3.6.1.4.1.140.625.1345.1.12 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT serverLifeCycleTaskRuntimeObjectName | 1.3.6.1.4.1.140.625.1345.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT serverLifeCycleTaskRuntimeOperation | 1.3.6.1.4.1.140.625.1345.1.7 | OCTET STRING | read-only | Gets the name of the method that was invoked on the ServerLifeCycleRuntime to initiate this task. |
| OCT serverLifeCycleTaskRuntimeRunning | 1.3.6.1.4.1.140.625.1345.1.5 | OCTET STRING | read-only | |
| OCT serverLifeCycleTaskRuntimeServerName | 1.3.6.1.4.1.140.625.1345.1.9 | OCTET STRING | read-only | The name of the server. |
| OCT serverLifeCycleTaskRuntimeStatus | 1.3.6.1.4.1.140.625.1345.1.4 | OCTET STRING | read-only | |
| OCT serverLifeCycleTaskRuntimeSystemTask | 1.3.6.1.4.1.140.625.1345.1.10 | OCTET STRING | read-only | |
| serverLifeCycleTaskRuntimeTable | 1.3.6.1.4.1.140.625.1345 | not-accessible | Exposes monitoring information about a server's lifecycle. Remote clients as well as clients running within a server can access this information. An operation (task) to change a server's state will fork a separate thread to perform the actual work and immediately return an instance of this MBean to the caller. The caller can then use this MBean to track the task's progress as desired. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT serverLifeCycleTaskRuntimeType | 1.3.6.1.4.1.140.625.1345.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR serverListenAddress | 1.3.6.1.4.1.140.625.730.1.220 | DisplayString | read-only | |
| OCT serverListenersBindEarly | 1.3.6.1.4.1.140.625.730.1.328 | OCTET STRING | read-only | Determines whether the server should bind server sockets early. Early binding detects port conflicts quickly and also gives user feedback on the default listen port as to the server state. |
| INT serverListenPort | 1.3.6.1.4.1.140.625.730.1.120 | INTEGER | read-only | The server's listen port. |
| OCT serverListenPortEnabled | 1.3.6.1.4.1.140.625.730.1.287 | OCTET STRING | read-only | Specifies whether this server can be reached through the default plain-text (non-SSL) listen port. If you disable this listen port, you must enable the default SSL listen port. You can define additional listen ports for this server by configuring network channels. |
| INT serverListenThreadStartDelaySecs | 1.3.6.1.4.1.140.625.730.1.215 | INTEGER | read-only | Propeties to consider for removal |
| INT serverLoginTimeout | 1.3.6.1.4.1.140.625.730.1.125 | INTEGER | read-only | The login timeout for the server. |
| INT serverLoginTimeoutMillis | 1.3.6.1.4.1.140.625.730.1.225 | INTEGER | read-only | Interval to wait for a read to fail on login; 0 to disable |
| INT serverLogRemoteExceptionsEnabled | 1.3.6.1.4.1.140.625.730.1.100 | INTEGER | read-only | boolean value (true Or false). True if remote exceptions are to be reported to the log. |
| INT serverLowMemoryGCThreshold | 1.3.6.1.4.1.140.625.730.1.290 | INTEGER | read-only | The threshold level (in percent) that this server uses for logging low memory conditions and changing the server health state to Warning. For example, if you specify 5, the server logs a low memory warning in the log file and changes the server health state to Warning after the average free memory reaches 5% of the initial free memory measured at the server's boot time. |
| INT serverLowMemoryGranularityLevel | 1.3.6.1.4.1.140.625.730.1.303 | INTEGER | read-only | The granularity level (in percent) that this server uses for logging low memory conditions and changing the server health state to Warning. For example, if you specify 5 and the average free memory drops by 5% or more over two measured intervals, the server logs a low memory warning in the log file and changes the server health state to Warning. |
| INT serverLowMemorySampleSize | 1.3.6.1.4.1.140.625.730.1.315 | INTEGER | read-only | The number of times this server samples free memory during the time period specified by LowMemoryTimeInterval. Increasing the sample size can improve the accuracy of the reading. |
| INT serverLowMemoryTimeInterval | 1.3.6.1.4.1.140.625.730.1.329 | INTEGER | read-only | The amount of time (in seconds) that defines the interval over which this server determines average free memory values. By default, the server obtains an average free memory value every 3600 seconds. This interval is not used if the JRockit VM is used, as the memory samples are collected immediately after a VM-scheduled garbage collection. Taking memory samples after a garbage collection gives a more accurate average value of the free memory. |
| STR serverMachine | 1.3.6.1.4.1.140.625.730.1.115 | DisplayString | read-only | 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. |
| OCT serverManagedServerIndependenceEnabled | 1.3.6.1.4.1.140.625.730.1.293 | OCTET STRING | read-only | Specifies whether this Managed Server can be started when the Administration Server is unavailable. In such a case, the Managed Server retrieves its configuration by reading a configuration file and other files directly. |
| INT serverMaxHTTPMessageSize | 1.3.6.1.4.1.140.625.730.1.65 | INTEGER | read-only | 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. |
| INT serverMaxIIOPMessageSize | 1.3.6.1.4.1.140.625.730.1.70 | INTEGER | read-only | 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. |
| INT serverMaxMessageSize | 1.3.6.1.4.1.140.625.730.1.326 | INTEGER | read-only | The maximum number of bytes allowed in messages that are received over all supported protocols, unless overridden by a protocol-specific setting or a custom channel setting. The order of precedence for setting message size maximums is as follows: A channel-wide maximum in a custom network channel. A protocol-specific setting in the default network channel. See {@link #MaxCOMMessageSize MaxCOMMessageSize} {@link #MaxHTTPMessageSize MaxHTTPMessageSize} {@link #MaxIIOPMessageSize MaxIIOPessageSize} {@link #MaxT3MessageSize MaxT3MessageSize} The message maximum in this attribute. This maximum message size helps guard against a denial of service attack in which a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests. |
| INT serverMaxOpenSockCount | 1.3.6.1.4.1.140.625.730.1.314 | INTEGER | read-only | The maximum number of open sockets allowed in server at a given point of time. When the maximum threshold is reached, the server stops accepting new requests until the number of sockets drops below the threshold. A value less than 0 indicates an unlimited size. |
| INT serverMaxT3MessageSize | 1.3.6.1.4.1.140.625.730.1.60 | INTEGER | read-only | 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. |
| OCT serverMessageIdPrefixEnabled | 1.3.6.1.4.1.140.625.730.1.310 | OCTET STRING | read-only | Indicates whether message IDs in logged messages will include a prefix. Message ids are 6 digit numeric strings that can be optionally presented in a log entry with a prefix. The prefix used by server messages is 'BEA-'. |
| OCT serverMigrationRuntimeClusterMaster | 1.3.6.1.4.1.140.625.1350.1.4 | OCTET STRING | read-only | Is the current server the cluster master? |
| OCT serverMigrationRuntimeClusterMasterName | 1.3.6.1.4.1.140.625.1350.1.5 | OCTET STRING | read-only | Returns the server name who is the cluster master. Migration history is only available from the cluster master. |
| serverMigrationRuntimeEntry | 1.3.6.1.4.1.140.625.1350.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT serverMigrationRuntimeIndex | 1.3.6.1.4.1.140.625.1350.1.1 | OCTET STRING | not-accessible | Index column |
| OCT serverMigrationRuntimeName | 1.3.6.1.4.1.140.625.1350.1.6 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT serverMigrationRuntimeObjectName | 1.3.6.1.4.1.140.625.1350.1.2 | OCTET STRING | read-only | ObjectName column |
| serverMigrationRuntimeTable | 1.3.6.1.4.1.140.625.1350 | not-accessible | ServerMigrationRuntimeMBean provides runtime monitoring information about the past migrations performed by this server as the cluster master. If this server was never the cluster master then no information would be available. This RuntimeMBean would be hosted on all cluster members and can be queried for the location of the cluster master which is just another peer in the cluster. JMX clients can make another call to the server hosting the cluster master functionality to get the migration history. Please note that the migration history is not persisted and is lost when a server is shutdown. | |
| OCT serverMigrationRuntimeType | 1.3.6.1.4.1.140.625.1350.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT serverMuxerClass | 1.3.6.1.4.1.140.625.730.1.337 | OCTET STRING | read-only | The muxer class name. |
| STR serverName | 1.3.6.1.4.1.140.625.730.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| INT serverNativeIOEnabled | 1.3.6.1.4.1.140.625.730.1.50 | INTEGER | read-only | boolean value (true Or false). Whether or not native I/O is enabled for the server. |
| INT serverNMSocketCreateTimeoutInMillis | 1.3.6.1.4.1.140.625.730.1.348 | INTEGER | read-only | Returns the timeout value to be used by NodeManagerRuntime when creating a a socket connection to the agent. |
| STR serverObjectName | 1.3.6.1.4.1.140.625.730.1.5 | DisplayString | read-only | JMX-standard MBean name |
| OCT serverOutboundEnabled | 1.3.6.1.4.1.140.625.730.1.305 | OCTET STRING | read-only | Specifies whether new server-to-server connections may consider the default server channel when initiating a connection. This is only relevant if the connection needs to be bound to the default listen address. This will only work for binary protocols that support both outbound and inbound traffic. When this feature is not enabled, connections are initiated using a local address selected by the underlying hardware. For the default channel this is usually what is wanted for IP-routing to be effective. Note that since the default is false, other outbound channels will be considered in preference to the default channel. Default administration channels, created when the domain-wide administration port is turned on, are always considered and bound when initiating an administrative connection. To allow IP-routing for administration traffic create custom admin with {@link NetworkAccessPointMBean#isOutboundEnabled isOutboundEnabled} set to false instead of enabling the domain-wide ADMIN port. |
| OCT serverOutboundPrivateKeyEnabled | 1.3.6.1.4.1.140.625.730.1.344 | OCTET STRING | read-only | Specifies whether the SSL identity specified by {@link SSLMBean#ServerPrivateKeyAlias SSLMBean#ServerPrivateKeyAlias} for this server should be used for outbound SSL connections on the default server channel. In normal circumstances the outbound identity is determined by the caller's environment. |
| STR serverParent | 1.3.6.1.4.1.140.625.730.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT serverPeriodLength | 1.3.6.1.4.1.140.625.730.1.334 | INTEGER | read-only | The time interval in milliseconds of the heartbeat period. A value of 0 indicates that heartbeats are turned off. |
| STR serverPreferredSecondaryGroup | 1.3.6.1.4.1.140.625.730.1.145 | DisplayString | read-only | The preferred replication group for the server's secondaries |
| STR serverReplicationGroup | 1.3.6.1.4.1.140.625.730.1.140 | DisplayString | read-only | The server's replication group. |
| INT serverRestartDelaySeconds | 1.3.6.1.4.1.140.625.730.1.302 | INTEGER | read-only | The number of seconds the Node Manager should wait before restarting this server. After killing a server process, the system might need several seconds to release the TCP port(s) the server was using. If Node Manager attempts to restart the Managed Server while its ports are still active, the startup attempt fails. If AutoMigration is enabled and RestartDelaySeconds is 0, the RestartDelaySeconds is automatically set to the lease time. This prevents the server from failing to restart after migration when the previous lease is still valid. |
| INT serverRestartIntervalSeconds | 1.3.6.1.4.1.140.625.730.1.339 | INTEGER | read-only | The number of seconds during which this server can be restarted, up to the number of times specified in RestartMax. |
| INT serverRestartMax | 1.3.6.1.4.1.140.625.730.1.296 | INTEGER | read-only | The number of times that the Node Manager can restart this server within the interval specified in RestartInterval. |
| INT serverReverseDNSAllowed | 1.3.6.1.4.1.140.625.730.1.30 | INTEGER | read-only | boolean value (true Or false). Returns whether or not the kernel is allowed to perform reverse DNS lookups. |
| STR serverRootDirectory | 1.3.6.1.4.1.140.625.730.1.110 | DisplayString | read-only | The root directory for the WebLogic installation for this server. |
| C64 serverRuntimeActivationTime | 1.3.6.1.4.1.140.625.360.1.25 | Counter64 | read-only | Return the time when the server was started. |
| INT serverRuntimeAdministrationPort | 1.3.6.1.4.1.140.625.360.1.81 | INTEGER | read-only | Return the administration port on which this server is listening for |
| INT serverRuntimeAdministrationPortEnabled | 1.3.6.1.4.1.140.625.360.1.84 | INTEGER | read-only | Return if the administrationPort is enabled on the server |
| OCT serverRuntimeAdministrationURL | 1.3.6.1.4.1.140.625.360.1.92 | OCTET STRING | read-only | The URL that the server and its clients use for administrative connections. If no administration channel is enabled, then this method returns the URL for connections through the default channel. If the default channel is de-activated, this method returns the URL for a secure channel. If no secure channel is enabled, the method returns null. The returned URL will be consistent with dynamic channel updates. |
| INT serverRuntimeAdminServer | 1.3.6.1.4.1.140.625.360.1.85 | INTEGER | read-only | Returns true id its an admin server |
| STR serverRuntimeAdminServerHost | 1.3.6.1.4.1.140.625.360.1.70 | DisplayString | read-only | Return the address on which admin server is listening for connections. For example this might return the string: santiago |
| INT serverRuntimeAdminServerListenPort | 1.3.6.1.4.1.140.625.360.1.75 | INTEGER | read-only | Return the port on which admin server is listening for connections. |
| INT serverRuntimeAdminServerListenPortSecure | 1.3.6.1.4.1.140.625.360.1.86 | INTEGER | read-only | Return the secureType on which admin server is listening for connections. |
| STR serverRuntimeClusterRuntime | 1.3.6.1.4.1.140.625.360.1.80 | DisplayString | read-only | Return an mbean which represents this server's view of its cluster, if any. |
| OCT serverRuntimeCurrentDirectory | 1.3.6.1.4.1.140.625.360.1.95 | OCTET STRING | read-only | The absolute path of the directory from which the server was started. This may be used in conjunction with other relative paths in ServerMBean to compute full paths. |
| OCT serverRuntimeCurrentMachine | 1.3.6.1.4.1.140.625.360.1.91 | OCTET STRING | read-only | Return the machine on which the server is running. This will be different from the configuration if the server gets migrated automatically. * @return Machine on which server is running. |
| OCT serverRuntimeDefaultURL | 1.3.6.1.4.1.140.625.360.1.93 | OCTET STRING | read-only | The URL that clients use to connect to this server's default network channel. The returned value indicates the default protocol, listen address and listen port: protocol://listen-address:listen-port Note: The default protocol, listen address and listen port are persisted in the domain's config.xml file, however when a server instance is started, command-line options can override these persisted values. This getDefaultURL method returns the URL values that are currently being used, not necessarily the values that are specified in config.xml. The returned URL will be consistent with dynamic channel updates. |
| serverRuntimeEntry | 1.3.6.1.4.1.140.625.360.1 | not-accessible | Entry of serverRuntimeTable | |
| STR serverRuntimeIndex | 1.3.6.1.4.1.140.625.360.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR serverRuntimeJVMID | 1.3.6.1.4.1.140.625.360.1.45 | DisplayString | read-only | Return the JVMID of the server. |
| STR serverRuntimeListenAddress | 1.3.6.1.4.1.140.625.360.1.30 | DisplayString | read-only | Return the address on which this server is listening for connections. For example this might return the string: santiago/172.17.9.220 |
| INT serverRuntimeListenPort | 1.3.6.1.4.1.140.625.360.1.35 | INTEGER | read-only | Return the port on which this server is listening for connections. |
| INT serverRuntimeListenPortEnabled | 1.3.6.1.4.1.140.625.360.1.87 | INTEGER | read-only | Return if the default listenPort is enabled on the server |
| STR serverRuntimeName | 1.3.6.1.4.1.140.625.360.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR serverRuntimeObjectName | 1.3.6.1.4.1.140.625.360.1.5 | DisplayString | read-only | JMX-standard MBean name |
| INT serverRuntimeOpenSocketsCurrentCount | 1.3.6.1.4.1.140.625.360.1.50 | INTEGER | read-only | Return the current number sockets registered for socket muxing on this server. |
| STR serverRuntimeParent | 1.3.6.1.4.1.140.625.360.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT serverRuntimeRestartRequired | 1.3.6.1.4.1.140.625.360.1.89 | OCTET STRING | read-only | Indicates whether the server must be restarted in order to activate configuration changes. |
| INT serverRuntimeRestartsTotalCount | 1.3.6.1.4.1.140.625.360.1.55 | INTEGER | read-only | Return the total number of restarts for this server since the cluster was last activated. |
| OCT serverRuntimeServerClasspath | 1.3.6.1.4.1.140.625.360.1.90 | OCTET STRING | read-only | Get the classpath for this server including domain/lib contents that are automatically picked up and appended to the classpath. |
| C64 serverRuntimeSocketsOpenedTotalCount | 1.3.6.1.4.1.140.625.360.1.82 | Counter64 | read-only | Return the total number of registrations for socket muxing on this sever. |
| STR serverRuntimeSSLListenAddress | 1.3.6.1.4.1.140.625.360.1.40 | DisplayString | read-only | Return the address on which this server is listening for connections. For example this might return the string: santiago/172.17.9.220 |
| INT serverRuntimeSSLListenPort | 1.3.6.1.4.1.140.625.360.1.83 | INTEGER | read-only | Return the port on which this server is listening for SSL Connections |
| INT serverRuntimeSSLListenPortEnabled | 1.3.6.1.4.1.140.625.360.1.88 | INTEGER | read-only | Return if the default lSSListenPort is enabled on the server |
| STR serverRuntimeState | 1.3.6.1.4.1.140.625.360.1.60 | DisplayString | read-only | Return the current state of the server. Legal values are Initializing, Suspended, Running, ShuttingDown. |
| INT serverRuntimeStateVal | 1.3.6.1.4.1.140.625.360.1.94 | INTEGER | read-only | Returns current state of the server as in integer.. |
| serverRuntimeTable | 1.3.6.1.4.1.140.625.360 | not-accessible | Generated SNMP Table. | |
| STR serverRuntimeType | 1.3.6.1.4.1.140.625.360.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR serverRuntimeWeblogicVersion | 1.3.6.1.4.1.140.625.360.1.65 | DisplayString | read-only | Return the version of the server |
| serverSecurityRuntimeEntry | 1.3.6.1.4.1.140.625.370.1 | not-accessible | Entry of serverSecurityRuntimeTable | |
| STR serverSecurityRuntimeIndex | 1.3.6.1.4.1.140.625.370.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT serverSecurityRuntimeJACCEnabled | 1.3.6.1.4.1.140.625.370.1.30 | INTEGER | read-only | Indicates whether JACC (Java Authorization Contract for Containers) was enabled on the commandline for the jvm hosting this server. |
| STR serverSecurityRuntimeName | 1.3.6.1.4.1.140.625.370.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR serverSecurityRuntimeObjectName | 1.3.6.1.4.1.140.625.370.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR serverSecurityRuntimeParent | 1.3.6.1.4.1.140.625.370.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| serverSecurityRuntimeTable | 1.3.6.1.4.1.140.625.370 | not-accessible | This table is used for monitoring a WebLogic Security Info. | |
| STR serverSecurityRuntimeType | 1.3.6.1.4.1.140.625.370.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT serverServerLifeCycleTimeoutVal | 1.3.6.1.4.1.140.625.730.1.298 | INTEGER | read-only | Number of seconds a force shutdown operation waits before timing out and killing itself. If the operation does not complete within the configured timeout seconds, the server will shutdown automatically if the state of the server at that time was SHUTTING_DOWN. A value of 0 means that the server will wait indefinitely for life cycle operation to complete. |
| OCT serverSocketBufferSizeAsChunkSize | 1.3.6.1.4.1.140.625.730.1.295 | OCTET STRING | read-only | Specifies whether the server's buffer size for sending or receiving data through a raw socket should be set to 4KB. Otherwise, the server does not impose a limit to the buffer size and defers to the operating system. This option is useful only on some operating systems for improving performance. It should be disabled in most environments. |
| INT serverSocketReaders | 1.3.6.1.4.1.140.625.730.1.304 | INTEGER | read-only | The number of socket reader threads |
| OCT serverStagingDirectoryName | 1.3.6.1.4.1.140.625.730.1.291 | OCTET STRING | read-only | The directory path on the Managed Server where all staged (prepared) applications are placed. If an absolute directory name is not specified, the path is relative to rootdirectory/ Once configured, you cannot change the staging directory name. Remove all applications from the server prior to changing this attribute. The default staging directory is 'stage', relative to the server root. |
| OCT serverStagingMode | 1.3.6.1.4.1.140.625.730.1.289 | OCTET STRING | read-only | The mode that specifies whether an application's files are copied from a source on the Administration Server to the Managed Server's staging area during application preparation. During application preparation, the application's files are copied from the source on the Administration Server to the Managed Server's staging area. If you specify nostage or external_stage, the copy will not occur. This is useful when the staging area is a shared directory, already containing the application files, or if this is a single server domain. The administrator must ensure that the Managed Server's staging directory is set appropriately. Deployment errors will result if the application is not available during the preparation or activation of the application. Each application can override the staging mode specified here. |
| STR serverStartArguments | 1.3.6.1.4.1.140.625.735.1.25 | DisplayString | read-only | The startup arguments to use when starting this server. |
| STR serverStartBeaHome | 1.3.6.1.4.1.140.625.735.1.30 | DisplayString | read-only | Returns the BEA home to be used to start this server. Note that this * path is on the remote machine. |
| STR serverStartClassPath | 1.3.6.1.4.1.140.625.735.1.35 | DisplayString | read-only | Set the classpath to be used to start this server. Note that this path * is on the remote machine. |
| serverStartEntry | 1.3.6.1.4.1.140.625.735.1 | not-accessible | Entry of serverStartTable | |
| STR serverStartIndex | 1.3.6.1.4.1.140.625.735.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR serverStartJavaHome | 1.3.6.1.4.1.140.625.735.1.40 | DisplayString | read-only | 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. |
| OCT serverStartJavaVendor | 1.3.6.1.4.1.140.625.735.1.56 | OCTET STRING | read-only | The Java Vendor value to use when starting this server For example, BEA, Sun, HP etc If the server is part of a cluster and configured for automatic migration across possibly different platforms with different vendors providing the JDKs, then, both JavaVendor and JavaHome should be set in the generated configuration file instead. |
| STR serverStartName | 1.3.6.1.4.1.140.625.735.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR serverStartObjectName | 1.3.6.1.4.1.140.625.735.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR serverStartParent | 1.3.6.1.4.1.140.625.735.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR serverStartRootDirectory | 1.3.6.1.4.1.140.625.735.1.45 | DisplayString | read-only | Returns the RootDirectory to be used to start this server. Note that this * path is on the remote machine. |
| STR serverStartSecurityPolicyFile | 1.3.6.1.4.1.140.625.735.1.50 | DisplayString | read-only | The security policy file to use when starting this * server. Note that the directory and filename refer to a path on * the remote machine. |
| serverStartTable | 1.3.6.1.4.1.140.625.735 | not-accessible | This table represents a serverStart in the domain. | |
| STR serverStartType | 1.3.6.1.4.1.140.625.735.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT serverStartupMode | 1.3.6.1.4.1.140.625.730.1.347 | OCTET STRING | read-only | The state in which this server should be started. If you specify STANDBY, you must also enable the domain-wide administration port. In the RUNNING state, a server offers its services to clients and can operate as a full member of a cluster. In the ADMIN state, the server is up and running, but available only for administration operations, allowing you to perform server and application-level administration tasks without risk to running applications. In the STANDBY state, a server instance does not process any request; its regular Listen Port is closed. The Administration Port is open. It only accepts life cycle commands that transition the server instance to either the RUNNING or the SHUTDOWN state. Other Administration requests are not accepted. A STANDBYserver's only purpose is to resume into the RUNNING state quickly; it saves server startup time. |
| INT serverStartupTimeout | 1.3.6.1.4.1.140.625.730.1.294 | INTEGER | read-only | Timeout value for server start and resume operations. If the server fails to start in the timeout period, it will force shutdown. A value of 0 means that the server will wait indefinitely for the operation to complete. |
| STR serverStartUsername | 1.3.6.1.4.1.140.625.735.1.55 | DisplayString | read-only | The username to use when booting the server and performing server * health monitoring. |
| INT serverStdoutEnabled | 1.3.6.1.4.1.140.625.730.1.90 | INTEGER | read-only | boolean value (true Or false). Determines if log messages should be logged to the standard out This property overrides StdoutSeverityLevel and StdoutDebugEnabled. |
| INT serverStdoutSeverityLevel | 1.3.6.1.4.1.140.625.730.1.95 | INTEGER | read-only | The minimum severity of a message which should be logged to the the standard out stream. All messages with given severity and higher, qualify. |
| INT serverStuckThreadTimerInterval | 1.3.6.1.4.1.140.625.730.1.335 | INTEGER | read-only | The number of seconds after which WebLogic Server periodically scans threads to see if they have been continually working for the configured maximum length of time. |
| serverTable | 1.3.6.1.4.1.140.625.730 | not-accessible | This table represents a WebLogic Server. A WebLogic Server is a Java process that is a container for J2EE applications. | |
| OCT serverTGIOPEnabled | 1.3.6.1.4.1.140.625.730.1.318 | OCTET STRING | read-only | Specifies whether this server supports Tuxedo GIOP (TGIOP) requests. (Requires you to configure WebLogic Tuxedo Connector (WTC) for this server.) |
| INT serverThreadPoolPercentSocketReaders | 1.3.6.1.4.1.140.625.730.1.55 | INTEGER | read-only | The percentage (1-99 ) of execute threads that may be used as socket readers. |
| INT serverThreadPoolSize | 1.3.6.1.4.1.140.625.730.1.45 | INTEGER | read-only | The size of the execute thread pool. |
| STR serverTransactionLogFilePrefix | 1.3.6.1.4.1.140.625.730.1.255 | DisplayString | read-only | The environment settings for the server. This includes things like what compiler to use for EJBs and JSPs. |
| OCT serverTransactionLogFileWritePolicy | 1.3.6.1.4.1.140.625.730.1.330 | OCTET STRING | read-only | The policy that determines how transaction log file entries are written to disk. This policy can affect transaction performance. (Note: To be transactionally safe, the Direct-Write policy may require additional OS or environment changes on some Windows systems.) WebLogic Server supports the following policies: Cache-Flush. Flushes operating system and on-disk caches after each write. Direct-Write. Tells the operating system to write directly to disk with each write. Direct-Write performs better than Cache-Flush and is available on Windows, HP-UX, and Solaris. If Direct-Write is not supported on the host platform, the policy becomes Cache-Flush and a log message is printed. Note: On Windows, unlike Solaris and HP, the 'Direct-Write' policy may leave transaction data in the on-disk cache without writing it to disk immediately. This is not transactionally safe because a power failure can cause loss of on-disk cache data. For transactionally safe writes using 'Direct-Write' on Windows, either disable all write caching for the disk (enabled by default), or use a disk with a battery-backed cache. The on-disk cache for a hard-drive on Windows can be disabled through system administration: Control-Panel -> System -> Hardware-tab -> Device-Manager-button -> Disk-Drives -> name-of-drive -> Policies-tab -> 'Enable write caching on the disk' check-box. Some file systems do not allow this value to be changed. For example, a RAID system that has a reliable cache. |
| INT serverTunnelingClientPingSecs | 1.3.6.1.4.1.140.625.730.1.275 | INTEGER | read-only | Interval (in seconds) at which to ping an http-tunneled client to see if its still alive. |
| INT serverTunnelingClientTimeoutSecs | 1.3.6.1.4.1.140.625.730.1.270 | INTEGER | read-only | Duration (in seconds) after which a missing http-tunneled client is considered dead. |
| INT serverTunnelingEnabled | 1.3.6.1.4.1.140.625.730.1.265 | INTEGER | read-only | A boolean value (true Or false). Enables tunneling via http |
| STR serverType | 1.3.6.1.4.1.140.625.730.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT serverUploadDirectoryName | 1.3.6.1.4.1.140.625.730.1.320 | OCTET STRING | read-only | The directory path on the Administration Server where all uploaded applications are placed. If an absolute directory name is not specified, the path is relative to rootdirectory/ The default staging directory is 'stage', relative to the server root.. On the Managed Server this returns null, and is not configurable. |
| OCT serverUse81StyleExecuteQueues | 1.3.6.1.4.1.140.625.730.1.288 | OCTET STRING | read-only | Backward compatibility mode to switch to 8.1 execute queues instead of WorkManagers. Each of the WorkManagers is converted to an individual execute queue. Setting this attribute requires a server restart. |
| OCT serverVerboseEJBDeploymentEnabled | 1.3.6.1.4.1.140.625.730.1.299 | OCTET STRING | read-only | Whether or not verbose deployment of EJBs is enabled. |
| OCT serverWeblogicPluginEnabled | 1.3.6.1.4.1.140.625.730.1.321 | OCTET STRING | read-only | Specifies whether this server uses the proprietary WL-Proxy-Client-IP header, which is recommended if the server instance will receive requests from a proxy plug-in. If the server instance is a member of a cluster that will receive proxied requests, enable the WebLogic plugin at the cluster level. For servers that are members of a cluster, the setting at the cluster level overrides the server's setting. When the WebLogic plugin is enabled, a call to getRemoteAddr will return the address of the browser client from the proprietary WL-Proxy-Client-IP header instead of the web server. |
| STR serverWebServer | 1.3.6.1.4.1.140.625.730.1.150 | DisplayString | read-only | 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. |
| OCT serviceMigrationDataRuntimeClusterName | 1.3.6.1.4.1.140.625.1355.1.10 | OCTET STRING | read-only | Name of the cluster |
| OCT serviceMigrationDataRuntimeCoordinatorName | 1.3.6.1.4.1.140.625.1355.1.12 | OCTET STRING | read-only | Name of the server that acted as the coordinator for this migration. |
| serviceMigrationDataRuntimeEntry | 1.3.6.1.4.1.140.625.1355.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT serviceMigrationDataRuntimeIndex | 1.3.6.1.4.1.140.625.1355.1.1 | OCTET STRING | not-accessible | Index column |
| OCT serviceMigrationDataRuntimeMigratedFrom | 1.3.6.1.4.1.140.625.1355.1.6 | OCTET STRING | read-only | Where this object was migrated from |
| OCT serviceMigrationDataRuntimeMigratedTo | 1.3.6.1.4.1.140.625.1355.1.8 | OCTET STRING | read-only | Where this object was migrated to |
| C64 serviceMigrationDataRuntimeMigrationEndTime | 1.3.6.1.4.1.140.625.1355.1.9 | Counter64 | read-only | End time of migration |
| C64 serviceMigrationDataRuntimeMigrationStartTime | 1.3.6.1.4.1.140.625.1355.1.5 | Counter64 | read-only | Start time of migration |
| OCT serviceMigrationDataRuntimeName | 1.3.6.1.4.1.140.625.1355.1.11 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT serviceMigrationDataRuntimeObjectName | 1.3.6.1.4.1.140.625.1355.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT serviceMigrationDataRuntimeServerName | 1.3.6.1.4.1.140.625.1355.1.7 | OCTET STRING | read-only | Name of the object migrated |
| I32 serviceMigrationDataRuntimeStatus | 1.3.6.1.4.1.140.625.1355.1.4 | Integer32 | read-only | Status of the migration (SUCCESSFUL, IN_PROGRESS, or FAILED) |
| serviceMigrationDataRuntimeTable | 1.3.6.1.4.1.140.625.1355 | not-accessible | Runtime information about one past or ongoing migration. | |
| OCT serviceMigrationDataRuntimeType | 1.3.6.1.4.1.140.625.1355.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT serviceMigrationRuntimeClusterMaster | 1.3.6.1.4.1.140.625.1360.1.4 | OCTET STRING | read-only | Is the current server the cluster master? |
| OCT serviceMigrationRuntimeClusterMasterName | 1.3.6.1.4.1.140.625.1360.1.5 | OCTET STRING | read-only | Returns the server name who is the cluster master. Migration history is only available from the cluster master. |
| serviceMigrationRuntimeEntry | 1.3.6.1.4.1.140.625.1360.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT serviceMigrationRuntimeIndex | 1.3.6.1.4.1.140.625.1360.1.1 | OCTET STRING | not-accessible | Index column |
| OCT serviceMigrationRuntimeName | 1.3.6.1.4.1.140.625.1360.1.6 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT serviceMigrationRuntimeObjectName | 1.3.6.1.4.1.140.625.1360.1.2 | OCTET STRING | read-only | ObjectName column |
| serviceMigrationRuntimeTable | 1.3.6.1.4.1.140.625.1360 | not-accessible | ServiceMigrationRuntimeMBean provides runtime monitoring information about the past migrations performed by this server as the cluster master. If this server was never the cluster master then no information would be available. This RuntimeMBean would be hosted on all cluster members and can be queried for the location of the cluster master which is just another peer in the cluster. JMX clients can make another call to the server hosting the cluster master functionality to get the migration history. Please note that the migration history is not persisted and is lost when a server is shutdown. | |
| OCT serviceMigrationRuntimeType | 1.3.6.1.4.1.140.625.1360.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR servletRuntimeContextPath | 1.3.6.1.4.1.140.625.380.1.70 | DisplayString | read-only | context path. |
| servletRuntimeEntry | 1.3.6.1.4.1.140.625.380.1 | not-accessible | Entry of servletRuntimeTable | |
| INT servletRuntimeExecutionTimeAverage | 1.3.6.1.4.1.140.625.380.1.60 | INTEGER | read-only | The average amount of time all invocations of the servlet have executed since created. |
| INT servletRuntimeExecutionTimeHigh | 1.3.6.1.4.1.140.625.380.1.50 | INTEGER | read-only | The amount of time the single longest invocation of the servlet has executed since created. |
| INT servletRuntimeExecutionTimeLow | 1.3.6.1.4.1.140.625.380.1.55 | INTEGER | read-only | The amount of time the single shortest invocation of the servlet has executed since created. |
| INT servletRuntimeExecutionTimeTotal | 1.3.6.1.4.1.140.625.380.1.45 | INTEGER | read-only | The amount of time all invocations of the servlet has executed since created. |
| STR servletRuntimeIndex | 1.3.6.1.4.1.140.625.380.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT servletRuntimeInvocationTotalCount | 1.3.6.1.4.1.140.625.380.1.35 | INTEGER | read-only | The total number of times the servelet has been invoked. |
| STR servletRuntimeName | 1.3.6.1.4.1.140.625.380.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR servletRuntimeObjectName | 1.3.6.1.4.1.140.625.380.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR servletRuntimeParent | 1.3.6.1.4.1.140.625.380.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT servletRuntimePoolMaxCapacity | 1.3.6.1.4.1.140.625.380.1.40 | INTEGER | read-only | The maximum capacity of this servlet for single thread model servlets. |
| INT servletRuntimeReloadTotalCount | 1.3.6.1.4.1.140.625.380.1.30 | INTEGER | read-only | The total number of times the servelet has been reloaded. |
| OCT servletRuntimeServletClassName | 1.3.6.1.4.1.140.625.380.1.76 | OCTET STRING | read-only | Provides the servlet class name |
| STR servletRuntimeServletName | 1.3.6.1.4.1.140.625.380.1.25 | DisplayString | read-only | Return the Servelet's name |
| STR servletRuntimeServletPath | 1.3.6.1.4.1.140.625.380.1.65 | DisplayString | read-only | The servlet path. |
| servletRuntimeTable | 1.3.6.1.4.1.140.625.380 | not-accessible | This table Describes a servlet. | |
| STR servletRuntimeType | 1.3.6.1.4.1.140.625.380.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR servletRuntimeURL | 1.3.6.1.4.1.140.625.380.1.75 | DisplayString | read-only | http://:port//. |
| servletSessionRuntimeEntry | 1.3.6.1.4.1.140.625.390.1 | not-accessible | Entry of servletSessionRuntimeTable | |
| STR servletSessionRuntimeIndex | 1.3.6.1.4.1.140.625.390.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR servletSessionRuntimeMainAttribute | 1.3.6.1.4.1.140.625.390.1.30 | DisplayString | read-only | Gets a Stringified copy of an attribute specified by the user (like user-name) associated with this session. |
| STR servletSessionRuntimeName | 1.3.6.1.4.1.140.625.390.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR servletSessionRuntimeObjectName | 1.3.6.1.4.1.140.625.390.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR servletSessionRuntimeParent | 1.3.6.1.4.1.140.625.390.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| servletSessionRuntimeTable | 1.3.6.1.4.1.140.625.390 | not-accessible | This table is used for monitoring a WebLogic servlet session within a WebLogic server. | |
| C64 servletSessionRuntimeTimeLastAccessed | 1.3.6.1.4.1.140.625.390.1.25 | Counter64 | read-only | Last time accessed. |
| STR servletSessionRuntimeType | 1.3.6.1.4.1.140.625.390.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT shutdownClassArguments | 1.3.6.1.4.1.140.625.1100.1.5 | OCTET STRING | read-only | Arguments that a server uses to initialize a class. Separate multiple arguments with a comma. For example: first=MyFirstName,last=MyLastName |
| OCT shutdownClassClassName | 1.3.6.1.4.1.140.625.1100.1.7 | OCTET STRING | read-only | The fully qualified name of a class to load and run. The class must be on the server's classpath. For example, mycompany.mypackage.myclass |
| I32 shutdownClassDeploymentOrder | 1.3.6.1.4.1.140.625.1100.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| shutdownClassEntry | 1.3.6.1.4.1.140.625.1100.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT shutdownClassIndex | 1.3.6.1.4.1.140.625.1100.1.1 | OCTET STRING | not-accessible | Index column |
| OCT shutdownClassName | 1.3.6.1.4.1.140.625.1100.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT shutdownClassObjectName | 1.3.6.1.4.1.140.625.1100.1.2 | OCTET STRING | read-only | ObjectName column |
| shutdownClassTable | 1.3.6.1.4.1.140.625.1100 | not-accessible | Provides methods for configuring a shutdown class. A shutdown class is a Java program that is automatically loaded and executed when a WebLogic Server instance is shut down gracefully. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT shutdownClassType | 1.3.6.1.4.1.140.625.1100.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 singleSignOnServicesArtifactMaxCacheSize | 1.3.6.1.4.1.140.625.1105.1.3 | Integer32 | read-only | Gets the maximum size of the artifact cache. This cache is of artifacts issued by the local site that are awaiting referencing by a partner. Specify '0' to indicate that the cache is unbounded. |
| I32 singleSignOnServicesArtifactTimeout | 1.3.6.1.4.1.140.625.1105.1.20 | Integer32 | read-only | Gets the maximum timeout (in seconds) of artifacts stored in the local cache. This cache is of artifacts issued by the local site that are awaiting referencing by a partner. Artifacts that reach this maximum timeout age will be expired from the local cache even if no reference request has yet been received from the partner. If a reference request is subsequently received from the partner, the cache will behave as if the artifact had never been generated. |
| I32 singleSignOnServicesAuthnRequestMaxCacheSize | 1.3.6.1.4.1.140.625.1105.1.29 | Integer32 | read-only | Gets the maximum size of the <AuthnRequest> document cache. This cache is of documents issued by the local SP that are awaiting response from a partner IdP. Specify '0' to indicate that the cache is unbounded. |
| I32 singleSignOnServicesAuthnRequestTimeout | 1.3.6.1.4.1.140.625.1105.1.14 | Integer32 | read-only | Gets the maximum timeout (in seconds) of <AuthnRequest> documents stored in the local cache. This cache is of documents issued by the local SP that are awaiting response from a partner IdP. Documents that reach this maximum timeout age will be expired from the local cache even if no response has yet been received from the partner IdP. If a reponse is subsequently returned by the partner IdP, the cache will behave as if the <AuthnRequest> had never been generated. |
| OCT singleSignOnServicesBasicAuthUsername | 1.3.6.1.4.1.140.625.1105.1.35 | OCTET STRING | read-only | Get the Basic Authentication username. This username is used to assign Basic Authentication credentials to outgoing HTTPS connections. |
| OCT singleSignOnServicesContactPersonCompany | 1.3.6.1.4.1.140.625.1105.1.34 | OCTET STRING | read-only | Contact person company. |
| OCT singleSignOnServicesContactPersonEmailAddress | 1.3.6.1.4.1.140.625.1105.1.26 | OCTET STRING | read-only | Contact person e-mail address. |
| OCT singleSignOnServicesContactPersonGivenName | 1.3.6.1.4.1.140.625.1105.1.7 | OCTET STRING | read-only | Contact person given name. |
| OCT singleSignOnServicesContactPersonSurName | 1.3.6.1.4.1.140.625.1105.1.45 | OCTET STRING | read-only | Contact person surname. |
| OCT singleSignOnServicesContactPersonTelephoneNumber | 1.3.6.1.4.1.140.625.1105.1.9 | OCTET STRING | read-only | Contact person telephone number. |
| OCT singleSignOnServicesContactPersonType | 1.3.6.1.4.1.140.625.1105.1.21 | OCTET STRING | read-only | Contact person type value. |
| OCT singleSignOnServicesDefaultURL | 1.3.6.1.4.1.140.625.1105.1.23 | OCTET STRING | read-only | Gets the SP's Default URL. When an unsolicited SSO response arrives at the SP without an accompanying target URL, the user (if authenticated) is redirected to the default URL. |
| OCT singleSignOnServicesEntityID | 1.3.6.1.4.1.140.625.1105.1.37 | OCTET STRING | read-only | Entity ID |
| singleSignOnServicesEntry | 1.3.6.1.4.1.140.625.1105.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT singleSignOnServicesErrorPath | 1.3.6.1.4.1.140.625.1105.1.28 | OCTET STRING | read-only | Gets the Error Path URL. Partner sites may redirect users to this URL for more information if SSO fails. |
| OCT singleSignOnServicesForceAuthn | 1.3.6.1.4.1.140.625.1105.1.5 | OCTET STRING | read-only | Gets the force authentication flag |
| OCT singleSignOnServicesIdentityProviderArtifactBindingEnabled | 1.3.6.1.4.1.140.625.1105.1.16 | OCTET STRING | read-only | Gets the identity provider artifact binding enabled flag |
| OCT singleSignOnServicesIdentityProviderEnabled | 1.3.6.1.4.1.140.625.1105.1.18 | OCTET STRING | read-only | Gets the identity provider enabled flag |
| OCT singleSignOnServicesIdentityProviderPOSTBindingEnabled | 1.3.6.1.4.1.140.625.1105.1.44 | OCTET STRING | read-only | Gets the identity provider POST binding enabled flag |
| OCT singleSignOnServicesIdentityProviderPreferredBinding | 1.3.6.1.4.1.140.625.1105.1.6 | OCTET STRING | read-only | Gets the preferred binding type for endpoints of identity provider services |
| OCT singleSignOnServicesIdentityProviderRedirectBindingEnabled | 1.3.6.1.4.1.140.625.1105.1.4 | OCTET STRING | read-only | Gets the identity provider redirect binding enabled flag |
| OCT singleSignOnServicesIndex | 1.3.6.1.4.1.140.625.1105.1.1 | OCTET STRING | not-accessible | Index column |
| OCT singleSignOnServicesLoginReturnQueryParameter | 1.3.6.1.4.1.140.625.1105.1.13 | OCTET STRING | read-only | Gets the name of the query string parameter to extract from the response following use of Login URL |
| OCT singleSignOnServicesLoginURL | 1.3.6.1.4.1.140.625.1105.1.19 | OCTET STRING | read-only | Gets the Login URL to redirect callers to when IdP receives a request from an anonymous end user. |
| OCT singleSignOnServicesName | 1.3.6.1.4.1.140.625.1105.1.32 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT singleSignOnServicesObjectName | 1.3.6.1.4.1.140.625.1105.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT singleSignOnServicesOrganizationName | 1.3.6.1.4.1.140.625.1105.1.22 | OCTET STRING | read-only | Organization name. |
| OCT singleSignOnServicesOrganizationURL | 1.3.6.1.4.1.140.625.1105.1.39 | OCTET STRING | read-only | The Organization URL. |
| OCT singleSignOnServicesPassive | 1.3.6.1.4.1.140.625.1105.1.10 | OCTET STRING | read-only | Gets the passive flag |
| OCT singleSignOnServicesPOSTOneUseCheckEnabled | 1.3.6.1.4.1.140.625.1105.1.15 | OCTET STRING | read-only | Specifies whether the POST one-use check is enabled. |
| OCT singleSignOnServicesPublishedSiteURL | 1.3.6.1.4.1.140.625.1105.1.38 | OCTET STRING | read-only | Get the published site URL. |
| OCT singleSignOnServicesRecipientCheckEnabled | 1.3.6.1.4.1.140.625.1105.1.27 | OCTET STRING | read-only | Specifies whether the recipient/destination check is enabled. When true, the recipient of the SAML Request/Response must match the URL in the HTTP Request. |
| OCT singleSignOnServicesReplicatedCacheEnabled | 1.3.6.1.4.1.140.625.1105.1.30 | OCTET STRING | read-only | Gets the Use Replicated Cache flag. If true, persistent cache(LDAP or RDBMS) will be used to store SAML2 artifacts and authentication requests. Otherwise, artifacts and requests will be saved in memory. |
| singleSignOnServicesRuntimeEntry | 1.3.6.1.4.1.140.625.1365.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT singleSignOnServicesRuntimeIndex | 1.3.6.1.4.1.140.625.1365.1.1 | OCTET STRING | not-accessible | Index column |
| OCT singleSignOnServicesRuntimeName | 1.3.6.1.4.1.140.625.1365.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT singleSignOnServicesRuntimeObjectName | 1.3.6.1.4.1.140.625.1365.1.2 | OCTET STRING | read-only | ObjectName column |
| singleSignOnServicesRuntimeTable | 1.3.6.1.4.1.140.625.1365 | not-accessible | This interface is used to publish SAML 2.0 local site meta-data for single sign-on services. | |
| OCT singleSignOnServicesRuntimeType | 1.3.6.1.4.1.140.625.1365.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT singleSignOnServicesServiceProviderArtifactBindingEnabled | 1.3.6.1.4.1.140.625.1105.1.40 | OCTET STRING | read-only | Gets the service provider artifact binding enabled flag |
| OCT singleSignOnServicesServiceProviderEnabled | 1.3.6.1.4.1.140.625.1105.1.31 | OCTET STRING | read-only | Service provider enabled flag. |
| OCT singleSignOnServicesServiceProviderPOSTBindingEnabled | 1.3.6.1.4.1.140.625.1105.1.36 | OCTET STRING | read-only | Gets the service provider POST binding enabled flag |
| OCT singleSignOnServicesServiceProviderPreferredBinding | 1.3.6.1.4.1.140.625.1105.1.43 | OCTET STRING | read-only | Gets the preferred binding type for endpoints of service provider services |
| OCT singleSignOnServicesSignAuthnRequests | 1.3.6.1.4.1.140.625.1105.1.33 | OCTET STRING | read-only | Sign <AuthnRequest> documents flag. |
| OCT singleSignOnServicesSSOSigningKeyAlias | 1.3.6.1.4.1.140.625.1105.1.12 | OCTET STRING | read-only | Get the SSO Signing key alias. The key is used to generate signatures on all the outgoing documents, like <AuthnRequest>, <Response> |
| singleSignOnServicesTable | 1.3.6.1.4.1.140.625.1105 | not-accessible | This MBean represents configuration for SAML 2.0-based local site Single Sign-On Services. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT singleSignOnServicesTransportLayerSecurityKeyAlias | 1.3.6.1.4.1.140.625.1105.1.11 | OCTET STRING | read-only | Get the TLS/SSL key alias. The key is used to establish outgoing TLS/SSL connections. |
| OCT singleSignOnServicesType | 1.3.6.1.4.1.140.625.1105.1.25 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT singleSignOnServicesWantArtifactRequestsSigned | 1.3.6.1.4.1.140.625.1105.1.8 | OCTET STRING | read-only | Gets the want <AuthnRequest> docuemnts signed flag |
| OCT singleSignOnServicesWantAssertionsSigned | 1.3.6.1.4.1.140.625.1105.1.41 | OCTET STRING | read-only | Advertized flag indicating requirement that incoming assertions be signed |
| OCT singleSignOnServicesWantAuthnRequestsSigned | 1.3.6.1.4.1.140.625.1105.1.42 | OCTET STRING | read-only | Gets the want <AuthnRequest> docuemnts signed flag |
| OCT singleSignOnServicesWantBasicAuthClientAuthentication | 1.3.6.1.4.1.140.625.1105.1.24 | OCTET STRING | read-only | Gets the want Basic Authentication client authentication flag. If true, callers to HTTPS bindings of the local site must specify a basic authentication header and the username and password must validate against the basic authetnication values of the binding client partner. |
| OCT singleSignOnServicesWantTransportLayerSecurityClientAuthentication | 1.3.6.1.4.1.140.625.1105.1.17 | OCTET STRING | read-only | Gets the want TLS/SSL client authentication flag. If true, callers to TLS/SSL bindings of the local site must specify client authentication (two-way SSL) and the identity specified must validate against TLS certificate of the binding client partner. |
| I32 singletonServiceAdditionalMigrationAttempts | 1.3.6.1.4.1.140.625.1115.1.6 | Integer32 | read-only | A migratable service could fail to come up on every possible configured server. This attribute controls how many further attempts, after the service has failed on every server at least once, should be tried. Note that each attempt specified here indicates another full circut of migrations amongst all the configured servers. So for a 3-server cluster, and a value of 2, a total of 4 additional migrations will be attempted. (the original server is never a valid destination) |
| I32 singletonServiceAppScopedAdditionalMigrationAttempts | 1.3.6.1.4.1.140.625.1110.1.8 | Integer32 | read-only | A migratable service could fail to come up on every possible configured server. This attribute controls how many further attempts, after the service has failed on every server at least once, should be tried. Note that each attempt specified here indicates another full circut of migrations amongst all the configured servers. So for a 3-server cluster, and a value of 2, a total of 4 additional migrations will be attempted. (the original server is never a valid destination) |
| OCT singletonServiceAppScopedClassName | 1.3.6.1.4.1.140.625.1110.1.9 | OCTET STRING | read-only | The fully qualified name of a class to load and run. The class must be on the server's classpath. For example, mycompany.mypackage.myclass |
| OCT singletonServiceAppScopedCompatibilityName | 1.3.6.1.4.1.140.625.1110.1.4 | OCTET STRING | read-only | This is only set for beans created as a result of conversion from an 8.1 application configured using ApplicationMBean and ComponentMBean. Standalone modules in 8.1 have both an ApplicationMBean name and ComponentMBean name. This attribute stores the name of the latter, to be used when the server creates the transient ComponentMBean for backward compatibility. |
| singletonServiceAppScopedEntry | 1.3.6.1.4.1.140.625.1110.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT singletonServiceAppScopedIndex | 1.3.6.1.4.1.140.625.1110.1.1 | OCTET STRING | not-accessible | Index column |
| I32 singletonServiceAppScopedMillisToSleepBetweenAttempts | 1.3.6.1.4.1.140.625.1110.1.5 | Integer32 | read-only | Controls how long of a pause there should be between the migration attempts described in getAdditionalMigrationAttempts(). Note that this delay only happens when the service has failed to come up on every server. It does not cause any sort of delay between attempts to migrate otherwise. |
| OCT singletonServiceAppScopedModuleType | 1.3.6.1.4.1.140.625.1110.1.6 | OCTET STRING | read-only | The values match those defined by jsr88. This attribute may move to another MBean. |
| OCT singletonServiceAppScopedName | 1.3.6.1.4.1.140.625.1110.1.7 | OCTET STRING | read-only | Unique identifier for this bean instance. It is used by the application container to match the module in the application package to the targeting information in the configuration. For modules within an EAR, the name should be the URI of the module as defined in the META-INF/application.xml deployment descriptor. There is an exception to this for web applications. See below. For web modules in an EAR, the name should always equal the context root of that webapp, because the URI is not always unique |
| OCT singletonServiceAppScopedObjectName | 1.3.6.1.4.1.140.625.1110.1.2 | OCTET STRING | read-only | ObjectName column |
| singletonServiceAppScopedTable | 1.3.6.1.4.1.140.625.1110 | not-accessible | A service that will be automatically maintained as a Singleton in a cluster. There will always be exactly one instance of it active at any given time. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT singletonServiceAppScopedType | 1.3.6.1.4.1.140.625.1110.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT singletonServiceClassName | 1.3.6.1.4.1.140.625.1115.1.7 | OCTET STRING | read-only | The fully qualified name of a class to load and run. The class must be on the server's classpath. For example, mycompany.mypackage.myclass |
| singletonServiceEntry | 1.3.6.1.4.1.140.625.1115.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT singletonServiceIndex | 1.3.6.1.4.1.140.625.1115.1.1 | OCTET STRING | not-accessible | Index column |
| I32 singletonServiceMillisToSleepBetweenAttempts | 1.3.6.1.4.1.140.625.1115.1.4 | Integer32 | read-only | Controls how long of a pause there should be between the migration attempts described in getAdditionalMigrationAttempts(). Note that this delay only happens when the service has failed to come up on every server. It does not cause any sort of delay between attempts to migrate otherwise. |
| OCT singletonServiceName | 1.3.6.1.4.1.140.625.1115.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT singletonServiceObjectName | 1.3.6.1.4.1.140.625.1115.1.2 | OCTET STRING | read-only | ObjectName column |
| singletonServiceTable | 1.3.6.1.4.1.140.625.1115 | not-accessible | A service that will be automatically maintained as a Singleton in a cluster. There will always be exactly one instance of it active at any given time. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT singletonServiceType | 1.3.6.1.4.1.140.625.1115.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR snmpAgentCommunityPrefix | 1.3.6.1.4.1.140.625.740.1.21 | DisplayString | read-only | Generated Object. |
| INT snmpAgentDebugLevel | 1.3.6.1.4.1.140.625.740.1.22 | INTEGER | read-only | Generated Object. |
| INT snmpAgentEnabled | 1.3.6.1.4.1.140.625.740.1.27 | INTEGER | read-only | Generated Object. |
| snmpAgentEntry | 1.3.6.1.4.1.140.625.740.1 | not-accessible | Entry of snmpAgentTable | |
| STR snmpAgentIndex | 1.3.6.1.4.1.140.625.740.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT snmpAgentMibDataRefreshInterval | 1.3.6.1.4.1.140.625.740.1.23 | INTEGER | read-only | Generated Object. |
| STR snmpAgentName | 1.3.6.1.4.1.140.625.740.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR snmpAgentObjectName | 1.3.6.1.4.1.140.625.740.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR snmpAgentParent | 1.3.6.1.4.1.140.625.740.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT snmpAgentSendAutomaticTrapsEnabled | 1.3.6.1.4.1.140.625.740.1.28 | INTEGER | read-only | Generated Object. |
| INT snmpAgentServerStatusCheckIntervalFactor | 1.3.6.1.4.1.140.625.740.1.24 | INTEGER | read-only | Generated Object. |
| INT snmpAgentSNMPPort | 1.3.6.1.4.1.140.625.740.1.25 | INTEGER | read-only | Generated Object. |
| INT snmpAgentSNMPTrapVersion | 1.3.6.1.4.1.140.625.740.1.26 | INTEGER | read-only | Generated Object. |
| snmpAgentTable | 1.3.6.1.4.1.140.625.740 | not-accessible | This table represents a snmpAgent in the domain. | |
| STR snmpAgentType | 1.3.6.1.4.1.140.625.740.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT springAdviceRuntimeAbstract | 1.3.6.1.4.1.140.625.1370.1.6 | OCTET STRING | read-only | |
| OCT springAdviceRuntimeBeanClassname | 1.3.6.1.4.1.140.625.1370.1.8 | OCTET STRING | read-only | |
| OCT springAdviceRuntimeBeanId | 1.3.6.1.4.1.140.625.1370.1.7 | OCTET STRING | read-only | |
| springAdviceRuntimeEntry | 1.3.6.1.4.1.140.625.1370.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT springAdviceRuntimeIndex | 1.3.6.1.4.1.140.625.1370.1.1 | OCTET STRING | not-accessible | Index column |
| OCT springAdviceRuntimeLazyInit | 1.3.6.1.4.1.140.625.1370.1.4 | OCTET STRING | read-only | |
| OCT springAdviceRuntimeName | 1.3.6.1.4.1.140.625.1370.1.12 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT springAdviceRuntimeObjectName | 1.3.6.1.4.1.140.625.1370.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT springAdviceRuntimeResourceDescription | 1.3.6.1.4.1.140.625.1370.1.5 | OCTET STRING | read-only | |
| OCT springAdviceRuntimeSingleton | 1.3.6.1.4.1.140.625.1370.1.10 | OCTET STRING | read-only | |
| springAdviceRuntimeTable | 1.3.6.1.4.1.140.625.1370 | not-accessible | ||
| OCT springAdviceRuntimeTransactional | 1.3.6.1.4.1.140.625.1370.1.9 | OCTET STRING | read-only | |
| OCT springAdviceRuntimeTransactionManager | 1.3.6.1.4.1.140.625.1370.1.11 | OCTET STRING | read-only | |
| OCT springAdviceRuntimeType | 1.3.6.1.4.1.140.625.1370.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT springAdvisorRuntimeAbstract | 1.3.6.1.4.1.140.625.1375.1.6 | OCTET STRING | read-only | |
| OCT springAdvisorRuntimeBeanClassname | 1.3.6.1.4.1.140.625.1375.1.8 | OCTET STRING | read-only | |
| OCT springAdvisorRuntimeBeanId | 1.3.6.1.4.1.140.625.1375.1.7 | OCTET STRING | read-only | |
| springAdvisorRuntimeEntry | 1.3.6.1.4.1.140.625.1375.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT springAdvisorRuntimeIndex | 1.3.6.1.4.1.140.625.1375.1.1 | OCTET STRING | not-accessible | Index column |
| OCT springAdvisorRuntimeLazyInit | 1.3.6.1.4.1.140.625.1375.1.4 | OCTET STRING | read-only | |
| OCT springAdvisorRuntimeName | 1.3.6.1.4.1.140.625.1375.1.11 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT springAdvisorRuntimeObjectName | 1.3.6.1.4.1.140.625.1375.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT springAdvisorRuntimeResourceDescription | 1.3.6.1.4.1.140.625.1375.1.5 | OCTET STRING | read-only | |
| OCT springAdvisorRuntimeSingleton | 1.3.6.1.4.1.140.625.1375.1.10 | OCTET STRING | read-only | |
| springAdvisorRuntimeTable | 1.3.6.1.4.1.140.625.1375 | not-accessible | ||
| OCT springAdvisorRuntimeTransactional | 1.3.6.1.4.1.140.625.1375.1.9 | OCTET STRING | read-only | |
| OCT springAdvisorRuntimeType | 1.3.6.1.4.1.140.625.1375.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT springPointcutRuntimeAbstract | 1.3.6.1.4.1.140.625.1380.1.6 | OCTET STRING | read-only | |
| OCT springPointcutRuntimeBeanClassname | 1.3.6.1.4.1.140.625.1380.1.8 | OCTET STRING | read-only | |
| OCT springPointcutRuntimeBeanId | 1.3.6.1.4.1.140.625.1380.1.7 | OCTET STRING | read-only | |
| springPointcutRuntimeEntry | 1.3.6.1.4.1.140.625.1380.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT springPointcutRuntimeExpression | 1.3.6.1.4.1.140.625.1380.1.9 | OCTET STRING | read-only | |
| OCT springPointcutRuntimeIndex | 1.3.6.1.4.1.140.625.1380.1.1 | OCTET STRING | not-accessible | Index column |
| OCT springPointcutRuntimeLazyInit | 1.3.6.1.4.1.140.625.1380.1.4 | OCTET STRING | read-only | |
| OCT springPointcutRuntimeName | 1.3.6.1.4.1.140.625.1380.1.12 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT springPointcutRuntimeObjectName | 1.3.6.1.4.1.140.625.1380.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT springPointcutRuntimeResourceDescription | 1.3.6.1.4.1.140.625.1380.1.5 | OCTET STRING | read-only | |
| OCT springPointcutRuntimeSingleton | 1.3.6.1.4.1.140.625.1380.1.11 | OCTET STRING | read-only | |
| springPointcutRuntimeTable | 1.3.6.1.4.1.140.625.1380 | not-accessible | ||
| OCT springPointcutRuntimeTransactional | 1.3.6.1.4.1.140.625.1380.1.10 | OCTET STRING | read-only | |
| OCT springPointcutRuntimeType | 1.3.6.1.4.1.140.625.1380.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| springRuntimeEntry | 1.3.6.1.4.1.140.625.1385.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT springRuntimeIndex | 1.3.6.1.4.1.140.625.1385.1.1 | OCTET STRING | not-accessible | Index column |
| OCT springRuntimeName | 1.3.6.1.4.1.140.625.1385.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT springRuntimeObjectName | 1.3.6.1.4.1.140.625.1385.1.2 | OCTET STRING | read-only | ObjectName column |
| springRuntimeTable | 1.3.6.1.4.1.140.625.1385 | not-accessible | ||
| OCT springRuntimeType | 1.3.6.1.4.1.140.625.1385.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT springTransactionManagerRuntimeAbstract | 1.3.6.1.4.1.140.625.1390.1.11 | OCTET STRING | read-only | |
| OCT springTransactionManagerRuntimeBeanClassname | 1.3.6.1.4.1.140.625.1390.1.15 | OCTET STRING | read-only | |
| OCT springTransactionManagerRuntimeBeanId | 1.3.6.1.4.1.140.625.1390.1.13 | OCTET STRING | read-only | |
| OCT springTransactionManagerRuntimeDataSource | 1.3.6.1.4.1.140.625.1390.1.4 | OCTET STRING | read-only | |
| I32 springTransactionManagerRuntimeDefaultTimeout | 1.3.6.1.4.1.140.625.1390.1.9 | Integer32 | read-only | |
| OCT springTransactionManagerRuntimeEntityManagerFactory | 1.3.6.1.4.1.140.625.1390.1.5 | OCTET STRING | read-only | |
| springTransactionManagerRuntimeEntry | 1.3.6.1.4.1.140.625.1390.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT springTransactionManagerRuntimeFailEarlyOnGlobalRollbackOnly | 1.3.6.1.4.1.140.625.1390.1.10 | OCTET STRING | read-only | |
| OCT springTransactionManagerRuntimeGlobalRollbackOnParticipationFailure | 1.3.6.1.4.1.140.625.1390.1.12 | OCTET STRING | read-only | |
| OCT springTransactionManagerRuntimeIndex | 1.3.6.1.4.1.140.625.1390.1.1 | OCTET STRING | not-accessible | Index column |
| OCT springTransactionManagerRuntimeLazyInit | 1.3.6.1.4.1.140.625.1390.1.6 | OCTET STRING | read-only | |
| OCT springTransactionManagerRuntimeName | 1.3.6.1.4.1.140.625.1390.1.17 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT springTransactionManagerRuntimeNestedTransactionAllowed | 1.3.6.1.4.1.140.625.1390.1.14 | OCTET STRING | read-only | |
| OCT springTransactionManagerRuntimeObjectName | 1.3.6.1.4.1.140.625.1390.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT springTransactionManagerRuntimeResourceDescription | 1.3.6.1.4.1.140.625.1390.1.7 | OCTET STRING | read-only | |
| OCT springTransactionManagerRuntimeRollbackOnCommitFailure | 1.3.6.1.4.1.140.625.1390.1.8 | OCTET STRING | read-only | |
| OCT springTransactionManagerRuntimeSingleton | 1.3.6.1.4.1.140.625.1390.1.16 | OCTET STRING | read-only | |
| springTransactionManagerRuntimeTable | 1.3.6.1.4.1.140.625.1390 | not-accessible | ||
| OCT springTransactionManagerRuntimeTransactionSynchronization | 1.3.6.1.4.1.140.625.1390.1.18 | OCTET STRING | read-only | |
| OCT springTransactionManagerRuntimeType | 1.3.6.1.4.1.140.625.1390.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT sslAllowUnencryptedNullCipher | 1.3.6.1.4.1.140.625.745.1.41 | OCTET STRING | read-only | Test if the AllowUnEncryptedNullCipher is enabled see setAllowUnencryptedNullCipher(boolean enable) for the NullCipher feature. |
| OCT sslCertAuthenticator | 1.3.6.1.4.1.140.625.745.1.39 | OCTET STRING | read-only | The name of the Java class that implements the weblogic.security.acl.CertAuthenticator class, which is deprecated in this release of WebLogic Server. This field is for Compatibility security only, and is only used when the Realm Adapter Authentication provider is configured. The weblogic.security.acl.CertAuthenticator class maps the digital certificate of a client to a WebLogic Server user. The class has an authenticate() method that WebLogic Server calls after validating the digital certificate presented by the client. |
| INT sslClientCertificateEnforced | 1.3.6.1.4.1.140.625.745.1.31 | INTEGER | read-only | Generated Object. |
| INT sslEnabled | 1.3.6.1.4.1.140.625.745.1.32 | INTEGER | read-only | Generated Object. |
| sslEntry | 1.3.6.1.4.1.140.625.745.1 | not-accessible | Entry of sslTable | |
| INT sslExportKeyLifespan | 1.3.6.1.4.1.140.625.745.1.23 | INTEGER | read-only | Generated Object. |
| INT sslHostnameVerificationIgnored | 1.3.6.1.4.1.140.625.745.1.33 | INTEGER | read-only | Generated Object. |
| STR sslHostnameVerifier | 1.3.6.1.4.1.140.625.745.1.24 | DisplayString | read-only | Generated Object. |
| STR sslIdentityAndTrustLocations | 1.3.6.1.4.1.140.625.745.1.25 | DisplayString | read-only | Generated Object. |
| OCT sslInboundCertificateValidation | 1.3.6.1.4.1.140.625.745.1.38 | OCTET STRING | read-only | Indicates the client certificate validation rules for inbound SSL. This attribute only applies to ports and network channels using 2-way SSL. |
| STR sslIndex | 1.3.6.1.4.1.140.625.745.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT sslListenPort | 1.3.6.1.4.1.140.625.745.1.26 | INTEGER | read-only | Generated Object. |
| INT sslLoginTimeoutMillis | 1.3.6.1.4.1.140.625.745.1.27 | INTEGER | read-only | Generated Object. |
| STR sslName | 1.3.6.1.4.1.140.625.745.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR sslObjectName | 1.3.6.1.4.1.140.625.745.1.5 | DisplayString | read-only | JMX-standard MBean name |
| OCT sslOutboundCertificateValidation | 1.3.6.1.4.1.140.625.745.1.37 | OCTET STRING | read-only | Indicates the server certificate validation rules for outbound SSL. This attribute always applies to outbound SSL that is part of WebLogic Server (that is, an Administration Server talking to the Node Manager). It does not apply to application code in the server that is using outbound SSL unless the application code uses a weblogic.security.SSL.ServerTrustManager that is configured to use outbound SSL validation. |
| STR sslParent | 1.3.6.1.4.1.140.625.745.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR sslServerCertificateChainFileName | 1.3.6.1.4.1.140.625.745.1.28 | DisplayString | read-only | Generated Object. |
| STR sslServerCertificateFileName | 1.3.6.1.4.1.140.625.745.1.29 | DisplayString | read-only | Generated Object. |
| STR sslServerPrivateKeyAlias | 1.3.6.1.4.1.140.625.745.1.30 | DisplayString | read-only | Generated Object. |
| INT sslSSLRejectionLoggingEnabled | 1.3.6.1.4.1.140.625.745.1.35 | INTEGER | read-only | Generated Object. |
| sslTable | 1.3.6.1.4.1.140.625.745 | not-accessible | This table represents a ssl in the domain. | |
| INT sslTwoWaySSLEnabled | 1.3.6.1.4.1.140.625.745.1.36 | INTEGER | read-only | Generated Object. |
| STR sslType | 1.3.6.1.4.1.140.625.745.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT sslUseServerCerts | 1.3.6.1.4.1.140.625.745.1.40 | OCTET STRING | read-only | Sets whether the client should use the server certificates/key as the client identity when initiating a connection over https. |
| OCT startupClassArguments | 1.3.6.1.4.1.140.625.750.1.28 | OCTET STRING | read-only | Arguments that a server uses to initialize a class. Separate multiple arguments with a comma. For example: first=MyFirstName,last=MyLastName |
| OCT startupClassClassName | 1.3.6.1.4.1.140.625.750.1.29 | OCTET STRING | read-only | The fully qualified name of a class to load and run. The class must be on the server's classpath. For example, mycompany.mypackage.myclass |
| INT startupClassDeploymentOrder | 1.3.6.1.4.1.140.625.750.1.26 | INTEGER | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| startupClassEntry | 1.3.6.1.4.1.140.625.750.1 | not-accessible | Entry of startupClassTable | |
| INT startupClassFailureIsFatal | 1.3.6.1.4.1.140.625.750.1.25 | INTEGER | read-only | A boolean value (true Or false). |
| STR startupClassIndex | 1.3.6.1.4.1.140.625.750.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT startupClassLoadBeforeAppActivation | 1.3.6.1.4.1.140.625.750.1.30 | OCTET STRING | read-only | Specifies whether the targeted servers load and run this startup class after activating JMS and JDBC services and before activating applications and EJBs. If you enable this feature for a startup class, a server loads and runs the startup class before the activate phase. At this point, JMS and JDBC services are available. (Deployment for applications and EJBs consists of two phases: prepare and activate.) Enable this feature if the startup class needs to be invoked after JDBC connection pools are available but before the applications are activated and ready to service client requests. If you do not enable this feature, a server instance loads startup classes after it activates JMS and JDBC services, EJBs, and applications. |
| OCT startupClassLoadBeforeAppDeployments | 1.3.6.1.4.1.140.625.750.1.27 | OCTET STRING | read-only | Specifies whether the targeted servers load and run this startup class before activating JMS and JDBC services and before starting deployment for applications and EJBs. If you enable this feature for a startup class, a server loads and runs the startup class before the deployment prepare phase. At this point, JMS and JDBC services are not yet available. (Deployment for applications and EJBs consists of two phases: prepare and activate.) If you do not enable this feature, a server instance loads the startup class after it activates JMS and JDBC services, EJBs, and applications. |
| STR startupClassName | 1.3.6.1.4.1.140.625.750.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR startupClassObjectName | 1.3.6.1.4.1.140.625.750.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR startupClassParent | 1.3.6.1.4.1.140.625.750.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| startupClassTable | 1.3.6.1.4.1.140.625.750 | not-accessible | Generated SNMP Table. | |
| STR startupClassType | 1.3.6.1.4.1.140.625.750.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT statefulEJBRuntimeEJBName | 1.3.6.1.4.1.140.625.1395.1.4 | OCTET STRING | read-only | Provides the ejb-name for this EJB as defined in the ejb-jar.xml deployment descriptor. |
| statefulEJBRuntimeEntry | 1.3.6.1.4.1.140.625.1395.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT statefulEJBRuntimeIndex | 1.3.6.1.4.1.140.625.1395.1.1 | OCTET STRING | not-accessible | Index column |
| OCT statefulEJBRuntimeName | 1.3.6.1.4.1.140.625.1395.1.5 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT statefulEJBRuntimeObjectName | 1.3.6.1.4.1.140.625.1395.1.2 | OCTET STRING | read-only | ObjectName column |
| statefulEJBRuntimeTable | 1.3.6.1.4.1.140.625.1395 | not-accessible | This interface contains accessor methods for all EJB runtime information collected for a Stateful Session Bean. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT statefulEJBRuntimeType | 1.3.6.1.4.1.140.625.1395.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT statelessEJBRuntimeEJBName | 1.3.6.1.4.1.140.625.1400.1.4 | OCTET STRING | read-only | Provides the ejb-name for this EJB as defined in the ejb-jar.xml deployment descriptor. |
| statelessEJBRuntimeEntry | 1.3.6.1.4.1.140.625.1400.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT statelessEJBRuntimeIndex | 1.3.6.1.4.1.140.625.1400.1.1 | OCTET STRING | not-accessible | Index column |
| OCT statelessEJBRuntimeName | 1.3.6.1.4.1.140.625.1400.1.5 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT statelessEJBRuntimeObjectName | 1.3.6.1.4.1.140.625.1400.1.2 | OCTET STRING | read-only | ObjectName column |
| statelessEJBRuntimeTable | 1.3.6.1.4.1.140.625.1400 | not-accessible | This interface contains accessor methods for all EJB runtime information collected for a Stateless Session Bean. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT statelessEJBRuntimeType | 1.3.6.1.4.1.140.625.1400.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| stuckThreadActionEntry | 1.3.6.1.4.1.140.625.1120.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT stuckThreadActionIndex | 1.3.6.1.4.1.140.625.1120.1.1 | OCTET STRING | not-accessible | Index column |
| OCT stuckThreadActionName | 1.3.6.1.4.1.140.625.1120.1.4 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT stuckThreadActionObjectName | 1.3.6.1.4.1.140.625.1120.1.2 | OCTET STRING | read-only | ObjectName column |
| stuckThreadActionTable | 1.3.6.1.4.1.140.625.1120 | not-accessible | Configuration that deals with handling of stuck threads. Configured actions are executed when the max stuck thread limit is reached. Actions include shutting down the work manager, putting the app in admin mode or marking the server as failed. This MBean is not directly exposed to JMX clients. It is only used by the console. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT stuckThreadActionType | 1.3.6.1.4.1.140.625.1120.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 taskRuntimeBeginTime | 1.3.6.1.4.1.140.625.391.1.25 | Counter64 | read-only | Returns the time at which this task was started. |
| STR taskRuntimeDescription | 1.3.6.1.4.1.140.625.391.1.30 | DisplayString | read-only | Returns a short, arbitrary String describing the nature of this task, e.g. 'Starting MyServer.. |
| C64 taskRuntimeEndTime | 1.3.6.1.4.1.140.625.391.1.35 | Counter64 | read-only | Returns the time at which this task was completed. Returns -1 if the task is currently running. |
| taskRuntimeEntry | 1.3.6.1.4.1.140.625.391.1 | not-accessible | Entry of taskRuntimeTable | |
| STR taskRuntimeIndex | 1.3.6.1.4.1.140.625.391.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR taskRuntimeName | 1.3.6.1.4.1.140.625.391.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR taskRuntimeObjectName | 1.3.6.1.4.1.140.625.391.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR taskRuntimeParent | 1.3.6.1.4.1.140.625.391.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT taskRuntimeRunning | 1.3.6.1.4.1.140.625.391.1.45 | INTEGER | read-only | Returns true if the Task is still running. |
| STR taskRuntimeStatus | 1.3.6.1.4.1.140.625.391.1.40 | DisplayString | read-only | eturns a short, arbitrary String describing the status of this Task, e.g. 'Starting Server', 'Completed', 'Failed'. |
| INT taskRuntimeSystemTask | 1.3.6.1.4.1.140.625.391.1.50 | INTEGER | read-only | Indicates this task was initiated by the server. |
| taskRuntimeTable | 1.3.6.1.4.1.140.625.391 | not-accessible | Exposes monitoring information about an ongoing and potentially long-running administrative process. | |
| STR taskRuntimeType | 1.3.6.1.4.1.140.625.391.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 threadPoolRuntimeCompletedRequestCount | 1.3.6.1.4.1.140.625.367.1.50 | Counter64 | read-only | Returns the number of completed requests in the priority queue. |
| threadPoolRuntimeEntry | 1.3.6.1.4.1.140.625.367.1 | not-accessible | Entry of threadPoolRuntimeTable | |
| INT threadPoolRuntimeExecuteThreadIdleCount | 1.3.6.1.4.1.140.625.367.1.30 | INTEGER | read-only | Returns the number of idle threads in the pool. |
| INT threadPoolRuntimeExecuteThreadTotalCount | 1.3.6.1.4.1.140.625.367.1.25 | INTEGER | read-only | Returns the total number of threads in the pool. |
| INT threadPoolRuntimeHoggingThreadCount | 1.3.6.1.4.1.140.625.367.1.55 | INTEGER | read-only | 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. |
| STR threadPoolRuntimeIndex | 1.3.6.1.4.1.140.625.367.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 threadPoolRuntimeMinThreadsConstraintsCompleted | 1.3.6.1.4.1.140.625.367.1.75 | Counter64 | read-only | 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. |
| INT threadPoolRuntimeMinThreadsConstraintsPending | 1.3.6.1.4.1.140.625.367.1.70 | INTEGER | read-only | Returns the Number of requests that should be executed now to satisfy the min threads requirement. |
| STR threadPoolRuntimeName | 1.3.6.1.4.1.140.625.367.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR threadPoolRuntimeObjectName | 1.3.6.1.4.1.140.625.367.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR threadPoolRuntimeParent | 1.3.6.1.4.1.140.625.367.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT threadPoolRuntimePendingUserRequestCount | 1.3.6.1.4.1.140.625.367.1.40 | INTEGER | read-only | 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. |
| INT threadPoolRuntimeQueueLength | 1.3.6.1.4.1.140.625.367.1.35 | INTEGER | read-only | Returns the number of pending requests in the priority queue. This is the total of internal system requests and user requests. |
| INT threadPoolRuntimeSharedCapacityForWorkManagers | 1.3.6.1.4.1.140.625.367.1.45 | INTEGER | read-only | Returns the maximum amount of requests that can be accepted in the priority qeueue. |
| INT threadPoolRuntimeStandbyThreadCount | 1.3.6.1.4.1.140.625.367.1.60 | INTEGER | read-only | 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. |
| INT threadPoolRuntimeSuspended | 1.3.6.1.4.1.140.625.367.1.80 | INTEGER | read-only | Returns the Indicates if the RequestManager is suspended. A suspended manager will not dequeue work and dispatch threads till it is resumed |
| threadPoolRuntimeTable | 1.3.6.1.4.1.140.625.367 | not-accessible | Presents Runtime information to monitor the self-tuning queue. | |
| INT threadPoolRuntimeThroughput | 1.3.6.1.4.1.140.625.367.1.65 | INTEGER | read-only | Returns the mean number of requests completed per second. |
| STR threadPoolRuntimeType | 1.3.6.1.4.1.140.625.367.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| timerRuntimeEntry | 1.3.6.1.4.1.140.625.1410.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT timerRuntimeIndex | 1.3.6.1.4.1.140.625.1410.1.1 | OCTET STRING | not-accessible | Index column |
| OCT timerRuntimeName | 1.3.6.1.4.1.140.625.1410.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT timerRuntimeObjectName | 1.3.6.1.4.1.140.625.1410.1.2 | OCTET STRING | read-only | ObjectName column |
| timerRuntimeTable | 1.3.6.1.4.1.140.625.1410 | not-accessible | This RuntimeMBean exposes information about all active timers present in the WebLogic timer implementation. | |
| OCT timerRuntimeType | 1.3.6.1.4.1.140.625.1410.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| timeServiceRuntimeEntry | 1.3.6.1.4.1.140.625.1405.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT timeServiceRuntimeIndex | 1.3.6.1.4.1.140.625.1405.1.1 | OCTET STRING | not-accessible | Index column |
| OCT timeServiceRuntimeName | 1.3.6.1.4.1.140.625.1405.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT timeServiceRuntimeObjectName | 1.3.6.1.4.1.140.625.1405.1.2 | OCTET STRING | read-only | ObjectName column |
| timeServiceRuntimeTable | 1.3.6.1.4.1.140.625.1405 | not-accessible | This class is used for monitoring the WebLogic Time Service. | |
| OCT timeServiceRuntimeType | 1.3.6.1.4.1.140.625.1405.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| transactionNameRuntimeEntry | 1.3.6.1.4.1.140.625.410.1 | not-accessible | Entry of transactionNameRuntimeTable | |
| STR transactionNameRuntimeIndex | 1.3.6.1.4.1.140.625.410.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR transactionNameRuntimeName | 1.3.6.1.4.1.140.625.410.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR transactionNameRuntimeObjectName | 1.3.6.1.4.1.140.625.410.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR transactionNameRuntimeParent | 1.3.6.1.4.1.140.625.410.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT transactionNameRuntimeSecondsActiveTotalCount | 1.3.6.1.4.1.140.625.410.1.60 | INTEGER | read-only | The total number of seconds for all committed transactions. |
| transactionNameRuntimeTable | 1.3.6.1.4.1.140.625.410 | not-accessible | This table represents runtime statistics for a transaction name category. | |
| C64 transactionNameRuntimeTransactionAbandonedTotalCount | 1.3.6.1.4.1.140.625.410.1.71 | Counter64 | read-only | The total number of transactions that were abandoned since the server was started. |
| INT transactionNameRuntimeTransactionCommittedTotalCount | 1.3.6.1.4.1.140.625.410.1.30 | INTEGER | read-only | The number of committed transactions. |
| INT transactionNameRuntimeTransactionHeuristicsTotalCount | 1.3.6.1.4.1.140.625.410.1.40 | INTEGER | read-only | The number of transactions that completed with a heuristic status. |
| STR transactionNameRuntimeTransactionName | 1.3.6.1.4.1.140.625.410.1.70 | DisplayString | read-only | The transaction name. |
| INT transactionNameRuntimeTransactionRolledBackAppTotalCount | 1.3.6.1.4.1.140.625.410.1.50 | INTEGER | read-only | The number of transactions that were rolled back due to an application error. |
| INT transactionNameRuntimeTransactionRolledBackResourceTotalCount | 1.3.6.1.4.1.140.625.410.1.45 | INTEGER | read-only | The number of transactions that were rolled back due to a resource error. |
| INT transactionNameRuntimeTransactionRolledBackSystemTotalCount | 1.3.6.1.4.1.140.625.410.1.55 | INTEGER | read-only | The number of transactions that were rolled back due to an internal system error. |
| INT transactionNameRuntimeTransactionRolledBackTimeoutTotalCount | 1.3.6.1.4.1.140.625.410.1.65 | INTEGER | read-only | The total number of seconds for all committed transactions. |
| INT transactionNameRuntimeTransactionRolledBackTotalCount | 1.3.6.1.4.1.140.625.410.1.35 | INTEGER | read-only | The number of transactions that were rolled back. |
| INT transactionNameRuntimeTransactionTotalCount | 1.3.6.1.4.1.140.625.410.1.25 | INTEGER | read-only | The total number of transactions processed. This total includes all committed, rolled back and heuristic transaction completions. |
| STR transactionNameRuntimeType | 1.3.6.1.4.1.140.625.410.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| transactionResourceRuntimeEntry | 1.3.6.1.4.1.140.625.420.1 | not-accessible | Entry of transactionResourceRuntimeTable | |
| STR transactionResourceRuntimeIndex | 1.3.6.1.4.1.140.625.420.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR transactionResourceRuntimeName | 1.3.6.1.4.1.140.625.420.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR transactionResourceRuntimeObjectName | 1.3.6.1.4.1.140.625.420.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR transactionResourceRuntimeParent | 1.3.6.1.4.1.140.625.420.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR transactionResourceRuntimeResourceName | 1.3.6.1.4.1.140.625.420.1.45 | DisplayString | read-only | The resource name. |
| transactionResourceRuntimeTable | 1.3.6.1.4.1.140.625.420 | not-accessible | This table represents runtime statistics for a transactional resource. | |
| C64 transactionResourceRuntimeTransactionCommittedTotalCount | 1.3.6.1.4.1.140.625.420.1.30 | Counter64 | read-only | The number of committed transactions. |
| C64 transactionResourceRuntimeTransactionHeuristicCommitTotalCount | 1.3.6.1.4.1.140.625.420.1.50 | Counter64 | read-only | The number of transactions for which this resource has returned a heuristic commit decision. |
| C64 transactionResourceRuntimeTransactionHeuristicHazardTotalCount | 1.3.6.1.4.1.140.625.420.1.65 | Counter64 | read-only | The number of transactions for which this resource has reported a heuristic hazard decision. |
| C64 transactionResourceRuntimeTransactionHeuristicMixedTotalCount | 1.3.6.1.4.1.140.625.420.1.60 | Counter64 | read-only | The number of transactions for which this resource has reported a heuristic mixed decision. |
| C64 transactionResourceRuntimeTransactionHeuristicRollbackTotalCount | 1.3.6.1.4.1.140.625.420.1.55 | Counter64 | read-only | The number of transactions for which this resource has returned a heuristic rollback decision. |
| C64 transactionResourceRuntimeTransactionHeuristicsTotalCount | 1.3.6.1.4.1.140.625.420.1.40 | Counter64 | read-only | The number of transactions that completed with a heuristic status. |
| C64 transactionResourceRuntimeTransactionRolledBackTotalCount | 1.3.6.1.4.1.140.625.420.1.35 | Counter64 | read-only | The number of transactions that were rolled back. |
| C64 transactionResourceRuntimeTransactionTotalCount | 1.3.6.1.4.1.140.625.420.1.25 | Counter64 | read-only | The total number of transactions processed. This total includes all committed, rolled back and heuristic transaction completions. |
| STR transactionResourceRuntimeType | 1.3.6.1.4.1.140.625.420.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR trapALSBAlertAlertId | 1.3.6.1.4.1.140.800.100.5 | DisplayString | read-only | The Alert Id for the ALSB Alert that caused this trap to occur |
| STR trapALSBAlertAlertTime | 1.3.6.1.4.1.140.800.100.9 | DisplayString | read-only | The Time that the ALSB Alert was raised that caused this trap to occur |
| STR trapALSBAlertAnnotation | 1.3.6.1.4.1.140.800.100.10 | DisplayString | read-only | The Annotation for the ALSB Alert that caused this trap to occur |
| STR trapALSBAlertDomainName | 1.3.6.1.4.1.140.800.100.3 | DisplayString | read-only | The Domain Name for the domain in which the ALSB Alert occurred |
| STR trapALSBAlertRuleCondition | 1.3.6.1.4.1.140.800.100.8 | DisplayString | read-only | The Rule Condition for the ALSB Alert that caused this trap to occur |
| STR trapALSBAlertRuleId | 1.3.6.1.4.1.140.800.100.6 | DisplayString | read-only | The Rule Id for the ALSB Alert that caused this trap to occur |
| STR trapALSBAlertRuleName | 1.3.6.1.4.1.140.800.100.7 | DisplayString | read-only | The Rule Name for the ALSB Alert that caused this trap to occur |
| STR trapALSBAlertServerName | 1.3.6.1.4.1.140.800.100.4 | DisplayString | read-only | The Server Name for the server on which the ALSB Alert occurred |
| STR trapALSBAlertServiceName | 1.3.6.1.4.1.140.800.100.11 | DisplayString | read-only | The Service Name for the ALSB Alert that caused this trap to occur |
| STR trapALSBAlertServicePath | 1.3.6.1.4.1.140.800.100.12 | DisplayString | read-only | The Service Path for the ALSB Alert that caused this trap to occur |
| STR trapALSBAlertSeverity | 1.3.6.1.4.1.140.800.100.2 | DisplayString | read-only | The Severity of the ALSB Alert that caused this trap to occur |
| STR trapALSBAlertTrapType | 1.3.6.1.4.1.140.800.100.1 | DisplayString | read-only | The Type of the ALSB Alert that caused this trap to occur |
| STR trapAttributeChangeType | 1.3.6.1.4.1.140.625.100.90 | DisplayString | read-only | The type of Change, an attribute has gone thru. It can be either ADD, or REMOVE, or UPDATE |
| STR trapAttributeName | 1.3.6.1.4.1.140.625.100.80 | DisplayString | read-only | The name of an attribute |
| STR trapAttributeNewVal | 1.3.6.1.4.1.140.625.100.100 | DisplayString | read-only | The NEW value of an attribute |
| STR trapAttributeOldVal | 1.3.6.1.4.1.140.625.100.95 | DisplayString | read-only | The OLD value of an attribute |
| STR trapAttributeType | 1.3.6.1.4.1.140.625.100.85 | DisplayString | read-only | The type of an attribute |
| STR trapDomainName | 1.3.6.1.4.1.140.625.100.145 | DisplayString | read-only | The name of the WebLogic domain in which this trap occurred |
| STR trapLogMessage | 1.3.6.1.4.1.140.625.100.50 | DisplayString | read-only | A string that includes the body of the log message |
| STR trapLogMsgId | 1.3.6.1.4.1.140.625.100.40 | DisplayString | read-only | An intefer that indicates the trap's message id |
| STR trapLogSeverity | 1.3.6.1.4.1.140.625.100.45 | DisplayString | read-only | A string that indicates the severity of the trap's message |
| STR trapLogSubsystem | 1.3.6.1.4.1.140.625.100.35 | DisplayString | read-only | A string that indicates the subsystem from which the trap is generated |
| STR trapLogThreadId | 1.3.6.1.4.1.140.625.100.20 | DisplayString | read-only | An integer that indicates the if of the thread in which the trap is generated |
| STR trapLogTransactionId | 1.3.6.1.4.1.140.625.100.25 | DisplayString | read-only | A string that indicates the transactions from which the trap is generated |
| STR trapLogUserId | 1.3.6.1.4.1.140.625.100.30 | DisplayString | read-only | A string that indicates the user id from which the trap is generated |
| STR trapMachineName | 1.3.6.1.4.1.140.625.100.15 | DisplayString | read-only | A string that indicates the machine where the trap is generated |
| STR trapMBeanName | 1.3.6.1.4.1.140.625.100.70 | DisplayString | read-only | The Name of the MBean |
| STR trapMBeanType | 1.3.6.1.4.1.140.625.100.75 | DisplayString | read-only | The type of the MBean |
| STR trapMonitorThreshold | 1.3.6.1.4.1.140.625.100.60 | DisplayString | read-only | An ASCII-string representation of the value which triggerd this monitor |
| STR trapMonitorType | 1.3.6.1.4.1.140.625.100.55 | DisplayString | read-only | A string that should be either CounterMonitor, or GaugeMonitor, or StringMonitor |
| STR trapMonitorValue | 1.3.6.1.4.1.140.625.100.65 | DisplayString | read-only | An ASCII-string representation, which is the derived value |
| STR trapServerName | 1.3.6.1.4.1.140.625.100.10 | DisplayString | read-only | A string that indicates the server which generated the trap |
| STR trapTime | 1.3.6.1.4.1.140.625.100.5 | DisplayString | read-only | A string that indicates the time |
| trapVars | 1.3.6.1.4.1.140.625.100 | |||
| STR trapWatchAlarmResetPeriod | 1.3.6.1.4.1.140.625.100.135 | DisplayString | read-only | The period to elaspe before the alarm is reset applicable for AutomaticReset type watches |
| STR trapWatchAlarmType | 1.3.6.1.4.1.140.625.100.130 | DisplayString | read-only | The type of alarm for the watch rule |
| STR trapWatchData | 1.3.6.1.4.1.140.625.100.125 | DisplayString | read-only | A string that indicates the key value data of the event that satisfied the watch rule |
| STR trapWatchName | 1.3.6.1.4.1.140.625.100.105 | DisplayString | read-only | The name of the watch that evaluated to true |
| STR trapWatchRule | 1.3.6.1.4.1.140.625.100.115 | DisplayString | read-only | The watch rule expression |
| STR trapWatchRuleType | 1.3.6.1.4.1.140.625.100.110 | DisplayString | read-only | The type of watch rule |
| STR trapWatchSeverity | 1.3.6.1.4.1.140.625.100.120 | DisplayString | read-only | A string that indicates the severity of the watch rule |
| STR trapWatchSNMPNotificationName | 1.3.6.1.4.1.140.625.100.140 | DisplayString | read-only | The name of the configured WLDFSNMPNotification that issued this trap |
| unicastMessagingRuntimeEntry | 1.3.6.1.4.1.140.625.1420.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT unicastMessagingRuntimeGroups | 1.3.6.1.4.1.140.625.1420.1.7 | OCTET STRING | read-only | Formatted group list |
| OCT unicastMessagingRuntimeIndex | 1.3.6.1.4.1.140.625.1420.1.1 | OCTET STRING | not-accessible | Index column |
| OCT unicastMessagingRuntimeLocalGroupLeaderName | 1.3.6.1.4.1.140.625.1420.1.6 | OCTET STRING | read-only | Name of the local group leader |
| OCT unicastMessagingRuntimeName | 1.3.6.1.4.1.140.625.1420.1.8 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT unicastMessagingRuntimeObjectName | 1.3.6.1.4.1.140.625.1420.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 unicastMessagingRuntimeRemoteGroupsDiscoveredCount | 1.3.6.1.4.1.140.625.1420.1.4 | Integer32 | read-only | Returns the total groups discovered by this server |
| unicastMessagingRuntimeTable | 1.3.6.1.4.1.140.625.1420 | not-accessible | Monitoring information when unicast messaging is turned on | |
| I32 unicastMessagingRuntimeTotalGroupsCount | 1.3.6.1.4.1.140.625.1420.1.5 | Integer32 | read-only | Total configured groups - running and not running |
| OCT unicastMessagingRuntimeType | 1.3.6.1.4.1.140.625.1420.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| unixMachineEntry | 1.3.6.1.4.1.140.625.1125.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT unixMachineIndex | 1.3.6.1.4.1.140.625.1125.1.1 | OCTET STRING | not-accessible | Index column |
| OCT unixMachineName | 1.3.6.1.4.1.140.625.1125.1.8 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT unixMachineObjectName | 1.3.6.1.4.1.140.625.1125.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT unixMachinePostBindGID | 1.3.6.1.4.1.140.625.1125.1.6 | OCTET STRING | read-only | The UNIX group ID (GID) that a server running on this machine will run under after it has carried out all privileged startup actions. Otherwise, the server will continue to run under the group under which it was started.(Requires that you enable Post-Bind GID.) |
| OCT unixMachinePostBindGIDEnabled | 1.3.6.1.4.1.140.625.1125.1.7 | OCTET STRING | read-only | Specifies whether a server running on this machine binds to a UNIX Group ID (GID) after it has carried out all privileged startup actions. |
| OCT unixMachinePostBindUID | 1.3.6.1.4.1.140.625.1125.1.4 | OCTET STRING | read-only | The UNIX user ID (UID) that a server running on this machine will run under after it has carried out all privileged startup actions. Otherwise, the server will continue to run under the account under which it was started.(Requires that you enable Post-Bind UID.) |
| OCT unixMachinePostBindUIDEnabled | 1.3.6.1.4.1.140.625.1125.1.5 | OCTET STRING | read-only | Specifies whether a server running on this machine binds to a UNIX User ID (UID) after it has carried out all privileged startup actions. |
| unixMachineTable | 1.3.6.1.4.1.140.625.1125 | not-accessible | This bean represents a machine that is running the UNIX operating system. It extends MachineMBean with properties specific to the UNIX platform. | |
| OCT unixMachineType | 1.3.6.1.4.1.140.625.1125.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| urlResourceRuntimeEntry | 1.3.6.1.4.1.140.625.1415.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT urlResourceRuntimeIndex | 1.3.6.1.4.1.140.625.1415.1.1 | OCTET STRING | not-accessible | Index column |
| OCT urlResourceRuntimeName | 1.3.6.1.4.1.140.625.1415.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT urlResourceRuntimeObjectName | 1.3.6.1.4.1.140.625.1415.1.2 | OCTET STRING | read-only | ObjectName column |
| urlResourceRuntimeTable | 1.3.6.1.4.1.140.625.1415 | not-accessible | RuntimeMBean for URLResources Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT urlResourceRuntimeType | 1.3.6.1.4.1.140.625.1415.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| userLockoutManagerRuntimeEntry | 1.3.6.1.4.1.140.625.371.1 | not-accessible | Entry of userLockoutManagerRuntimeTable | |
| STR userLockoutManagerRuntimeIndex | 1.3.6.1.4.1.140.625.371.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 userLockoutManagerRuntimeInvalidLoginAttemptsTotalCount | 1.3.6.1.4.1.140.625.371.1.30 | Counter64 | read-only | Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled. |
| C64 userLockoutManagerRuntimeInvalidLoginUsersHighCount | 1.3.6.1.4.1.140.625.371.1.40 | Counter64 | read-only | Returns the highest number of users with concurrent unexpired or uncleared invalid login attempts. |
| C64 userLockoutManagerRuntimeLockedUsersCurrentCount | 1.3.6.1.4.1.140.625.371.1.50 | Counter64 | read-only | Returns the number of users that are currently locked out of this server. |
| C64 userLockoutManagerRuntimeLoginAttemptsWhileLockedTotalCount | 1.3.6.1.4.1.140.625.371.1.35 | Counter64 | read-only | Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled. |
| STR userLockoutManagerRuntimeName | 1.3.6.1.4.1.140.625.371.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR userLockoutManagerRuntimeObjectName | 1.3.6.1.4.1.140.625.371.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR userLockoutManagerRuntimeParent | 1.3.6.1.4.1.140.625.371.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| userLockoutManagerRuntimeTable | 1.3.6.1.4.1.140.625.371 | not-accessible | This table is used for monitoring per-Security Realm user lockout information. | |
| STR userLockoutManagerRuntimeType | 1.3.6.1.4.1.140.625.371.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 userLockoutManagerRuntimeUnlockedUsersTotalCount | 1.3.6.1.4.1.140.625.371.1.45 | Counter64 | read-only | Returns the number times users have been unlocked since this server has been started. |
| C64 userLockoutManagerRuntimeUserLockoutTotalCount | 1.3.6.1.4.1.140.625.371.1.25 | Counter64 | read-only | Returns the number of user lockouts that have occured since this server has been started. |
| I32 virtualDestinationDeploymentOrder | 1.3.6.1.4.1.140.625.1130.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| virtualDestinationEntry | 1.3.6.1.4.1.140.625.1130.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT virtualDestinationIndex | 1.3.6.1.4.1.140.625.1130.1.1 | OCTET STRING | not-accessible | Index column |
| OCT virtualDestinationJNDIName | 1.3.6.1.4.1.140.625.1130.1.5 | OCTET STRING | read-only | The JNDI name used to look up a virtual destination within the JNDI namespace. Applications can use the JNDI name to look up the virtual destination. If not specified, then the destination is not bound into the JNDI namespace. |
| OCT virtualDestinationName | 1.3.6.1.4.1.140.625.1130.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT virtualDestinationObjectName | 1.3.6.1.4.1.140.625.1130.1.2 | OCTET STRING | read-only | ObjectName column |
| virtualDestinationTable | 1.3.6.1.4.1.140.625.1130 | not-accessible | This class represents a virtual destination. In 7.0 JMS has distributed destination, which is a form of the virtual destination. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT virtualDestinationType | 1.3.6.1.4.1.140.625.1130.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT virtualHostAcceptContextPathInGetRealPath | 1.3.6.1.4.1.140.625.790.1.135 | OCTET STRING | read-only | Indicates whether this server allows the inclusion of the context path in the virtual path to context.getRealPath(). (If checked, you cannot use sub directories with the same name as contextPath). This is a compatibility switch that will be deprecated 9.0.0.0 in future releases. Gets the acceptContextPathInGetRealPath attribute of the WebServerMBean object |
| OCT virtualHostAuthCookieEnabled | 1.3.6.1.4.1.140.625.790.1.132 | OCTET STRING | read-only | Whether authcookie feature is enabled or not. |
| STR virtualHostCharsets | 1.3.6.1.4.1.140.625.790.1.110 | DisplayString | read-only | User defined mapping between internet and Java charset names |
| OCT virtualHostChunkedTransferDisabled | 1.3.6.1.4.1.140.625.790.1.134 | OCTET STRING | read-only | Indicates whether the use of Chunk Transfer-Encoding in HTTP/1.1 is enabled. |
| STR virtualHostDefaultWebApp | 1.3.6.1.4.1.140.625.790.1.105 | DisplayString | read-only | Servlet 2.2 Web Application that maps to the default servlet context (where ContextPath = /) |
| OCT virtualHostDefaultWebAppContextRoot | 1.3.6.1.4.1.140.625.790.1.145 | OCTET STRING | read-only | Returns the original context-root for the default Web application for this Web server. Alternatively, you can use the context-root attributes in application.xml or weblogic.xml to set a default Web application. The context-root for a default Web application is /. If '' (empty string) is specified, the Web server defaults to /. |
| INT virtualHostDeploymentOrder | 1.3.6.1.4.1.140.625.790.1.137 | INTEGER | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| virtualHostEntry | 1.3.6.1.4.1.140.625.790.1 | not-accessible | Entry of virtualHostTable | |
| OCT virtualHostFrontendHost | 1.3.6.1.4.1.140.625.790.1.140 | OCTET STRING | read-only | The name of the host to which all redirected URLs will be sent. If specified, WebLogic Server will use this value rather than the one in the HOST header. Sets the HTTP frontendHost Provides a method to ensure that the webapp will always have the correct HOST information, even when the request is coming through a firewall or a proxy. If this parameter is configured, the HOST header will be ignored and the information in this parameter will be used in its place. |
| INT virtualHostFrontendHTTPPort | 1.3.6.1.4.1.140.625.790.1.131 | INTEGER | read-only | The name of the HTTP port to which all redirected URLs will be sent. If specified, WebLogic Server will use this value rather than the one in the HOST header. Sets the frontendHTTPPort Provides a method to ensure that the webapp will always have the correct PORT information, even when the request is coming through a firewall or a proxy. If this parameter is configured, the HOST header will be ignored and the information in this parameter will be used in its place. |
| INT virtualHostFrontendHTTPSPort | 1.3.6.1.4.1.140.625.790.1.142 | INTEGER | read-only | The name of the secure HTTP port to which all redirected URLs will be sent. If specified, WebLogic Server will use this value rather than the one in the HOST header. Sets the frontendHTTPSPort Provides a method to ensure that the webapp will always have the correct PORT information, even when the request is coming through a firewall or a proxy. If this parameter is configured, the HOST header will be ignored and the information in this parameter will be used in its place. |
| INT virtualHostHttpsKeepAliveSecs | 1.3.6.1.4.1.140.625.790.1.85 | INTEGER | read-only | Number of seconds to maintain HTTPS keep-alive before timing out the request. |
| STR virtualHostIndex | 1.3.6.1.4.1.140.625.790.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT virtualHostKeepAliveEnabled | 1.3.6.1.4.1.140.625.790.1.75 | INTEGER | read-only | A boolean value (true Or false). Returns whether or not HTTP keep-alive is enabled |
| INT virtualHostKeepAliveSecs | 1.3.6.1.4.1.140.625.790.1.80 | INTEGER | read-only | Number of seconds to maintain HTTP keep-alive before timing out the request. |
| INT virtualHostLogFileBufferKBytes | 1.3.6.1.4.1.140.625.790.1.45 | INTEGER | read-only | Sets HTTP request log buffer size |
| INT virtualHostLogFileFlushSecs | 1.3.6.1.4.1.140.625.790.1.65 | INTEGER | read-only | Frequency (seconds) with which the log file should be flushed |
| STR virtualHostLogFileFormat | 1.3.6.1.4.1.140.625.790.1.35 | DisplayString | read-only | Defines the format of HTTP log file (common or extended) |
| STR virtualHostLogFileName | 1.3.6.1.4.1.140.625.790.1.40 | DisplayString | read-only | Sets the HTTP request log file |
| INT virtualHostLoggingEnabled | 1.3.6.1.4.1.140.625.790.1.30 | INTEGER | read-only | A boolean value (true Or false). Enables logging of HTTP requests. |
| INT virtualHostLogRotationPeriodMins | 1.3.6.1.4.1.140.625.790.1.60 | INTEGER | read-only | Defines the period in minutes when the access.log will be rotated. |
| STR virtualHostLogRotationTimeBegin | 1.3.6.1.4.1.140.625.790.1.70 | DisplayString | read-only | Defines the date when the first rotation of access.log will begin. The format follows java.text.SimpleDateFormat, MM-dd-yyyy-k:mm:ss |
| STR virtualHostLogRotationType | 1.3.6.1.4.1.140.625.790.1.55 | DisplayString | read-only | Defines how the HTTP log file is rotated [size|date]. |
| INT virtualHostMaxLogFileSizeKBytes | 1.3.6.1.4.1.140.625.790.1.50 | INTEGER | read-only | Set maximum access logfile size in K before rotation. 0 means false limit. |
| INT virtualHostMaxPostSize | 1.3.6.1.4.1.140.625.790.1.100 | INTEGER | read-only | Max Post Size for reading HTTP POST data in a servlet request. |
| INT virtualHostMaxPostTimeSecs | 1.3.6.1.4.1.140.625.790.1.95 | INTEGER | read-only | Max Post Time (in seconds) for reading HTTP POST data in a servlet request. |
| STR virtualHostName | 1.3.6.1.4.1.140.625.790.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| OCT virtualHostNetworkAccessPoint | 1.3.6.1.4.1.140.625.790.1.138 | OCTET STRING | read-only | The dedicated server channel name (NetworkAccessPoint) for which this virtual host will serve http request. If the NetworkAccessPoint for a given http request doesn't match any virtual host's NetworkAccessPoint, incoming HOST header will be matched with the VirtualHostNames in order to resolve the right virtual host. |
| STR virtualHostObjectName | 1.3.6.1.4.1.140.625.790.1.5 | DisplayString | read-only | JMX-standard MBean name |
| INT virtualHostOverloadResponseCode | 1.3.6.1.4.1.140.625.790.1.136 | INTEGER | read-only | Get the response code to be used when an application is overloaded. An application can get overloaded when the number of pending requests has reached the max capacity specified in the WorkManager or when the server is low on memory. The low memory condition is determined using {@link OverloadProtectionMBean#getFreeMemoryPercentLowThreshold()}. |
| STR virtualHostParent | 1.3.6.1.4.1.140.625.790.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT virtualHostPostTimeoutSecs | 1.3.6.1.4.1.140.625.790.1.90 | INTEGER | read-only | Timeout (in seconds) for reading HTTP POST data in a servlet request. |
| OCT virtualHostSendServerHeaderEnabled | 1.3.6.1.4.1.140.625.790.1.139 | OCTET STRING | read-only | Indicates whether this server name is sent with the HTTP response. (This is useful for wireless applications where there is limited space for headers.) Indicates whether this server instance includes its name and WebLogic Server version number in HTTP response headers. |
| OCT virtualHostSingleSignonDisabled | 1.3.6.1.4.1.140.625.790.1.133 | OCTET STRING | read-only | Indicates whether the singleSignonDisabled attribute is enabled |
| virtualHostTable | 1.3.6.1.4.1.140.625.790 | not-accessible | 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. | |
| STR virtualHostTargets | 1.3.6.1.4.1.140.625.790.1.25 | DisplayString | read-only | targets on which this deployment is deployed. |
| STR virtualHostType | 1.3.6.1.4.1.140.625.790.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR virtualHostURLResource | 1.3.6.1.4.1.140.625.790.1.125 | DisplayString | read-only | A URL connection factory resource into JNDI |
| OCT virtualHostUseHeaderEncoding | 1.3.6.1.4.1.140.625.790.1.143 | OCTET STRING | read-only | |
| OCT virtualHostUseHighestCompatibleHTTPVersion | 1.3.6.1.4.1.140.625.790.1.144 | OCTET STRING | read-only | Enables use of the highest compatible HTTP protocol version-string in the response. E.g. HTTP spec suggests that HTTP/1.1 version-string should be used in response to a request using HTTP/1.0. This does not necessarily affect the response format. |
| STR virtualHostVirtualHostNames | 1.3.6.1.4.1.140.625.790.1.130 | DisplayString | read-only | The host name for which this web server will serve requests. |
| INT virtualHostWAPEnabled | 1.3.6.1.4.1.140.625.790.1.115 | INTEGER | read-only | is WAP Enabled. |
| INT virtualHostWriteChunkBytes | 1.3.6.1.4.1.140.625.790.1.141 | INTEGER | read-only | The default size of the blocks to be written to the network layer. Gets the writeChunkBytes attribute of the WebServerMBean object |
| wanreplicationRuntimeEntry | 1.3.6.1.4.1.140.625.111.1 | not-accessible | Entry of wanreplicationRuntimeTable | |
| STR wanreplicationRuntimeIndex | 1.3.6.1.4.1.140.625.111.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR wanreplicationRuntimeName | 1.3.6.1.4.1.140.625.111.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| C64 wanreplicationRuntimeNumberOfSessionsFlushedToTheDatabase | 1.3.6.1.4.1.140.625.111.1.25 | Counter64 | read-only | Returns the count of the number of sessions that have been flushed to the database. |
| C64 wanreplicationRuntimeNumberOfSessionsRetrievedFromTheDatabase | 1.3.6.1.4.1.140.625.111.1.30 | Counter64 | read-only | Returns the count of the number of sessions that have been retrieved from the database. |
| STR wanreplicationRuntimeObjectName | 1.3.6.1.4.1.140.625.111.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wanreplicationRuntimeParent | 1.3.6.1.4.1.140.625.111.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 wanreplicationRuntimePrimaryCount | 1.3.6.1.4.1.140.625.111.1.40 | Counter64 | read-only | Returns the number of object that the local server hosts as primaries. |
| INT wanreplicationRuntimeRemoteClusterReachable | 1.3.6.1.4.1.140.625.111.1.50 | INTEGER | read-only | Returns true if the remote cluster is reachable. |
| C64 wanreplicationRuntimeSecondaryCount | 1.3.6.1.4.1.140.625.111.1.45 | Counter64 | read-only | Returns the number of object that the local server hosts as secondaries. |
| STR wanreplicationRuntimeSecondaryServerName | 1.3.6.1.4.1.140.625.111.1.35 | DisplayString | read-only | Returns the name of the current secondary server. |
| wanreplicationRuntimeTable | 1.3.6.1.4.1.140.625.111 | not-accessible | This table is used for monitoring a WANreplication within a WebLogic domain | |
| STR wanreplicationRuntimeType | 1.3.6.1.4.1.140.625.111.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR webAppComponentApplication | 1.3.6.1.4.1.140.625.760.1.25 | DisplayString | read-only | The application this component is a part of. This is guaranteed to never be null. |
| STR webAppComponentAuthRealmName | 1.3.6.1.4.1.140.625.760.1.60 | DisplayString | read-only | The Realm in the Basic Authentication HTTP dialog box which pops up on the browsers |
| webAppComponentEntry | 1.3.6.1.4.1.140.625.760.1 | not-accessible | Entry of webAppComponentTable | |
| STR webAppComponentIndex | 1.3.6.1.4.1.140.625.760.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT webAppComponentIndexDirectoryEnabled | 1.3.6.1.4.1.140.625.760.1.40 | INTEGER | read-only | boolean value (true Or false). Return whether or not to automatically generate an HTML directory listing if false suitable index file is found |
| STR webAppComponentName | 1.3.6.1.4.1.140.625.760.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR webAppComponentObjectName | 1.3.6.1.4.1.140.625.760.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR webAppComponentParent | 1.3.6.1.4.1.140.625.760.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR webAppComponentRuntimeComponentName | 1.3.6.1.4.1.140.625.430.1.25 | DisplayString | read-only | Return the component's name. |
| OCT webAppComponentRuntimeContextRoot | 1.3.6.1.4.1.140.625.430.1.75 | OCTET STRING | read-only | Returns the context root (context path) for the webapp |
| INT webAppComponentRuntimeDeploymentState | 1.3.6.1.4.1.140.625.430.1.82 | INTEGER | read-only | The current deployment state of the module. |
| webAppComponentRuntimeEntry | 1.3.6.1.4.1.140.625.430.1 | not-accessible | Entry of webAppComponentRuntimeTable | |
| OCT webAppComponentRuntimeFilterDispatchedRequestsEnabled | 1.3.6.1.4.1.140.625.430.1.68 | OCTET STRING | read-only | Indicates whether the dispatched requests are filtered as configured in weblogic.xml. |
| STR webAppComponentRuntimeIndex | 1.3.6.1.4.1.140.625.430.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT webAppComponentRuntimeIndexDirectoryEnabled | 1.3.6.1.4.1.140.625.430.1.63 | OCTET STRING | read-only | Provides the directory indexing indicator as it is configured in weblogic.xml. |
| OCT webAppComponentRuntimeJSPCompileCommand | 1.3.6.1.4.1.140.625.430.1.73 | OCTET STRING | read-only | Provides the jsp's compileCommand as it is configured in weblogic.xml. |
| OCT webAppComponentRuntimeJSPDebug | 1.3.6.1.4.1.140.625.430.1.65 | OCTET STRING | read-only | Provides the jsp's debug/linenumbers parameter value as it is configured in weblogic.xml. |
| OCT webAppComponentRuntimeJSPKeepGenerated | 1.3.6.1.4.1.140.625.430.1.71 | OCTET STRING | read-only | Provides the jsp's KeepGenerated parameter value as it is configured in weblogic.xml. |
| C64 webAppComponentRuntimeJSPPageCheckSecs | 1.3.6.1.4.1.140.625.430.1.74 | Counter64 | read-only | Provides the jsp's PageCheckSecs as it is configured in weblogic.xml. |
| OCT webAppComponentRuntimeJSPVerbose | 1.3.6.1.4.1.140.625.430.1.62 | OCTET STRING | read-only | Provides the jsp's verbose parameter value as it is configured in weblogic.xml. |
| OCT webAppComponentRuntimeLogFilename | 1.3.6.1.4.1.140.625.430.1.69 | OCTET STRING | read-only | Returns the log filename as configured in the 'logging/log-filename' element in weblogic.xml |
| OCT webAppComponentRuntimeModuleId | 1.3.6.1.4.1.140.625.430.1.64 | OCTET STRING | read-only | Returns the identifier for this Component. The identifier is unique within the application. Typical modules will use the URI for their id. Web Modules will return their context-root since the web-uri may not be unique within an EAR. |
| OCT webAppComponentRuntimeModuleURI | 1.3.6.1.4.1.140.625.430.1.76 | OCTET STRING | read-only | Returns the web-uri as configured in application.xml for the webapp. For a standalone war it will return the docroot (if exploded) or name of the war file (if archived). |
| STR webAppComponentRuntimeName | 1.3.6.1.4.1.140.625.430.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR webAppComponentRuntimeObjectName | 1.3.6.1.4.1.140.625.430.1.5 | DisplayString | read-only | JMX-standard MBean name |
| INT webAppComponentRuntimeOpenSessionsCurrentCount | 1.3.6.1.4.1.140.625.430.1.50 | INTEGER | read-only | The current total number of open sessions in this component. |
| INT webAppComponentRuntimeOpenSessionsHighCount | 1.3.6.1.4.1.140.625.430.1.55 | INTEGER | read-only | 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. |
| STR webAppComponentRuntimeParent | 1.3.6.1.4.1.140.625.430.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT webAppComponentRuntimeServletReloadCheckSecs | 1.3.6.1.4.1.140.625.430.1.78 | INTEGER | read-only | Provides the servlet reload check seconds as it is configured in weblogic.xml. |
| STR webAppComponentRuntimeServlets | 1.3.6.1.4.1.140.625.430.1.45 | DisplayString | read-only | Return an array of ServletRuntimeMBeans associated with this component |
| STR webAppComponentRuntimeServletSessions | 1.3.6.1.4.1.140.625.430.1.40 | DisplayString | read-only | Return the number of elements of the array of ServletRuntimeMBeans associated with this component |
| OCT webAppComponentRuntimeSessionCookieComment | 1.3.6.1.4.1.140.625.430.1.72 | OCTET STRING | read-only | By default, all applications on WebLogic Server specify 'WebLogic Session Tracking Cookie' as the cookie comment. To provide a more specific comment, edit your application's weblogic.xml deployment descriptor. |
| OCT webAppComponentRuntimeSessionCookieDomain | 1.3.6.1.4.1.140.625.430.1.67 | OCTET STRING | read-only | By default, clients can return cookies only to the server that issued the cookie. You can change this default behavior by editing your application's weblogic.xml deployment descriptor. For more information, see Cookie.setDomain() in the Servlet specification from Sun Microsystems. |
| INT webAppComponentRuntimeSessionCookieMaxAgeSecs | 1.3.6.1.4.1.140.625.430.1.79 | INTEGER | read-only | Provides the life span of the session cookie, in seconds, after which it expires on the client. If the value is 0, the cookie expires immediately. If set to -1, the cookie expires when the user exits the browser. |
| OCT webAppComponentRuntimeSessionCookieName | 1.3.6.1.4.1.140.625.430.1.66 | OCTET STRING | read-only | By default, all applications on WebLogic Server specify 'JSESSIONID' as the cookie name. To provide a more specific name, edit your application's weblogic.xml deployment descriptor. |
| OCT webAppComponentRuntimeSessionCookiePath | 1.3.6.1.4.1.140.625.430.1.70 | OCTET STRING | read-only | Provides the path name to which clients send cookies. |
| INT webAppComponentRuntimeSessionIDLength | 1.3.6.1.4.1.140.625.430.1.81 | INTEGER | read-only | Provides the session ID length configured for http sessions. |
| INT webAppComponentRuntimeSessionInvalidationIntervalSecs | 1.3.6.1.4.1.140.625.430.1.77 | INTEGER | read-only | Provides the invalidation check timer interval configured for http sessions. |
| OCT webAppComponentRuntimeSessionMonitoringEnabled | 1.3.6.1.4.1.140.625.430.1.83 | OCTET STRING | read-only | Provides the session monitoring indicator as it is configured in weblogic.xml. |
| INT webAppComponentRuntimeSessionsOpenedTotalCount | 1.3.6.1.4.1.140.625.430.1.60 | INTEGER | read-only | The total number of sessions opened in this server. |
| INT webAppComponentRuntimeSessionTimeoutSecs | 1.3.6.1.4.1.140.625.430.1.80 | INTEGER | read-only | Provides the timeout configured for http sessions. |
| INT webAppComponentRuntimeSingleThreadedServletPoolSize | 1.3.6.1.4.1.140.625.430.1.61 | INTEGER | read-only | Provides the single threaded servlet pool size as it is configured in weblogic.xml. |
| STR webAppComponentRuntimeSourceInfo | 1.3.6.1.4.1.140.625.430.1.35 | DisplayString | read-only | Return an informative string about the component's source. |
| STR webAppComponentRuntimeStatus | 1.3.6.1.4.1.140.625.430.1.30 | DisplayString | read-only | Return the component's status. |
| webAppComponentRuntimeTable | 1.3.6.1.4.1.140.625.430 | not-accessible | This table describes a servlet component (servlet context). | |
| STR webAppComponentRuntimeType | 1.3.6.1.4.1.140.625.430.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT webAppComponentServletExtensionCaseSensitive | 1.3.6.1.4.1.140.625.760.1.45 | INTEGER | read-only | boolean value (true Or false). |
| INT webAppComponentServletReloadCheckSecs | 1.3.6.1.4.1.140.625.760.1.50 | INTEGER | read-only | How often WebLogic checks whether a servlet has been modified, and if so reloads it. -1 is never reload, 0 is always reload |
| INT webAppComponentSingleThreadedServletPoolSize | 1.3.6.1.4.1.140.625.760.1.55 | INTEGER | read-only | The size of the pool used for SingleThreadModle instance pools. |
| webAppComponentTable | 1.3.6.1.4.1.140.625.760 | not-accessible | This table describes web module of an application. | |
| STR webAppComponentType | 1.3.6.1.4.1.140.625.760.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR webAppComponentURI | 1.3.6.1.4.1.140.625.760.1.30 | DisplayString | read-only | A URI pointing to the application component, usually on the Admin Server. |
| STR webAppComponentWebServers | 1.3.6.1.4.1.140.625.760.1.35 | DisplayString | read-only | targets on which this deployment is deployed. |
| OCT webAppContainerAllowAllRoles | 1.3.6.1.4.1.140.625.1155.1.21 | OCTET STRING | read-only | In the security-constraints elements defined in a Web application's web.xml deployment descriptor, the auth-constraint element indicates the user roles that should be permitted access to this resource collection. Here role-name = '*' is a compact syntax for indicating all roles in the Web application. In previous releases, role-name = '*' was treated as all users/roles defined in the realm. This parameter is a backward-compatibility switch to restore old behavior. Default behavior is one required by the spec, meaning all roles defined in the web application. If set, the value defined in weblogic.xml (container-descriptor -> allow-all-roles) takes precedence (if set) over this value. |
| OCT webAppContainerAuthCookieEnabled | 1.3.6.1.4.1.140.625.1155.1.19 | OCTET STRING | read-only | Whether authcookie feature is enabled or not. |
| OCT webAppContainerClientCertProxyEnabled | 1.3.6.1.4.1.140.625.1155.1.11 | OCTET STRING | read-only | Specifies whether or not to honor the WL-Proxy-Client-Cert header coming with the request. |
| webAppContainerEntry | 1.3.6.1.4.1.140.625.1155.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT webAppContainerFilterDispatchedRequestsEnabled | 1.3.6.1.4.1.140.625.1155.1.10 | OCTET STRING | read-only | Indicates whether or not to apply filters to dispatched requests. This is a backward compatibility flag. Until version 8.1, WebLogic Server applied ServletFilters (if configured for the Web application) on request dispatches (and includes/forwards). Servlet 2.4 has introduced the 'Dispatcher' element to make this behavior explicit. The default value is Dispatcher=REQUEST. In order to be complaint with the J2EE specification, the default value for FilterDispatchedRequestsEnabled is false beginning with WebLogic Server 9.0. Note that if you are using old descriptors (meaning web.xml does not have version=2.4), then WebLogic Server automatically uses FilterDispatchedRequestsEnabled = true for the Web applications, unless filter-dispatched-requests-enabled is explicitly set to false in weblogic.xml. This means that old applications will work fine without any modification. Additionally, during migration of old domains to the 9.0 domain, the migration plugin automatically sets this flag to true. |
| OCT webAppContainerHttpTraceSupportEnabled | 1.3.6.1.4.1.140.625.1155.1.16 | OCTET STRING | read-only | Returns the value of HttpTraceSupportEnabled. |
| OCT webAppContainerIndex | 1.3.6.1.4.1.140.625.1155.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webAppContainerJSPCompilerBackwardsCompatible | 1.3.6.1.4.1.140.625.1155.1.18 | OCTET STRING | read-only | Global property to determine the behavior of the JSP compiler. When this property set to 'true', the JSP compiler throws a translation error for JSPs that do not conform to the JSP2.0 specification. This property exists for backward compatibility. |
| I32 webAppContainerMaxPostSize | 1.3.6.1.4.1.140.625.1155.1.4 | Integer32 | read-only | The maximum post size this server allows for reading HTTP POST data in a servlet request. A value less than 0 indicates an unlimited size. |
| I32 webAppContainerMaxPostTimeSecs | 1.3.6.1.4.1.140.625.1155.1.24 | Integer32 | read-only | Max Post Time (in seconds) for reading HTTP POST data in a servlet request. MaxPostTime < 0 means unlimited |
| OCT webAppContainerMimeMappingFile | 1.3.6.1.4.1.140.625.1155.1.25 | OCTET STRING | read-only | Returns the name of the file containing mime-mappings for the domain. Format of the file should be: extension=mime-type Example: htm=text/html gif=image/gif jpg=image/jpeg If this file does not exist, WebLogic Server uses an implicit mime-mapping set of mappings defined in weblogic.utils.http.HttpConstants (DEFAULT_MIME_MAPPINGS). To remove a mapping defined in implicit map just set it to blank. |
| OCT webAppContainerName | 1.3.6.1.4.1.140.625.1155.1.20 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT webAppContainerObjectName | 1.3.6.1.4.1.140.625.1155.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT webAppContainerOptimisticSerialization | 1.3.6.1.4.1.140.625.1155.1.13 | OCTET STRING | read-only | When OptimisticSerialization is turned on, WebLogic server does not serialize-deserialize context and request attributes upon getAttribute(name) when a request gets dispatched across servlet contexts. This means you will need to make sure that the attributes common to Web applications are scoped to a common parent classloader (they are application-scoped) or placed in the system classpath if the two Web applications do not belong to the same application. When OptimisticSerialization is turned off (which is the default) WebLogic Server does serialize-deserialize context and request attributes upon getAttribute(name) to avoid the possibility of ClassCastExceptions. The value of OptimisticSerialization can also be overridden for specific Web applications by setting the optimistic-serialization value in weblogic.xml. |
| OCT webAppContainerOverloadProtectionEnabled | 1.3.6.1.4.1.140.625.1155.1.12 | OCTET STRING | read-only | This parameter is used to enable overload protection in the webapp container against low memory conditions. When a low memory situation occurs, new session creation attempts will result in weblogic.servlet.SessionCreationException. The application code needs to catch this exception and take proper action. Alternatively appropriate error-pages can be configured in web.xml against weblogic.servlet.SessionCreationException. This check is performed only on memory and replicated sessions. |
| OCT webAppContainerP3PHeaderValue | 1.3.6.1.4.1.140.625.1155.1.22 | OCTET STRING | read-only | Returns the P3PHeader value that will be sent with all responses for http requests (if non-null). The value of this header should set to the location of the policy reference file for the Web site. For details see: http://www.w3.org/TR/p3pdeployment#Locating_PRF Alternatively, a servlet filter can be used to set the P3P header. |
| I32 webAppContainerPostTimeoutSecs | 1.3.6.1.4.1.140.625.1155.1.27 | Integer32 | read-only | The amount of time this server waits between receiving chunks of data in an HTTP POST data before it times out. (This is used to prevent denial-of-service attacks that attempt to overload the server with POST data.) |
| OCT webAppContainerReloginEnabled | 1.3.6.1.4.1.140.625.1155.1.7 | OCTET STRING | read-only | Beginning with the 9.0 release the FORM/BASIC authentication behavior has been modified to conform strictly to the J2EE Specification. If a user has logged-in but does not have privileges to access a resource, the 403 (FORBIDDEN) page will be returned. Turn this flag on to enable the old behavior, which was to return the user to the login form. |
| OCT webAppContainerRetainOriginalURL | 1.3.6.1.4.1.140.625.1155.1.14 | OCTET STRING | read-only | retain-original-url is used in FORM based authentication scenarios. When this property is set to true, after a successful authentication, Weblogic Server will redirect back to the web resource (page/servlet) retaining the protocol (http/https) used to access the protected resource in the original request. If set to false (which is the default value), Weblogic Server will redirect back to the protected resource using the current protocol. retain-original-url value can also be specified at per webapp level in weblogic.xml. The value in weblogic.xml, if specified, overrides the domain level value. |
| OCT webAppContainerRtexprvalueJspParamName | 1.3.6.1.4.1.140.625.1155.1.9 | OCTET STRING | read-only | Global property which determines the behavior of the JSP compiler when a jsp:param attribute 'name' has a request time value. Without this property set to 'true', the JSP compiler throws an error for a JSP using a request time value for the 'name' attribute as mandated by the JSP 2.0 spec. This property exists for backward compatibility. |
| OCT webAppContainerServletAuthenticationFormURL | 1.3.6.1.4.1.140.625.1155.1.6 | OCTET STRING | read-only | ServletAuthenticationFormURL is used for backward compatibility with previous releases of Weblogic Server.If ServletAuthenticationFormURL is set to true (default), then ServletAuthentication.getTargetURLForFormAuthentication() and HttpSession.getAttribute(AuthFilter.TARGET_URL) will return the URL of the protected target resource. If set to false, the above API's will return the URI of the protected target resource. By default the value is set to true.(new method added in 9.0.0.1) |
| I32 webAppContainerServletReloadCheckSecs | 1.3.6.1.4.1.140.625.1155.1.23 | Integer32 | read-only | |
| OCT webAppContainerShowArchivedRealPathEnabled | 1.3.6.1.4.1.140.625.1155.1.26 | OCTET STRING | read-only | Global property to determine the behavior of getRealPath() for archived web applications. When this property set to 'true', getRealPath() will return the canonical path of the resource files. |
| webAppContainerTable | 1.3.6.1.4.1.140.625.1155 | not-accessible | This MBean is used to specify domain-wide defaults for the WebApp container. In general, these properties can be overridden at the cluster level (in ClusterMBean, if the same property is present there), the server level (in ServerMBean, if the same property is present there) or for a specific Web application (in weblogic.xml). Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT webAppContainerType | 1.3.6.1.4.1.140.625.1155.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT webAppContainerWAPEnabled | 1.3.6.1.4.1.140.625.1155.1.17 | OCTET STRING | read-only | Indicates whether the session ID should include JVM information. (Checking this box may be necessary when using URL rewriting with WAP devices that limit the size of the URL to 128 characters, and may also affect the use of replicated sessions in a cluster.) When this box is selected, the default size of the URL will be set at 52 characters, and it will not contain any special characters. |
| OCT webAppContainerWeblogicPluginEnabled | 1.3.6.1.4.1.140.625.1155.1.15 | OCTET STRING | read-only | Specifies whether or not the proprietary WL-Proxy-Client-IP header should be honored. (This is needed only when WebLogic plugins are configured.) |
| OCT webAppContainerWorkContextPropagationEnabled | 1.3.6.1.4.1.140.625.1155.1.8 | OCTET STRING | read-only | Indicates whether or not WorkContextPropagation is enabled. By default it is turned on. There is a little overhead involved in propagating WorkContexts. Therefore, if you don't care about WorkContext propagation, turn this value off in production environments. |
| OCT webAppContainerXPoweredByHeaderLevel | 1.3.6.1.4.1.140.625.1155.1.5 | OCTET STRING | read-only | WebLogic Server uses the X-Powered-By HTTP header, as recommended by the Servlet 2.4 specification, to publish its implementation information. Following are the options: 'NONE': X-Powered-By header will not be sent 'SHORT' (default): 'Servlet/2.4 JSP/2.0' 'MEDIUM': 'Servlet/2.4 JSP/2.0 (WebLogic/9.1)' 'FULL': 'Servlet/2.4 JSP/1.2 (WebLogic/9.1 JDK/1.4.1_05)' |
| webPubSubRuntimeEntry | 1.3.6.1.4.1.140.625.1545.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT webPubSubRuntimeIndex | 1.3.6.1.4.1.140.625.1545.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webPubSubRuntimeName | 1.3.6.1.4.1.140.625.1545.1.4 | OCTET STRING | read-only | Get the context-root of the webapp associated with the event router |
| OCT webPubSubRuntimeObjectName | 1.3.6.1.4.1.140.625.1545.1.2 | OCTET STRING | read-only | ObjectName column |
| webPubSubRuntimeTable | 1.3.6.1.4.1.140.625.1545 | not-accessible | ||
| OCT webPubSubRuntimeType | 1.3.6.1.4.1.140.625.1545.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR webServerCharsets | 1.3.6.1.4.1.140.625.770.1.110 | DisplayString | read-only | User defined mapping between internet and Java charset names |
| STR webServerDefaultWebApp | 1.3.6.1.4.1.140.625.770.1.105 | DisplayString | read-only | Servlet 2.2 Web Application that maps to the default servlet context (where ContextPath = /) |
| webServerEntry | 1.3.6.1.4.1.140.625.770.1 | not-accessible | Entry of webServerTable | |
| INT webServerHttpsKeepAliveSecs | 1.3.6.1.4.1.140.625.770.1.85 | INTEGER | read-only | Number of seconds to maintain HTTPS keep-alive before timing out the request. |
| STR webServerIndex | 1.3.6.1.4.1.140.625.770.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT webServerKeepAliveEnabled | 1.3.6.1.4.1.140.625.770.1.75 | INTEGER | read-only | A boolean value (true Or false). Returns whether or not HTTP keep-alive is enabled |
| INT webServerKeepAliveSecs | 1.3.6.1.4.1.140.625.770.1.80 | INTEGER | read-only | Number of seconds to maintain HTTP keep-alive before timing out the request. |
| I32 webServerLogBufferSizeKB | 1.3.6.1.4.1.140.625.1160.1.14 | Integer32 | read-only | Gets the underlying log buffer size in kilo bytes |
| OCT webServerLogDateFormatPattern | 1.3.6.1.4.1.140.625.1160.1.15 | OCTET STRING | read-only | The date format pattern used for rendering dates in the log. The DateFormatPattern string conforms to the specification of the java.text.SimpleDateFormat class. |
| OCT webServerLogELFFields | 1.3.6.1.4.1.140.625.1160.1.11 | OCTET STRING | read-only | Returns the list of fields specified for the extended logging format for access.log. |
| webServerLogEntry | 1.3.6.1.4.1.140.625.1160.1 | not-accessible | Generated SNMP Table Entry. | |
| INT webServerLogFileBufferKBytes | 1.3.6.1.4.1.140.625.770.1.45 | INTEGER | read-only | HTTP request log buffer size |
| I32 webServerLogFileCount | 1.3.6.1.4.1.140.625.1160.1.9 | Integer32 | read-only | The maximum number of log files that the server creates when it rotates the log. This number does not include the file that the server uses to store current messages. (Requires that you enable Number of Files Limited.) |
| INT webServerLogFileFlushSecs | 1.3.6.1.4.1.140.625.770.1.65 | INTEGER | read-only | Frequency (seconds) with which the log file should be flushed |
| STR webServerLogFileFormat | 1.3.6.1.4.1.140.625.770.1.35 | DisplayString | read-only | The format of HTTP log file (common or extended) |
| I32 webServerLogFileMinSize | 1.3.6.1.4.1.140.625.1160.1.13 | Integer32 | read-only | The size (1 - 65535 kilobytes) that triggers the server to move log messages to a separate file. After the log file reaches the specified minimum size, the next time the server checks the file size, it will rename the current log file as FileName.n and create a new one to store subsequent messages. (Requires that you specify a file rotation type of Size.) |
| OCT webServerLogFileName | 1.3.6.1.4.1.140.625.1160.1.12 | OCTET STRING | read-only | The name of the log file. |
| I32 webServerLogFileTimeSpan | 1.3.6.1.4.1.140.625.1160.1.6 | Integer32 | read-only | The interval (in hours) at which the server saves old log messages to another file. (Requires that you specify a file rotation type of TIME.) |
| INT webServerLoggingEnabled | 1.3.6.1.4.1.140.625.770.1.30 | INTEGER | read-only | A boolean value (true Or false). Enables logging of HTTP requests. |
| OCT webServerLogIndex | 1.3.6.1.4.1.140.625.1160.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webServerLogLogFileFormat | 1.3.6.1.4.1.140.625.1160.1.7 | OCTET STRING | read-only | The format of the HTTP log file. Both formats are defined by the W3C. With the extended log format, you use server directives in the log file to customize the information that the server records. |
| OCT webServerLogLogFileRotationDir | 1.3.6.1.4.1.140.625.1160.1.19 | OCTET STRING | read-only | The directory where the rotated log files will be stored. By default the rotated files are stored in the same directory where the log file is stored. |
| OCT webServerLogLoggingEnabled | 1.3.6.1.4.1.140.625.1160.1.10 | OCTET STRING | read-only | Indicates whether this server logs HTTP requests. (The remaining fields on this page are relevant only if you select this check box.) Gets the loggingEnabled attribute of the WebServerMBean object. |
| OCT webServerLogLogTimeInGMT | 1.3.6.1.4.1.140.625.1160.1.4 | OCTET STRING | read-only | Specifies whether the time stamps for HTTP log messages are in Greenwich Mean Time (GMT) regardless of the local time zone that the host computer specifies. Use this method to comply with the W3C specification for Extended Format log files. The specification states that all time stamps for Extended Format log entries be in GMT. This method applies only if you have specified the extended message format. |
| OCT webServerLogName | 1.3.6.1.4.1.140.625.1160.1.18 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT webServerLogNumberOfFilesLimited | 1.3.6.1.4.1.140.625.1160.1.5 | OCTET STRING | read-only | Indicates whether to limit the number of log files that this server instance creates to store old messages. (Requires that you specify a file rotation type of SIZE or TIME.) After the server reaches this limit, it deletes the oldest log file and creates a new log file with the latest suffix. If you do not enable this option, the server creates new files indefinitely and you must clean up these files as you require. |
| OCT webServerLogObjectName | 1.3.6.1.4.1.140.625.1160.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT webServerLogRotateLogOnStartup | 1.3.6.1.4.1.140.625.1160.1.17 | OCTET STRING | read-only | Specifies whether a server rotates its log file during its startup cycle. |
| INT webServerLogRotationPeriodMins | 1.3.6.1.4.1.140.625.770.1.60 | INTEGER | read-only | Defines the period in minutes when the access.log will be rotated. |
| OCT webServerLogRotationTime | 1.3.6.1.4.1.140.625.1160.1.16 | OCTET STRING | read-only | Determines the start time (hour and minute) for a time-based rotation sequence. At the time that this value specifies, the server renames the current log file. Thereafter, the server renames the log file at an interval that you specify in File Time Span. If the specified time has already past, then the server starts its file rotation immediately. Use the following format: k:mm, where k is the hour in a 24-hour format. mm is the minute |
| STR webServerLogRotationTimeBegin | 1.3.6.1.4.1.140.625.770.1.70 | DisplayString | read-only | Defines the date when the first rotation of access.log will begin. The format follows java.text.SimpleDateFormat, MM-dd-yyyy-k:mm:ss |
| OCT webServerLogRotationType | 1.3.6.1.4.1.140.625.1160.1.8 | OCTET STRING | read-only | Criteria for moving old log messages to a separate file. NONE Messages accumulate in a single file. You must erase the contents of the file when the size is too large. Note that WebLogic Server sets a threshold size limit of 500 MB before it forces a hard rotation to prevent excessive log file growth. SIZE When the log file reaches the size that you specify in FileMinSize, the server renames the file as FileName.n. TIME At each time interval that you specify in TimeSpan, the server renames the file as FileName.n. After the server renames a file, subsequent messages accumulate in a new file with the name that you specified in FileName. |
| webServerLogTable | 1.3.6.1.4.1.140.625.1160 | not-accessible | Aggregates the logging attributes for the WebServerMBean. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT webServerLogType | 1.3.6.1.4.1.140.625.1160.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT webServerMaxLogFileSizeKBytes | 1.3.6.1.4.1.140.625.770.1.50 | INTEGER | read-only | maximum access logfile size in K before rotation. 0 means false limit. |
| INT webServerMaxPostSize | 1.3.6.1.4.1.140.625.770.1.100 | INTEGER | read-only | Max Post Size for reading HTTP POST data in a servlet request. |
| INT webServerMaxPostTimeSecs | 1.3.6.1.4.1.140.625.770.1.95 | INTEGER | read-only | Max Post Time (in seconds) for reading HTTP POST data in a servlet request. |
| STR webServerName | 1.3.6.1.4.1.140.625.770.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR webServerObjectName | 1.3.6.1.4.1.140.625.770.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR webServerParent | 1.3.6.1.4.1.140.625.770.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT webServerPostTimeoutSecs | 1.3.6.1.4.1.140.625.770.1.90 | INTEGER | read-only | Timeout (in seconds) for reading HTTP POST data in a servlet request. |
| OCT webServerRuntimeDefaultWebServer | 1.3.6.1.4.1.140.625.431.1.26 | OCTET STRING | read-only | Indicates whether it is the default WebServer or a VirtualHost |
| webServerRuntimeEntry | 1.3.6.1.4.1.140.625.431.1 | not-accessible | Entry of webServerRuntimeTable | |
| STR webServerRuntimeIndex | 1.3.6.1.4.1.140.625.431.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR webServerRuntimeName | 1.3.6.1.4.1.140.625.431.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR webServerRuntimeObjectName | 1.3.6.1.4.1.140.625.431.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR webServerRuntimeParent | 1.3.6.1.4.1.140.625.431.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| webServerRuntimeTable | 1.3.6.1.4.1.140.625.431 | not-accessible | This table describes the web server. | |
| STR webServerRuntimeType | 1.3.6.1.4.1.140.625.431.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR webServerRuntimeWebServerName | 1.3.6.1.4.1.140.625.431.1.25 | DisplayString | read-only | Return the web server's name. |
| webServerTable | 1.3.6.1.4.1.140.625.770 | not-accessible | 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. | |
| STR webServerTargets | 1.3.6.1.4.1.140.625.770.1.25 | DisplayString | read-only | targets on which this deployment is deployed. |
| STR webServerType | 1.3.6.1.4.1.140.625.770.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR webServerURLResource | 1.3.6.1.4.1.140.625.770.1.125 | DisplayString | read-only | A URL connection factory resource into JNDI |
| INT webServerWAPEnabled | 1.3.6.1.4.1.140.625.770.1.115 | INTEGER | read-only | is WAP Enabled. |
| OCT webServiceCallbackQueue | 1.3.6.1.4.1.140.625.1165.1.8 | OCTET STRING | read-only | |
| OCT webServiceCallbackQueueMDBRunAsPrincipalName | 1.3.6.1.4.1.140.625.1165.1.7 | OCTET STRING | read-only | |
| webServiceComponentRuntimeEntry | 1.3.6.1.4.1.140.625.1470.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT webServiceComponentRuntimeIndex | 1.3.6.1.4.1.140.625.1470.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webServiceComponentRuntimeName | 1.3.6.1.4.1.140.625.1470.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT webServiceComponentRuntimeObjectName | 1.3.6.1.4.1.140.625.1470.1.2 | OCTET STRING | read-only | ObjectName column |
| webServiceComponentRuntimeTable | 1.3.6.1.4.1.140.625.1470 | not-accessible | Describes the state of a webservice component, which may in turn contain multiple webservices. | |
| OCT webServiceComponentRuntimeType | 1.3.6.1.4.1.140.625.1470.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT webserviceCredentialProviderClassName | 1.3.6.1.4.1.140.625.1170.1.6 | OCTET STRING | read-only | The fully qualified name of the class that implements a particular credential provider or token handler. |
| webserviceCredentialProviderEntry | 1.3.6.1.4.1.140.625.1170.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT webserviceCredentialProviderIndex | 1.3.6.1.4.1.140.625.1170.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webserviceCredentialProviderName | 1.3.6.1.4.1.140.625.1170.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT webserviceCredentialProviderObjectName | 1.3.6.1.4.1.140.625.1170.1.2 | OCTET STRING | read-only | ObjectName column |
| webserviceCredentialProviderTable | 1.3.6.1.4.1.140.625.1170 | not-accessible | Encapsulates information about a particular credential provider that has been configured for a Web Service security configuration. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT webserviceCredentialProviderTokenType | 1.3.6.1.4.1.140.625.1170.1.4 | OCTET STRING | read-only | Specifies the type of token used for the particular credential provider or token handler. WebLogic Server supports, by default, three types of tokens: X.509, UsernameToken, and SAML, as specified by the following WS-Security specifications: Web Services Security: Username Token Profile Web Services Security: X.509 Token Profile Web Services Security: SAML Token Profile To specify one of these out-of-the-box types, use these values respectively: 'ut', 'x509', or 'saml'. |
| OCT webserviceCredentialProviderType | 1.3.6.1.4.1.140.625.1170.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| webServiceEntry | 1.3.6.1.4.1.140.625.1165.1 | not-accessible | Generated SNMP Table Entry. | |
| webServiceHandlerRuntimeEntry | 1.3.6.1.4.1.140.625.1475.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT webServiceHandlerRuntimeIndex | 1.3.6.1.4.1.140.625.1475.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webServiceHandlerRuntimeName | 1.3.6.1.4.1.140.625.1475.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT webServiceHandlerRuntimeObjectName | 1.3.6.1.4.1.140.625.1475.1.2 | OCTET STRING | read-only | ObjectName column |
| webServiceHandlerRuntimeTable | 1.3.6.1.4.1.140.625.1475 | not-accessible | Provides runtime information about a JAX-RPC handler. Note that JAX-RPC handlers can be installed at both the service and operation levels; accordingly, instances of this interface are associated with both WebServiceRuntimeMBeans and WebServiceOperationRuntimeMBeans. | |
| OCT webServiceHandlerRuntimeType | 1.3.6.1.4.1.140.625.1475.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT webServiceIndex | 1.3.6.1.4.1.140.625.1165.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webServiceJmsConnectionFactory | 1.3.6.1.4.1.140.625.1165.1.6 | OCTET STRING | read-only | |
| OCT webServiceMessagingQueue | 1.3.6.1.4.1.140.625.1165.1.5 | OCTET STRING | read-only | |
| OCT webServiceMessagingQueueMDBRunAsPrincipalName | 1.3.6.1.4.1.140.625.1165.1.4 | OCTET STRING | read-only | |
| OCT webServiceName | 1.3.6.1.4.1.140.625.1165.1.9 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT webServiceObjectName | 1.3.6.1.4.1.140.625.1165.1.2 | OCTET STRING | read-only | ObjectName column |
| webServiceOperationRuntimeEntry | 1.3.6.1.4.1.140.625.1480.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT webServiceOperationRuntimeIndex | 1.3.6.1.4.1.140.625.1480.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webServiceOperationRuntimeName | 1.3.6.1.4.1.140.625.1480.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT webServiceOperationRuntimeObjectName | 1.3.6.1.4.1.140.625.1480.1.2 | OCTET STRING | read-only | ObjectName column |
| webServiceOperationRuntimeTable | 1.3.6.1.4.1.140.625.1480 | not-accessible | Describes the state of an individual webservice operation. This mbean provides some deployment information about the operation (such as it's backend component) as well as detailed performance statistics about its execution. A few notes about these statististics: All times are in milliseconds. Dispatch time refers to the time required to parse an incoming SOAP message and locate an operation to invoke. Excecution time refers to the time required to execute the appropriate method on the backend component, as well as execute all of the service- and operation-level handlers associated with the operation. Response time refers to the time required to construct a SOAP response and send it back to the client. The accuracy of the timings are dependent upon the operating system and JVM in use. In general, timings of very small periods of time are less likely to be accurate, and may be reported as zero. | |
| OCT webServiceOperationRuntimeType | 1.3.6.1.4.1.140.625.1480.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| webServiceRuntimeEntry | 1.3.6.1.4.1.140.625.1485.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT webServiceRuntimeIndex | 1.3.6.1.4.1.140.625.1485.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webServiceRuntimeName | 1.3.6.1.4.1.140.625.1485.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT webServiceRuntimeObjectName | 1.3.6.1.4.1.140.625.1485.1.2 | OCTET STRING | read-only | ObjectName column |
| webServiceRuntimeTable | 1.3.6.1.4.1.140.625.1485 | not-accessible | Describes the state of a single webservice. | |
| OCT webServiceRuntimeType | 1.3.6.1.4.1.140.625.1485.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT webserviceSecurityCompatibilityPreference | 1.3.6.1.4.1.140.625.1175.1.7 | OCTET STRING | read-only | Gets the value of the compatiblityPreference attribute. |
| OCT webserviceSecurityDefaultCredentialProviderSTSURI | 1.3.6.1.4.1.140.625.1175.1.4 | OCTET STRING | read-only | Gets the default STS endpoint URL for all WS-Trust enabled credential providers of this Web Service security configuration. |
| webserviceSecurityEntry | 1.3.6.1.4.1.140.625.1175.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT webserviceSecurityIndex | 1.3.6.1.4.1.140.625.1175.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webserviceSecurityName | 1.3.6.1.4.1.140.625.1175.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT webserviceSecurityObjectName | 1.3.6.1.4.1.140.625.1175.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT webserviceSecurityPolicySelectionPreference | 1.3.6.1.4.1.140.625.1175.1.6 | OCTET STRING | read-only | Gets the value of the policySelectionPreference attribute. The preference value can be one of the following: SCP SPC CSP CPS PCS PSC Where: S Security or functionality; C Compatibility or Interoperability; P Performance |
| webserviceSecurityTable | 1.3.6.1.4.1.140.625.1175 | not-accessible | Encapsulates information about a Web Service security configuration. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT webserviceSecurityTokenClassName | 1.3.6.1.4.1.140.625.1180.1.6 | OCTET STRING | read-only | The fully qualified name of the class that implements a particular credential provider or token handler. |
| webserviceSecurityTokenEntry | 1.3.6.1.4.1.140.625.1180.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT webserviceSecurityTokenIndex | 1.3.6.1.4.1.140.625.1180.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webserviceSecurityTokenName | 1.3.6.1.4.1.140.625.1180.1.5 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT webserviceSecurityTokenObjectName | 1.3.6.1.4.1.140.625.1180.1.2 | OCTET STRING | read-only | ObjectName column |
| webserviceSecurityTokenTable | 1.3.6.1.4.1.140.625.1180 | not-accessible | Encapsulates information about a particular token that has been configured for a Web Service security configuration. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT webserviceSecurityTokenTokenType | 1.3.6.1.4.1.140.625.1180.1.4 | OCTET STRING | read-only | Specifies the type of token used for the particular credential provider or token handler. WebLogic Server supports, by default, three types of tokens: X.509, UsernameToken, and SAML, as specified by the following WS-Security specifications: Web Services Security: Username Token Profile Web Services Security: X.509 Token Profile Web Services Security: SAML Token Profile To specify one of these out-of-the-box types, use these values respectively: 'ut', 'x509', or 'saml'. |
| OCT webserviceSecurityTokenType | 1.3.6.1.4.1.140.625.1180.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT webserviceSecurityType | 1.3.6.1.4.1.140.625.1175.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| webServiceTable | 1.3.6.1.4.1.140.625.1165 | not-accessible | Encapsulates information about a Web Service configuration. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| C64 webserviceTimestampClockPrecision | 1.3.6.1.4.1.140.625.1185.1.7 | Counter64 | read-only | DEPRECATED -- Use set/getClockSkew() -- If both ClockSkew and ClockPrecision are defined, then ClockSkew takes precedence and is used. If clocks are synchronized, this attribute describes the accuracy of the synchronization. |
| C64 webserviceTimestampClockSkew | 1.3.6.1.4.1.140.625.1185.1.5 | Counter64 | read-only | ClockSkew takes precedence over ClockPrecision if both are defined, as ClockPrecision has been DEPRECATED. If clocks are synchronized, this attribute describes the accuracy of the synchronization between two clocks: the client and the server. ClockSkew is expressed in milliseconds. Clock skew is enforced by rendering all times into milliseconds since a common time 0 and using these times for comparisons. For example, if you're clocks are accurate to within 1 minute of each other, you would set your skew to 1 minute * 60 seconds * 1000 milliseconds or 60000. |
| OCT webserviceTimestampClockSynchronized | 1.3.6.1.4.1.140.625.1185.1.6 | OCTET STRING | read-only | Specifies whether the Web Service assumes synchronized clocks. If the clockSynchronized attribute is false, the Web Service rejects all inbound messages with that contain expirations, because this is the only safe way to ensure that the message hasn't already expired. In this case, the Web Service also does not enforce a freshness policy. If this attribute is set to true, then the Web Service enforces expirations on inbound messages to the best of its ability and enforces an optional freshness policy (via maxProcessingDelay). The default value of this attribute is true. |
| webserviceTimestampEntry | 1.3.6.1.4.1.140.625.1185.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT webserviceTimestampIndex | 1.3.6.1.4.1.140.625.1185.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webserviceTimestampLaxPrecision | 1.3.6.1.4.1.140.625.1185.1.9 | OCTET STRING | read-only | DEPRECATED. |
| C64 webserviceTimestampMaxProcessingDelay | 1.3.6.1.4.1.140.625.1185.1.4 | Counter64 | read-only | Specifies the freshness policy for received messages: the Web Serivce observes the processing delay by subtracting the Created time in the Timestamp from the current time. If the observed processing delay is greater than maxProcessingDelay plus clockSkew, then the message is rejected as stale. This attribute is specified in milliseconds. Setting maxProcessingDelay to NO_MAX_PROCESSING_DELAY disables to enforcement of the freshenss policy. |
| OCT webserviceTimestampName | 1.3.6.1.4.1.140.625.1185.1.10 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT webserviceTimestampObjectName | 1.3.6.1.4.1.140.625.1185.1.2 | OCTET STRING | read-only | ObjectName column |
| webserviceTimestampTable | 1.3.6.1.4.1.140.625.1185 | not-accessible | Encapsulates the timestamp information that is associated with a Web Service security configuration. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT webserviceTimestampType | 1.3.6.1.4.1.140.625.1185.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 webserviceTimestampValidityPeriod | 1.3.6.1.4.1.140.625.1185.1.8 | Integer32 | read-only | Represents the length of time the sender wants the outbound message to be valid. When the validityPeriod is positive, the TimestampHandler inserts an Expires element into the Timestamp header. The validityPeriod is expressed in seconds: the Expires time will be that many seconds ahead of the Timestamp's Created time. |
| OCT webserviceTokenHandlerClassName | 1.3.6.1.4.1.140.625.1190.1.7 | OCTET STRING | read-only | The fully qualified name of the class that implements a particular credential provider or token handler. |
| webserviceTokenHandlerEntry | 1.3.6.1.4.1.140.625.1190.1 | not-accessible | Generated SNMP Table Entry. | |
| I32 webserviceTokenHandlerHandlingOrder | 1.3.6.1.4.1.140.625.1190.1.4 | Integer32 | read-only | Specifies the order in which the token handlers execute on a given token. If you do not specify an order, it is determined by the order in which you added the token handlers. |
| OCT webserviceTokenHandlerIndex | 1.3.6.1.4.1.140.625.1190.1.1 | OCTET STRING | not-accessible | Index column |
| OCT webserviceTokenHandlerName | 1.3.6.1.4.1.140.625.1190.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT webserviceTokenHandlerObjectName | 1.3.6.1.4.1.140.625.1190.1.2 | OCTET STRING | read-only | ObjectName column |
| webserviceTokenHandlerTable | 1.3.6.1.4.1.140.625.1190 | not-accessible | Encapsulates information about a particular token handler that has been configured for a Web Service security configuration. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT webserviceTokenHandlerTokenType | 1.3.6.1.4.1.140.625.1190.1.5 | OCTET STRING | read-only | Specifies the type of token used for the particular credential provider or token handler. WebLogic Server supports, by default, three types of tokens: X.509, UsernameToken, and SAML, as specified by the following WS-Security specifications: Web Services Security: Username Token Profile Web Services Security: X.509 Token Profile Web Services Security: SAML Token Profile To specify one of these out-of-the-box types, use these values respectively: 'ut', 'x509', or 'saml'. |
| OCT webserviceTokenHandlerType | 1.3.6.1.4.1.140.625.1190.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT webServiceType | 1.3.6.1.4.1.140.625.1165.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wldfAccessRuntimeEntry | 1.3.6.1.4.1.140.625.1425.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wldfAccessRuntimeIndex | 1.3.6.1.4.1.140.625.1425.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wldfAccessRuntimeName | 1.3.6.1.4.1.140.625.1425.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wldfAccessRuntimeObjectName | 1.3.6.1.4.1.140.625.1425.1.2 | OCTET STRING | read-only | ObjectName column |
| wldfAccessRuntimeTable | 1.3.6.1.4.1.140.625.1425 | not-accessible | Use this interface to access the different types of diagnostic data generated by a server. | |
| OCT wldfAccessRuntimeType | 1.3.6.1.4.1.140.625.1425.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 wldfDataAccessRuntimeEarliestAvailableTimestamp | 1.3.6.1.4.1.140.625.1430.1.4 | Counter64 | read-only | The timestamp, in milliseconds, since Jan 1, 1970 AD, 00:00:00 GMT for the earliest record in the diagnostic data log. |
| wldfDataAccessRuntimeEntry | 1.3.6.1.4.1.140.625.1430.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wldfDataAccessRuntimeIndex | 1.3.6.1.4.1.140.625.1430.1.1 | OCTET STRING | not-accessible | Index column |
| C64 wldfDataAccessRuntimeLatestAvailableTimestamp | 1.3.6.1.4.1.140.625.1430.1.5 | Counter64 | read-only | The timestamp, in milliseconds, since Jan 1, 1970 AD, 00:00:00 GMT for the newest record in the diagnostic data log. |
| C64 wldfDataAccessRuntimeLatestRecordId | 1.3.6.1.4.1.140.625.1430.1.8 | Counter64 | read-only | The latest known record ID for the underlying archive. |
| OCT wldfDataAccessRuntimeName | 1.3.6.1.4.1.140.625.1430.1.7 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wldfDataAccessRuntimeObjectName | 1.3.6.1.4.1.140.625.1430.1.2 | OCTET STRING | read-only | ObjectName column |
| wldfDataAccessRuntimeTable | 1.3.6.1.4.1.140.625.1430 | not-accessible | Use this interface to access the specific type of diagnostic data from an underlying log for which this instance is created. | |
| OCT wldfDataAccessRuntimeTimestampAvailable | 1.3.6.1.4.1.140.625.1430.1.6 | OCTET STRING | read-only | Return if timestamp information is available with the underlying archive. |
| OCT wldfDataAccessRuntimeType | 1.3.6.1.4.1.140.625.1430.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT wldfDataRetirementByAgeArchiveName | 1.3.6.1.4.1.140.625.1135.1.8 | OCTET STRING | read-only | Name of the archive for which data retirement is configured |
| OCT wldfDataRetirementByAgeEnabled | 1.3.6.1.4.1.140.625.1135.1.7 | OCTET STRING | read-only | Enable data retirement |
| wldfDataRetirementByAgeEntry | 1.3.6.1.4.1.140.625.1135.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wldfDataRetirementByAgeIndex | 1.3.6.1.4.1.140.625.1135.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wldfDataRetirementByAgeName | 1.3.6.1.4.1.140.625.1135.1.9 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wldfDataRetirementByAgeObjectName | 1.3.6.1.4.1.140.625.1135.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 wldfDataRetirementByAgeRetirementAge | 1.3.6.1.4.1.140.625.1135.1.6 | Integer32 | read-only | Retirement age for records in hours. Older records will be eligible for deletion. |
| I32 wldfDataRetirementByAgeRetirementPeriod | 1.3.6.1.4.1.140.625.1135.1.5 | Integer32 | read-only | This attribute specifies the period in hours at which the data retirement task will be periodically performed for the archive during the day after it is first executed. The value of this attribute must be positive |
| I32 wldfDataRetirementByAgeRetirementTime | 1.3.6.1.4.1.140.625.1135.1.4 | Integer32 | read-only | This attribute specifies the hour of day at which the the data retirement task will first run during the day. |
| wldfDataRetirementByAgeTable | 1.3.6.1.4.1.140.625.1135 | not-accessible | This MBean specifies how data retirement for a WLDF archive will be performed based on the age of records in WLDF archives. | |
| OCT wldfDataRetirementByAgeType | 1.3.6.1.4.1.140.625.1135.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 wldfDataRetirementTaskRuntimeBeginTime | 1.3.6.1.4.1.140.625.1435.1.7 | Counter64 | read-only | |
| OCT wldfDataRetirementTaskRuntimeDescription | 1.3.6.1.4.1.140.625.1435.1.10 | OCTET STRING | read-only | |
| C64 wldfDataRetirementTaskRuntimeEndTime | 1.3.6.1.4.1.140.625.1435.1.8 | Counter64 | read-only | |
| wldfDataRetirementTaskRuntimeEntry | 1.3.6.1.4.1.140.625.1435.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wldfDataRetirementTaskRuntimeIndex | 1.3.6.1.4.1.140.625.1435.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wldfDataRetirementTaskRuntimeName | 1.3.6.1.4.1.140.625.1435.1.11 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wldfDataRetirementTaskRuntimeObjectName | 1.3.6.1.4.1.140.625.1435.1.2 | OCTET STRING | read-only | ObjectName column |
| C64 wldfDataRetirementTaskRuntimeRetiredRecordsCount | 1.3.6.1.4.1.140.625.1435.1.5 | Counter64 | read-only | |
| OCT wldfDataRetirementTaskRuntimeRunning | 1.3.6.1.4.1.140.625.1435.1.6 | OCTET STRING | read-only | |
| OCT wldfDataRetirementTaskRuntimeStatus | 1.3.6.1.4.1.140.625.1435.1.4 | OCTET STRING | read-only | |
| OCT wldfDataRetirementTaskRuntimeSystemTask | 1.3.6.1.4.1.140.625.1435.1.9 | OCTET STRING | read-only | |
| wldfDataRetirementTaskRuntimeTable | 1.3.6.1.4.1.140.625.1435 | not-accessible | Exposes monitoring information about a potentially long-running request for the data retirement task. Remote clients, as well as clients running within a server, can access this information. | |
| OCT wldfDataRetirementTaskRuntimeType | 1.3.6.1.4.1.140.625.1435.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT wldfDbstoreArchiveRuntimeDataRetirementCycles | 1.3.6.1.4.1.140.625.480.1.62 | INTEGER | read-only | |
| C64 wldfDbstoreArchiveRuntimeDataRetirementTotalTime | 1.3.6.1.4.1.140.625.480.1.63 | Counter64 | read-only | |
| C64 wldfDbstoreArchiveRuntimeDeletionCount | 1.3.6.1.4.1.140.625.480.1.55 | Counter64 | read-only | Return the Number of records deleted. |
| C64 wldfDbstoreArchiveRuntimeDeletionTime | 1.3.6.1.4.1.140.625.480.1.60 | Counter64 | read-only | Return the Cummulative time spent to delete records, in milliseconds. |
| wldfDbstoreArchiveRuntimeEntry | 1.3.6.1.4.1.140.625.480.1 | not-accessible | Entry of WLDFDbStoreArchiveRuntimeTable | |
| STR wldfDbstoreArchiveRuntimeIndex | 1.3.6.1.4.1.140.625.480.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 wldfDbstoreArchiveRuntimeInsertionCount | 1.3.6.1.4.1.140.625.480.1.45 | Counter64 | read-only | Return the Number of new records created. |
| C64 wldfDbstoreArchiveRuntimeInsertionTime | 1.3.6.1.4.1.140.625.480.1.50 | Counter64 | read-only | Return the Cummulative time spent to insert records, in milliseconds. |
| C64 wldfDbstoreArchiveRuntimeLastDataRetirementStartTime | 1.3.6.1.4.1.140.625.480.1.61 | Counter64 | read-only | |
| C64 wldfDbstoreArchiveRuntimeLastDataRetirementTime | 1.3.6.1.4.1.140.625.480.1.65 | Counter64 | read-only | |
| STR wldfDbstoreArchiveRuntimeName | 1.3.6.1.4.1.140.625.480.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wldfDbstoreArchiveRuntimeObjectName | 1.3.6.1.4.1.140.625.480.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wldfDbstoreArchiveRuntimeParent | 1.3.6.1.4.1.140.625.480.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 wldfDbstoreArchiveRuntimeRecordRetrievalTime | 1.3.6.1.4.1.140.625.480.1.40 | Counter64 | read-only | Return the Cummulative time spent for fetching records, in milliseconds. |
| C64 wldfDbstoreArchiveRuntimeRecordSeekCount | 1.3.6.1.4.1.140.625.480.1.25 | Counter64 | read-only | Return the cummulative number of seek operations executed against the archive. |
| C64 wldfDbstoreArchiveRuntimeRecordSeekTime | 1.3.6.1.4.1.140.625.480.1.30 | Counter64 | read-only | Return the Cummulative time spent locating the first record while executing a query, in milliseconds. |
| C64 wldfDbstoreArchiveRuntimeRetiredRecordCount | 1.3.6.1.4.1.140.625.480.1.64 | Counter64 | read-only | |
| C64 wldfDbstoreArchiveRuntimeRetrievedRecordCount | 1.3.6.1.4.1.140.625.480.1.35 | Counter64 | read-only | Return the Cummulative number of records retrieved from the archive. |
| wldfDbstoreArchiveRuntimeTable | 1.3.6.1.4.1.140.625.480 | not-accessible | This table is used for monitoring a WebLogic WLDF database backed archive. | |
| STR wldfDbstoreArchiveRuntimeType | 1.3.6.1.4.1.140.625.480.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| wldfFileArchiveRuntimeEntry | 1.3.6.1.4.1.140.625.481.1 | not-accessible | Entry of WLDFFileArchiveRuntimeTable | |
| INT wldfFileArchiveRuntimeIncrementalIndexCycleCount | 1.3.6.1.4.1.140.625.481.1.60 | INTEGER | read-only | Return the Number of times incremental indexing cycles were executed. |
| C64 wldfFileArchiveRuntimeIncrementalIndexTime | 1.3.6.1.4.1.140.625.481.1.65 | Counter64 | read-only | Return the Cummulative time spent while incremental indexing, in milliseconds. |
| STR wldfFileArchiveRuntimeIndex | 1.3.6.1.4.1.140.625.481.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT wldfFileArchiveRuntimeIndexCycleCount | 1.3.6.1.4.1.140.625.481.1.50 | INTEGER | read-only | Return the Number of times indexing cycles were executed. |
| C64 wldfFileArchiveRuntimeIndexTime | 1.3.6.1.4.1.140.625.481.1.55 | Counter64 | read-only | Return the Cummulative indexing time, in milliseconds. |
| STR wldfFileArchiveRuntimeName | 1.3.6.1.4.1.140.625.481.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wldfFileArchiveRuntimeObjectName | 1.3.6.1.4.1.140.625.481.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wldfFileArchiveRuntimeParent | 1.3.6.1.4.1.140.625.481.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 wldfFileArchiveRuntimeRecordRetrievalTime | 1.3.6.1.4.1.140.625.481.1.40 | Counter64 | read-only | Return the Cummulative time spent for fetching records, in milliseconds. |
| C64 wldfFileArchiveRuntimeRecordSeekCount | 1.3.6.1.4.1.140.625.481.1.25 | Counter64 | read-only | Return the cummulative number of seek operations executed against the archive. |
| C64 wldfFileArchiveRuntimeRecordSeekTime | 1.3.6.1.4.1.140.625.481.1.30 | Counter64 | read-only | Return the Cummulative time spent locating the first record while executing a query, in milliseconds. |
| C64 wldfFileArchiveRuntimeRetrievedRecordCount | 1.3.6.1.4.1.140.625.481.1.35 | Counter64 | read-only | Return the Cummulative number of records retrieved from the archive. |
| INT wldfFileArchiveRuntimeRotatedFilesCount | 1.3.6.1.4.1.140.625.481.1.45 | INTEGER | read-only | Return the Number of rotated log file fragments. |
| wldfFileArchiveRuntimeTable | 1.3.6.1.4.1.140.625.481 | not-accessible | This table is used for monitoring a WebLogic WLDF File backed archive. | |
| STR wldfFileArchiveRuntimeType | 1.3.6.1.4.1.140.625.481.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 wldfHarvesterRuntimeAverageSamplingTime | 1.3.6.1.4.1.140.625.483.1.50 | Counter64 | read-only | Return the average amount of time spent (in nanoseconds) in sampling cycles. |
| C64 wldfHarvesterRuntimeCurrentDataSampleCount | 1.3.6.1.4.1.140.625.483.1.55 | Counter64 | read-only | Return the number of collected data samples in the current snapshot. |
| OCT wldfHarvesterRuntimeCurrentSampleTimeAnOutlier | 1.3.6.1.4.1.140.625.483.1.69 | OCTET STRING | read-only | Whether or not the sampling time for the most recent data sample differed significantly enough from the average to be considered a statistical outlier. |
| C64 wldfHarvesterRuntimeCurrentSnapshotElapsedTime | 1.3.6.1.4.1.140.625.483.1.65 | Counter64 | read-only | Return the elapsed time (in nanoseconds) of a taken snapshot. |
| C64 wldfHarvesterRuntimeCurrentSnapshotStartTime | 1.3.6.1.4.1.140.625.483.1.60 | Counter64 | read-only | Return the the start time (in nanoseconds) of a taken snapshot. |
| wldfHarvesterRuntimeEntry | 1.3.6.1.4.1.140.625.483.1 | not-accessible | Entry of WLDFHarvesterRuntimeTable | |
| STR wldfHarvesterRuntimeIndex | 1.3.6.1.4.1.140.625.483.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| C64 wldfHarvesterRuntimeMaximumSamplingTime | 1.3.6.1.4.1.140.625.483.1.40 | Counter64 | read-only | Return the maximum sampling time in nanoseconds. |
| C64 wldfHarvesterRuntimeMinimumSamplingTime | 1.3.6.1.4.1.140.625.483.1.35 | Counter64 | read-only | Return the minimum sampling time in nanoseconds. |
| STR wldfHarvesterRuntimeName | 1.3.6.1.4.1.140.625.483.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wldfHarvesterRuntimeObjectName | 1.3.6.1.4.1.140.625.483.1.5 | DisplayString | read-only | JMX-standard MBean name |
| OCT wldfHarvesterRuntimeOutlierDetectionFactor | 1.3.6.1.4.1.140.625.483.1.67 | OCTET STRING | read-only | The multiplicative factor used to determine a statistical outlier. If the actual sampling time exceeds this the session average multiplied by the outlier detection factor, then the sampling time is considered to be a statistical outlier. |
| STR wldfHarvesterRuntimeParent | 1.3.6.1.4.1.140.625.483.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 wldfHarvesterRuntimeSamplePeriod | 1.3.6.1.4.1.140.625.483.1.25 | Counter64 | read-only | Return the current global sample period in nanoseconds. |
| wldfHarvesterRuntimeTable | 1.3.6.1.4.1.140.625.483 | not-accessible | This table is used for monitoring a WebLogic WLDF Harvester. | |
| C64 wldfHarvesterRuntimeTotalDataSampleCount | 1.3.6.1.4.1.140.625.483.1.68 | Counter64 | read-only | The number of configured data samples that have been collected so far in this server session. |
| C64 wldfHarvesterRuntimeTotalSamplingCycles | 1.3.6.1.4.1.140.625.483.1.30 | Counter64 | read-only | Return the total number of sampling cycles taken thus far. |
| C64 wldfHarvesterRuntimeTotalSamplingTime | 1.3.6.1.4.1.140.625.483.1.45 | Counter64 | read-only | Return the total amount of time spent (in nanoseconds) in sampling cycles. |
| C64 wldfHarvesterRuntimeTotalSamplingTimeOutlierCount | 1.3.6.1.4.1.140.625.483.1.66 | Counter64 | read-only | The number of times withing this server session that the sampling time differed significantly enough from the average to be considered a statistical outlier. The Harvester removes these values form the ongoing averages. |
| STR wldfHarvesterRuntimeType | 1.3.6.1.4.1.140.625.483.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 wldfImageCreationTaskRuntimeBeginTime | 1.3.6.1.4.1.140.625.1440.1.6 | Counter64 | read-only | |
| OCT wldfImageCreationTaskRuntimeDescription | 1.3.6.1.4.1.140.625.1440.1.9 | OCTET STRING | read-only | |
| C64 wldfImageCreationTaskRuntimeEndTime | 1.3.6.1.4.1.140.625.1440.1.7 | Counter64 | read-only | |
| wldfImageCreationTaskRuntimeEntry | 1.3.6.1.4.1.140.625.1440.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wldfImageCreationTaskRuntimeIndex | 1.3.6.1.4.1.140.625.1440.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wldfImageCreationTaskRuntimeName | 1.3.6.1.4.1.140.625.1440.1.10 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wldfImageCreationTaskRuntimeObjectName | 1.3.6.1.4.1.140.625.1440.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT wldfImageCreationTaskRuntimeRunning | 1.3.6.1.4.1.140.625.1440.1.5 | OCTET STRING | read-only | |
| OCT wldfImageCreationTaskRuntimeStatus | 1.3.6.1.4.1.140.625.1440.1.4 | OCTET STRING | read-only | |
| OCT wldfImageCreationTaskRuntimeSystemTask | 1.3.6.1.4.1.140.625.1440.1.8 | OCTET STRING | read-only | |
| wldfImageCreationTaskRuntimeTable | 1.3.6.1.4.1.140.625.1440 | not-accessible | Exposes monitoring information about a potentially long-running request for the generation of a diagnostic image. Remote clients, as well as clients running within a server, can access this information. {@link weblogic.management.runtime.WLDFImageRuntimeMBean WLDFImageRuntimeMBean} supports operations to request the generation of a diagnostic image for capturing a running server's internal state information. These operations will fork a separate thread to perform the actual work and immediately return an instance of this MBean to the caller. The caller can then use that instance to track the task's progress. | |
| OCT wldfImageCreationTaskRuntimeType | 1.3.6.1.4.1.140.625.1440.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wldfImageRuntimeEntry | 1.3.6.1.4.1.140.625.1445.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wldfImageRuntimeIndex | 1.3.6.1.4.1.140.625.1445.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wldfImageRuntimeName | 1.3.6.1.4.1.140.625.1445.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wldfImageRuntimeObjectName | 1.3.6.1.4.1.140.625.1445.1.2 | OCTET STRING | read-only | ObjectName column |
| wldfImageRuntimeTable | 1.3.6.1.4.1.140.625.1445 | not-accessible | This interface controls diagnostic image creation, and provides access to run-time information about past and current diagnostic image capture requests. | |
| OCT wldfImageRuntimeType | 1.3.6.1.4.1.140.625.1445.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| INT wldfInstrumentationRuntimeCallJoinpointCount | 1.3.6.1.4.1.140.625.484.1.55 | INTEGER | read-only | Return the number of affected CALL joinpoints. |
| INT wldfInstrumentationRuntimeClassweaveAbortCount | 1.3.6.1.4.1.140.625.484.1.56 | INTEGER | read-only | Number of classes for which the class weaving aborted with some exceptional situation |
| wldfInstrumentationRuntimeEntry | 1.3.6.1.4.1.140.625.484.1 | not-accessible | Entry of WLDFInstrumentationRuntimeTable | |
| INT wldfInstrumentationRuntimeExecutionJoinpointCount | 1.3.6.1.4.1.140.625.484.1.50 | INTEGER | read-only | Return the number of affected EXECUTION joinpoints. |
| STR wldfInstrumentationRuntimeIndex | 1.3.6.1.4.1.140.625.484.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT wldfInstrumentationRuntimeInspectedClassesCount | 1.3.6.1.4.1.140.625.484.1.25 | INTEGER | read-only | Return the number of inspected classes for weaving.. |
| C64 wldfInstrumentationRuntimeMaxWeavingTime | 1.3.6.1.4.1.140.625.484.1.40 | Counter64 | read-only | Return the maximum weaving time (in nano-seconds) for a class. |
| C64 wldfInstrumentationRuntimeMinWeavingTime | 1.3.6.1.4.1.140.625.484.1.35 | Counter64 | read-only | Return the minimum weaving time (in nano-seconds) for a class. |
| INT wldfInstrumentationRuntimeModifiedClassesCount | 1.3.6.1.4.1.140.625.484.1.30 | INTEGER | read-only | Return the number of modified classes. |
| STR wldfInstrumentationRuntimeName | 1.3.6.1.4.1.140.625.484.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wldfInstrumentationRuntimeObjectName | 1.3.6.1.4.1.140.625.484.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wldfInstrumentationRuntimeParent | 1.3.6.1.4.1.140.625.484.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| wldfInstrumentationRuntimeTable | 1.3.6.1.4.1.140.625.484 | not-accessible | This table is used for monitoring the WebLogic WLDF Instrumentation framework. | |
| C64 wldfInstrumentationRuntimeTotalWeavingTime | 1.3.6.1.4.1.140.625.484.1.45 | Counter64 | read-only | Return the total weaving time (in nano-seconds) for a class. |
| STR wldfInstrumentationRuntimeType | 1.3.6.1.4.1.140.625.484.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| wldfRuntimeEntry | 1.3.6.1.4.1.140.625.1450.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wldfRuntimeIndex | 1.3.6.1.4.1.140.625.1450.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wldfRuntimeName | 1.3.6.1.4.1.140.625.1450.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wldfRuntimeObjectName | 1.3.6.1.4.1.140.625.1450.1.2 | OCTET STRING | read-only | ObjectName column |
| wldfRuntimeTable | 1.3.6.1.4.1.140.625.1450 | not-accessible | This interface provides access to all the runtime MBeans for the WebLogic Diagnostic Framework (WLDF). | |
| OCT wldfRuntimeType | 1.3.6.1.4.1.140.625.1450.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT wldfServerDiagnosticDataRetirementEnabled | 1.3.6.1.4.1.140.625.1140.1.14 | OCTET STRING | read-only | This attribute controls if configuration based data retirement functionality is enabled on the server. If disabled, all retirement policies will be disabled. |
| OCT wldfServerDiagnosticDiagnosticContextEnabled | 1.3.6.1.4.1.140.625.1140.1.10 | OCTET STRING | read-only | If true, diagnostic context creation is enabled. If false, the diagnostic context will not be created when requested. However, if the diagnostics context already exists because it was propagated from another VM or was created through the DyeInjection monitor, the context will be made available. |
| OCT wldfServerDiagnosticDiagnosticDataArchiveType | 1.3.6.1.4.1.140.625.1140.1.9 | OCTET STRING | read-only | Determines whether the current server persists its harvested metrics and event data in a diagnostic store (file-based store) or a JDBC based archive. The default store is file-based. |
| OCT wldfServerDiagnosticDiagnosticStoreDir | 1.3.6.1.4.1.140.625.1140.1.8 | OCTET STRING | read-only | The directory in which the current server maintains its diagnostic store. |
| wldfServerDiagnosticEntry | 1.3.6.1.4.1.140.625.1140.1 | not-accessible | Generated SNMP Table Entry. | |
| C64 wldfServerDiagnosticEventPersistenceInterval | 1.3.6.1.4.1.140.625.1140.1.5 | Counter64 | read-only | The interval, in milliseconds, at which queued up instrumentation events will be periodically dispatched to the archive. |
| C64 wldfServerDiagnosticEventsImageCaptureInterval | 1.3.6.1.4.1.140.625.1140.1.12 | Counter64 | read-only | The time span, in milliseconds, for which recently archived events will be captured in the diagnostic image. All events archived on or after ( System.currentTimeMillis() - interval ) will be captured. |
| OCT wldfServerDiagnosticImageDir | 1.3.6.1.4.1.140.625.1140.1.13 | OCTET STRING | read-only | The default directory where the server stores captured diagnostic images. If you specify a relative pathname, the root of that path is the server's root directory. If the directory does not exist, it will be created when the WebLogic Diagnostic Framework is initialized on the server. Note that each image capture request can override this default directory location. |
| I32 wldfServerDiagnosticImageTimeout | 1.3.6.1.4.1.140.625.1140.1.7 | Integer32 | read-only | The default timeout period, in minutes, that the server uses to delay future diagnostic image-capture requests. |
| OCT wldfServerDiagnosticIndex | 1.3.6.1.4.1.140.625.1140.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wldfServerDiagnosticName | 1.3.6.1.4.1.140.625.1140.1.15 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wldfServerDiagnosticObjectName | 1.3.6.1.4.1.140.625.1140.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 wldfServerDiagnosticPreferredStoreSizeLimit | 1.3.6.1.4.1.140.625.1140.1.6 | Integer32 | read-only | Return the preferred limit on the size of diagnostic store file in MB. |
| I32 wldfServerDiagnosticStoreSizeCheckPeriod | 1.3.6.1.4.1.140.625.1140.1.11 | Integer32 | read-only | Return the period in hours at which diagnostic store file size check will be performed |
| OCT wldfServerDiagnosticSynchronousEventPersistenceEnabled | 1.3.6.1.4.1.140.625.1140.1.4 | OCTET STRING | read-only | Specifies the instrumentation events persistence policy. If true, events will be persisted synchronously within the same thread. If false, events will be queued up to be persisted in a separate thread. |
| wldfServerDiagnosticTable | 1.3.6.1.4.1.140.625.1140 | not-accessible | Use this interface to configure the WebLogic Diagnostic Framework (WLDF) components that are defined for each WebLogic Server instance. | |
| OCT wldfServerDiagnosticType | 1.3.6.1.4.1.140.625.1140.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT wldfSystemResourceCompatibilityName | 1.3.6.1.4.1.140.625.1145.1.4 | OCTET STRING | read-only | This is only set for beans created as a result of conversion from an 8.1 application configured using ApplicationMBean and ComponentMBean. Standalone modules in 8.1 have both an ApplicationMBean name and ComponentMBean name. This attribute stores the name of the latter, to be used when the server creates the transient ComponentMBean for backward compatibility. |
| I32 wldfSystemResourceDeploymentOrder | 1.3.6.1.4.1.140.625.1145.1.5 | Integer32 | read-only | A numerical value that indicates when this unit is deployed, relative to other DeployableUnits on a server, during startup. Units with lower Load Order values are deployed before those with higher values. |
| OCT wldfSystemResourceDeploymentPrincipalName | 1.3.6.1.4.1.140.625.1145.1.6 | OCTET STRING | read-only | A string value that indicates what principal should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener, If no principal name is specifed, then the anonymous principal will be used. |
| OCT wldfSystemResourceDescription | 1.3.6.1.4.1.140.625.1145.1.8 | OCTET STRING | read-only | Optional short description of this WLDFSystemResource. If provided, the WebLogic Server Administration Console will display the resource description. |
| OCT wldfSystemResourceDescriptorFileName | 1.3.6.1.4.1.140.625.1145.1.7 | OCTET STRING | read-only | The name of the descriptor file that contains the XML configuration information for this system-level resource. The location of this file is a relative path rooted at DOMAIN_DIR/config. By default the file resides in the DOMAIN_DIR/config/diagnostics directory, and derives its name from the bean name using the following pattern: .xml Note that the filename is a read-only property, which is set when the WLDF resource is created. |
| wldfSystemResourceEntry | 1.3.6.1.4.1.140.625.1145.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wldfSystemResourceIndex | 1.3.6.1.4.1.140.625.1145.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wldfSystemResourceModuleType | 1.3.6.1.4.1.140.625.1145.1.9 | OCTET STRING | read-only | The values match those defined by jsr88. This attribute may move to another MBean. |
| OCT wldfSystemResourceName | 1.3.6.1.4.1.140.625.1145.1.10 | OCTET STRING | read-only | Unique identifier for this bean instance. |
| OCT wldfSystemResourceObjectName | 1.3.6.1.4.1.140.625.1145.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT wldfSystemResourceSourcePath | 1.3.6.1.4.1.140.625.1145.1.11 | OCTET STRING | read-only | |
| wldfSystemResourceTable | 1.3.6.1.4.1.140.625.1145 | not-accessible | This bean defines a system-level WebLogic Diagnostic Framework (WLDF) resource. It links a separate descriptor that specifies the definition. | |
| OCT wldfSystemResourceType | 1.3.6.1.4.1.140.625.1145.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wldfWatchJMXNotificationRuntimeEntry | 1.3.6.1.4.1.140.625.1455.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wldfWatchJMXNotificationRuntimeIndex | 1.3.6.1.4.1.140.625.1455.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wldfWatchJMXNotificationRuntimeName | 1.3.6.1.4.1.140.625.1455.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wldfWatchJMXNotificationRuntimeObjectName | 1.3.6.1.4.1.140.625.1455.1.2 | OCTET STRING | read-only | ObjectName column |
| wldfWatchJMXNotificationRuntimeTable | 1.3.6.1.4.1.140.625.1455 | not-accessible | Attaches a notification listener in order to receive watch notification events when a watch evaluates to true. Note that the listener will receive all notifications; the caller must filter the output. | |
| OCT wldfWatchJMXNotificationRuntimeType | 1.3.6.1.4.1.140.625.1455.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 wldfWatchNotificationRuntimeAverageEventDataWatchEvaluationTime | 1.3.6.1.4.1.140.625.485.1.80 | Counter64 | read-only | Return the average Event Data evaluation cycle time in milliseconds. |
| C64 wldfWatchNotificationRuntimeAverageHarvesterWatchEvaluationTime | 1.3.6.1.4.1.140.625.485.1.40 | Counter64 | read-only | Return the average Harvester evaluation cycle time in milliseconds. |
| C64 wldfWatchNotificationRuntimeAverageLogWatchEvaluationTime | 1.3.6.1.4.1.140.625.485.1.60 | Counter64 | read-only | Return the average Log evaluation cycle time in milliseconds. |
| INT wldfWatchNotificationRuntimeCurrentActiveAlarmsCount | 1.3.6.1.4.1.140.625.485.1.85 | INTEGER | read-only | Return the number of active alarms. |
| wldfWatchNotificationRuntimeEntry | 1.3.6.1.4.1.140.625.485.1 | not-accessible | Entry of WLDFWatchNotificationRuntimeTable | |
| STR wldfWatchNotificationRuntimeIndex | 1.3.6.1.4.1.140.625.485.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT wldfWatchNotificationRuntimeMaximumActiveAlarmsCount | 1.3.6.1.4.1.140.625.485.1.90 | INTEGER | read-only | Return the maximum number of active alarms at any one time. |
| C64 wldfWatchNotificationRuntimeMaximumEventDataWatchEvaluationTime | 1.3.6.1.4.1.140.625.485.1.119 | Counter64 | read-only | The maximum time spent evaluating EventData watches. |
| C64 wldfWatchNotificationRuntimeMaximumHarvesterWatchEvaluationTime | 1.3.6.1.4.1.140.625.485.1.117 | Counter64 | read-only | The maximum time spent evaluating Harvester watches. |
| C64 wldfWatchNotificationRuntimeMaximumLogWatchEvaluationTime | 1.3.6.1.4.1.140.625.485.1.114 | Counter64 | read-only | The maximum time spent evaluating Log watches. |
| C64 wldfWatchNotificationRuntimeMinimumEventDataWatchEvaluationTime | 1.3.6.1.4.1.140.625.485.1.108 | Counter64 | read-only | The minimum time spent evaluating Log watches. |
| C64 wldfWatchNotificationRuntimeMinimumHarvesterWatchEvaluationTime | 1.3.6.1.4.1.140.625.485.1.109 | Counter64 | read-only | The minimum time spent evaluating Harvester watches. |
| C64 wldfWatchNotificationRuntimeMinimumLogWatchEvaluationTime | 1.3.6.1.4.1.140.625.485.1.116 | Counter64 | read-only | The minimum time spent evaluating Log watches. |
| STR wldfWatchNotificationRuntimeName | 1.3.6.1.4.1.140.625.485.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wldfWatchNotificationRuntimeObjectName | 1.3.6.1.4.1.140.625.485.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wldfWatchNotificationRuntimeParent | 1.3.6.1.4.1.140.625.485.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| wldfWatchNotificationRuntimeTable | 1.3.6.1.4.1.140.625.485 | not-accessible | This table is used for monitoring the WebLogic WLDF WatchNotification framework. | |
| C64 wldfWatchNotificationRuntimeTotalActiveAutomaticResetAlarms | 1.3.6.1.4.1.140.625.485.1.100 | Counter64 | read-only | Return the total number of active automatically reset alarms. |
| C64 wldfWatchNotificationRuntimeTotalActiveManualResetAlarms | 1.3.6.1.4.1.140.625.485.1.95 | Counter64 | read-only | Return the total number of active manually reset alarms. |
| C64 wldfWatchNotificationRuntimeTotalDIMGNotificationsPerformed | 1.3.6.1.4.1.140.625.485.1.106 | Counter64 | read-only | The total number of Diagnostic Image notifications fired. Diagnostic Image files are not true notifications, but this records the number of image captures requested by the watch component. |
| C64 wldfWatchNotificationRuntimeTotalEventDataEvaluationCycles | 1.3.6.1.4.1.140.625.485.1.65 | Counter64 | read-only | Return the total number of times a Data Event has invoked the Watch and Notification component to evaluate Event Data watch rules. |
| C64 wldfWatchNotificationRuntimeTotalEventDataWatchesTriggered | 1.3.6.1.4.1.140.625.485.1.75 | Counter64 | read-only | Return the otal number of Event Data watch rules that have evaluated to true and triggered. |
| C64 wldfWatchNotificationRuntimeTotalEventDataWatchEvaluations | 1.3.6.1.4.1.140.625.485.1.70 | Counter64 | read-only | Return the total number of Event Data watch rules that have been evaluated. |
| C64 wldfWatchNotificationRuntimeTotalFailedDIMGNotifications | 1.3.6.1.4.1.140.625.485.1.118 | Counter64 | read-only | The total number of failed Diagnostic Image notification requests. |
| C64 wldfWatchNotificationRuntimeTotalFailedJMSNotifications | 1.3.6.1.4.1.140.625.485.1.115 | Counter64 | read-only | The total number of failed JMS notification attempts. |
| C64 wldfWatchNotificationRuntimeTotalFailedJMXNotifications | 1.3.6.1.4.1.140.625.485.1.110 | Counter64 | read-only | The total number of failed JMX notification attempts. |
| C64 wldfWatchNotificationRuntimeTotalFailedNotifications | 1.3.6.1.4.1.140.625.485.1.120 | Counter64 | read-only | The total number of failed notification requests. that failed. |
| C64 wldfWatchNotificationRuntimeTotalFailedSMTPNotifications | 1.3.6.1.4.1.140.625.485.1.121 | Counter64 | read-only | The total number of failed SMTP notification attempts. |
| C64 wldfWatchNotificationRuntimeTotalFailedSNMPNotifications | 1.3.6.1.4.1.140.625.485.1.122 | Counter64 | read-only | The total number of failed SNMP notification attempts. |
| C64 wldfWatchNotificationRuntimeTotalHarvesterEvaluationCycles | 1.3.6.1.4.1.140.625.485.1.25 | Counter64 | read-only | Return the total number of times the Harvester has invoked the Watch and Notification component to evaluate Harvester watch rules. |
| C64 wldfWatchNotificationRuntimeTotalHarvesterWatchesTriggered | 1.3.6.1.4.1.140.625.485.1.35 | Counter64 | read-only | Return the total number of Harvester watch rules that have evaluated to true and triggered. |
| C64 wldfWatchNotificationRuntimeTotalHarvesterWatchEvaluations | 1.3.6.1.4.1.140.625.485.1.30 | Counter64 | read-only | 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. |
| C64 wldfWatchNotificationRuntimeTotalJMSNotificationsPerformed | 1.3.6.1.4.1.140.625.485.1.113 | Counter64 | read-only | The total number of JMS notifications successfully fired. |
| C64 wldfWatchNotificationRuntimeTotalJMXNotificationsPerformed | 1.3.6.1.4.1.140.625.485.1.111 | Counter64 | read-only | The total number of JMX notifications successfully fired. |
| C64 wldfWatchNotificationRuntimeTotalLogEvaluationCycles | 1.3.6.1.4.1.140.625.485.1.45 | Counter64 | read-only | Return the total number of times a Log event has invoked the Watch and Notification component to evaluate Log watch rules. |
| C64 wldfWatchNotificationRuntimeTotalLogWatchesTriggered | 1.3.6.1.4.1.140.625.485.1.55 | Counter64 | read-only | Return the otal number of Log watch rules that have evaluated to true and triggered. |
| C64 wldfWatchNotificationRuntimeTotalLogWatchEvaluations | 1.3.6.1.4.1.140.625.485.1.50 | Counter64 | read-only | Return the total number of Log watch rules that have been evaluated. |
| C64 wldfWatchNotificationRuntimeTotalNotificationsPerformed | 1.3.6.1.4.1.140.625.485.1.105 | Counter64 | read-only | Return the total number of notifications performed. |
| C64 wldfWatchNotificationRuntimeTotalSMTPNotificationsPerformed | 1.3.6.1.4.1.140.625.485.1.112 | Counter64 | read-only | The total number of SMTP notifications successfully fired. |
| C64 wldfWatchNotificationRuntimeTotalSNMPNotificationsPerformed | 1.3.6.1.4.1.140.625.485.1.107 | Counter64 | read-only | The total number of SNMP notifications successfully fired. |
| STR wldfWatchNotificationRuntimeType | 1.3.6.1.4.1.140.625.485.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT wldfWlstoreArchiveRuntimeDataRetirementCycles | 1.3.6.1.4.1.140.625.482.1.68 | INTEGER | read-only | |
| C64 wldfWlstoreArchiveRuntimeDataRetirementTotalTime | 1.3.6.1.4.1.140.625.482.1.69 | Counter64 | read-only | |
| C64 wldfWlstoreArchiveRuntimeDeletionCount | 1.3.6.1.4.1.140.625.482.1.60 | Counter64 | read-only | Return the Number of records deleted. |
| C64 wldfWlstoreArchiveRuntimeDeletionTime | 1.3.6.1.4.1.140.625.482.1.65 | Counter64 | read-only | Return the Cummulative time spent to delete records, in milliseconds. |
| wldfWlstoreArchiveRuntimeEntry | 1.3.6.1.4.1.140.625.482.1 | not-accessible | Entry of WLDFWlstoreArchiveRuntimeTable | |
| STR wldfWlstoreArchiveRuntimeIndex | 1.3.6.1.4.1.140.625.482.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT wldfWlstoreArchiveRuntimeIndexPageCount | 1.3.6.1.4.1.140.625.482.1.45 | INTEGER | read-only | Return the Number of index pages. |
| C64 wldfWlstoreArchiveRuntimeInsertionCount | 1.3.6.1.4.1.140.625.482.1.50 | Counter64 | read-only | Return the Number of new records created. |
| C64 wldfWlstoreArchiveRuntimeInsertionTime | 1.3.6.1.4.1.140.625.482.1.55 | Counter64 | read-only | Return the Cummulative time spent to insert records, in milliseconds. |
| C64 wldfWlstoreArchiveRuntimeLastDataRetirementStartTime | 1.3.6.1.4.1.140.625.482.1.66 | Counter64 | read-only | |
| C64 wldfWlstoreArchiveRuntimeLastDataRetirementTime | 1.3.6.1.4.1.140.625.482.1.71 | Counter64 | read-only | |
| STR wldfWlstoreArchiveRuntimeName | 1.3.6.1.4.1.140.625.482.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wldfWlstoreArchiveRuntimeObjectName | 1.3.6.1.4.1.140.625.482.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wldfWlstoreArchiveRuntimeParent | 1.3.6.1.4.1.140.625.482.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 wldfWlstoreArchiveRuntimeRecordCount | 1.3.6.1.4.1.140.625.482.1.67 | Counter64 | read-only | Total number of records in the archive |
| C64 wldfWlstoreArchiveRuntimeRecordRetrievalTime | 1.3.6.1.4.1.140.625.482.1.40 | Counter64 | read-only | Return the Cummulative time spent for fetching records, in milliseconds. |
| C64 wldfWlstoreArchiveRuntimeRecordSeekCount | 1.3.6.1.4.1.140.625.482.1.25 | Counter64 | read-only | Return the cummulative number of seek operations executed against the archive. |
| C64 wldfWlstoreArchiveRuntimeRecordSeekTime | 1.3.6.1.4.1.140.625.482.1.30 | Counter64 | read-only | Return the Cummulative time spent locating the first record while executing a query, in milliseconds. |
| C64 wldfWlstoreArchiveRuntimeRetiredRecordCount | 1.3.6.1.4.1.140.625.482.1.70 | Counter64 | read-only | |
| C64 wldfWlstoreArchiveRuntimeRetrievedRecordCount | 1.3.6.1.4.1.140.625.482.1.35 | Counter64 | read-only | Return the Cummulative number of records retrieved from the archive. |
| wldfWlstoreArchiveRuntimeTable | 1.3.6.1.4.1.140.625.482 | not-accessible | This table is used for monitoring a WebLogic WLDF WebLogic Store backed archive. | |
| STR wldfWlstoreArchiveRuntimeType | 1.3.6.1.4.1.140.625.482.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT wlecConnectionPoolCertificateAuthenticationEnabled | 1.3.6.1.4.1.140.625.780.1.70 | INTEGER | read-only | boolean value (true Or false). Set to true to enable certificate based authentication |
| INT wlecConnectionPoolDeploymentOrder | 1.3.6.1.4.1.140.625.780.1.81 | INTEGER | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| wlecConnectionPoolEntry | 1.3.6.1.4.1.140.625.780.1 | not-accessible | Entry of wlecConnectionPoolTable | |
| STR wlecConnectionPoolFailoverAddresses | 1.3.6.1.4.1.140.625.780.1.30 | DisplayString | read-only | The list of failover ISL addresses. |
| STR wlecConnectionPoolIndex | 1.3.6.1.4.1.140.625.780.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT wlecConnectionPoolMaximumEncryptionLevel | 1.3.6.1.4.1.140.625.780.1.65 | INTEGER | read-only | maximum encryption level. |
| INT wlecConnectionPoolMaximumPoolSize | 1.3.6.1.4.1.140.625.780.1.40 | INTEGER | read-only | maximum number of IIOP connections. |
| INT wlecConnectionPoolMinimumEncryptionLevel | 1.3.6.1.4.1.140.625.780.1.60 | INTEGER | read-only | minimum encryption level. |
| INT wlecConnectionPoolMinimumPoolSize | 1.3.6.1.4.1.140.625.780.1.35 | INTEGER | read-only | initial number of IIOP connections. |
| STR wlecConnectionPoolName | 1.3.6.1.4.1.140.625.780.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wlecConnectionPoolObjectName | 1.3.6.1.4.1.140.625.780.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wlecConnectionPoolParent | 1.3.6.1.4.1.140.625.780.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR wlecConnectionPoolPrimaryAddresses | 1.3.6.1.4.1.140.625.780.1.25 | DisplayString | read-only | The list of primary ISL addresses. |
| INT wlecConnectionPoolRuntimeCertificateBasedAuthentication | 1.3.6.1.4.1.140.625.440.1.50 | INTEGER | read-only | A boolean value (true Or false). Is certificate-based authentication enabled |
| STR wlecConnectionPoolRuntimeConnections | 1.3.6.1.4.1.140.625.440.1.55 | DisplayString | read-only | An array of WLECConnectionRuntimeMBeans that each represents the statistics for a WLEC Connection. |
| wlecConnectionPoolRuntimeEntry | 1.3.6.1.4.1.140.625.440.1 | not-accessible | Entry of wlecConnectionPoolRuntimeTable | |
| STR wlecConnectionPoolRuntimeIndex | 1.3.6.1.4.1.140.625.440.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT wlecConnectionPoolRuntimeMaxCapacity | 1.3.6.1.4.1.140.625.440.1.35 | INTEGER | read-only | The maximum capacity configured for this WLEC pool. |
| STR wlecConnectionPoolRuntimeName | 1.3.6.1.4.1.140.625.440.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wlecConnectionPoolRuntimeObjectName | 1.3.6.1.4.1.140.625.440.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wlecConnectionPoolRuntimeParent | 1.3.6.1.4.1.140.625.440.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR wlecConnectionPoolRuntimePoolName | 1.3.6.1.4.1.140.625.440.1.25 | DisplayString | read-only | The configured name of this WLEC pool. |
| STR wlecConnectionPoolRuntimePoolState | 1.3.6.1.4.1.140.625.440.1.40 | DisplayString | read-only | The pool state as one of 'Active' OR 'Suspended' |
| INT wlecConnectionPoolRuntimeSecurityContextPropagation | 1.3.6.1.4.1.140.625.440.1.45 | INTEGER | read-only | A boolean value (true Or false). Is the security context propagated |
| wlecConnectionPoolRuntimeTable | 1.3.6.1.4.1.140.625.440 | not-accessible | This table is used for monitoring a WebLogic WLEC Connection Pool | |
| STR wlecConnectionPoolRuntimeType | 1.3.6.1.4.1.140.625.440.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR wlecConnectionPoolRuntimeWLEDomainName | 1.3.6.1.4.1.140.625.440.1.30 | DisplayString | read-only | The WLE DomainName this WLEC pool is connected to. |
| INT wlecConnectionPoolSecurityContextEnabled | 1.3.6.1.4.1.140.625.780.1.75 | INTEGER | read-only | boolean value (true Or false). Set to true to enable security context propagation. |
| wlecConnectionPoolTable | 1.3.6.1.4.1.140.625.780 | not-accessible | This table defines a WLEC connection pool. | |
| STR wlecConnectionPoolTargets | 1.3.6.1.4.1.140.625.780.1.80 | DisplayString | read-only | targets on which this deployment is deployed. |
| STR wlecConnectionPoolType | 1.3.6.1.4.1.140.625.780.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR wlecConnectionPoolUserName | 1.3.6.1.4.1.140.625.780.1.45 | DisplayString | read-only | WebLogic Enterprise username. |
| STR wlecConnectionPoolUserRole | 1.3.6.1.4.1.140.625.780.1.50 | DisplayString | read-only | WebLogic Enterprise user role. |
| STR wlecConnectionPoolWLEDomain | 1.3.6.1.4.1.140.625.780.1.55 | DisplayString | read-only | name of the WebLogic Enterprise domain. |
| STR wlecConnectionRuntimeAddress | 1.3.6.1.4.1.140.625.450.1.25 | DisplayString | read-only | The connection Address |
| INT wlecConnectionRuntimeAlive | 1.3.6.1.4.1.140.625.450.1.35 | INTEGER | read-only | A boolean value (true Or false). Returns the connection Alive indicator |
| wlecConnectionRuntimeEntry | 1.3.6.1.4.1.140.625.450.1 | not-accessible | Entry of wlecConnectionRuntimeTable | |
| INT wlecConnectionRuntimeErrorCount | 1.3.6.1.4.1.140.625.450.1.50 | INTEGER | read-only | The Request Error Count |
| STR wlecConnectionRuntimeIndex | 1.3.6.1.4.1.140.625.450.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT wlecConnectionRuntimeInTransaction | 1.3.6.1.4.1.140.625.450.1.55 | INTEGER | read-only | A boolean value (true Or false). Returns the Connection in Transaction indicator |
| STR wlecConnectionRuntimeLastAccessTime | 1.3.6.1.4.1.140.625.450.1.30 | DisplayString | read-only | The Last Access Date and Time |
| STR wlecConnectionRuntimeName | 1.3.6.1.4.1.140.625.450.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wlecConnectionRuntimeObjectName | 1.3.6.1.4.1.140.625.450.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wlecConnectionRuntimeParent | 1.3.6.1.4.1.140.625.450.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT wlecConnectionRuntimePendingRequestCount | 1.3.6.1.4.1.140.625.450.1.45 | INTEGER | read-only | The Pending Request Count |
| INT wlecConnectionRuntimeRequestCount | 1.3.6.1.4.1.140.625.450.1.40 | INTEGER | read-only | The Request Count |
| wlecConnectionRuntimeTable | 1.3.6.1.4.1.140.625.450 | not-accessible | This table is used for monitoring individual WebLogic WLEC connections | |
| STR wlecConnectionRuntimeType | 1.3.6.1.4.1.140.625.450.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT wlecConnectionServiceRuntimeConnectionPoolCount | 1.3.6.1.4.1.140.625.451.1.25 | INTEGER | read-only | Return the pool count. |
| wlecConnectionServiceRuntimeEntry | 1.3.6.1.4.1.140.625.451.1 | not-accessible | Entry of wlecConnectionServiceRuntimeTable | |
| STR wlecConnectionServiceRuntimeIndex | 1.3.6.1.4.1.140.625.451.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR wlecConnectionServiceRuntimeName | 1.3.6.1.4.1.140.625.451.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wlecConnectionServiceRuntimeObjectName | 1.3.6.1.4.1.140.625.451.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wlecConnectionServiceRuntimeParent | 1.3.6.1.4.1.140.625.451.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| wlecConnectionServiceRuntimeTable | 1.3.6.1.4.1.140.625.451 | not-accessible | This table describes the web server. | |
| STR wlecConnectionServiceRuntimeType | 1.3.6.1.4.1.140.625.451.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| wls | 1.3.6.1.4.1.140.625 | BEA | ||
| NTF wlsALSBAlert | 1.3.6.1.4.1.140.800.0.90 | This trap is generated only in an ALSB environment where an Alert situation has occurred. | ||
| NTF wlsAttributeChange | 1.3.6.1.4.1.140.625.0.80 | This trap is generated when an attribute change is observed. | ||
| NTF wlsLogNotification | 1.3.6.1.4.1.140.625.0.60 | The server log. | ||
| NTF wlsMonitorNotification | 1.3.6.1.4.1.140.625.0.75 | This trap is generated when any JMX Monitor Notification is received. | ||
| NTF wlsServerShutDown | 1.3.6.1.4.1.140.625.0.70 | This trap is generated when the server has been shut down. | ||
| NTF wlsServerStart | 1.3.6.1.4.1.140.625.0.65 | This trap is generated when the server was started. | ||
| OCT wlssnmpAgentDeploymentAuthenticationProtocol | 1.3.6.1.4.1.140.625.1040.1.5 | OCTET STRING | read-only | The protocol that this SNMP agent uses to ensure that only authorized users can request or receive information about your WebLogic Server domain. Applicable only with SNMPv3. The protocol also ensures message integrity and prevents masquerading and reordered, delayed, or replayed messages. To use this protocol when receiving requests from SNMP managers, you must configure credential mapping in the WebLogic Server security realm. To use this protocol when sending responses or notifications, you must configure the security level of your trap destinations. If you do not choose an authentication protocol, then the SNMP agent does not authenticate incoming SNMPv3 requests; anyone can use SNMPv3 to retrieve information about your WebLogic Server domain. |
| OCT wlssnmpAgentDeploymentCommunityBasedAccessEnabled | 1.3.6.1.4.1.140.625.1040.1.20 | OCTET STRING | read-only | Specifies whether this SNMP agent supports SNMPv1 and v2. SNMPv1 and v2 use community strings for authentication. If you disable community strings for this SNMP agent, the agent will process only SNMPv3 requests. If an SNMP manager sends a v1 or v2 message, the agent discards the message and returns an error code to the manager. |
| OCT wlssnmpAgentDeploymentCommunityPrefix | 1.3.6.1.4.1.140.625.1040.1.4 | OCTET STRING | read-only | The password (community name) that you want this SNMP agent to use to secure SNMPv1 or v2 communication with SNMP managers. Requires you to enable community based access for this agent. SNMPv3 does not use community names. Instead, it encrypts user names and passwords in its PDUs. When you use SNMPv1 or v2, there are two community names that are needed when the WebLogic SNMP agent and SNMP managers interact: The name that you specify in this community prefix. All SNMP managers must send this name when connecting to this SNMP agent. The community name that the SNMP manager defines. The SNMP agent must send this name when connecting to the manager. (You supply this community name when you configure a trap destination.) In addition to using the community prefix as a password, an SNMP agent on an Administration Server uses the prefix to qualify requests from SNMP managers. Because the Administration Server can access data for all WebLogic Server instances in a domain, a request that specifies only an attribute name is potentially ambiguous. For example, the attribute serverUptime exists for each WebLogic Server instance in a domain. To clarify requests that you send to SNMP agents on Administration Servers, use the community prefix as follows: To request the value of an attribute on a specific Managed Server, when you send a request from an SNMP manager, append the name of the server instance to the community prefix: community_prefix@server_name. To request the value of an attribute for all server instances in a domain, send a community name with the following form: community_prefix To secure access to the values of the WebLogic attributes when using the SNMPv1 or v2 protocols, it is recommended that you set community prefix to a value other than public. You cannot specify a null (empty) value for the community prefix. If you delete the prefix value, WebLogic Server resets the value to public. If you do not want this agent to receive SNMPv1 or v2 requests, instead of trying to set the community prefix to a null value, disable community based access. With community based access disabled, WebLogic Server ignores the community prefix value. |
| I32 wlssnmpAgentDeploymentDeploymentOrder | 1.3.6.1.4.1.140.625.1040.1.15 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| OCT wlssnmpAgentDeploymentEnabled | 1.3.6.1.4.1.140.625.1040.1.10 | OCTET STRING | read-only | Specifies whether this SNMP agent is enabled. |
| wlssnmpAgentDeploymentEntry | 1.3.6.1.4.1.140.625.1040.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wlssnmpAgentDeploymentIndex | 1.3.6.1.4.1.140.625.1040.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wlssnmpAgentDeploymentInformEnabled | 1.3.6.1.4.1.140.625.1040.1.12 | OCTET STRING | read-only | Configures this SNMP agent to send notifications as an INFORM instead of a TRAP. Requires you to specify the agent's SNMPTrapVersion as SNMPv2 or SNMPv3. When an agent sends an INFORM notification, it waits for a confirmation response from the SNMP manager. If it does not receive a response, it resends the INFORM notification. |
| I32 wlssnmpAgentDeploymentInformRetryInterval | 1.3.6.1.4.1.140.625.1040.1.14 | Integer32 | read-only | The number of milliseconds that this SNMP agent will wait for a response to an INFORM notification. If the agent does not receive a response within the specified interval, it will resend the notification. |
| C64 wlssnmpAgentDeploymentLocalizedKeyCacheInvalidationInterval | 1.3.6.1.4.1.140.625.1040.1.9 | Counter64 | read-only | The number of milliseconds after which WebLogic Server invalidates its cache of SNMP security keys. Setting a high value creates a risk that users whose credentials have been removed can still access SNMP data. An SNMP security key is an encrypted version of an SNMP agent's engine ID and an authentication password or privacy password. WebLogic Server generates one security key for each entry that you create in the SNMP credential map. When a WebLogic Server SNMP agent receives an SNMPv3 request, it compares the key that is in the request with its WebLogic Server keys. If it finds a match, it processes the request. The SNMP agent also encodes these keys in its responses and notifications. (You configure which keys are encoded when you create a trap destination.) Instead of regenerating the keys for each SNMPv3 communication, WebLogic Server caches the keys. To make sure that the cache contains the latest set of SNMP credentials, WebLogic Server periodically invalidates the cache. After the cache is invalidated, the next time an SNMP agent requests credentials, WebLogic Server regenerates the cache. Note that making a change to the credential map does not automatically update the cache. Instead, the cache is updated only after it has been invalidated. For example, if you update a privacy password in an existing entry in the SNMP credential map, the SNMP agent is not aware of the new password until the key cache is invalidated and regenerated. An SNMP user with the old security password can still access WebLogic Server data until the cache is invalidated. You can invalidate a key immediately instead of waiting for this invalidation interval to expire. |
| I32 wlssnmpAgentDeploymentMasterAgentXPort | 1.3.6.1.4.1.140.625.1040.1.17 | Integer32 | read-only | The port that this SNMP agent uses to communicate with its subagents. The agent uses subagents to provide access to custom MBeans (MBeans that you create and register) and to other BEA software components. WebLogic Server SNMP agents do not enable users to register their own subagents. |
| I32 wlssnmpAgentDeploymentMaxInformRetryCount | 1.3.6.1.4.1.140.625.1040.1.19 | Integer32 | read-only | The maximum number of times that this SNMP agent will resend INFORM notifications for which it has not received a response. |
| OCT wlssnmpAgentDeploymentName | 1.3.6.1.4.1.140.625.1040.1.11 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wlssnmpAgentDeploymentObjectName | 1.3.6.1.4.1.140.625.1040.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT wlssnmpAgentDeploymentPrivacyProtocol | 1.3.6.1.4.1.140.625.1040.1.16 | OCTET STRING | read-only | The protocol that this SNMP agent uses to encrypt and unencrypt messages. Applicable only with SNMPv3. Requires you to also use an authentication protocol. To use this protocol when sending responses or notifications, you must also configure the security level of your trap destinations. If you do not choose a privacy protocol, then communication between this agent and managers can be viewed (but not altered) by unauthorized users. |
| OCT wlssnmpAgentDeploymentSendAutomaticTrapsEnabled | 1.3.6.1.4.1.140.625.1040.1.13 | OCTET STRING | read-only | Specifies whether this SNMP agent sends automatically generated notifications to SNMP managers. The SNMP agent generates automatic notifications when any of the following events occur: The WebLogic Server instance that is hosting the SNMP agent starts. This type of notification (coldStart) has no variable bindings. A server instance starts or stops. An SNMP agent on a Managed Server generates these notifications only when its host Managed Server starts or stops. An SNMP agent on an Administration Server generates these notifications when any server in the domain starts or stops. These notification types (serverStart and serverShutdown) contain variable bindings to identify the server that started or stopped and the time at which the notification was generated. |
| OCT wlssnmpAgentDeploymentSNMPAccessForUserMBeansEnabled | 1.3.6.1.4.1.140.625.1040.1.8 | OCTET STRING | read-only | Configures this SNMP agent to provide read-only access to MBean types that you have created and registered (custom MBeans). If you enable this access, when you register a custom MBean in a WebLogic Server MBeanServer, this SNMP agent dynamically updates a runtime MIB module that WebLogic Server maintains for custom MBeans. For each custom MBean type, WebLogic Server adds a table to the MIB module. For each instance of the custom MBean, it adds a table row. While WebLogic Server does not persist the MIB as a file or other data structure, the OIDs in the MIB remain constant across server sessions. The MIB module for custom MBeans is managed by a subAgent. Its master agent is this WebLogic Server SNMP agent and it communicates with the master agent through the AgentX port. |
| OCT wlssnmpAgentDeploymentSNMPEngineId | 1.3.6.1.4.1.140.625.1040.1.7 | OCTET STRING | read-only | An identifier for this SNMP agent that is unique amongst all other SNMP agents in the current WebLogic Server domain. If you use SNMPv3 to send messages to this SNMP agent, you must specify the SNMP engine ID when you configure the SNMP manager. For an SNMP agent on an Administration Server, the default value is the name of the WebLogic Server domain. For an agent on a Managed Server, the default is the name of the server. |
| I32 wlssnmpAgentDeploymentSNMPPort | 1.3.6.1.4.1.140.625.1040.1.6 | Integer32 | read-only | The port on which you want this SNMP agent to listen for incoming requests from SNMP managers that use the UDP protocol. SNMP managers can use this port to ping the SNMP agent and request the status of specific attributes. If you target this SNMP agent to multiple server instances, and if two or more servers are running on the same computer, WebLogic Server will automatically increment this UDP port value by 1 for each agent. WebLogic Server never assigns port 162 because it is the default port that an agent uses to send notifications. In addition, if any port is already in use, WebLogic Server skips the port and assigns the next available port. For example, if you use the default value of this attribute and then target this agent to ManagedServer1 and ManagedServer2, and if both servers are running on the same computer, then the agent on ManagedServer1 will listen on UDP port 161 and the agent on ManagedServer2 will listen on UDP port 163. The incremented port number is not persisted in the domain's configuration; when WebLogic Server increments port numbers, it does so in the order in which servers are started on the same computer. If WebLogic Server re-assigns the UDP port for an SNMP agent, look in the agent's SNMPAgentRuntimeMBean to see the agent's runtime UDP port. SNMP agents can also communicate through the host server's TCP listen port (7001 by default) or through a TCP port that is configured by a custom network channel. |
| I32 wlssnmpAgentDeploymentSNMPTrapVersion | 1.3.6.1.4.1.140.625.1040.1.18 | Integer32 | read-only | The SNMP notification version that this SNMP agent generates. |
| wlssnmpAgentDeploymentTable | 1.3.6.1.4.1.140.625.1040 | not-accessible | This MBean is an SNMP agent that can be targeted to instances of WebLogic Server. With SNMP, you configure agents to gather and send data about managed resources in response to a request from managers. You can also configure agents to issue unsolicited reports to managers when they detect predefined thresholds or conditions on a managed resource. In a WebLogic Server domain, you can choose a centralized or de-centralized model for SNMP monitoring and communication: In a centralized model, you create an instance of this MBean and target it only to the Administration Server. This agent communicates with all Managed Servers in the domain. SNMP managers communicate only with the SNMP agent on the Administration Server. This model is convenient but introduces performance overhead in WebLogic Server. In addition, if the Administration Server is unavailable, you cannot monitor the domain through SNMP. In a de-centralized model, you create an instance of this MBean and target it to each Managed Server that you want to monitor. (Alternatively, you can create multiple instances of this MBean and target each instance to an individual Managed Server.) Your SNMP manager must communicate with the agents on individual Managed Servers. To support domains that were created with WebLogic Server release 9.2 and earlier, a domain also hosts a singleton SNMP agent whose scope is the entire domain (see {@link SNMPAgentMBean}). SNMPAgentMBean offers the same features as an instance of this MBean (SNMPAgentDeploymentMBean) that you have targeted as described in the centralized model above. However, the underlying implementation of SNMPAgentMBean is different and it will eventually be deprecated. SNMPAgentMBean is overridden if you target an instance of this MBean to the Administration Server. | |
| OCT wlssnmpAgentDeploymentType | 1.3.6.1.4.1.140.625.1040.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 wlssnmpAgentRuntimeAttributeChangeTrapCount | 1.3.6.1.4.1.140.625.1340.1.13 | Counter64 | read-only | The number of attribute change notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started. |
| C64 wlssnmpAgentRuntimeCounterMonitorTrapCount | 1.3.6.1.4.1.140.625.1340.1.16 | Counter64 | read-only | The number of counter monitor notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started. |
| wlssnmpAgentRuntimeEntry | 1.3.6.1.4.1.140.625.1340.1 | not-accessible | Generated SNMP Table Entry. | |
| I32 wlssnmpAgentRuntimeFailedAuthenticationCount | 1.3.6.1.4.1.140.625.1340.1.15 | Integer32 | read-only | The number of requests that this agent has rejected because of incorrect user credentials. |
| I32 wlssnmpAgentRuntimeFailedAuthorizationCount | 1.3.6.1.4.1.140.625.1340.1.6 | Integer32 | read-only | The number of requests that this agent has rejected because an authenticated user does not have sufficient privileges to view the requested information. You use the WebLogic Server security realm to assign privileges to users. |
| I32 wlssnmpAgentRuntimeFailedEncryptionCount | 1.3.6.1.4.1.140.625.1340.1.18 | Integer32 | read-only | The number of requests that this agent has rejected because of incorrect privacy (encryption) credentials |
| C64 wlssnmpAgentRuntimeGaugeMonitorTrapCount | 1.3.6.1.4.1.140.625.1340.1.11 | Counter64 | read-only | The number of gauge monitor notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started. |
| OCT wlssnmpAgentRuntimeIndex | 1.3.6.1.4.1.140.625.1340.1.1 | OCTET STRING | not-accessible | Index column |
| C64 wlssnmpAgentRuntimeLogMessageTrapCount | 1.3.6.1.4.1.140.625.1340.1.5 | Counter64 | read-only | The number of log message notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started. |
| I32 wlssnmpAgentRuntimeMasterAgentXPort | 1.3.6.1.4.1.140.625.1340.1.10 | Integer32 | read-only | The port that this SNMP agent uses to communicate with subagents. The agent uses subagents to provide access to custom MBeans (MBeans that you create and register) and to other BEA software components. WebLogic Server SNMP agents do not enable users to register their own subagents. |
| C64 wlssnmpAgentRuntimeMonitorTrapCount | 1.3.6.1.4.1.140.625.1340.1.9 | Counter64 | read-only | The total number of all notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started. |
| OCT wlssnmpAgentRuntimeName | 1.3.6.1.4.1.140.625.1340.1.17 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wlssnmpAgentRuntimeObjectName | 1.3.6.1.4.1.140.625.1340.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT wlssnmpAgentRuntimeRunning | 1.3.6.1.4.1.140.625.1340.1.7 | OCTET STRING | read-only | Indicates whether this SNMP agent is running. |
| C64 wlssnmpAgentRuntimeServerStartTrapCount | 1.3.6.1.4.1.140.625.1340.1.14 | Counter64 | read-only | The number of serverStart notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started. |
| C64 wlssnmpAgentRuntimeServerStopTrapCount | 1.3.6.1.4.1.140.625.1340.1.12 | Counter64 | read-only | The number of serverShutdown notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started. |
| OCT wlssnmpAgentRuntimeSNMPAgentName | 1.3.6.1.4.1.140.625.1340.1.19 | OCTET STRING | read-only | |
| C64 wlssnmpAgentRuntimeStringMonitorTrapCount | 1.3.6.1.4.1.140.625.1340.1.8 | Counter64 | read-only | The number of string monitor notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started. |
| wlssnmpAgentRuntimeTable | 1.3.6.1.4.1.140.625.1340 | not-accessible | Runtime information for an SNMP agent that is running in the current WebLogic Server domain. | |
| OCT wlssnmpAgentRuntimeType | 1.3.6.1.4.1.140.625.1340.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 wlssnmpAgentRuntimeUDPListenPort | 1.3.6.1.4.1.140.625.1340.1.4 | Integer32 | read-only | The UDP port on which this SNMP agent is listening for incoming requests from SNMP managers. SNMP agents can also communicate through the host server's TCP listen port (7001 by default) or through a TCP port that is configured by a custom network channel. |
| OCT wlssnmpAttributeChangeAttributeMBeanName | 1.3.6.1.4.1.140.625.1045.1.5 | OCTET STRING | read-only | The name of the MBean instance that you want to monitor. If you leave the name undefined, WebLogic Server monitors all instances of the MBean type that you specify in Monitored MBean Type. Do not enter the full JMX object name of the MBean instance. Instead, enter only the value that you provided when you created the instance. To create unique MBean object names, WebLogic Server encodes several name-value pairs into each object name. One of these pairs is Name=name, and this is the value that you enter for MBean Name. For example: 'MedRec:Name=MedRecServer, Type=ServerRuntime' In the previous example, specify MedRecServer as the name of the MBean instance. |
| OCT wlssnmpAttributeChangeAttributeMBeanType | 1.3.6.1.4.1.140.625.1045.1.6 | OCTET STRING | read-only | The MBean type that defines the attribute you want to monitor. Do not include the MBean suffix. For example, specify Server to monitor a ServerMBean. WebLogic Server does not support using Attribute Change notifications to monitor run-time attributes. Runtime MBeans always include the word Runtime in their names. For example, the ServerRuntime MBean provides access to runtime attributes while the Server MBean provides access to configuration attributes. To monitor changes in an MBean that includes Runtime in its name, use a String Monitor, Gauge Monitor, or Counter Monitor. |
| OCT wlssnmpAttributeChangeAttributeName | 1.3.6.1.4.1.140.625.1045.1.4 | OCTET STRING | read-only | The name of the attribute that you want to monitor. This attribute must be in the WebLogic Server MIB. |
| wlssnmpAttributeChangeEntry | 1.3.6.1.4.1.140.625.1045.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wlssnmpAttributeChangeIndex | 1.3.6.1.4.1.140.625.1045.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wlssnmpAttributeChangeName | 1.3.6.1.4.1.140.625.1045.1.7 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wlssnmpAttributeChangeObjectName | 1.3.6.1.4.1.140.625.1045.1.2 | OCTET STRING | read-only | ObjectName column |
| wlssnmpAttributeChangeTable | 1.3.6.1.4.1.140.625.1045 | not-accessible | This class describes the settings to receive MBean-attribute change notification. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT wlssnmpAttributeChangeType | 1.3.6.1.4.1.140.625.1045.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wlssnmpCounterMonitorEntry | 1.3.6.1.4.1.140.625.1050.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wlssnmpCounterMonitorIndex | 1.3.6.1.4.1.140.625.1050.1.1 | OCTET STRING | not-accessible | Index column |
| I32 wlssnmpCounterMonitorModulus | 1.3.6.1.4.1.140.625.1050.1.7 | Integer32 | read-only | An integer value to be subtracted from the threshold value when the threshold value is crossed. If Modulus is 0, a notification is generated each time the agent polls the monitored attribute and its value still exceeds or equals the threshold value. If Modulus is larger than 0, the value of the modulus is subtracted from the threshold each time the threshold is crossed. |
| OCT wlssnmpCounterMonitorMonitoredAttributeName | 1.3.6.1.4.1.140.625.1050.1.4 | OCTET STRING | read-only | The name of an MBean attribute to monitor. This attribute must be in the WebLogic Server MIB. |
| OCT wlssnmpCounterMonitorMonitoredMBeanName | 1.3.6.1.4.1.140.625.1050.1.11 | OCTET STRING | read-only | The name of the MBean instance that you want to monitor. If you leave the name undefined, WebLogic Server monitors all instances of the MBean type that you specify in Monitored MBean Type. If you target SNMP agents to individual Managed Servers, make sure that the MBean instance you specify is active on the Managed Servers you have targeted. For example, if you specify MServer1 as the name of a ServerRuntimeMBean instance, this monitor will only function if you target an SNMP agent either to the Administration Server or to a Managed Server named MServer1. Do not enter the full JMX object name of the MBean instance. Instead, enter only the value of the object name's Name=name name-value pair. To create unique MBean object names, WebLogic Server encodes several name-value pairs into each object name. One of these pairs is Name=name. For example: 'MedRec:Name=MedRecServer, Type=ServerRuntime' In the previous example, specify MedRecServer as the name of the MBean instance. |
| OCT wlssnmpCounterMonitorMonitoredMBeanType | 1.3.6.1.4.1.140.625.1050.1.5 | OCTET STRING | read-only | The MBean type that defines the attribute you want to monitor. Do not include the MBean suffix. For example, ServerRuntime. |
| OCT wlssnmpCounterMonitorName | 1.3.6.1.4.1.140.625.1050.1.8 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wlssnmpCounterMonitorObjectName | 1.3.6.1.4.1.140.625.1050.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 wlssnmpCounterMonitorOffset | 1.3.6.1.4.1.140.625.1050.1.6 | Integer32 | read-only | An integer value to be added to the threshold value each time the observed value equals or exceeds the threshold. |
| I32 wlssnmpCounterMonitorPollingInterval | 1.3.6.1.4.1.140.625.1050.1.9 | Integer32 | read-only | The frequency (in seconds) that WebLogic Server checks the attribute value. |
| wlssnmpCounterMonitorTable | 1.3.6.1.4.1.140.625.1050 | not-accessible | This class describes the criteria for a Counter-based Monitor. A notification will be generated when this criteria is satisfied. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| I32 wlssnmpCounterMonitorThreshold | 1.3.6.1.4.1.140.625.1050.1.10 | Integer32 | read-only | Specifies a value that triggers the Counter Monitor to generate a notification. The monitor generates a notification the first time the observed value transitions from below the threshold to at or above the threshold. While the observed value remains at or above the threshold, the Counter Monitor does not generate additional notifications. If the observed value falls below the threshold and then later equals or exceeds the threshold, the Counter Monitor does not generate an additional notification. You can specify an offset value to cause this threshold value to increase each time the observed value equals or exceeds the threshold. The first time the observed value equals or exceeds the new threshold value, this monitor generates a notification and adds the offset value to the new threshold value. For example, if you set Threshold to 1000 and Offset to 2000, when the observed attribute equals or exceeds 1000, the Counter Monitor sends a notification and increases the threshold to 3000. When the observed attribute equals or exceeds 3000, the Counter Monitor sends a notification and increases the threshold again to 5000. |
| OCT wlssnmpCounterMonitorType | 1.3.6.1.4.1.140.625.1050.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wlssnmpGaugeMonitorEntry | 1.3.6.1.4.1.140.625.1055.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wlssnmpGaugeMonitorIndex | 1.3.6.1.4.1.140.625.1055.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wlssnmpGaugeMonitorMonitoredAttributeName | 1.3.6.1.4.1.140.625.1055.1.5 | OCTET STRING | read-only | The name of an MBean attribute to monitor. This attribute must be in the WebLogic Server MIB. |
| OCT wlssnmpGaugeMonitorMonitoredMBeanName | 1.3.6.1.4.1.140.625.1055.1.10 | OCTET STRING | read-only | The name of the MBean instance that you want to monitor. If you leave the name undefined, WebLogic Server monitors all instances of the MBean type that you specify in Monitored MBean Type. If you target SNMP agents to individual Managed Servers, make sure that the MBean instance you specify is active on the Managed Servers you have targeted. For example, if you specify MServer1 as the name of a ServerRuntimeMBean instance, this monitor will only function if you target an SNMP agent either to the Administration Server or to a Managed Server named MServer1. Do not enter the full JMX object name of the MBean instance. Instead, enter only the value of the object name's Name=name name-value pair. To create unique MBean object names, WebLogic Server encodes several name-value pairs into each object name. One of these pairs is Name=name. For example: 'MedRec:Name=MedRecServer, Type=ServerRuntime' In the previous example, specify MedRecServer as the name of the MBean instance. |
| OCT wlssnmpGaugeMonitorMonitoredMBeanType | 1.3.6.1.4.1.140.625.1055.1.7 | OCTET STRING | read-only | The MBean type that defines the attribute you want to monitor. Do not include the MBean suffix. For example, ServerRuntime. |
| OCT wlssnmpGaugeMonitorName | 1.3.6.1.4.1.140.625.1055.1.8 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wlssnmpGaugeMonitorObjectName | 1.3.6.1.4.1.140.625.1055.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 wlssnmpGaugeMonitorPollingInterval | 1.3.6.1.4.1.140.625.1055.1.9 | Integer32 | read-only | The frequency (in seconds) that WebLogic Server checks the attribute value. |
| wlssnmpGaugeMonitorTable | 1.3.6.1.4.1.140.625.1055 | not-accessible | This class describes the criteria for a Gauge-based Monitor. A notification will be generated when this criteria is satisfied. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| I32 wlssnmpGaugeMonitorThresholdHigh | 1.3.6.1.4.1.140.625.1055.1.6 | Integer32 | read-only | The high threshold at which a notification should be generated. A notification is generated the first time the monitored value is equal to or greater than this value. Subsequent crossings of the high threshold value do not cause additional notifications unless the attribute value becomes equal to or less than the low threshold value. |
| I32 wlssnmpGaugeMonitorThresholdLow | 1.3.6.1.4.1.140.625.1055.1.4 | Integer32 | read-only | The low threshold at which a notification should be generated. A notification is generated the first time the monitored value is less than or equal to this value. Subsequent crossings of the low threshold value do not cause additional notifications unless the attribute value becomes equal to or greater than the high threshold value. |
| OCT wlssnmpGaugeMonitorType | 1.3.6.1.4.1.140.625.1055.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wlssnmpLogFilterEntry | 1.3.6.1.4.1.140.625.1060.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wlssnmpLogFilterIndex | 1.3.6.1.4.1.140.625.1060.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wlssnmpLogFilterMessageSubstring | 1.3.6.1.4.1.140.625.1060.1.5 | OCTET STRING | read-only | A string that is searched for in the message text. Only messages that contain the string are selected. If a string is not specified, all messages are selected. |
| OCT wlssnmpLogFilterName | 1.3.6.1.4.1.140.625.1060.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wlssnmpLogFilterObjectName | 1.3.6.1.4.1.140.625.1060.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT wlssnmpLogFilterSeverityLevel | 1.3.6.1.4.1.140.625.1060.1.4 | OCTET STRING | read-only | The minimum severity of a message that causes a WebLogic Server SNMP agent to generate a notification. |
| wlssnmpLogFilterTable | 1.3.6.1.4.1.140.625.1060 | not-accessible | This MBean represents a filter to qualify log messages which are logged to the server logfile. A message must qualify criteria specified as a filter in order to generate a notification. Multiple instances of this MBean can be defined, if needed. If there are multiple instances, a message must qualify atleast one filter to qualify for the server logfile. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT wlssnmpLogFilterType | 1.3.6.1.4.1.140.625.1060.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT wlssnmpProxyCommunity | 1.3.6.1.4.1.140.625.1065.1.9 | OCTET STRING | read-only | The community name to be passed on for all SNMPv1 requests to this proxied SNMP agent. If you specify a security name for this proxied agent, the WebLogic SNMP agent ignores this community name. Instead, the agent encodes the security name in an SNMPv3 request and forwards the SNMPv3 request to this proxied agent. |
| wlssnmpProxyEntry | 1.3.6.1.4.1.140.625.1065.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wlssnmpProxyIndex | 1.3.6.1.4.1.140.625.1065.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wlssnmpProxyName | 1.3.6.1.4.1.140.625.1065.1.10 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wlssnmpProxyObjectName | 1.3.6.1.4.1.140.625.1065.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT wlssnmpProxyOidRoot | 1.3.6.1.4.1.140.625.1065.1.8 | OCTET STRING | read-only | The root of the object identifier (OID) tree that this proxied SNMP agent controls. |
| I32 wlssnmpProxyPort | 1.3.6.1.4.1.140.625.1065.1.6 | Integer32 | read-only | The port number on which this proxied SNMP agent is listening. |
| OCT wlssnmpProxySecurityLevel | 1.3.6.1.4.1.140.625.1065.1.7 | OCTET STRING | read-only | The security level that the proxied SNMP agent expects for the specified security name. |
| OCT wlssnmpProxySecurityName | 1.3.6.1.4.1.140.625.1065.1.5 | OCTET STRING | read-only | The user name on whose behalf the WebLogic SNMP agent forwards v3 requests. If not specified, the request is forwarded as a v1 request. If you specify a security name, you must also specify a security level that is equal to or lower than the security level that is configured for communication between the WebLogic SNMP agent and SNMP managers. For example, if the WebLogic SNMP agent requires incoming SNMPv3 requests to use the authentication protocol but no privacy protocol, the security level for this proxy must be either Authentication Only or None. Note that if you want to use the authorization or privacy protocols, you must configure credential mapping in the WebLogic Server security realm. The WebLogic SNMP agent cannot forward or pass through the credentials that are contained in SNMPv3 requests from SNMP managers. Instead, the agent authenticates and performs other security operations on incoming requests, and then constructs a new request to forward to a proxied agent. |
| wlssnmpProxyTable | 1.3.6.1.4.1.140.625.1065 | not-accessible | This MBean represents an SNMP agent that is proxied by a WebLogic Server SNMP agent. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| C64 wlssnmpProxyTimeout | 1.3.6.1.4.1.140.625.1065.1.4 | Counter64 | read-only | The number of milliseconds that the WebLogic Server SNMP agent waits for a response to requests that it forwards to this proxy agent. If the interval elapses without a response, the WebLogic SNMP agent sends an error to the requesting manager. |
| OCT wlssnmpProxyType | 1.3.6.1.4.1.140.625.1065.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wlssnmpStringMonitorEntry | 1.3.6.1.4.1.140.625.1070.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wlssnmpStringMonitorIndex | 1.3.6.1.4.1.140.625.1070.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wlssnmpStringMonitorMonitoredAttributeName | 1.3.6.1.4.1.140.625.1070.1.4 | OCTET STRING | read-only | The name of an MBean attribute to monitor. This attribute must be in the WebLogic Server MIB. |
| OCT wlssnmpStringMonitorMonitoredMBeanName | 1.3.6.1.4.1.140.625.1070.1.11 | OCTET STRING | read-only | The name of the MBean instance that you want to monitor. If you leave the name undefined, WebLogic Server monitors all instances of the MBean type that you specify in Monitored MBean Type. If you target SNMP agents to individual Managed Servers, make sure that the MBean instance you specify is active on the Managed Servers you have targeted. For example, if you specify MServer1 as the name of a ServerRuntimeMBean instance, this monitor will only function if you target an SNMP agent either to the Administration Server or to a Managed Server named MServer1. Do not enter the full JMX object name of the MBean instance. Instead, enter only the value of the object name's Name=name name-value pair. To create unique MBean object names, WebLogic Server encodes several name-value pairs into each object name. One of these pairs is Name=name. For example: 'MedRec:Name=MedRecServer, Type=ServerRuntime' In the previous example, specify MedRecServer as the name of the MBean instance. |
| OCT wlssnmpStringMonitorMonitoredMBeanType | 1.3.6.1.4.1.140.625.1070.1.5 | OCTET STRING | read-only | The MBean type that defines the attribute you want to monitor. Do not include the MBean suffix. For example, ServerRuntime. |
| OCT wlssnmpStringMonitorName | 1.3.6.1.4.1.140.625.1070.1.9 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wlssnmpStringMonitorNotifyDiffer | 1.3.6.1.4.1.140.625.1070.1.6 | OCTET STRING | read-only | Generates a notification if the value of the monitored attribute and the value of String to Compare are different. |
| OCT wlssnmpStringMonitorNotifyMatch | 1.3.6.1.4.1.140.625.1070.1.7 | OCTET STRING | read-only | Generates a notification if the value of the monitored attribute and the value of String to Compare are the same. |
| OCT wlssnmpStringMonitorObjectName | 1.3.6.1.4.1.140.625.1070.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 wlssnmpStringMonitorPollingInterval | 1.3.6.1.4.1.140.625.1070.1.10 | Integer32 | read-only | The frequency (in seconds) that WebLogic Server checks the attribute value. |
| OCT wlssnmpStringMonitorStringToCompare | 1.3.6.1.4.1.140.625.1070.1.8 | OCTET STRING | read-only | The string against which the value of the monitored attribute will be compared. A notification is generated when the criteria specified by Notify Match or Notify Differ is satisfied. |
| wlssnmpStringMonitorTable | 1.3.6.1.4.1.140.625.1070 | not-accessible | This class describes the criteria for a String-based Monitor. A notification is generated when this criteria is satisfied. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT wlssnmpStringMonitorType | 1.3.6.1.4.1.140.625.1070.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT wlssnmpTrapDestinationCommunity | 1.3.6.1.4.1.140.625.1075.1.8 | OCTET STRING | read-only | The password (community name) that a WebLogic Server SNMP agent sends to the SNMP manager when the agent generates SNMPv1 or SNMPv2 notifications. The community name that you enter in this trap destination must match the name that the SNMP manager defines. |
| wlssnmpTrapDestinationEntry | 1.3.6.1.4.1.140.625.1075.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wlssnmpTrapDestinationHost | 1.3.6.1.4.1.140.625.1075.1.4 | OCTET STRING | read-only | The DNS name or IP address of the computer on which the SNMP manager is running. The WebLogic SNMP agent sends trap notifications to the host and port that you specify. |
| OCT wlssnmpTrapDestinationIndex | 1.3.6.1.4.1.140.625.1075.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wlssnmpTrapDestinationName | 1.3.6.1.4.1.140.625.1075.1.9 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wlssnmpTrapDestinationObjectName | 1.3.6.1.4.1.140.625.1075.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 wlssnmpTrapDestinationPort | 1.3.6.1.4.1.140.625.1075.1.6 | Integer32 | read-only | The UDP port on which the SNMP manager is listening. |
| OCT wlssnmpTrapDestinationSecurityLevel | 1.3.6.1.4.1.140.625.1075.1.7 | OCTET STRING | read-only | Specifies the security protocols that the SNMP agent uses when sending SNMPv3 responses or notifications to the SNMP manager that this trap destination represents. Requires you to specify a security name for this trap destination. |
| OCT wlssnmpTrapDestinationSecurityName | 1.3.6.1.4.1.140.625.1075.1.5 | OCTET STRING | read-only | Specifies the user name that the WebLogic Server SNMP agent encodes into SNMPv3 responses or notifications. Requires you to create a credential map for this user name in the WebLogic Server security realm. The credential map contains an authentication password and an optional privacy password for this user. The user name and passwords must match the credentials required by the SNMP manager that this trap destination represents. |
| wlssnmpTrapDestinationTable | 1.3.6.1.4.1.140.625.1075 | not-accessible | This MBean describes a destination to which an SNMP agent sends SNMP TRAP and INFORM notifications. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT wlssnmpTrapDestinationType | 1.3.6.1.4.1.140.625.1075.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| NTF wlsWatchNotification | 1.3.6.1.4.1.140.625.0.85 | This trap is generated when a watch rule evaluates to true. | ||
| I32 workManagerDeploymentOrder | 1.3.6.1.4.1.140.625.1195.1.4 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| workManagerEntry | 1.3.6.1.4.1.140.625.1195.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT workManagerIgnoreStuckThreads | 1.3.6.1.4.1.140.625.1195.1.5 | OCTET STRING | read-only | Specifies whether this Work Manager ignores 'stuck' threads. Normally stuck threads will cause the associated WorkManager to take some action: either switching the application to admin mode, shutting down the server or shutting down the Work Manager. If this flag is set then no thread in this Work Manager is ever considered stuck. |
| OCT workManagerIndex | 1.3.6.1.4.1.140.625.1195.1.1 | OCTET STRING | not-accessible | Index column |
| OCT workManagerName | 1.3.6.1.4.1.140.625.1195.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT workManagerObjectName | 1.3.6.1.4.1.140.625.1195.1.2 | OCTET STRING | read-only | ObjectName column |
| STR workManagerRuntimeApplicationName | 1.3.6.1.4.1.140.625.368.1.25 | DisplayString | read-only | Returns the name of the application this WorkManager is associated with. |
| C64 workManagerRuntimeCompletedRequests | 1.3.6.1.4.1.140.625.368.1.40 | Counter64 | read-only | Returns the number of requests that have been processed. |
| workManagerRuntimeEntry | 1.3.6.1.4.1.140.625.368.1 | not-accessible | Entry of workManagerRuntimeTable | |
| STR workManagerRuntimeIndex | 1.3.6.1.4.1.140.625.368.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR workManagerRuntimeModuleName | 1.3.6.1.4.1.140.625.368.1.30 | DisplayString | read-only | Returns the name of the module this WorkManager is associated with. |
| STR workManagerRuntimeName | 1.3.6.1.4.1.140.625.368.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR workManagerRuntimeObjectName | 1.3.6.1.4.1.140.625.368.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR workManagerRuntimeParent | 1.3.6.1.4.1.140.625.368.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT workManagerRuntimePendingRequests | 1.3.6.1.4.1.140.625.368.1.35 | INTEGER | read-only | Returns the number of waiting requests in the queue. |
| INT workManagerRuntimeStuckThreadCount | 1.3.6.1.4.1.140.625.368.1.41 | INTEGER | read-only | The number of thread that are considers stuck on the basis of any stuck thread constraints. |
| workManagerRuntimeTable | 1.3.6.1.4.1.140.625.368 | not-accessible | Presents Runtime information for the WorkManager Runtime. | |
| STR workManagerRuntimeType | 1.3.6.1.4.1.140.625.368.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| workManagerShutdownTriggerEntry | 1.3.6.1.4.1.140.625.1200.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT workManagerShutdownTriggerIndex | 1.3.6.1.4.1.140.625.1200.1.1 | OCTET STRING | not-accessible | Index column |
| I32 workManagerShutdownTriggerMaxStuckThreadTime | 1.3.6.1.4.1.140.625.1200.1.4 | Integer32 | read-only | Time after which a executing thread is declared as stuck. |
| OCT workManagerShutdownTriggerName | 1.3.6.1.4.1.140.625.1200.1.6 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT workManagerShutdownTriggerObjectName | 1.3.6.1.4.1.140.625.1200.1.2 | OCTET STRING | read-only | ObjectName column |
| I32 workManagerShutdownTriggerStuckThreadCount | 1.3.6.1.4.1.140.625.1200.1.5 | Integer32 | read-only | Number of stuck threads after which the WorkManager is shutdown |
| workManagerShutdownTriggerTable | 1.3.6.1.4.1.140.625.1200 | not-accessible | This MBean is used to configure the trigger that shuts down the WorkManager. The trigger specifies the number of threads that need to be stuck for a certain amount of time for the trigger to shutdown the WorkManager automatically. A shutdown WorkManager refuses new work and completes pending work. | |
| OCT workManagerShutdownTriggerType | 1.3.6.1.4.1.140.625.1200.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| workManagerTable | 1.3.6.1.4.1.140.625.1195 | not-accessible | Configuration MBean representing WorkManager parameters. A WorkManager configuration can have a RequestClass(FairShare, ResponseTime, ContextBased), MinThreadsConstraint, MaxThreadsConstraint, Capacity and ShutdownTrigger. All these are optional and need to be configured as needed. An empty WorkManager without configuration gets its own default fair share. The default fair share value is 50. | |
| OCT workManagerType | 1.3.6.1.4.1.140.625.1195.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wseeHandlerRuntimeEntry | 1.3.6.1.4.1.140.625.1490.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wseeHandlerRuntimeIndex | 1.3.6.1.4.1.140.625.1490.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wseeHandlerRuntimeName | 1.3.6.1.4.1.140.625.1490.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wseeHandlerRuntimeObjectName | 1.3.6.1.4.1.140.625.1490.1.2 | OCTET STRING | read-only | ObjectName column |
| wseeHandlerRuntimeTable | 1.3.6.1.4.1.140.625.1490 | not-accessible | Provides runtime information about a SOAP message handler that has been associated with a Web Service. SOAP message handlers are used to intercept both the inbound (request) and outbound (response) SOAP messages so that extra processing can be done on the messages. Programmers specify SOAP message handlers for a Web Service using the @SOAPMessageHandlers and @HandlerChain JWS annotations. | |
| OCT wseeHandlerRuntimeType | 1.3.6.1.4.1.140.625.1490.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 wseeOperationRuntimeDispatchTimeAverage | 1.3.6.1.4.1.140.625.1495.1.9 | Counter64 | read-only | Specifies the average dispatch time for the current measurement period. Dispatch time refer to the time for WebLogic Server to process the invocation. The measurement period typically starts when WebLogic Server was first started. |
| C64 wseeOperationRuntimeDispatchTimeHigh | 1.3.6.1.4.1.140.625.1495.1.16 | Counter64 | read-only | Specifies the longest dispatch time for the current measurement period. Dispatch time refer to the time for WebLogic Server to process the invocation. The measurement period typically starts when WebLogic Server was first started. |
| C64 wseeOperationRuntimeDispatchTimeLow | 1.3.6.1.4.1.140.625.1495.1.5 | Counter64 | read-only | Specifies the lowest dispatch time for the current measurement period. Dispatch time refer to the time for WebLogic Server to process the invocation. The measurement period typically starts when WebLogic Server was first started. |
| C64 wseeOperationRuntimeDispatchTimeTotal | 1.3.6.1.4.1.140.625.1495.1.6 | Counter64 | read-only | Specifies the total time for all dispatches of this operation in the current measurement period. Dispatches refer to the time for WebLogic Server to process the invocation. The measurement period typically starts when WebLogic Server was first started. |
| wseeOperationRuntimeEntry | 1.3.6.1.4.1.140.625.1495.1 | not-accessible | Generated SNMP Table Entry. | |
| C64 wseeOperationRuntimeExecutionTimeAverage | 1.3.6.1.4.1.140.625.1495.1.17 | Counter64 | read-only | Specifies the average execution time of this operation. |
| C64 wseeOperationRuntimeExecutionTimeHigh | 1.3.6.1.4.1.140.625.1495.1.14 | Counter64 | read-only | Specifies the longest execution time of this operation. |
| C64 wseeOperationRuntimeExecutionTimeLow | 1.3.6.1.4.1.140.625.1495.1.11 | Counter64 | read-only | Specifies the lowest execution time of this operation. |
| C64 wseeOperationRuntimeExecutionTimeTotal | 1.3.6.1.4.1.140.625.1495.1.15 | Counter64 | read-only | Specifies the total time for all executions of this operation. |
| OCT wseeOperationRuntimeIndex | 1.3.6.1.4.1.140.625.1495.1.1 | OCTET STRING | not-accessible | Index column |
| I32 wseeOperationRuntimeInvocationCount | 1.3.6.1.4.1.140.625.1495.1.18 | Integer32 | read-only | Specifies the total number of times that this operation has been invoked in the current measurement period. The measurement period typically starts when WebLogic Server was first started. |
| OCT wseeOperationRuntimeName | 1.3.6.1.4.1.140.625.1495.1.20 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wseeOperationRuntimeObjectName | 1.3.6.1.4.1.140.625.1495.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT wseeOperationRuntimeOperationName | 1.3.6.1.4.1.140.625.1495.1.12 | OCTET STRING | read-only | Specifies the name of the operation for which runtime information is being provided. |
| I32 wseeOperationRuntimeResponseCount | 1.3.6.1.4.1.140.625.1495.1.8 | Integer32 | read-only | Specifies the total number of responses generated from invocations of this operation. |
| I32 wseeOperationRuntimeResponseErrorCount | 1.3.6.1.4.1.140.625.1495.1.10 | Integer32 | read-only | Specifies the total number of errors from responses generated from invocations of this operation. |
| C64 wseeOperationRuntimeResponseTimeAverage | 1.3.6.1.4.1.140.625.1495.1.13 | Counter64 | read-only | Specifies the average response time from the responses generated from invocations of this operation. |
| C64 wseeOperationRuntimeResponseTimeHigh | 1.3.6.1.4.1.140.625.1495.1.4 | Counter64 | read-only | Specifies the longest response time from the responses generated from invocations of this operation. |
| C64 wseeOperationRuntimeResponseTimeLow | 1.3.6.1.4.1.140.625.1495.1.7 | Counter64 | read-only | Specifies the lowest response time from the responses generated from invocations of this operation. |
| C64 wseeOperationRuntimeResponseTimeTotal | 1.3.6.1.4.1.140.625.1495.1.19 | Counter64 | read-only | Specifies the total time for all responses generated from invocations of this operation. |
| wseeOperationRuntimeTable | 1.3.6.1.4.1.140.625.1495 | not-accessible | Describes the state of a particular Web Service operation, such as deployment state and runtime statistics about the execution of the operation. | |
| OCT wseeOperationRuntimeType | 1.3.6.1.4.1.140.625.1495.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wseePolicyRuntimeEntry | 1.3.6.1.4.1.140.625.1500.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wseePolicyRuntimeIndex | 1.3.6.1.4.1.140.625.1500.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wseePolicyRuntimeName | 1.3.6.1.4.1.140.625.1500.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wseePolicyRuntimeObjectName | 1.3.6.1.4.1.140.625.1500.1.2 | OCTET STRING | read-only | ObjectName column |
| wseePolicyRuntimeTable | 1.3.6.1.4.1.140.625.1500 | not-accessible | Specifies runtime information about the WS-Policy files that are available for the Web Service. Web Services can have one or more WS-Policy files associated with the endpoint itself or its operations; the WS-Policy files specify configuration options for Web Service message-level security (encryption and digital signatures) and reliable SOAP messaging. Programmers can use the @Policy JWS annotation to associate a WS-Policy file to a Web Service at development time. Administrators can also associate additional WS-Policy files at runtime. | |
| OCT wseePolicyRuntimeType | 1.3.6.1.4.1.140.625.1500.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wseePortRuntimeEntry | 1.3.6.1.4.1.140.625.1505.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wseePortRuntimeIndex | 1.3.6.1.4.1.140.625.1505.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wseePortRuntimeName | 1.3.6.1.4.1.140.625.1505.1.6 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wseePortRuntimeObjectName | 1.3.6.1.4.1.140.625.1505.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT wseePortRuntimePortName | 1.3.6.1.4.1.140.625.1505.1.4 | OCTET STRING | read-only | Specifies the name of this port. This attribute corresponds to the 'name' attribute of the 'port' element in the WSDL that describes the Web Service. Programmers specify the name of the port using the portName attribute of the |
| wseePortRuntimeTable | 1.3.6.1.4.1.140.625.1505 | not-accessible | Describes the state of a particular Web Service port. | |
| OCT wseePortRuntimeTransportProtocolType | 1.3.6.1.4.1.140.625.1505.1.5 | OCTET STRING | read-only | Specifies the transport protocol used to invoke this Web Service, such as HTTP, HTTPS, or JMS. This attribute determines the transport that is published in the endpoint address section of the WSDL of the Web Service. Programmers specify the transport by the type of @WLXXXTransport JWS annotation they specify, where XXX refers to the type of transport (HTTP, HTTPS, or JMS). Programmers can also use the WLXXXTransport child element of the jwsc Ant task to specify this attribute. |
| OCT wseePortRuntimeType | 1.3.6.1.4.1.140.625.1505.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| wseeRuntimeEntry | 1.3.6.1.4.1.140.625.1510.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wseeRuntimeImplementationType | 1.3.6.1.4.1.140.625.1510.1.5 | OCTET STRING | read-only | Specifies the implementation type of this service. The allowed values are: JAX-WS 2.0 JAX-RPC 1.1 |
| OCT wseeRuntimeIndex | 1.3.6.1.4.1.140.625.1510.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wseeRuntimeName | 1.3.6.1.4.1.140.625.1510.1.7 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wseeRuntimeObjectName | 1.3.6.1.4.1.140.625.1510.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT wseeRuntimeServiceName | 1.3.6.1.4.1.140.625.1510.1.8 | OCTET STRING | read-only | Specifies the name of this service. This attribute corresponds to the 'name' attribute of the 'service' element in the WSDL that describes the Web Service. It is specified at development time using the serviceName attribute of the @WebService JWS annotation. |
| wseeRuntimeTable | 1.3.6.1.4.1.140.625.1510 | not-accessible | Encapsulates runtime information about a particular Web Service. | |
| OCT wseeRuntimeType | 1.3.6.1.4.1.140.625.1510.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| OCT wseeRuntimeURI | 1.3.6.1.4.1.140.625.1510.1.6 | OCTET STRING | read-only | Specifies the URI of this Web Service. This attribute corresponds to the final part of the endpoint address in the WSDL that describes the Web Services. It is specified at development time using the contextPath and serviceURI attributes of the |
| OCT wseeRuntimeWebserviceDescriptionName | 1.3.6.1.4.1.140.625.1510.1.4 | OCTET STRING | read-only | webservice description name for this webservice |
| INT wsReliableDeliveryPolicyDefaultRetryCount | 1.3.6.1.4.1.140.625.827.1.21 | INTEGER | read-only | Generated Object. |
| INT wsReliableDeliveryPolicyDefaultRetryInterval | 1.3.6.1.4.1.140.625.827.1.22 | INTEGER | read-only | Generated Object. |
| INT wsReliableDeliveryPolicyDefaultTimeToLive | 1.3.6.1.4.1.140.625.827.1.23 | INTEGER | read-only | Generated Object. |
| wsReliableDeliveryPolicyEntry | 1.3.6.1.4.1.140.625.827.1 | not-accessible | Entry of wsReliableDeliveryPolicyTable | |
| STR wsReliableDeliveryPolicyIndex | 1.3.6.1.4.1.140.625.827.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR wsReliableDeliveryPolicyName | 1.3.6.1.4.1.140.625.827.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wsReliableDeliveryPolicyObjectName | 1.3.6.1.4.1.140.625.827.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wsReliableDeliveryPolicyParent | 1.3.6.1.4.1.140.625.827.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| wsReliableDeliveryPolicyTable | 1.3.6.1.4.1.140.625.827 | not-accessible | This table represents a wsReliableDeliveryPolicy in the domain. | |
| STR wsReliableDeliveryPolicyType | 1.3.6.1.4.1.140.625.827.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| C64 wsrmRemoteEndpointRuntimeBytesCurrentCount | 1.3.6.1.4.1.140.625.1460.1.16 | Counter64 | read-only | Returns the current number of bytes. This number does not include the pending bytes. |
| C64 wsrmRemoteEndpointRuntimeBytesHighCount | 1.3.6.1.4.1.140.625.1460.1.14 | Counter64 | read-only | Returns the peak number of bytes since the last reset. |
| C64 wsrmRemoteEndpointRuntimeBytesPendingCount | 1.3.6.1.4.1.140.625.1460.1.23 | Counter64 | read-only | Returns the number of pending bytes. Pending bytes are over and above the current number of bytes. |
| C64 wsrmRemoteEndpointRuntimeBytesReceivedCount | 1.3.6.1.4.1.140.625.1460.1.7 | Counter64 | read-only | The number of bytes received since the last reset. |
| C64 wsrmRemoteEndpointRuntimeBytesThresholdTime | 1.3.6.1.4.1.140.625.1460.1.22 | Counter64 | read-only | Returns the amount of time in the threshold condition since the last reset. |
| C64 wsrmRemoteEndpointRuntimeConversationsCurrentCount | 1.3.6.1.4.1.140.625.1460.1.18 | Counter64 | read-only | Returns the current number of conversations |
| C64 wsrmRemoteEndpointRuntimeConversationsHighCount | 1.3.6.1.4.1.140.625.1460.1.19 | Counter64 | read-only | Returns the peak number of conversations since the last reset. |
| C64 wsrmRemoteEndpointRuntimeConversationsTotalCount | 1.3.6.1.4.1.140.625.1460.1.20 | Counter64 | read-only | Returns the total number of conversations since the last reset. |
| C64 wsrmRemoteEndpointRuntimeDowntimeHigh | 1.3.6.1.4.1.140.625.1460.1.21 | Counter64 | read-only | Specifies the longest time, in seconds, that the remote endpoint has not been available since the last reset. |
| C64 wsrmRemoteEndpointRuntimeDowntimeTotal | 1.3.6.1.4.1.140.625.1460.1.6 | Counter64 | read-only | Specifies the total time, in seconds, that the remote endpoint has not been available since the last reset. |
| OCT wsrmRemoteEndpointRuntimeEndpointType | 1.3.6.1.4.1.140.625.1460.1.8 | OCTET STRING | read-only | Specifies if the remote endpoint is a JMS or WSRM destination. |
| wsrmRemoteEndpointRuntimeEntry | 1.3.6.1.4.1.140.625.1460.1 | not-accessible | Generated SNMP Table Entry. | |
| C64 wsrmRemoteEndpointRuntimeFailedMessagesTotal | 1.3.6.1.4.1.140.625.1460.1.9 | Counter64 | read-only | Returns the total number of messages that have failed to be forwarded since the last reset. |
| OCT wsrmRemoteEndpointRuntimeIndex | 1.3.6.1.4.1.140.625.1460.1.1 | OCTET STRING | not-accessible | Index column |
| C64 wsrmRemoteEndpointRuntimeMessagesCurrentCount | 1.3.6.1.4.1.140.625.1460.1.5 | Counter64 | read-only | Returns the current number of messages. This number includes the pending messages. |
| C64 wsrmRemoteEndpointRuntimeMessagesHighCount | 1.3.6.1.4.1.140.625.1460.1.26 | Counter64 | read-only | Returns the peak number of messages since the last reset. |
| C64 wsrmRemoteEndpointRuntimeMessagesPendingCount | 1.3.6.1.4.1.140.625.1460.1.17 | Counter64 | read-only | 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. |
| C64 wsrmRemoteEndpointRuntimeMessagesReceivedCount | 1.3.6.1.4.1.140.625.1460.1.10 | Counter64 | read-only | The number of messages received since the last reset. |
| C64 wsrmRemoteEndpointRuntimeMessagesThresholdTime | 1.3.6.1.4.1.140.625.1460.1.25 | Counter64 | read-only | Returns the amount of time in the threshold condition since the last reset. |
| OCT wsrmRemoteEndpointRuntimeName | 1.3.6.1.4.1.140.625.1460.1.13 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wsrmRemoteEndpointRuntimeObjectName | 1.3.6.1.4.1.140.625.1460.1.2 | OCTET STRING | read-only | ObjectName column |
| OCT wsrmRemoteEndpointRuntimeOperationState | 1.3.6.1.4.1.140.625.1460.1.27 | OCTET STRING | read-only | Specifies the state of the most recent ExireAll operation. |
| OCT wsrmRemoteEndpointRuntimePausedForForwarding | 1.3.6.1.4.1.140.625.1460.1.24 | OCTET STRING | read-only | Indicates if the remote endpoint is currently not forwarding messages. |
| OCT wsrmRemoteEndpointRuntimePausedForIncoming | 1.3.6.1.4.1.140.625.1460.1.12 | OCTET STRING | read-only | Indicates if a remote endpoint is currently not accepting new messages. |
| wsrmRemoteEndpointRuntimeTable | 1.3.6.1.4.1.140.625.1460 | not-accessible | This class is used for monitoring a WebLogic SAF remote endpoint for WebServices Reliable Messaging. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT wsrmRemoteEndpointRuntimeType | 1.3.6.1.4.1.140.625.1460.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| C64 wsrmRemoteEndpointRuntimeUptimeHigh | 1.3.6.1.4.1.140.625.1460.1.15 | Counter64 | read-only | Specifies the longest time, in seconds, that the remote endpoint has been available since the last reset. |
| C64 wsrmRemoteEndpointRuntimeUptimeTotal | 1.3.6.1.4.1.140.625.1460.1.4 | Counter64 | read-only | Specifies the total time, in seconds, that the remote endpoint has been available since the last reset. |
| OCT wsrmRemoteEndpointRuntimeURL | 1.3.6.1.4.1.140.625.1460.1.11 | OCTET STRING | read-only | The URL of the remote endpoint. |
| STR wtcExportEJBName | 1.3.6.1.4.1.140.625.810.1.25 | DisplayString | read-only | Defines the name of the local access point that exports the service. |
| wtcExportEntry | 1.3.6.1.4.1.140.625.810.1 | not-accessible | Entry of wtcExportTable | |
| STR wtcExportIndex | 1.3.6.1.4.1.140.625.810.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR wtcExportLocalAccessPoint | 1.3.6.1.4.1.140.625.810.1.30 | DisplayString | read-only | Defines the name of the local access point that exports the service. |
| STR wtcExportName | 1.3.6.1.4.1.140.625.810.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wtcExportObjectName | 1.3.6.1.4.1.140.625.810.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wtcExportParent | 1.3.6.1.4.1.140.625.810.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR wtcExportRemoteName | 1.3.6.1.4.1.140.625.810.1.35 | DisplayString | read-only | Defines the remote name of the service. If not specified, the ResourceName attribute is used. |
| STR wtcExportResourceName | 1.3.6.1.4.1.140.625.810.1.40 | DisplayString | read-only | Defines the name used to identify an exported service. |
| wtcExportTable | 1.3.6.1.4.1.140.625.810 | not-accessible | This table represents a wtcExport in the domain. | |
| STR wtcExportType | 1.3.6.1.4.1.140.625.810.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| wtcImportEntry | 1.3.6.1.4.1.140.625.815.1 | not-accessible | Entry of wtcImportTable | |
| STR wtcImportIndex | 1.3.6.1.4.1.140.625.815.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR wtcImportLocalAccessPoint | 1.3.6.1.4.1.140.625.815.1.30 | DisplayString | read-only | The certificate type used for secure communications with the wtcImport . |
| STR wtcImportName | 1.3.6.1.4.1.140.625.815.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wtcImportObjectName | 1.3.6.1.4.1.140.625.815.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wtcImportParent | 1.3.6.1.4.1.140.625.815.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR wtcImportRemoteAccessPointList | 1.3.6.1.4.1.140.625.815.1.25 | DisplayString | read-only | . |
| STR wtcImportRemoteName | 1.3.6.1.4.1.140.625.815.1.35 | DisplayString | read-only | . |
| STR wtcImportResourceName | 1.3.6.1.4.1.140.625.815.1.40 | DisplayString | read-only | The port on which wtcImport listens for connections. |
| wtcImportTable | 1.3.6.1.4.1.140.625.815 | not-accessible | This table represents a wtcImport in the domain. | |
| STR wtcImportType | 1.3.6.1.4.1.140.625.815.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR wtcLocalTuxDomAccessPoint | 1.3.6.1.4.1.140.625.817.1.25 | DisplayString | read-only | Defines a unique name within the scope of MBean types WTCLocalTuxDom and WTCRemoteTuxDom used to identify the access point or domain. |
| STR wtcLocalTuxDomAccessPointId | 1.3.6.1.4.1.140.625.817.1.30 | DisplayString | read-only | Defines the domain access point identifier. This identifier is a unique name across all local and remote domain access points. |
| C64 wtcLocalTuxDomBlockTime | 1.3.6.1.4.1.140.625.817.1.35 | Counter64 | read-only | Defines the maximum wait time (seconds) allowed for a blocking call. |
| INT wtcLocalTuxDomCmpLimit | 1.3.6.1.4.1.140.625.817.1.40 | INTEGER | read-only | Defines the compression threshold used when sending data to a remote domain. Application buffers larger than this size are compressed. |
| STR wtcLocalTuxDomConnectionPolicy | 1.3.6.1.4.1.140.625.817.1.45 | DisplayString | read-only | Defines the conditions under which a local domain tries to establish a connection to a remote domain. |
| STR wtcLocalTuxDomConnPrincipalName | 1.3.6.1.4.1.140.625.817.1.50 | DisplayString | read-only | Defines the principal name used to verify the identity of this domain when establishing a connection to another domain. |
| wtcLocalTuxDomEntry | 1.3.6.1.4.1.140.625.817.1 | not-accessible | Entry of wtcLocalTuxDomTable | |
| OCT wtcLocalTuxDomIdentityKeyStoreFileName | 1.3.6.1.4.1.140.625.817.1.93 | OCTET STRING | read-only | The path and file name of the identity keystore. The path name must either be absolute or relative to where the server was booted. The identity key store file name is only used if KeystoreLocation is 'Custom Stores'. |
| STR wtcLocalTuxDomIndex | 1.3.6.1.4.1.140.625.817.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR wtcLocalTuxDomInteroperate | 1.3.6.1.4.1.140.625.817.1.55 | DisplayString | read-only | 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. |
| INT wtcLocalTuxDomKeepAlive | 1.3.6.1.4.1.140.625.817.1.91 | INTEGER | read-only | Return value tells whether this local Tuxedo access point is configured with Application Level Keep Alive, and it maximum idle time value before wait timer start ticking. |
| INT wtcLocalTuxDomKeepAliveWait | 1.3.6.1.4.1.140.625.817.1.89 | INTEGER | read-only | Return value that tells whether this local Tuxedo access point requires the acknowledgement of Application Level Keep Alive, and how long it will wait without receiving acknowledgement before declare the connection is inaccessable. |
| OCT wtcLocalTuxDomKeyStoresLocation | 1.3.6.1.4.1.140.625.817.1.86 | OCTET STRING | read-only | Which configuration rules should be used for finding this Local Tuxedo access point's identity and trust keystores? |
| STR wtcLocalTuxDomMaxEncryptBits | 1.3.6.1.4.1.140.625.817.1.60 | DisplayString | read-only | Defines the maximum encryption key length (in bits) used when establishing a network connection for a local domain. |
| C64 wtcLocalTuxDomMaxRetries | 1.3.6.1.4.1.140.625.817.1.65 | Counter64 | read-only | 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. |
| STR wtcLocalTuxDomMinEncryptBits | 1.3.6.1.4.1.140.625.817.1.70 | DisplayString | read-only | Defines the minimum encryption key length (in bits) used when establishing a network connection for a local domain. |
| STR wtcLocalTuxDomName | 1.3.6.1.4.1.140.625.817.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wtcLocalTuxDomNWAddr | 1.3.6.1.4.1.140.625.817.1.75 | DisplayString | read-only | Defines the network address of the local domain gateway. Specify the TCP/IP address in one of the following formats |
| STR wtcLocalTuxDomObjectName | 1.3.6.1.4.1.140.625.817.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wtcLocalTuxDomParent | 1.3.6.1.4.1.140.625.817.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT wtcLocalTuxDomPrivateKeyAlias | 1.3.6.1.4.1.140.625.817.1.92 | OCTET STRING | read-only | The string alias used to store and retrieve the Local Tuxedo access point's private key in the keystore. This private key is associated with the Local Tuxedo access point's digital certificate. |
| C64 wtcLocalTuxDomRetryInterval | 1.3.6.1.4.1.140.625.817.1.80 | Counter64 | read-only | 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. |
| STR wtcLocalTuxDomSecurity | 1.3.6.1.4.1.140.625.817.1.85 | DisplayString | read-only | Defines the type of application security enforced. |
| INT wtcLocalTuxDomSSLRenegotiation | 1.3.6.1.4.1.140.625.817.1.87 | INTEGER | read-only | The amount of time between session re-negotiations when the SSL protocol is in use. Range of values: Between 0 and a positive 32-bit integer. |
| wtcLocalTuxDomTable | 1.3.6.1.4.1.140.625.817 | not-accessible | This table represents a wtcLocalTuxDom in the domain. | |
| OCT wtcLocalTuxDomTrustKeyStoreFileName | 1.3.6.1.4.1.140.625.817.1.90 | OCTET STRING | read-only | The path and file name of the trust keystore. The path name must either be absolute or relative to where the server was booted. This file name is only used if KeyStores is 'Custom Stores'. |
| STR wtcLocalTuxDomType | 1.3.6.1.4.1.140.625.817.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT wtcLocalTuxDomUseSSL | 1.3.6.1.4.1.140.625.817.1.88 | OCTET STRING | read-only | Return value that tells whether connection performed or out of or accepted from this Local Tuxedo access point will use SSL on top of its transport layer. |
| wtcPasswordEntry | 1.3.6.1.4.1.140.625.829.1 | not-accessible | Entry of wtcPasswordTable | |
| STR wtcPasswordIndex | 1.3.6.1.4.1.140.625.829.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR wtcPasswordLocalAccessPoint | 1.3.6.1.4.1.140.625.829.1.21 | DisplayString | read-only | Generated Object. |
| OCT wtcPasswordLocalPassword | 1.3.6.1.4.1.140.625.829.1.26 | OCTET STRING | read-only | The local password used to authenticate connections between the local access point and the remote access point. Note: This password is used to authenticate connections between the local Tuxedo access point identified by LocalAccessPoint and the remote Tuxedo access point identified by RemoteAccessPoint. |
| OCT wtcPasswordLocalPasswordIV | 1.3.6.1.4.1.140.625.829.1.25 | OCTET STRING | read-only | The initialization vector used to encrypt the local password. |
| STR wtcPasswordName | 1.3.6.1.4.1.140.625.829.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wtcPasswordObjectName | 1.3.6.1.4.1.140.625.829.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wtcPasswordParent | 1.3.6.1.4.1.140.625.829.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR wtcPasswordRemoteAccessPoint | 1.3.6.1.4.1.140.625.829.1.22 | DisplayString | read-only | Generated Object. |
| OCT wtcPasswordRemotePassword | 1.3.6.1.4.1.140.625.829.1.23 | OCTET STRING | read-only | The remote password used to authenticate connections between the local access point and remote access point. Note: This password is used to authenticate connections between the local Tuxedo access point identified by LocalAccessPoint and the remote Tuxedo access point identified by RemoteAccessPoint. |
| OCT wtcPasswordRemotePasswordIV | 1.3.6.1.4.1.140.625.829.1.24 | OCTET STRING | read-only | The initialization vector used to encrypt the remote password. |
| wtcPasswordTable | 1.3.6.1.4.1.140.625.829 | not-accessible | This table represents a wtcPassword in the domain. | |
| STR wtcPasswordType | 1.3.6.1.4.1.140.625.829.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR wtcRemoteTuxDomAccessPoint | 1.3.6.1.4.1.140.625.820.1.25 | DisplayString | read-only | Defines a unique name within the scope of MBean types WTCLocalTuxDom and WTCRemoteTuxDom used to identify the access point or domain. |
| STR wtcRemoteTuxDomAccessPointId | 1.3.6.1.4.1.140.625.820.1.30 | DisplayString | read-only | Defines the domain access point identifier. This identifier is unique across all local and remote domain access points. |
| STR wtcRemoteTuxDomAclPolicy | 1.3.6.1.4.1.140.625.820.1.35 | DisplayString | read-only | Defines the inbound access control list (ACL) policy toward requests from a remote domain. |
| OCT wtcRemoteTuxDomAllowAnonymous | 1.3.6.1.4.1.140.625.820.1.114 | OCTET STRING | read-only | Specifies whether the anonymous user is allowed to access remote Tuxedo services. Note: If the anonymous user is allowed to access Tuxedo, the default AppKey will be used for TpUsrFile and LDAP AppKey plug-ins. Interaction with the Custom AppKey plug-in depends on the design of the Custom AppKey generator. |
| OCT wtcRemoteTuxDomAppKey | 1.3.6.1.4.1.140.625.820.1.119 | OCTET STRING | read-only | Specifies the type of AppKey plug-in used. The allowed values are: TpUsrFile - TpUsrFile is the default plug-in. It uses an imported Tuxedo TPUSR file to provide user security information. Previous releases of WebLogic Tuxedo Connector support this option. LDAP - The LDAP plug-in utilizes an embedded LDAP server to provide user security information. The user record must define the Tuxedo UID and GID information in the description field. This functionality is not supported in previous releases of WebLogic Tuxedo Connector. Custom - The Custom plug-in provides the ability to write your own AppKey generator class to provide the security information required by Tuxedo. This functionality is not supported in previous releases of WebLogic Tuxedo Connector. |
| INT wtcRemoteTuxDomCmpLimit | 1.3.6.1.4.1.140.625.820.1.40 | INTEGER | read-only | Defines the compression threshold used when sending data to a remote domain. Application buffers larger than this size are compressed. |
| STR wtcRemoteTuxDomConnectionPolicy | 1.3.6.1.4.1.140.625.820.1.45 | DisplayString | read-only | Defines the conditions under which a local domain tries to establish a connection to a remote domain. |
| STR wtcRemoteTuxDomConnPrincipalName | 1.3.6.1.4.1.140.625.820.1.50 | DisplayString | read-only | Defines the principal name used to verify the identity of this domain when establishing a connection to another domain. |
| STR wtcRemoteTuxDomCredentialPolicy | 1.3.6.1.4.1.140.625.820.1.55 | DisplayString | read-only | Defines the outbound access control list (ACL) policy toward requests to a remote domain. |
| OCT wtcRemoteTuxDomCustomAppKeyClass | 1.3.6.1.4.1.140.625.820.1.112 | OCTET STRING | read-only | The full pathname to the custom AppKey generator class. (This class is only relevant if you specify Custom as the AppKey Generator.) Note: This class is loaded at runtime if the Custom AppKey generator plug-in is selected. |
| OCT wtcRemoteTuxDomCustomAppKeyClassParam | 1.3.6.1.4.1.140.625.820.1.116 | OCTET STRING | read-only | The optional parameters to be used by the custom AppKey class at the class initialization time. (This class is only relevant if you specify Custom as the AppKey Generator.) |
| INT wtcRemoteTuxDomDefaultAppKey | 1.3.6.1.4.1.140.625.820.1.111 | INTEGER | read-only | The default AppKey value to be used by the anonymous user and other users who are not defined in the user database if the plug-in allows them to access Tuxedo. Note: The TpUsrFile and LDAP plug-ins do not allow users that are not defined in user database to access Tuxedo unless Allow Anonymous is enabled. |
| wtcRemoteTuxDomEntry | 1.3.6.1.4.1.140.625.820.1 | not-accessible | Entry of wtcRemoteTuxDomTable | |
| STR wtcRemoteTuxDomFederationName | 1.3.6.1.4.1.140.625.820.1.100 | DisplayString | read-only | Defines the context at which to federate to a foreign name service. |
| STR wtcRemoteTuxDomFederationURL | 1.3.6.1.4.1.140.625.820.1.105 | DisplayString | read-only | Defines the URL for a foreign name service that is federated into JNDI. |
| STR wtcRemoteTuxDomIndex | 1.3.6.1.4.1.140.625.820.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT wtcRemoteTuxDomKeepAlive | 1.3.6.1.4.1.140.625.820.1.118 | INTEGER | read-only | Return value tells whether this local Tuxedo access point is configured with Application Level Keep Alive, and it maximum idle time value before wait timer start ticking. |
| INT wtcRemoteTuxDomKeepAliveWait | 1.3.6.1.4.1.140.625.820.1.115 | INTEGER | read-only | Return value that tells whether this local Tuxedo access point requires the acknowledgement of Application Level Keep Alive, and how long it will wait without receiving acknowledgement before declare the connection is inaccessable. |
| STR wtcRemoteTuxDomLocalAccessPoint | 1.3.6.1.4.1.140.625.820.1.110 | DisplayString | read-only | Defines the local domain name from which a remote domain is reached. |
| STR wtcRemoteTuxDomMaxEncryptBits | 1.3.6.1.4.1.140.625.820.1.60 | DisplayString | read-only | Defines the maximum encryption key length (in bits) used when establishing a network connection for a local domain. |
| C64 wtcRemoteTuxDomMaxRetries | 1.3.6.1.4.1.140.625.820.1.65 | Counter64 | read-only | 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. |
| STR wtcRemoteTuxDomMinEncryptBits | 1.3.6.1.4.1.140.625.820.1.70 | DisplayString | read-only | Defines the minimum encryption key length (in bits) used when establishing a network connection for a local domain. |
| STR wtcRemoteTuxDomName | 1.3.6.1.4.1.140.625.820.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wtcRemoteTuxDomNWAddr | 1.3.6.1.4.1.140.625.820.1.75 | DisplayString | read-only | Defines the network address of the local domain gateway. |
| STR wtcRemoteTuxDomObjectName | 1.3.6.1.4.1.140.625.820.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wtcRemoteTuxDomParent | 1.3.6.1.4.1.140.625.820.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| C64 wtcRemoteTuxDomRetryInterval | 1.3.6.1.4.1.140.625.820.1.80 | Counter64 | read-only | Defines the number of seconds between automatic attempts to establish a connection to remote domain access points. |
| wtcRemoteTuxDomTable | 1.3.6.1.4.1.140.625.820 | not-accessible | This table represents a wtcRemoteTuxDom in the domain. | |
| STR wtcRemoteTuxDomTpUsrFile | 1.3.6.1.4.1.140.625.820.1.85 | DisplayString | read-only | Defines the full path to user password file containing uid/gid information. |
| OCT wtcRemoteTuxDomTuxedoGidKw | 1.3.6.1.4.1.140.625.820.1.113 | OCTET STRING | read-only | The keyword for Tuxedo GID (Group ID) used in the WlsUser when using the Tuxedo migration utility tpmigldap. (This field is only relevant if you specify LDAP as the AppKey Generator.) Note: The keyword is used to find Tuxedo GID in the user record in the embedded LDAP database. |
| OCT wtcRemoteTuxDomTuxedoUidKw | 1.3.6.1.4.1.140.625.820.1.117 | OCTET STRING | read-only | The keyword for Tuxedo UID (User ID) used in the WlsUser when using the Tuxedo migration utility tpmigldap. (This keyword is only relevant if you specify LDAP as the AppKey Generator.) Note: The keyword is used to find Tuxedo UID in the user record in the embedded LDAP database. |
| STR wtcRemoteTuxDomType | 1.3.6.1.4.1.140.625.820.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| OCT wtcResourcesAppPassword | 1.3.6.1.4.1.140.625.831.1.26 | OCTET STRING | read-only | The application password as returned from the genpasswd utility. Note: This Tuxedo application password is the encrypted password used to authenticate connections. |
| OCT wtcResourcesAppPasswordIV | 1.3.6.1.4.1.140.625.831.1.29 | OCTET STRING | read-only | The initialization vector used to encrypt the AppPassword. Note: This value is returned from the genpasswd utility with the AppPassword. |
| wtcResourcesEntry | 1.3.6.1.4.1.140.625.831.1 | not-accessible | Entry of wtcResourcesTable | |
| STR wtcResourcesFldTbl16Classes | 1.3.6.1.4.1.140.625.831.1.21 | DisplayString | read-only | Generated Object. |
| STR wtcResourcesFldTbl32Classes | 1.3.6.1.4.1.140.625.831.1.22 | DisplayString | read-only | Generated Object. |
| STR wtcResourcesIndex | 1.3.6.1.4.1.140.625.831.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| OCT wtcResourcesMBEncodingMapFile | 1.3.6.1.4.1.140.625.831.1.28 | OCTET STRING | read-only | The encoding name map file between Java and Tuxedo MBSTRING. |
| STR wtcResourcesName | 1.3.6.1.4.1.140.625.831.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wtcResourcesObjectName | 1.3.6.1.4.1.140.625.831.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wtcResourcesParent | 1.3.6.1.4.1.140.625.831.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| OCT wtcResourcesRemoteMBEncoding | 1.3.6.1.4.1.140.625.831.1.27 | OCTET STRING | read-only | The default encoding name of sending MBSTRING data. |
| wtcResourcesTable | 1.3.6.1.4.1.140.625.831 | not-accessible | This table represents a wtcResources in the domain. | |
| STR wtcResourcesTpUsrFile | 1.3.6.1.4.1.140.625.831.1.23 | DisplayString | read-only | Generated Object. |
| STR wtcResourcesType | 1.3.6.1.4.1.140.625.831.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR wtcResourcesViewTbl16Classes | 1.3.6.1.4.1.140.625.831.1.24 | DisplayString | read-only | Generated Object. |
| STR wtcResourcesViewTbl32Classes | 1.3.6.1.4.1.140.625.831.1.25 | DisplayString | read-only | Generated Object. |
| wtcRuntimeEntry | 1.3.6.1.4.1.140.625.1465.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wtcRuntimeIndex | 1.3.6.1.4.1.140.625.1465.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wtcRuntimeName | 1.3.6.1.4.1.140.625.1465.1.4 | OCTET STRING | read-only | The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. |
| OCT wtcRuntimeObjectName | 1.3.6.1.4.1.140.625.1465.1.2 | OCTET STRING | read-only | ObjectName column |
| wtcRuntimeTable | 1.3.6.1.4.1.140.625.1465 | not-accessible | This class is used to 1. query, stop, and start WTC connections. 2. query, suspend, and resume WTC imported and exported services. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT wtcRuntimeType | 1.3.6.1.4.1.140.625.1465.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| I32 wtcServerDeploymentOrder | 1.3.6.1.4.1.140.625.1150.1.5 | Integer32 | read-only | A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes. Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters. |
| wtcServerEntry | 1.3.6.1.4.1.140.625.1150.1 | not-accessible | Generated SNMP Table Entry. | |
| OCT wtcServerIndex | 1.3.6.1.4.1.140.625.1150.1.1 | OCTET STRING | not-accessible | Index column |
| OCT wtcServerName | 1.3.6.1.4.1.140.625.1150.1.4 | OCTET STRING | read-only | The user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectName: Name=user-specified-name |
| OCT wtcServerObjectName | 1.3.6.1.4.1.140.625.1150.1.2 | OCTET STRING | read-only | ObjectName column |
| wtcServerTable | 1.3.6.1.4.1.140.625.1150 | not-accessible | This MBean defines a WTC Server. Deprecation of MBeanHome and Type-Safe Interfaces This is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see 'Developing Manageable Applications with JMX' on http://edocs.bea.com. | |
| OCT wtcServerType | 1.3.6.1.4.1.140.625.1150.1.3 | OCTET STRING | read-only | Returns the type of the MBean. |
| STR wtctBridgeGlobalAllowNonStandardTypes | 1.3.6.1.4.1.140.625.805.1.25 | DisplayString | read-only | 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). |
| STR wtctBridgeGlobalDefaultReplyDeliveryMode | 1.3.6.1.4.1.140.625.805.1.30 | DisplayString | read-only | Defines the reply delivery mode to associate with a message when placing messages onto the target location |
| STR wtctBridgeGlobalDeliveryModeOverride | 1.3.6.1.4.1.140.625.805.1.35 | DisplayString | read-only | Defines the delivery mode to use when placing messages onto the target location. |
| wtctBridgeGlobalEntry | 1.3.6.1.4.1.140.625.805.1 | not-accessible | Entry of wtctBridgeGlobalTable | |
| STR wtctBridgeGlobalIndex | 1.3.6.1.4.1.140.625.805.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR wtctBridgeGlobalJmsFactory | 1.3.6.1.4.1.140.625.805.1.40 | DisplayString | read-only | Defines the name of the JMS connection factory. |
| STR wtctBridgeGlobalJmsToTuxPriorityMap | 1.3.6.1.4.1.140.625.805.1.45 | DisplayString | read-only | Defines the mapping of priorities from JMS to Tuxedo. |
| STR wtctBridgeGlobalJndiFactory | 1.3.6.1.4.1.140.625.805.1.50 | DisplayString | read-only | Defines the name of the JNDI lookup factory. |
| STR wtctBridgeGlobalName | 1.3.6.1.4.1.140.625.805.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wtctBridgeGlobalObjectName | 1.3.6.1.4.1.140.625.805.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wtctBridgeGlobalParent | 1.3.6.1.4.1.140.625.805.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| INT wtctBridgeGlobalRetries | 1.3.6.1.4.1.140.625.805.1.55 | INTEGER | read-only | Defines the number of attempts to redirect a message before putting the message in the specified error location and logging an error. |
| INT wtctBridgeGlobalRetryDelay | 1.3.6.1.4.1.140.625.805.1.60 | INTEGER | read-only | 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. |
| wtctBridgeGlobalTable | 1.3.6.1.4.1.140.625.805 | not-accessible | This table represents a wtctBridgeGlobal in the domain. | |
| INT wtctBridgeGlobalTimeout | 1.3.6.1.4.1.140.625.805.1.65 | INTEGER | read-only | 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. |
| STR wtctBridgeGlobalTransactional | 1.3.6.1.4.1.140.625.805.1.70 | DisplayString | read-only | Defines a flag that specifies the use of transactions when retrieving messages from a source location and when placing messages on a target location. |
| STR wtctBridgeGlobalTuxErrorQueue | 1.3.6.1.4.1.140.625.805.1.75 | DisplayString | read-only | 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. |
| STR wtctBridgeGlobalTuxFactory | 1.3.6.1.4.1.140.625.805.1.80 | DisplayString | read-only | Defines the name of the Tuxedo connection factory. |
| STR wtctBridgeGlobalTuxToJmsPriorityMap | 1.3.6.1.4.1.140.625.805.1.85 | DisplayString | read-only | Defines the mapping of priorities to map from Tuxedo to JMS. |
| STR wtctBridgeGlobalType | 1.3.6.1.4.1.140.625.805.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR wtctBridgeGlobalUserId | 1.3.6.1.4.1.140.625.805.1.90 | DisplayString | read-only | Defines a user identity for all messages handled by the tBridge for ACL checks when security is configured. |
| STR wtctBridgeGlobalWlsErrorDestination | 1.3.6.1.4.1.140.625.805.1.95 | DisplayString | read-only | Defines the name of the location used to store WebLogic Server JMS messages when a message cannot be redirected. |
| STR wtctBridgeRedirectDirection | 1.3.6.1.4.1.140.625.825.1.25 | DisplayString | read-only | 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 | 1.3.6.1.4.1.140.625.825.1 | not-accessible | Entry of wtctBridgeRedirectTable | |
| STR wtctBridgeRedirectIndex | 1.3.6.1.4.1.140.625.825.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR wtctBridgeRedirectMetaDataFile | 1.3.6.1.4.1.140.625.825.1.30 | DisplayString | read-only | Defines the name of the metadataFile URL used to passed to the call WLXT. |
| STR wtctBridgeRedirectName | 1.3.6.1.4.1.140.625.825.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR wtctBridgeRedirectObjectName | 1.3.6.1.4.1.140.625.825.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR wtctBridgeRedirectParent | 1.3.6.1.4.1.140.625.825.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR wtctBridgeRedirectReplyQ | 1.3.6.1.4.1.140.625.825.1.35 | DisplayString | read-only | Defines the name of the JMS queue used specifically for synchronous calls to a TUXEDO service. The response is returned to the JMS ReplyQ. |
| STR wtctBridgeRedirectSourceAccessPoint | 1.3.6.1.4.1.140.625.825.1.40 | DisplayString | read-only | Defines the name of the local or remote access point where the source is located. |
| STR wtctBridgeRedirectSourceName | 1.3.6.1.4.1.140.625.825.1.45 | DisplayString | read-only | 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. |
| STR wtctBridgeRedirectSourceQspace | 1.3.6.1.4.1.140.625.825.1.50 | DisplayString | read-only | Defines the name of the Qspace for a source location. |
| wtctBridgeRedirectTable | 1.3.6.1.4.1.140.625.825 | not-accessible | This table represents a wtctBridgeRedirect in the domain. | |
| STR wtctBridgeRedirectTargetAccessPoint | 1.3.6.1.4.1.140.625.825.1.55 | DisplayString | read-only | Defines the name of the local or remote access point where the target is located. |
| STR wtctBridgeRedirectTargetName | 1.3.6.1.4.1.140.625.825.1.60 | DisplayString | read-only | Defines a target queue or service. Specify a JMS queue name, a TUXEDO queue name, or the name of a TUXEDO service. |
| STR wtctBridgeRedirectTargetQspace | 1.3.6.1.4.1.140.625.825.1.65 | DisplayString | read-only | Defines the name of the Qspace for a target location. |
| STR wtctBridgeRedirectTranslateFML | 1.3.6.1.4.1.140.625.825.1.70 | DisplayString | read-only | Defines the type of XMl/FML translation. |
| STR wtctBridgeRedirectType | 1.3.6.1.4.1.140.625.825.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT xmlEntityCacheCacheDiskSize | 1.3.6.1.4.1.140.625.794.1.30 | INTEGER | read-only | The disk size in MBytes of the cache. |
| OCT xmlEntityCacheCacheLocation | 1.3.6.1.4.1.140.625.794.1.36 | OCTET STRING | read-only | Provides the path name for the persistent cache files. |
| INT xmlEntityCacheCacheMemorySize | 1.3.6.1.4.1.140.625.794.1.25 | INTEGER | read-only | The memory size in KBytes of the cache. |
| INT xmlEntityCacheCacheTimeoutInterval | 1.3.6.1.4.1.140.625.794.1.35 | INTEGER | read-only | Return the default timeout interval in seconds for the cache. |
| xmlEntityCacheEntry | 1.3.6.1.4.1.140.625.794.1 | not-accessible | Entry of XmlEntityCacheTable | |
| STR xmlEntityCacheIndex | 1.3.6.1.4.1.140.625.794.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| INT xmlEntityCacheMaxSize | 1.3.6.1.4.1.140.625.794.1.37 | INTEGER | read-only | Provides the maximum number of entries that can be stored in the cache at any given time. |
| STR xmlEntityCacheName | 1.3.6.1.4.1.140.625.794.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR xmlEntityCacheObjectName | 1.3.6.1.4.1.140.625.794.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR xmlEntityCacheParent | 1.3.6.1.4.1.140.625.794.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| xmlEntityCacheTable | 1.3.6.1.4.1.140.625.794 | not-accessible | Configures the behavior of JAXP (Java API for XML Parsing) in the server. | |
| STR xmlEntityCacheType | 1.3.6.1.4.1.140.625.794.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| INT xmlEntitySpecRegistryCacheTimeoutInterval | 1.3.6.1.4.1.140.625.796.1.45 | INTEGER | read-only | Return the default timeout interval in seconds for the cache. ???delgation |
| STR xmlEntitySpecRegistryEntityURI | 1.3.6.1.4.1.140.625.796.1.35 | DisplayString | read-only | Return the location of a local copy of an external entity (e.g., a DTD) that is associated with this registry entry. |
| xmlEntitySpecRegistryEntry | 1.3.6.1.4.1.140.625.796.1 | not-accessible | Entry of XmlEntitySpecRegistryTable | |
| OCT xmlEntitySpecRegistryHandleEntityInvalidation | 1.3.6.1.4.1.140.625.796.1.46 | OCTET STRING | read-only | Whether cached DTD/schema is invalidated when parsing error is encountered. |
| STR xmlEntitySpecRegistryIndex | 1.3.6.1.4.1.140.625.796.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR xmlEntitySpecRegistryName | 1.3.6.1.4.1.140.625.796.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR xmlEntitySpecRegistryObjectName | 1.3.6.1.4.1.140.625.796.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR xmlEntitySpecRegistryParent | 1.3.6.1.4.1.140.625.796.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR xmlEntitySpecRegistryPublicId | 1.3.6.1.4.1.140.625.796.1.25 | DisplayString | read-only | The public id of the document type represented by this registry entry. |
| STR xmlEntitySpecRegistrySystemId | 1.3.6.1.4.1.140.625.796.1.30 | DisplayString | read-only | The system id of the document type represented by this registry entry. |
| xmlEntitySpecRegistryTable | 1.3.6.1.4.1.140.625.796 | not-accessible | 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. | |
| STR xmlEntitySpecRegistryType | 1.3.6.1.4.1.140.625.796.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR xmlEntitySpecRegistryWhenToCache | 1.3.6.1.4.1.140.625.796.1.40 | DisplayString | read-only | whether to cache this item as soon as possible or wait until it is referenced. |
| STR xmlParserSelectRegistryDocumentBuilderFactory | 1.3.6.1.4.1.140.625.798.1.40 | DisplayString | read-only | Return the class name of the DocumentBuilderFactory that is associated with the registry entry. |
| xmlParserSelectRegistryEntry | 1.3.6.1.4.1.140.625.798.1 | not-accessible | Entry of XmlParserSelectRegistryTable | |
| STR xmlParserSelectRegistryIndex | 1.3.6.1.4.1.140.625.798.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR xmlParserSelectRegistryName | 1.3.6.1.4.1.140.625.798.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR xmlParserSelectRegistryObjectName | 1.3.6.1.4.1.140.625.798.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR xmlParserSelectRegistryParent | 1.3.6.1.4.1.140.625.798.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR xmlParserSelectRegistryPublicId | 1.3.6.1.4.1.140.625.798.1.25 | DisplayString | read-only | The public id of the document type represented by this registry entry. |
| STR xmlParserSelectRegistryRootElementTag | 1.3.6.1.4.1.140.625.798.1.35 | DisplayString | read-only | The tag name of the document root element of the document type represented by this registry entry. |
| STR xmlParserSelectRegistrySAXParserFactory | 1.3.6.1.4.1.140.625.798.1.45 | DisplayString | read-only | Return the class name of the SAXParserFactory that is associated with the registry entry. |
| STR xmlParserSelectRegistrySystemId | 1.3.6.1.4.1.140.625.798.1.30 | DisplayString | read-only | The system id of the document type represented by this registry entry. |
| xmlParserSelectRegistryTable | 1.3.6.1.4.1.140.625.798 | not-accessible | 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. | |
| STR xmlParserSelectRegistryTransformerFactory | 1.3.6.1.4.1.140.625.798.1.50 | DisplayString | read-only | Return the class name of the default TransformerFactory. |
| STR xmlParserSelectRegistryType | 1.3.6.1.4.1.140.625.798.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR xmlRegistryDocumentBuilderFactory | 1.3.6.1.4.1.140.625.800.1.40 | DisplayString | read-only | Return the class name of the DocumentBuilderFactory that is associated with the registry entry. |
| STR xmlRegistryEntitySpecRegistryEntries | 1.3.6.1.4.1.140.625.800.1.35 | DisplayString | read-only | Return the set of EntitySpec registry entries. |
| xmlRegistryEntry | 1.3.6.1.4.1.140.625.800.1 | not-accessible | Entry of XmlRegistryTable | |
| OCT xmlRegistryHandleEntityInvalidation | 1.3.6.1.4.1.140.625.800.1.56 | OCTET STRING | read-only | Whether cached DTD/schema is invalidated when parsing error is encountered. |
| STR xmlRegistryIndex | 1.3.6.1.4.1.140.625.800.1.1 | DisplayString | read-only | Unique value directed from ObjectName which is used as table index |
| STR xmlRegistryName | 1.3.6.1.4.1.140.625.800.1.15 | DisplayString | read-only | BEA-proprietary MBean name |
| STR xmlRegistryObjectName | 1.3.6.1.4.1.140.625.800.1.5 | DisplayString | read-only | JMX-standard MBean name |
| STR xmlRegistryParent | 1.3.6.1.4.1.140.625.800.1.20 | DisplayString | read-only | BEA-proprietary Parent object's identification, with syntax : |
| STR xmlRegistryParserSelectRegistryEntries | 1.3.6.1.4.1.140.625.800.1.30 | DisplayString | read-only | Return the set of ParserSelect registry entries. |
| STR xmlRegistryRegistryEntries | 1.3.6.1.4.1.140.625.800.1.25 | DisplayString | read-only | Return the set of registry entries. |
| STR xmlRegistrySAXParserFactory | 1.3.6.1.4.1.140.625.800.1.45 | DisplayString | read-only | Return the class name of the SAXParserFactory that is associated with the registry entry. |
| xmlRegistryTable | 1.3.6.1.4.1.140.625.800 | not-accessible | Configure the behavior of JAXP (Java API for XML Parsing) in the server. | |
| STR xmlRegistryTransformerFactory | 1.3.6.1.4.1.140.625.800.1.50 | DisplayString | read-only | The class name of the default TransformerFactory. |
| STR xmlRegistryType | 1.3.6.1.4.1.140.625.800.1.10 | DisplayString | read-only | BEA-proprietary MBean type |
| STR xmlRegistryWhenToCache | 1.3.6.1.4.1.140.625.800.1.55 | DisplayString | read-only | Whether to cache items as soon as possible or wait until referenced. |
RFC description
Provides MIB support for BEA WebLogic application servers with trap definitions and monitoring objects.
Start monitoring BEA/Oracle WebLogic Server (Java EE application server) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.