2 Entities

The following sections describe the data models on which the REST resources operate. These data models describe the information exchanged in REST resources.

com.bea.wls.redef.runtime.ClassRedefinitionRuntimeMBean

This interface provides functionality to monitor the class redefinition process. It also provides methods to explicitly initiate class redefinition.

The properties of the com.bea.wls.redef.runtime.ClassRedefinitionRuntimeMBean entity are as follows:

classRedefinitionCount

Number of class redefinitions executed so far.

Type: integer/int32

Constraints: Read Only

failedClassRedefinitionCount

Number of failed redefinition operations since the application was deployed.

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

processedClassesCount

Number of classes processed since the application was deployed.

Type: integer/int32

Constraints: Read Only

totalClassRedefinitionTime

Total time spent processing classes, in nano seconds since the application was deployed.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

com.bea.wls.redef.runtime.ClassRedefinitionTaskRuntimeMBean

This interface provides functionality to monitor and control a class redefinition request.

The properties of the com.bea.wls.redef.runtime.ClassRedefinitionTaskRuntimeMBean entity are as follows:

candidateClassesCount

Estimated number of candidate classes to be redefined in the current change-list. Returns -1 if the number is not yet estimated.

Type: integer/int32

Constraints: Read Only

completed

This property indicates whether an asynchronous job has completed.

Type: boolean

description

A description of this task.

Type: string

Constraints: Read Only

endTime

This property indicates the time when the asynchronous job ended.

Type: string/date

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

parentTask

The task of which this task is a part.

A value of null indicates that this task is not a subtask.

Type: weblogic.management.runtime.TaskRuntimeMBean reference

Constraints: Read Only

processedClassesCount

Number of classes processed so far.

Type: integer/int32

Constraints: Read Only

progress

The progress of this task.

Type: string

Constraints: Read Only

running

Indicates whether the task is still running.

Type: boolean

Constraints: Read Only

startTime

This property indicates the time when an asynchronous job was started.

Type: string/date

startTimeAsLong

The time at which this task was started.

Type: integer/int64

Constraints: Read Only

systemTask

Indicates whether this task was initiated by the server versus a user.

Type: boolean

Constraints: Read Only

taskError

Returns an exception describing the error, if any, that occurred while performing this task.

Type: java.lang.Throwable

Constraints: Read Only

taskStatus

The status of this task.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

java.lang.Throwable

This entity represents errors and exceptions.

The properties of the java.lang.Throwable entity are as follows:

cause

This property contains the stack trace of errors and exceptions.

Type: java.lang.Throwable

message

This property contains the reason why the error or exception was thrown.

Type: string

java.util.Properties

This entity represents a JSONObject with a property for each property in the properties object, where the key is the property's name the value is a string containing the property's value.

weblogic.diagnostics.accessor.runtime.DataAccessRuntimeMBean

Use this interface to access the specific type of diagnostic data from an underlying log for which this instance is created.

The properties of the weblogic.diagnostics.accessor.runtime.DataAccessRuntimeMBean entity are as follows:

earliestAvailableTimestamp

The timestamp, in milliseconds, since Jan 1, 1970 AD, 00:00:00 GMT for the earliest record in the diagnostic data log.

Type: integer/int64

Constraints: Read Only

latestAvailableTimestamp

The timestamp, in milliseconds, since Jan 1, 1970 AD, 00:00:00 GMT for the newest record in the diagnostic data log.

Type: integer/int64

Constraints: Read Only

latestRecordId

The latest known record ID for the underlying archive.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

timestampAvailable

Returns true, if timestamp information is available with the underlying archive.

Type: boolean

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.health.HealthState

This entity represents the health of the services that are in a WebLogic server domain. Selected subsystems within each WebLogic Server instance monitor their health status based on criteria specific to the subsystem.

The properties of the weblogic.health.HealthState entity are as follows:

partitionName

This property indicates the partition name for which the health state is reported.

Type: string

state

This property indicates the reported state as:

  • OK - Service is healthy.

  • WARN - Service could have problems in the future

  • CRITICAL - Something must be done now to prevent service failure

  • FAILED - Service has failed and must be restarted

  • OVERLOADED - Service is functioning normally but there is too much work in it

  • UNKNOWN - Service state cannot be determined

Type: string

subsystemName

This property indicates the service for which the health state is reported.

Type: string

symptoms

This property idicates the cause ot the reported state.

Type: array of weblogic.health.Symptom

weblogic.health.Symptom

This entity represents an observation reported by a service with its health state. A symptom can be used to determine the reason for the current health state of a WebLogic server.

The properties of the weblogic.health.Symptom entity are as follows:

info

This property provides additional information about the symptom if available.

Type: string

instanceId

This property represents an identifier for the symptom.

Type: string

severity

This property indicates a low, medium, or high severity level.

Type: string

type

This property represents the cause of the symptom (low memory, network error, stuck threads, and so on).

Type: string

weblogic.management.rest.bean.model.CurrentUser

The authenticated user that is making the request.

The properties of the weblogic.management.rest.bean.model.CurrentUser entity are as follows:

partitionId

The ID of the partition where the component that is being invoked resides.

Type: string

partitionName

The human readable name of the partition ID.

Type: string

user

The login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.

Type: string

weblogic.management.rest.bean.model.Version

A Version entity describes a version of the WebLogic Server resources.

The properties of the weblogic.management.rest.bean.model.Version entity are as follows:

isLatest

True if this is the default version.

Type: boolean

lifecycle

The lifecycle of this version: active or deprecated

Type: string

version

The name of this version.

Type: string

weblogic.management.runtime.ApplicationRuntimeMBean

An application represents a Java EE enterprise application packaged in an EAR file or EAR exploded directory. The EAR file or directory contains a set of components such as WAR, EJB, and RAR connector components, each of which can be deployed on one or more targets. A target is a server or a cluster. Modules in the application can have one of the following states:

  • UNPREPARED - Indicates that none of the modules in this application are currently prepared or active.

  • PREPARED - Indicates that none of the modules in this application are currently prepared or active.

  • ACTIVATED - Indicates that at least one module in this application is currently active.

ApplicationRuntimeMBean encapsulates runtime information about a deployed enterprise application.

The properties of the weblogic.management.runtime.ApplicationRuntimeMBean entity are as follows:

activeVersionState

Specifies whether this application version is the currently active version.

An application can be the only version currently deployed, or it can have more than one version currently deployed, using the side-by-side deployment feature. If more than one version is deployed, only one version can be active. This attribute specifies the state the current application version is in.

An application can be in an INACTIVE state, which means that it has not been activated yet, or that there is more than one version of the application deployed (using side-by-side deployment) and this version is retiring.

An application can be in ACTIVE_ADMIN state, which means that it is the currently active version for administrative channel requests.

An application can be in ACTIVE state, which means that it is the currently active version for normal (non-administrative) channel requests.

Type: integer/int32

Constraints: Read Only

applicationName

The name of the application.

Type: string

Constraints: Read Only

applicationVersion

The 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.

Type: string

Constraints: Read Only

healthState

The HealthState MBean for the application.

Type: weblogic.health.HealthState

Constraints: Read Only

internal

Indicates whether this application is an internal application. Such applications are not displayed in the console or persisted in the config.xml.

Type: boolean

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

overallHealthState

The overall health of the application including that of some of the components that report health. Currently, only connector modules report health status and are the only ones considered in the overall health state of the application.

Type: weblogic.health.HealthState

Constraints: Read Only

partitionName

The application's partition.

Returns the partition to which this application is deployed.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.AuthenticatorRuntimeMBean

This class is used to monitor and manage authentication provider runtime information.

The properties of the weblogic.management.runtime.AuthenticatorRuntimeMBean entity are as follows:

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.BatchJobRepositoryRuntimeMBean

The properties of the weblogic.management.runtime.BatchJobRepositoryRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.CapacityRuntimeMBean

Monitoring information for Capacity which defines the maximum number of requests that can be enqueued by all the work managers that share it.

The properties of the weblogic.management.runtime.CapacityRuntimeMBean entity are as follows:

count

Total number of requests that can be enqueued.

Type: integer/int32

Constraints: Read Only, Has Default Value: -1

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ClassLoaderRuntimeMBean

Provides methods for retrieving runtime information about class loading

The properties of the weblogic.management.runtime.ClassLoaderRuntimeMBean entity are as follows:

afterIndexingFindClassCount

Type: integer/int64

Constraints: Read Only

afterIndexingFindClassTime

Type: integer/int64

Constraints: Read Only

afterIndexingLoadClassCount

Type: integer/int64

Constraints: Read Only

afterIndexingLoadClassTime

Type: integer/int64

Constraints: Read Only

afterIndexingResourceCount

Type: integer/int64

Constraints: Read Only

afterIndexingResourceTime

Type: integer/int64

Constraints: Read Only

beforeIndexingFindClassCount

Type: integer/int64

Constraints: Read Only

beforeIndexingFindClassTime

Type: integer/int64

Constraints: Read Only

beforeIndexingLoadClassCount

Type: integer/int64

Constraints: Read Only

beforeIndexingLoadClassTime

Type: integer/int64

Constraints: Read Only

beforeIndexingResourceCount

Type: integer/int64

Constraints: Read Only

beforeIndexingResourceTime

Type: integer/int64

Constraints: Read Only

defineClassCount

Type: integer/int64

Constraints: Read Only

defineClassTime

Type: integer/int64

Constraints: Read Only

duringIndexingFindClassCount

Type: integer/int64

Constraints: Read Only

duringIndexingFindClassTime

Type: integer/int64

Constraints: Read Only

duringIndexingLoadClassCount

Type: integer/int64

Constraints: Read Only

duringIndexingLoadClassTime

Type: integer/int64

Constraints: Read Only

duringIndexingResourceCount

Type: integer/int64

Constraints: Read Only

duringIndexingResourceTime

Type: integer/int64

Constraints: Read Only

findClassCount

Type: integer/int64

Constraints: Read Only

findClassTime

Type: integer/int64

Constraints: Read Only

indexingTime

Type: integer/int64

Constraints: Read Only

loadClassCount

Type: integer/int64

Constraints: Read Only

loadClassTime

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

parentDelegationCount

Type: integer/int64

Constraints: Read Only

parentDelegationTime

Type: integer/int64

Constraints: Read Only

resourceCount

Type: integer/int64

Constraints: Read Only

resourceTime

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.CoherenceClusterRuntimeMBean

Coherence cluster run-time information.

The properties of the weblogic.management.runtime.CoherenceClusterRuntimeMBean entity are as follows:

clusterName

The name of the Coherence cluster.

Type: string

Constraints: Read Only

clusterSize

The size of the Coherence cluster.

Type: integer/int32

Constraints: Read Only

licenseMode

The license mode for the Coherence cluster. Possible values are Evaluation, Development, or Production.

Type: string

Constraints: Read Only

members

Identifiers for the available Coherence cluster members.

Type: array of string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

version

The Coherence cluster version.

Type: string

Constraints: Read Only

weblogic.management.runtime.ComponentRuntimeMBean

Base class for all runtime mbeans that provide status of running modules.

The properties of the weblogic.management.runtime.ComponentRuntimeMBean entity are as follows:

deploymentState

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.

Type: integer/int32

Constraints: Read Only

moduleId

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.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ConcurrentManagedObjectsRuntimeMBean

Concurrent Managed Objects Runtime information for the global/domain partition or a common partition.

The properties of the weblogic.management.runtime.ConcurrentManagedObjectsRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

rejectedLongRunningRequests

The number of long-running requests that have been rejected by managed executor services and managed scheduled executor services in this partition on the current server.

Type: integer/int64

Constraints: Read Only

rejectedNewThreadRequests

The number of newThread method invocations that have been rejected by managed thread factories in this partition on the current server.

Type: integer/int64

Constraints: Read Only

runningLongRunningRequests

The number of running long-running requests submitted to managed executor services and managed scheduled executor services in this partition on the current server.

Type: integer/int32

Constraints: Read Only

runningThreadsCount

The number of running threads created by managed thread factories in this partition on the current server.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ConnectorComponentRuntimeMBean

Generates notifications about the deployment state of resource adapters. (Each resource adapter is represented by an instance of weblogic.management.configuration.ConnectorComponentMBean.)

In 2-phase deployment, if a resource adapter's state is PREPARED then it has achieved the first phase of deployment (everything is set up and all that remains is to enable a reference to the adapter). When the resource adapter is in an ACTIVATED state, it has achieved the second phase of deployment, in which applications can obtain a reference to the adapter.

A server instance creates an instance of this interface when it creates an instance of weblogic.management.configuration.ConnectorComponentMBean

The properties of the weblogic.management.runtime.ConnectorComponentRuntimeMBean entity are as follows:

EISResourceId

Returns the EISResourceId for the component.

Type: string

Constraints: Read Only

EISType

Get the EIS type.

Type: string

Constraints: Read Only

activeVersion

Return true if this version is the active version. Returns true if this resource adapter is not versioned.

Type: boolean

Constraints: Read Only

activeVersionId

Get the active version Id.

Type: string

Constraints: Read Only

componentName

Get the name of the connector component.

Type: string

Constraints: Read Only

configuration

Return the xml string representing the RA configuration. The xml corresponding to the latest schema is returned. The current supported version is "1.0"

Type: string

Constraints: Read Only

configurationVersion

Return the latest configuration version.

Type: string

Constraints: Read Only

configuredProperties

Gets a subset of the resource adapter descriptor information.

Type: java.util.Properties

Constraints: Read Only

connectionPoolCount

The number of connection pools.

Type: integer/int32

Constraints: Read Only

deploymentState

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.

Type: integer/int32

Constraints: Read Only

description

Get the Description for the resource adapter.

Type: string

Constraints: Read Only

descriptions

Get the Descriptions for the resource adapter.

Type: array of string

Constraints: Read Only

healthState

The HealthState mbean for the application.

Type: weblogic.health.HealthState

Constraints: Read Only

inboundConnectionsCount

The number of inbound connections for the resource adapter.

Type: integer/int32

Constraints: Read Only

jndiName

Get the Jndi name of the resource adapter.

Type: string

Constraints: Read Only

linkref

Get the linkref.

Type: string

Constraints: Read Only

moduleId

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.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

schema

Get the latest schema for RA configuration.

Type: string

Constraints: Read Only

specVersion

Get the spec version.

Type: string

Constraints: Read Only

state

Get the state of the resource adapter.

Type: string

Constraints: Read Only

suspendedState

Gets the suspended state information of the resource adapter.

If getState() returns SUSPENDED then getSuspendedState() returns an integer describing which functions of the resource adapter are suspended: one or more of INBOUND, OUTBOUND or WORK (or ALL) or 0 for nothing suspended

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

vendorName

Get the vendor name.

Type: string

Constraints: Read Only

version

Get the version.

Type: string

Constraints: Read Only

versionId

Get the version Id.

Type: string

Constraints: Read Only

versioned

Check if the resource adapter is versioned. Returns true if it is.

Type: boolean

Constraints: Read Only

weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean

This class is used for monitoring a WebLogic Connector Connection Pool

The properties of the weblogic.management.runtime.ConnectorConnectionPoolRuntimeMBean entity are as follows:

EISResourceId

The EISResourceId of this Connector connection pool.

Type: string

Constraints: Read Only

MCFClassName

Get the MCF class name.

Type: string

Constraints: Read Only

activeConnectionsCurrentCount

The current total active connections.

Type: integer/int32

Constraints: Read Only

activeConnectionsHighCount

The high water mark of active connections in this Connector Pool since the pool was instantiated.

Type: integer/int32

Constraints: Read Only

averageActiveUsage

The running average usage of created connections that are active in the Connector Pool since the pool was last shrunk.

Type: integer/int32

Constraints: Read Only

capacityIncrement

The initial capacity configured for this Connector connection pool.

Type: integer/int32

Constraints: Read Only

closeCount

The number of connections that were closed for the connection pool.

Type: integer/int64

Constraints: Read Only

connectionFactoryClassName

The ConnectionFactoryName of this Connector connection pool.

Type: string

Constraints: Read Only

connectionFactoryName

For 1.0 link-ref resource adapters only, the base resource adapter's connection factory name.

Type: string

Constraints: Read Only

connectionsCreatedTotalCount

The total number of Connector connections created in this Connector Pool since the pool is instantiated.

Type: integer/int32

Constraints: Read Only

connectionsDestroyedByErrorTotalCount

Return the number of connections that were destroyed because an error event was received.

Type: integer/int32

Constraints: Read Only

connectionsDestroyedByShrinkingTotalCount

Return the number of connections that were destroyed as a result of shrinking.

Type: integer/int32

Constraints: Read Only

connectionsDestroyedTotalCount

The total number of Connector connections destroyed in this Connector Pool since the pool is instantiated.

Type: integer/int32

Constraints: Read Only

connectionsMatchedTotalCount

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.

Type: integer/int32

Constraints: Read Only

connectionsRejectedTotalCount

The total number of rejected requests for a Connector connections in this Connector Pool since the pool is instantiated.

Type: integer/int32

Constraints: Read Only

connectorEisType

The EIS type of this Connector connection pool.

Type: string

Constraints: Read Only

currentCapacity

The PoolSize of this Connector connection pool.

Type: integer/int64

Constraints: Read Only

freeConnectionsCurrentCount

The current total free connections.

Type: integer/int32

Constraints: Read Only

freeConnectionsHighCount

The high water mark of free connections in this Connector Pool since the pool was instantiated.

Type: integer/int32

Constraints: Read Only

freePoolSizeHighWaterMark

The FreePoolSizeHighWaterMark of this Connector connection pool.

Type: integer/int64

Constraints: Read Only

freePoolSizeLowWaterMark

The FreePoolSizeLowWaterMark of this Connector connection pool.

Type: integer/int64

Constraints: Read Only

healthState

The HealthState mbean for the application.

Type: weblogic.health.HealthState

Constraints: Read Only

highestNumWaiters

Gets the highest number of waiters.

Type: integer/int64

Constraints: Read Only

initialCapacity

The initial capacity configured for this Connector connection pool.

Type: integer/int32

Constraints: Read Only

key

The configured Key for the Connection Factory using this Connector connection pool.

Type: string

Constraints: Read Only

lastShrinkTime

Return the last time that the pool was shrunk.

Type: integer/int64

Constraints: Read Only

logFileName

The Log File used by the Resource Adapter for this Connector connection pool.

Type: string

Constraints: Read Only

logFileStreamOpened

Gets the opened state of the log file stream represented by this instance.

Type: boolean

Constraints: Read Only

loggingEnabled

Indicates whether logging is enabled for this Connector connection pool.

Type: boolean

Constraints: Read Only

managedConnectionFactoryClassName

The ManagedConnectionFactoryName of this Connector connection pool.

Type: string

Constraints: Read Only

maxCapacity

The maximum capacity configured for this Connector connection pool.

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

numUnavailableCurrentCount

Return the number of unavailable connections.

Type: integer/int32

Constraints: Read Only

numUnavailableHighCount

Return the highest unavailable number of connections at any given time.

Type: integer/int32

Constraints: Read Only

numWaiters

Gets the current number of waiters.

Type: integer/int64

Constraints: Read Only

numWaitersCurrentCount

Return the number of waiters.

Type: integer/int32

Constraints: Read Only

poolName

The configured Logical Name for the Connection Factory using this Connector connection pool.

Type: string

Constraints: Read Only

poolSizeHighWaterMark

The PoolSizeHighWaterMark of this Connector connection pool.

Type: integer/int64

Constraints: Read Only

poolSizeLowWaterMark

The PoolSizeLowWaterMark of this Connector connection pool.

Type: integer/int64

Constraints: Read Only

proxyOn

Return a flag indicating if the proxy is on. Returns true if it is.

Type: boolean

Constraints: Read Only

recycledTotal

The total number of Connector connections that have been recycled in this Connector Pool since the pool is instantiated.

Type: integer/int32

Constraints: Read Only

runtimeTransactionSupport

The real transaction support level in use at runtime.

Type: string

Constraints: Read Only

shrinkCountDownTime

The amount of time left (in minutes) until an attempt to shrink the pool will be made.

Type: integer/int32

Constraints: Read Only

shrinkPeriodMinutes

The Shrink Period (in minutes) of this Connector connection pool.

Type: integer/int32

Constraints: Read Only

shrinkingEnabled

Specifies whether shrinking of this Connector connection pool is enabled.

Type: boolean

Constraints: Read Only

state

Get the state of the pool.

Type: string

Constraints: Read Only

testable

This indicates whether the connection pool is testable or not.

Type: boolean

Constraints: Read Only

transactionSupport

The static transaction support level, either configured in ra.xml or in @Conector annotation, for the Resource Adapter for this Connector connection pool.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ConnectorConnectionRuntimeMBean

This class is used for monitoring individual WebLogic Connector connections

The properties of the weblogic.management.runtime.ConnectorConnectionRuntimeMBean entity are as follows:

EISProductName

Returns the EISProductName associated with the ManagedConnection's MetaData

Type: string

Constraints: Read Only

EISProductVersion

Returns the EISProductVersion associated with the ManagedConnection's MetaData.

Type: string

Constraints: Read Only

activeHandlesCurrentCount

The current total active connection handles for this connection.

Type: integer/int32

Constraints: Read Only

activeHandlesHighCount

The high water mark of active connection handles for this connection since the connection was created.

Type: integer/int32

Constraints: Read Only

connectionFactoryClassName

Returns the connection factory class name.

Type: string

Constraints: Read Only

creationDurationTime

Return the time taken to create the connection.

Type: integer/int64

Constraints: Read Only

currentlyInUse

Indicates whether the connection is currently in use.

Type: boolean

Constraints: Read Only

deletable

Indicates whether the connection can be closed manually through the console.

Type: boolean

Constraints: Read Only

handlesCreatedTotalCount

The total number of connection handles created for this connection since the connection was created.

Type: integer/int32

Constraints: Read Only

inTransaction

Indicates whether the connection is currently in use in a transaction.

Type: boolean

Constraints: Read Only

managedConnectionFactoryClassName

Returns the managed connection factory class name.

Type: string

Constraints: Read Only

maxConnections

Returns the MaxConnections associated with the ManagedConnection's MetaData

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

reserveDurationTime

Get the time taken to reserve this connection.

Type: integer/int64

Constraints: Read Only

reserveTime

Return the last time the connection was reserved.

Type: integer/int64

Constraints: Read Only

shared

Indicates whether the connection is currently being shared by more than one invoker.

Type: boolean

Constraints: Read Only

transactionId

Get the Transaction ID of the transaction that this connection is being used with.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

userName

Returns the UserName associated with the ManagedConnection's MetaData

Type: string

Constraints: Read Only

weblogic.management.runtime.ConnectorInboundRuntimeMBean

This class is used for monitoring inbound connections of resource adapters.

The properties of the weblogic.management.runtime.ConnectorInboundRuntimeMBean entity are as follows:

activationSpecClass

The activation spec class.

Type: string

Constraints: Read Only

msgListenerType

The message listener type.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

state

Return the state of the Inbound connection. The values that are returned are : "Running" and "Suspended".

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ConnectorServiceRuntimeMBean

This interface defines the runtime information that can be accessed at a connector service level. Runtime information can be accessed at a per resource adapter level or at an overall level.

The properties of the weblogic.management.runtime.ConnectorServiceRuntimeMBean entity are as follows:

RACount

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 replaced by a new version )

Type: integer/int32

Constraints: Read Only

activeRACount

Returns the number of resource adapters that are active.

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ConnectorWorkManagerRuntimeMBean

This class is used for monitoring Connector Work Manager of resource adapters.

The properties of the weblogic.management.runtime.ConnectorWorkManagerRuntimeMBean entity are as follows:

activeLongRunningRequests

Return The number of current active long-running work requests.

Type: integer/int32

Constraints: Read Only

completedLongRunningRequests

The number of completed long-running work requests.

Type: integer/int32

Constraints: Read Only

maxConcurrentLongRunningRequests

The maximum number of allowed concurrent long-running work requests. New work submission will be rejected if current running long-running work requests exceed the limit.

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.EJBPoolRuntimeMBean

This interface contains accessor methods for all free pool runtime information collected for an EJB.

The properties of the weblogic.management.runtime.EJBPoolRuntimeMBean entity are as follows:

accessTotalCount

Provides a count of the total number of times an attempt was made to get an instance from the free pool.

Type: integer/int64

Constraints: Read Only

beansInUseCurrentCount

Provides a count of the number of bean instances currently being used from the free pool.

Type: integer/int32

Constraints: Read Only

destroyedTotalCount

Provides a count of the total number of times a bean instance from this pool was destroyed due to a non-application Exception being thrown from it.

Type: integer/int64

Constraints: Read Only

missTotalCount

Provides a count of 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.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

pooledBeansCurrentCount

Provides a count of the current number of available bean instances in the free pool.

Type: integer/int32

Constraints: Read Only

timeoutTotalCount

Provides a count of the total number of Threads that have timed out waiting for an available bean instance from the free pool.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

waiterCurrentCount

Provides a count of the number of Threads currently waiting for an available bean instance from the free pool.

Type: integer/int32

Constraints: Read Only

weblogic.management.runtime.EJBTimerRuntimeMBean

This interface contains accessor methods for all EJB Timer runtime information collected for an EJB.

The properties of the weblogic.management.runtime.EJBTimerRuntimeMBean entity are as follows:

activeTimerCount

Provides the current number of active timers for this EJB

Type: integer/int32

Constraints: Read Only

cancelledTimerCount

Provides the total number of timers that have been explicitly cancelled for this EJB.

Type: integer/int64

Constraints: Read Only

disabledTimerCount

Provides the current number of timers temporarily disabled for this EJB

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

timeoutCount

Provides the total number of successful timeout notifications that have been made for this EJB.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.EJBTransactionRuntimeMBean

This interface contains accessor methods for all transaction runtime information collected for an EJB.

The properties of the weblogic.management.runtime.EJBTransactionRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

transactionsCommittedTotalCount

Provides a count of the total number of transactions that have been committed for this EJB.

Type: integer/int64

Constraints: Read Only

transactionsRolledBackTotalCount

Provides a count of the total number of transactions that have been rolled back for this EJB.

Type: integer/int64

Constraints: Read Only

transactionsTimedOutTotalCount

Provides a count of the total number of transactions that have timed out for this EJB.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.FairShareConstraintRuntimeMBean

The properties of the weblogic.management.runtime.FairShareConstraintRuntimeMBean entity are as follows:

activated

Returns true if trigger was successfully executed.

Type: boolean

Constraints: Read Only

initiated

Returns true if trigger execution has begun.

Type: boolean

Constraints: Read Only

lastTimeExecuted

Return last trigger execution date and time.

Type: string/date

Constraints: Read Only

name

Return name of the Resource.

Type: string

Constraints: Read Only

recourseActionEventsHistory

Return details of trigger execution in the past.

Type: array of weblogic.management.runtime.RecourseActionEventVBean

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JDBCDataSourceRuntimeMBean

This class is used for monitoring a WebLogic JDBC Data Source and its associated connection pool.

The properties of the weblogic.management.runtime.JDBCDataSourceRuntimeMBean entity are as follows:

activeConnectionsAverageCount

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

Active connections are connections in use by an application. This value is only valid if the resource is configured to allow shrinking.

Type: integer/int32

Constraints: Read Only

activeConnectionsCurrentCount

The number of connections currently in use by applications.

Type: integer/int32

Constraints: Read Only

activeConnectionsHighCount

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

Active connections are connections in use by an application.

Type: integer/int32

Constraints: Read Only

commitOutcomeRetryTotalCount

The cumulative total number of commit outcome query retries conducted before resolving the outcome or exceeding the retry seconds in this data source since the data source was deployed.

Type: integer/int64

Constraints: Read Only

connectionDelayTime

The average amount of time, in milliseconds, that it takes to create a physical connection to the database.

The value is calculated as summary of all times to connect divided by the total number of connections.

Type: integer/int32

Constraints: Read Only

connectionsTotalCount

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

Type: integer/int32

Constraints: Read Only

currCapacity

The current count of JDBC connections in the connection pool in the data source.

Type: integer/int32

Constraints: Read Only

currCapacityHighCount

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

Type: integer/int32

Constraints: Read Only

databaseProductName

The product name of the database that this data source is connected to.

Type: string

Constraints: Read Only

databaseProductVersion

The product version of the database that this data source is connected to.

Type: string

Constraints: Read Only

deploymentState

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.

Type: integer/int32

Constraints: Read Only

driverName

The product name of the JDBC driver that this data source is configured to use.

Type: string

Constraints: Read Only

driverVersion

The version of the JDBC driver that this data source is configured to use.

Type: string

Constraints: Read Only

enabled

Indicates whether the data source is enabled or disabled:

  • true if the data source is enabled.

  • false if the data source is disabled.

Type: boolean

Constraints: Read Only

failedRepurposeCount

The number of repurpose errors that have occurred since the datasource was deployed.

Type: integer/int64

Constraints: Read Only

failedReserveRequestCount

The cumulative, running count of requests for a connection from this data source that could not be fulfilled.

Type: integer/int64

Constraints: Read Only

failuresToReconnectCount

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

Failures may occur when the database is unavailable or when the network connection to the database is interrupted.

Type: integer/int32

Constraints: Read Only

highestNumAvailable

Highest number of database connections that were idle and available to be used by an application at any time in this instance of the data source since the data source was deployed.

Type: integer/int32

Constraints: Read Only

highestNumUnavailable

Highest number of database connections that were in use by applications or being tested by the system in this instance of the data source since the data source was deployed.

Type: integer/int32

Constraints: Read Only

lastTask

Get the last datasource Task

Type: weblogic.management.runtime.JDBCDataSourceTaskRuntimeMBean reference

Constraints: Read Only

leakedConnectionCount

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()

Type: integer/int32

Constraints: Read Only

moduleId

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.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

numAvailable

The number of database connections that are currently idle and available to be used by applications in this instance of the data source.

Type: integer/int32

Constraints: Read Only

numUnavailable

The number of connections currently in use by applications or being tested in this instance of the data source.

Type: integer/int32

Constraints: Read Only

prepStmtCacheAccessCount

The cumulative, running count of the number of times that the statement cache was accessed.

Type: integer/int64

Constraints: Read Only

prepStmtCacheAddCount

The cumulative, running count of the number of statements added to the statement cache.

Each connection in the connection pool has its own cache of statements. This number is the sum of the number of statements added to the caches for all connections in the connection pool.

Type: integer/int64

Constraints: Read Only

prepStmtCacheCurrentSize

The number of prepared and callable statements currently cached in the statement cache.

Each connection in the connection pool has its own cache of statements. This number is the sum of the number of statements in the caches for all connections in the connection pool.

Type: integer/int32

Constraints: Read Only

prepStmtCacheDeleteCount

The cumulative, running count of statements discarded from the cache.

Each connection in the connection pool has its own cache of statements. This number is the sum of the number of statements that were discarded from the caches for all connections in the connection pool.

Type: integer/int64

Constraints: Read Only

prepStmtCacheHitCount

The cumulative, running count of the number of times that statements from the cache were used.

Type: integer/int32

Constraints: Read Only

prepStmtCacheMissCount

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

Type: integer/int32

Constraints: Read Only

properties

The list of properties for a data source that are passed to the JDBC driver when creating database connections.

This is a privileged operation that can only be invoked by an authorized user.

Type: java.util.Properties

Constraints: Read Only

repurposeCount

The number of times connections have been repurposed since the datasource was deployed.

Type: integer/int64

Constraints: Read Only

reserveRequestCount

The cumulative, running count of requests for a connection from this data source.

Type: integer/int64

Constraints: Read Only

resolvedAsCommittedTotalCount

The cumulative total number of commit outcomes successfully resolved as committed in this data source since the data source was deployed. This does not refer to the number of outcome query retries used to resolve the outcomes.

Type: integer/int64

Constraints: Read Only

resolvedAsNotCommittedTotalCount

The cumulative total number of commit outcomes successfully resolved as not committed in this data source since the data source was deployed. This does not refer to the number of outcome query retries used to resolve the outcomes.

Type: integer/int64

Constraints: Read Only

state

The current state of the data source.

Possible states are:

  • Running - the data source is enabled (deployed and not Suspended). This is the normal state of the data source. This state includes conditions when the database server is not available and the data source is created (creation retry must be enabled) or when all connections have failed connection tests (on creation, on reserve, or periodic testing).

  • Suspended - the data source has been disabled.

  • Shutdown - the data source is shutdown and all database connections have been closed.

  • Overloaded - all resources in pool are in use.

  • Unknown - the data source state is unknown.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

unresolvedTotalCount

The cumulative total number of commit outcomes unsuccessfully resolved in this data source since the data source was deployed. This does not refer to the number of outcome query retries used to resolve the outcomes.

Type: integer/int64

Constraints: Read Only

versionJDBCDriver

The driver class name of the JDBC driver used to create database connections.

Type: string

Constraints: Read Only

waitSecondsHighCount

The highest number of seconds that an application waited for a connection (the longest connection reserve wait time) from this instance of the connection pool since the connection pool was instantiated.

This value is updated when a completed getConnection request takes longer to return a connection than any previous request.

Type: integer/int32

Constraints: Read Only

waitingForConnectionCurrentCount

The number of connection requests waiting for a database connection.

Type: integer/int32

Constraints: Read Only

waitingForConnectionFailureTotal

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.

Waiting connection requests can fail for a variety of reasons, including waiting for longer than the ConnectionReserveTimeoutSeconds.

Type: integer/int64

Constraints: Read Only

waitingForConnectionHighCount

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

Type: integer/int32

Constraints: Read Only

waitingForConnectionSuccessTotal

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.

Type: integer/int64

Constraints: Read Only

waitingForConnectionTotal

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.

Type: integer/int64

Constraints: Read Only

weblogic.management.runtime.JDBCDataSourceTaskRuntimeMBean

The properties of the weblogic.management.runtime.JDBCDataSourceTaskRuntimeMBean entity are as follows:

completed

This property indicates whether an asynchronous job has completed.

Type: boolean

description

A description of this task.

Type: string

Constraints: Read Only

endTime

This property indicates the time when the asynchronous job ended.

Type: string/date

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

parentTask

The task of which this task is a part.

A value of null indicates that this task is not a subtask.

Type: weblogic.management.runtime.TaskRuntimeMBean reference

Constraints: Read Only

progress

The progress of this task.

Type: string

Constraints: Read Only

running

Indicates whether the task is still running.

Type: boolean

Constraints: Read Only

startTime

This property indicates the time when an asynchronous job was started.

Type: string/date

startTimeAsLong

The time at which this task was started.

Type: integer/int64

Constraints: Read Only

systemTask

Indicates whether this task was initiated by the server versus a user.

Type: boolean

Constraints: Read Only

taskError

Returns an exception describing the error, if any, that occurred while performing this task.

Type: java.lang.Throwable

Constraints: Read Only

taskStatus

The status of this task.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JDBCDriverRuntimeMBean

This class maps to a JDBCDriver JMO

The properties of the weblogic.management.runtime.JDBCDriverRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JDBCMultiDataSourceRuntimeMBean

This class is used for monitoring a WebLogic JDBC Multi Data Source and its associated data sources.

The properties of the weblogic.management.runtime.JDBCMultiDataSourceRuntimeMBean entity are as follows:

deploymentState

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.

Type: integer/int32

Constraints: Read Only

maxCapacity

The maximum capacity of this multi data source. The maximum capacity is: - Maximum capacity of first available (not suspended) data source in the list, if the multi data source is using the FAILOVER algorithm (the FailoverRequestIfBusy flag is not set). - Sum of maximum capacities of all available (not suspended) data sources, if the multi data source is using other algorithms.

Type: integer/int32

Constraints: Read Only

moduleId

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.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JDBCPartitionRuntimeMBean

Partition monitoring of WebLogic JDBC resources

The properties of the weblogic.management.runtime.JDBCPartitionRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JDBCReplayStatisticsRuntimeMBean

This class is used to get replay statics for an Oracle replay datasource aggregated across all connections in the pool.

The properties of the weblogic.management.runtime.JDBCReplayStatisticsRuntimeMBean entity are as follows:

deploymentState

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.

Type: integer/int32

Constraints: Read Only

failedReplayCount

Obtains the number of replays that failed.

When replay fails, it rethrows the original SQLRecoverableException to the application, with the reason for the failure chained to that original exception. Application can call getNextException to retrieve the reason.

Type: integer/int64

Constraints: Read Only

moduleId

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.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

replayDisablingCount

Obtains the number of times that replay is disabled. When replay is disabled in the middle of a request, the remaining calls in that request are no longer protected by AC. In case an outage strikes one of those remaining calls, no replay will be attempted, and application simply gets an SQLRecoverableException.

Type: integer/int64

Constraints: Read Only

successfulReplayCount

Obtains the number of replays that succeeded. Successful replays mask the outages from applications.

Type: integer/int64

Constraints: Read Only

totalCalls

Obtains the total number of JDBC calls executed so far.

Type: integer/int64

Constraints: Read Only

totalCallsAffectedByOutages

Obtains the number of JDBC calls affected by outages. This includes both local calls and calls that involve roundtrip(s) to the database server.

Type: integer/int64

Constraints: Read Only

totalCallsAffectedByOutagesDuringReplay

Obtains the number of JDBC calls affected by outages in the middle of replay. Outages may be cascaded and strike a call multiple times when replay is ongoing. AC automatically reattempts replay when this happens, unless it reaches the maximum retry limit.

Type: integer/int64

Constraints: Read Only

totalCallsTriggeringReplay

Obtains the number of JDBC calls that triggered replay. Not all the calls affected by an outage trigger replay, because replay can be disabled for some requests.

Type: integer/int64

Constraints: Read Only

totalCompletedRequests

Obtains the total number of completed requests so far.

Type: integer/int64

Constraints: Read Only

totalProtectedCalls

Obtains the total number of JDBC calls executed so far that are protected by AC.

Type: integer/int64

Constraints: Read Only

totalReplayAttempts

Obtains the number of replay attempts. AC automatically reattempts when replay fails, so this number may exceed the number of JDBC calls that triggered replay.

Type: integer/int64

Constraints: Read Only

totalRequests

Obtains the total number of successfully submitted requests so far.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JMSConnectionRuntimeMBean

This class is used for monitoring a WebLogic JMS connection.

The properties of the weblogic.management.runtime.JMSConnectionRuntimeMBean entity are as follows:

clientID

The client ID for this connection.

Type: string

Constraints: Read Only

clientIDPolicy

The ClientIDPolicy on this connection or durable subscriber.

Values are:

  • weblogic.management.configuration.JMSConstants.CLIENT_ID_POLICY_RESTRICTED: Only one connection that uses this policy exists in a cluster at any given time for a particular ClientID

  • weblogic.management.configuration.JMSConstants.CLIENT_ID_POLICY_UNRESTRICTED: Connections created using this policy can specify any ClientID, even when other restricted or unrestricted connections already use the same ClientID

Type: string

Constraints: Read Only

hostAddress

The host address of the client JVM as a string.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

sessionsCurrentCount

The current number of sessions for this connection.

Type: integer/int64

Constraints: Read Only

sessionsHighCount

The peak number of sessions for this connection since the last reset.

Type: integer/int64

Constraints: Read Only

sessionsTotalCount

The number of sessions on this connection since the last reset.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JMSConsumerRuntimeMBean

This class is used for monitoring a WebLogic JMS consumer.

The properties of the weblogic.management.runtime.JMSConsumerRuntimeMBean entity are as follows:

active

Indicates whether the consumer active. A consumer is active if it has a message listener set up or a synchronous receive in progress.

Type: boolean

Constraints: Read Only

bytesPendingCount

The number of bytes pending (uncommitted and unacknowledged) by this consumer.

Type: integer/int64

Constraints: Read Only

bytesReceivedCount

The number of bytes received by this consumer since the last reset.

Type: integer/int64

Constraints: Read Only

clientID

The client ID for this connection.

Type: string

Constraints: Read Only

clientIDPolicy

The ClientIDPolicy on this connection or durable subscriber.

Valid values are:

  • weblogic.management.configuration.JMSConstants.CLIENT_ID_POLICY_RESTRICTED: Only one connection that uses this policy exists in a cluster at any given time for a particular ClientID

  • weblogic.management.configuration.JMSConstants.CLIENT_ID_POLICY_UNRESTRICTED: Connections created using this policy can specify any ClientID, even when other restricted or unrestricted connections already use the same ClientID

Type: string

Constraints: Read Only

destinationName

The name of the destination for this consumer. In case of a distributed destination, it is the name of the distributed destination, instead of the member destination.

Type: string

Constraints: Read Only

durable

Indicates whether the consumer is durable.

Type: boolean

Constraints: Read Only

memberDestinationName

The name of the destination for this consumer. In case of a distributed destination, it is the name of the member destination.

Type: string

Constraints: Read Only

messagesPendingCount

The number of messages pending (uncommitted and unacknowledged) by this consumer.

Type: integer/int64

Constraints: Read Only

messagesReceivedCount

The number of messages received by this consumer since the last reset.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

selector

The selector associated with this consumer, if any.

Type: string

Constraints: Read Only

subscriptionSharingPolicy

The Subscription Sharing Policy on this subscriber.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JMSDestinationRuntimeMBean

This class is used for monitoring a WebLogic JMS destination (topic or queue).

The properties of the weblogic.management.runtime.JMSDestinationRuntimeMBean entity are as follows:

bytesCurrentCount

The current number of bytes stored in the destination. This does not include the pending bytes.

Type: integer/int64

Constraints: Read Only

bytesHighCount

The peak number of bytes stored in the destination since the last reset.

Type: integer/int64

Constraints: Read Only

bytesPendingCount

The number of pending bytes stored in the destination.

Pending bytes are over and above the current number of bytes.

Type: integer/int64

Constraints: Read Only

bytesReceivedCount

The number of bytes received in this destination since the last reset.

Type: integer/int64

Constraints: Read Only

bytesThresholdTime

The amount of time in the threshold condition since the last reset.

Type: integer/int64

Constraints: Read Only

consumersCurrentCount

The current number of consumers accessing this destination.

Type: integer/int64

Constraints: Read Only

consumersHighCount

The peak number of consumers accessing this destination since the last reset.

Type: integer/int64

Constraints: Read Only

consumersTotalCount

The total number of consumers accessing this destination since the last reset.

Type: integer/int64

Constraints: Read Only

consumptionPaused

Indicates the consumption Pause state of the destination.

Type: boolean

Constraints: Read Only

consumptionPausedState

The current consumption pause state of the destination.

Type: string

Constraints: Read Only

destinationType

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.

Type: string

Constraints: Read Only

insertionPaused

Indicates the InsertionPause state of the destination.

Type: boolean

Constraints: Read Only

insertionPausedState

The current insertion pause state of the destination.

Type: string

Constraints: Read Only

messagesCurrentCount

The current number of messages in the destination. This does not include the pending messages.

Type: integer/int64

Constraints: Read Only

messagesDeletedCurrentCount

Returns the number of messages that have been deleted from the destination.

Type: integer/int64

Constraints: Read Only

messagesHighCount

The peak number of messages in the destination since the last reset.

Type: integer/int64

Constraints: Read Only

messagesMovedCurrentCount

Returns the number of messages that have been moved from the destination.

Type: integer/int64

Constraints: Read Only

messagesPendingCount

The number of pending messages in the destination.

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 that has been received and not committed or acknowledged.

Type: integer/int64

Constraints: Read Only

messagesReceivedCount

The number of messages received in this destination since the last reset.

Type: integer/int64

Constraints: Read Only

messagesThresholdTime

The amount of time in the threshold condition since the last reset.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

productionPaused

Indicates the ProductionPause state of the destination.

Type: boolean

Constraints: Read Only

productionPausedState

The current production pause state of the destination.

Type: string

Constraints: Read Only

state

The operational state of the destination as a String.

Type: string

Constraints: Read Only

subscriptionMessagesLimit

The effective messages limit on topic subscriptions (not applicable to queues). A '-1' indicates that no limit is configured or active.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JMSDurableSubscriberRuntimeMBean

This class is used for monitoring a WebLogic JMS durable subscriber.

The properties of the weblogic.management.runtime.JMSDurableSubscriberRuntimeMBean entity are as follows:

active

Indicates whether this subscription is being used by a durable subscriber.

Type: boolean

Constraints: Read Only

bytesCurrentCount

The number of bytes received by this durable subscriber.

Type: integer/int64

Constraints: Read Only

bytesPendingCount

The number of bytes pending by this durable subscriber.

Type: integer/int64

Constraints: Read Only

clientID

A unique client identifier for this durable subscriber.

Note: The client ID is not necessarily equivalent to the WebLogic Server username; that is, a name used to authenticate a user in the WebLogic security realm. You can set the client ID to the WebLogic Server username if it is appropriate for your JMS application.

Type: string

Constraints: Read Only

clientIDPolicy

The policy for the client identifier for this durable subscriber.

Note: The client ID policy is either Restricted or Unrestricted.

Type: string

Constraints: Read Only

lastMessagesReceivedTime

The time when the last time a subscriber received a message from the subscription. The returned value is a standard java absolute time, which is measured in milliseconds since midnight, January 1, 1970 UTC

This returns the JMS durable subscription boot time if there were no messages that were successfully delivered to any subscriber on this subscription since the subscription was booted. We define the boot time of a durable subscription to be the time the subscription is originally created or recovered during a server reboot or jms migration, which ever is latest.

Type: integer/int64

Constraints: Read Only

messagesCurrentCount

The number of messages still available by this durable subscriber.

Type: integer/int64

Constraints: Read Only

messagesDeletedCurrentCount

Returns the number of messages that have been deleted from the destination.

Type: integer/int64

Constraints: Read Only

messagesHighCount

The peak number of messages for the durable subscriber since the last reset.

Type: integer/int64

Constraints: Read Only

messagesMovedCurrentCount

Returns the number of messages that have been moved from the destination.

Type: integer/int64

Constraints: Read Only

messagesPendingCount

The number of messages pending (uncommitted and unacknowledged) by this durable subscriber.

Type: integer/int64

Constraints: Read Only

messagesReceivedCount

The number of messages received by the durable subscriber since that reset.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

noLocal

Specifies whether this durable subscriber receives local messages that it has published.

To prevent this, set the noLocal parameter to true

Type: boolean

Constraints: Read Only

selector

The message selector defined for this durable subscriber.

Type: string

Constraints: Read Only

subscribersCurrentCount

The number of subscribers that currently share this subscription.

Type: integer/int32

Constraints: Read Only, Has Default Value: 0

subscribersHighCount

The highest number of subscribers that have shared this subscription at the same time since the creation or the last reboot of the subscription, which ever is later.

Type: integer/int32

Constraints: Read Only, Has Default Value: 0

subscribersTotalCount

The total number of subscribers that have accessed this subscription since the creation or the last reboot of the subscription, whichever is later.

Type: integer/int32

Constraints: Read Only, Has Default Value: 0

subscriptionLimitDeletedCount

The number of messages deleted because of a subscription limit.

Type: integer/int64

Constraints: Read Only

subscriptionName

The subscription name for this durable subscriber. This name must be unique for each client ID.

Valid durable subscription names cannot include the following characters: comma ",", equals "=", colon ":", asterisk "*", percent "%", or question mark"?".

Type: string

Constraints: Read Only

subscriptionSharingPolicy

The SubscriptionSharingPolicy on this subscriber.

Type: string

Constraints: Read Only, Has Default Value: Exclusive

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JMSProducerRuntimeMBean

This class is used for monitoring a WebLogic JMS producer.

The properties of the weblogic.management.runtime.JMSProducerRuntimeMBean entity are as follows:

bytesPendingCount

The number of bytes pending (uncommitted and unacknowledged) by this producer.

Type: integer/int64

Constraints: Read Only

bytesSentCount

The number of bytes sent by this producer since the last reset.

Type: integer/int64

Constraints: Read Only

messagesPendingCount

The number of messages pending (uncommitted and unacknowledged) by this producer.

Type: integer/int64

Constraints: Read Only

messagesSentCount

The number of messages sent by this producer since the last reset.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JMSRuntimeMBean

This class is used for monitoring a WebLogic JMS service.

The properties of the weblogic.management.runtime.JMSRuntimeMBean entity are as follows:

JMSServersCurrentCount

The current number of JMS servers that are deployed on this WebLogic Server instance.

Type: integer/int64

Constraints: Read Only

JMSServersHighCount

The highest number of JMS servers that were deployed on this WebLogic Server instance since this server was started.

Type: integer/int64

Constraints: Read Only

JMSServersTotalCount

The total number of JMS servers that were deployed on this WebLogic Server instance since this server was started.

Type: integer/int64

Constraints: Read Only

connectionsCurrentCount

The current number of connections to WebLogic Server server.

Type: integer/int64

Constraints: Read Only

connectionsHighCount

The highest number of connections to this WebLogic Server since the last reset.

Type: integer/int64

Constraints: Read Only

connectionsTotalCount

The total number of connections made to this WebLogic Server since the last reset.

Type: integer/int64

Constraints: Read Only

healthState

The health state of this JMS service.

Type: weblogic.health.HealthState

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JMSServerRuntimeMBean

This class is used for monitoring a WebLogic JMS server.

The properties of the weblogic.management.runtime.JMSServerRuntimeMBean entity are as follows:

bytesCurrentCount

The current number of bytes stored on this JMS server.

This number does not include the pending bytes.

Type: integer/int64

Constraints: Read Only

bytesHighCount

The peak number of bytes stored in the JMS server since the last reset.

Type: integer/int64

Constraints: Read Only

bytesPageableCurrentCount

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.

Type: integer/int64

Constraints: Read Only

bytesPagedInTotalCount

Return the total number of bytes that were read from the paging directory since the JMS server was started.

Type: integer/int64

Constraints: Read Only

bytesPagedOutTotalCount

Return the total number of bytes that were written to the paging directory since the JMS server was started.

Type: integer/int64

Constraints: Read Only

bytesPendingCount

The current number of bytes pending (unacknowledged or uncommitted) stored on this JMS server.

Pending bytes are over and above the current number of bytes.

Type: integer/int64

Constraints: Read Only

bytesReceivedCount

The number of bytes received on this JMS server since the last reset.

Type: integer/int64

Constraints: Read Only

bytesThresholdTime

The amount of time in the threshold condition since the last reset.

Type: integer/int64

Constraints: Read Only

consumptionPaused

Returns the current consumption paused state of the JMSServer as boolean value.

Type: boolean

Constraints: Read Only

consumptionPausedState

Returns the current consumption paused state of the JMSServer as string value.

Type: string

Constraints: Read Only

destinationsCurrentCount

The current number of destinations for this JMS server.

Type: integer/int64

Constraints: Read Only

destinationsHighCount

The peak number of destinations on this JMS server since the last reset.

Type: integer/int64

Constraints: Read Only

destinationsTotalCount

The number of destinations instantiated on this JMS server since the last reset.

Type: integer/int64

Constraints: Read Only

healthState

The health state of this JMS server.

Type: weblogic.health.HealthState

Constraints: Read Only

insertionPaused

Returns the current insertion paused state of the JMSServer as boolean value.

Type: boolean

Constraints: Read Only

insertionPausedState

Returns the current insertion paused state of the JMSServer as string value.

Type: string

Constraints: Read Only

messagesCurrentCount

The current number of messages stored on this JMS server. This number does not include the pending messages.

Type: integer/int64

Constraints: Read Only

messagesHighCount

The peak number of messages stored in the JMS server since the last reset.

Type: integer/int64

Constraints: Read Only

messagesPageableCurrentCount

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.

Type: integer/int32

Constraints: Read Only

messagesPagedInTotalCount

Return the total number of messages that were read from the paging directory since the JMS server was started.

Type: integer/int32

Constraints: Read Only

messagesPagedOutTotalCount

Return the total number of messages that were written to the paging directory since the JMS server was started.

Type: integer/int32

Constraints: Read Only

messagesPendingCount

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.

Type: integer/int64

Constraints: Read Only

messagesReceivedCount

The number of messages received on this destination since the last reset.

Type: integer/int64

Constraints: Read Only

messagesThresholdTime

The amount of time in the threshold condition since the last reset.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

pagingAllocatedIoBufferBytes

See PersistentStoreRuntimeMBean.AllocatedIoBufferBytes

Type: integer/int64

Constraints: Read Only

pagingAllocatedWindowBufferBytes

See PersistentStoreRuntimeMBean.AllocatedWindowBufferBytes

Type: integer/int64

Constraints: Read Only

pagingPhysicalWriteCount

See PersistentStoreRuntimeMBean.PhysicalWriteCount

Type: integer/int64

Constraints: Read Only

pendingTransactions

Returns an array of Xids representing transaction branches that exist onthis JMS server in the pending state, i.e. branches that have been prepared by the transaction manager but not yet committed or rolled back.

Type: array of string

Constraints: Read Only

productionPaused

Returns the current production paused state of the JMSServer as boolean value.

Type: boolean

Constraints: Read Only

productionPausedState

Returns the current production paused state of the JMSServer as string value.

Type: string

Constraints: Read Only

sessionPoolsCurrentCount

The current number of session pools instantiated on this JMS server.

Type: integer/int64

Constraints: Read Only

sessionPoolsHighCount

The peak number of session pools instantiated on this JMS server since the last reset.

Type: integer/int64

Constraints: Read Only

sessionPoolsTotalCount

The number of session pools instantiated on this JMS server since the last reset.

Type: integer/int64

Constraints: Read Only

transactions

Returns an array of Xids representing transaction branches that exist on this JMS server in any state.

Type: array of string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JMSSessionPoolRuntimeMBean

This class is used for monitoring a WebLogic JMS session pool.

The properties of the weblogic.management.runtime.JMSSessionPoolRuntimeMBean entity are as follows:

connectionConsumersCurrentCount

The current number of connection consumers for this session pool.

Type: integer/int64

Constraints: Read Only

connectionConsumersHighCount

The peak number of simultaneous connection consumers for this session pool.

Type: integer/int64

Constraints: Read Only

connectionConsumersTotalCount

The total number of connection consumers made by this session pool since the last reset.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JMSSessionRuntimeMBean

This class is used for monitoring a WebLogic JMS session.

The properties of the weblogic.management.runtime.JMSSessionRuntimeMBean entity are as follows:

acknowledgeMode

The acknowledge mode as one of the following:

  • AUTO_ACKNOWLEDGE

  • CLIENT_ACKNOWLEDGE

  • DUPS_OK_ACKNOWLEDGE

  • NO_ACKNOWLEDGE

Type: string

Constraints: Read Only

bytesPendingCount

The number of bytes pending (uncommitted and unacknowledged) for this session.

Type: integer/int64

Constraints: Read Only

bytesReceivedCount

The number of bytes received by this session since the last reset.

Type: integer/int64

Constraints: Read Only

bytesSentCount

The number of bytes sent by this session since the last reset.

Type: integer/int64

Constraints: Read Only

consumersCurrentCount

The current number of consumers for this session.

Type: integer/int64

Constraints: Read Only

consumersHighCount

The peak number of consumers for this session since the last reset.

Type: integer/int64

Constraints: Read Only

consumersTotalCount

The number of consumers instantiated by this session since the last reset.

Type: integer/int64

Constraints: Read Only

messagesPendingCount

The number of messages pending (uncommitted and unacknowledged) for this session.

Type: integer/int64

Constraints: Read Only

messagesReceivedCount

The number of messages received by this session since the last reset.

Type: integer/int64

Constraints: Read Only

messagesSentCount

The number of bytes sent by this session since the last reset.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

producersCurrentCount

The current number of producers for this session.

Type: integer/int64

Constraints: Read Only

producersHighCount

The peak number of producers for this session since the last reset.

Type: integer/int64

Constraints: Read Only

producersTotalCount

The number of producers for this session since the last reset.

Type: integer/int64

Constraints: Read Only

transacted

Indicates whether the session is transacted.

Type: boolean

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.JTAPartitionRuntimeMBean

This interface is used for accessing transaction runtime characteristics within a WebLogic server.

The properties of the weblogic.management.runtime.JTAPartitionRuntimeMBean entity are as follows:

activeTransactionsTotalCount

The number of active transactions on the server.

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

registeredNonXAResourceNames

An array of NonXA resource names that are registered with the transaction manager.

Type: array of string

Constraints: Read Only

registeredResourceNames

An array of XA resource names that are registered with the transaction manager.

Type: array of string

Constraints: Read Only

secondsActiveTotalCount

The total number of seconds that transactions were active for all committed transactions.

Type: integer/int64

Constraints: Read Only

transactionAbandonedTotalCount

The total number of transactions that were abandoned since the server was started.

Type: integer/int64

Constraints: Read Only

transactionCommittedTotalCount

The total number of transactions committed since the server was started.

Type: integer/int64

Constraints: Read Only

transactionHeuristicsTotalCount

The number of transactions that completed with a heuristic status since the server was started.

Type: integer/int64

Constraints: Read Only

transactionLLRCommittedTotalCount

The total number of LLR transactions that were committed since the server was started.

Type: integer/int64

Constraints: Read Only

transactionNoResourcesCommittedTotalCount

The total number of transactions with no enlisted resources that were committed since the server was started.

Type: integer/int64

Constraints: Read Only

transactionOneResourceOnePhaseCommittedTotalCount

The total number of transactions with only one enlisted resource that were one-phase committed since the server was started.

Type: integer/int64

Constraints: Read Only

transactionReadOnlyOnePhaseCommittedTotalCount

The total number of transactions with more than one enlisted resource that were one-phase committed due to read-only optimization since the server was started.

Type: integer/int64

Constraints: Read Only

transactionRolledBackAppTotalCount

The number of transactions that were rolled back due to an application error.

Type: integer/int64

Constraints: Read Only

transactionRolledBackResourceTotalCount

The number of transactions that were rolled back due to a resource error.

Type: integer/int64

Constraints: Read Only

transactionRolledBackSystemTotalCount

The number of transactions that were rolled back due to an internal system error.

Type: integer/int64

Constraints: Read Only

transactionRolledBackTimeoutTotalCount

The number of transactions that were rolled back due to a timeout expiration.

Type: integer/int64

Constraints: Read Only

transactionRolledBackTotalCount

The number of transactions that were rolled back since the server was started.

Type: integer/int64

Constraints: Read Only

transactionTotalCount

The total number of transactions processed. This total includes all committed, rolled back, and heuristic transaction completions since the server was started.

Type: integer/int64

Constraints: Read Only

transactionTwoPhaseCommittedLoggedTotalCount

The total number of two phase commit transactions that were committed with TLog since the server was started.

Type: integer/int64

Constraints: Read Only

transactionTwoPhaseCommittedNotLoggedTotalCount

The total number of two phase commited transactions that were committed without TLog since the server was started.

Type: integer/int64

Constraints: Read Only

transactionTwoPhaseCommittedTotalCount

The total number of transactions with more than one enlisted resource that were two-phase committed since the server was started.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.LibraryRuntimeMBean

RuntimeMBean for library deployments.

The properties of the weblogic.management.runtime.LibraryRuntimeMBean entity are as follows:

implementationVersion

Returns the library implementation version. If not set, this value is null.

Type: string

Constraints: Read Only

libraryIdentifier

Returns the library 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.

Type: string

Constraints: Read Only

libraryName

Returns the library name.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

partitionName

The library's partition.

Returns the partition to which this library is deployed.

Type: string

Constraints: Read Only

referenced

Returns true if this library is referenced by one or more referencers. Typically, a library referencer is a deployed application.

Type: boolean

Constraints: Read Only

specificationVersion

Returns the library specification version. If not set, this value is null.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.LogRuntimeMBean

This interface defines the control operations for a log in the WebLogic Server.

The properties of the weblogic.management.runtime.LogRuntimeMBean entity are as follows:

logFileStreamOpened

Gets the opened state of the log file stream represented by this instance.

Type: boolean

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.MailSessionRuntimeMBean

RuntimeMBean for JavaMail Sessions

The properties of the weblogic.management.runtime.MailSessionRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ManagedExecutorServiceRuntimeMBean

ManagedExecutorService Runtime information. It can be the information of a partition level MES, an application level MES or a regular JSR236 MES.

The properties of the weblogic.management.runtime.ManagedExecutorServiceRuntimeMBean entity are as follows:

applicationName

Get the name of the application this ManagedExecutor is associated with

Type: string

Constraints: Read Only

completedLongRunningRequests

Total number of long running tasks which is successfully completed.

Type: integer/int64

Constraints: Read Only

completedShortRunningRequests

Total number of short running tasks which is successfully completed.

Type: integer/int64

Constraints: Read Only

failedRequests

Total number of tasks which terminated abnormally by throwing exception, including both long and short term tasks.

Type: integer/int64

Constraints: Read Only

moduleName

Get the name of the module this ManagedExecutor is associated with

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

partitionName

Get the name of the partition this ManagedExecutor is associated with

Type: string

Constraints: Read Only

rejectedLongRunningRequests

Total number of long running tasks rejected by max-concurrent-long-running-requests

Type: integer/int64

Constraints: Read Only

rejectedShortRunningRequests

Total number of short running tasks rejected by workmanager overload policy

Type: integer/int64

Constraints: Read Only

runningLongRunningRequests

Total number of long running tasks which is currently running.

Type: integer/int64

Constraints: Read Only

submitedShortRunningRequests

Total number of submitted short running tasks

Type: integer/int64

Constraints: Read Only

submittedLongRunningRequests

Total number of submitted long running tasks

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ManagedScheduledExecutorServiceRuntimeMBean

ManagedScheduledExecutorService Runtime information. It can be the information of a partition level MSES, an application level MSES or a regular JSR236 MSES.

The properties of the weblogic.management.runtime.ManagedScheduledExecutorServiceRuntimeMBean entity are as follows:

applicationName

Get the name of the application this ManagedExecutor is associated with

Type: string

Constraints: Read Only

completedLongRunningRequests

Total number of long running tasks which is successfully completed.

Type: integer/int64

Constraints: Read Only

completedShortRunningRequests

Total number of short running tasks which is successfully completed.

Type: integer/int64

Constraints: Read Only

failedRequests

Total number of tasks which terminated abnormally by throwing exception, including both long and short term tasks.

Type: integer/int64

Constraints: Read Only

moduleName

Get the name of the module this ManagedExecutor is associated with

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

partitionName

Get the name of the partition this ManagedExecutor is associated with

Type: string

Constraints: Read Only

rejectedLongRunningRequests

Total number of long running tasks rejected by max-concurrent-long-running-requests

Type: integer/int64

Constraints: Read Only

rejectedShortRunningRequests

Total number of short running tasks rejected by workmanager overload policy

Type: integer/int64

Constraints: Read Only

runningLongRunningRequests

Total number of long running tasks which is currently running.

Type: integer/int64

Constraints: Read Only

submitedShortRunningRequests

Total number of submitted short running tasks

Type: integer/int64

Constraints: Read Only

submittedLongRunningRequests

Total number of submitted long running tasks

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ManagedThreadFactoryRuntimeMBean

ManagedThreadFactory Runtime information. It can be the information of a partition level MTF, an application level MTF or a regular JSR236 MTF.

The properties of the weblogic.management.runtime.ManagedThreadFactoryRuntimeMBean entity are as follows:

applicationName

Get the name of the application this ManagedThreadFactory is associated with

Type: string

Constraints: Read Only

completedThreadsCount

The number of completed threads.

Type: integer/int64

Constraints: Read Only

moduleName

Get the name of the module this ManagedThreadFactory is associated with

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

partitionName

Get the name of the partition this ManagedThreadFactory is associated with

Type: string

Constraints: Read Only

rejectedNewThreadRequests

The number of newThread method invocations that have been rejected because the limit of running threads was exceeded.

Type: integer/int64

Constraints: Read Only

runningThreadsCount

The number of running threads.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.MaxThreadsConstraintRuntimeMBean

Runtime information for MaxThreadsConstraint

The properties of the weblogic.management.runtime.MaxThreadsConstraintRuntimeMBean entity are as follows:

configuredCount

The configured count, or maximum concurrency value.

Type: integer/int32

Constraints: Read Only

count

The current maximum concurrency value. This could be different from the configured value as Resource Consumption Management could dynamically reduce the allowed maximum concurrency value based on configured RCM policies and actual thread usage by the partition

Type: integer/int32

Constraints: Read Only

deferredRequests

Number of requests that are denied a thread for execution because the constraint is exceeded.

Type: integer/int32

Constraints: Read Only

executingRequests

Number of requests that are currently executing.

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.MessageDrivenEJBRuntimeMBean

This interface contains accessor methods for all EJB runtime information collected for a Message Driven Bean.

The properties of the weblogic.management.runtime.MessageDrivenEJBRuntimeMBean entity are as follows:

EJBName

Provides the name for this EJB as defined in the javax.ejb.EJB annotation, or the ejb-name when * using the ejb-jar.xml deployment descriptor.

Type: string

Constraints: Read Only

JMSConnectionAlive

Provides information about whether the Message Driven Bean is currently connected to the JMS destination it is mapped to.

Returns whether the Message Driven Bean is currently connected to the JMS destination it is mapped to.

Type: boolean

Constraints: Read Only

MDBStatus

Provides the Message Driven Bean status. MDBStatus is used after the MDB is connected to the destination. MDBStatus can be Running or Suspended.

Type: string

Constraints: Read Only

connectionStatus

Provides the connection status for the Message Driven Bean. ConnectionStatus can be Connected or Reconnecting.

Type: string

Constraints: Read Only

destination

Provides a count of the Message Driven Bean destination

Type: string

Constraints: Read Only

healthState

The health state of this MDB.

Type: weblogic.health.HealthState

Constraints: Read Only

jmsClientID

Provides a count of the Message Driven Bean jmsClientID

Type: string

Constraints: Read Only

lastException

Provides the last exception this MDB encountered

Type: java.lang.Throwable

Constraints: Read Only

lastExceptionAsString

Provides the last exception as String this MDB encountered

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

processedMessageCount

Provides a count of the total number of messages processed by this Message Driven Bean.

Type: integer/int64

Constraints: Read Only

suspendCount

Provides a count of the total number of times this MDB is suspended by the user or the EJB container.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.MessagingBridgeRuntimeMBean

This class is used for monitoring a WebLogic messaging bridge.

The properties of the weblogic.management.runtime.MessagingBridgeRuntimeMBean entity are as follows:

description

The reason, if the messaging bridge is not running.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

state

The state of the messaging bridge.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.MinThreadsConstraintRuntimeMBean

Monitoring information for MinThreadsConstraint

The properties of the weblogic.management.runtime.MinThreadsConstraintRuntimeMBean entity are as follows:

completedRequests

Completed request count.

Type: integer/int64

Constraints: Read Only

configuredCount

The configured count, or minimum concurrency value.

Type: integer/int32

Constraints: Read Only

count

The current minimum concurrency value. This could be different from the configured value as Resource Consumption Management could dynamically reduce the allowed minimum concurrency value based on configured RCM policies and actual thread usage by the partition

Type: integer/int32

Constraints: Read Only

currentWaitTime

The last measured time a request had to wait for a thread, in milliseconds. Only requests whose execution is needed to satisfy the constraint are considered.

Type: integer/int64

Constraints: Read Only

executingRequests

Number of requests that are currently executing.

Type: integer/int32

Constraints: Read Only

maxWaitTime

The max time a request had to wait for a thread, in milliseconds. Only requests whose execution is needed to satisfy the constraint are considered.

Type: integer/int64

Constraints: Read Only

mustRunCount

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

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

outOfOrderExecutionCount

Number of requests executed out of turn to satisfy this constraint.

Type: integer/int64

Constraints: Read Only

partitionLimitReached

Whether the partition-level minimum threads constraint limit has reached, which could cause the number of executing requests to be less than the configured value in this minimum threads constraint.

Type: boolean

Constraints: Read Only

pendingRequests

Pending requests that are waiting for an available thread.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.NonXAResourceRuntimeMBean

This represents runtime statistical information about a NonXAResource

The properties of the weblogic.management.runtime.NonXAResourceRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

nonXAResourceName

Returns the resource name.

Type: string

Constraints: Read Only

transactionCommittedTotalCount

The total number of transactions committed since the server was started.

Type: integer/int64

Constraints: Read Only

transactionHeuristicsTotalCount

The number of transactions that completed with a heuristic status since the server was started.

Type: integer/int64

Constraints: Read Only

transactionRolledBackTotalCount

The number of transactions that were rolled back since the server was started.

Type: integer/int64

Constraints: Read Only

transactionTotalCount

The total number of transactions processed. This total includes all committed, rolled back, and heuristic transaction completions since the server was started.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.PSAssemblyRuntimeMBean

This interface is used for accessing a WebLogic path service entity

The properties of the weblogic.management.runtime.PSAssemblyRuntimeMBean entity are as follows:

mapEntries

Returns all entries in a persistent map's assembly.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.PartitionFairShareRuntimeMBean

Monitoring information for PartitionFairShare

The properties of the weblogic.management.runtime.PartitionFairShareRuntimeMBean entity are as follows:

configuredFairShare

The configured fair share value.

Type: integer/int32

Constraints: Read Only

fairShare

The current fair share value. This could be different from the configured value as Resource Consumption Management could dynamically adjust the actual fair share value based on configured RCM policies and actual thread usage by the partition

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

partitionAdjuster

The multiplier to be used to adjust the priority of requests from the partition in the request queue.

Type: number/double

Constraints: Read Only

threadUse

Total amount of thread use time in milliseconds used by the partition during the past period.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.PartitionMinThreadsConstraintCapRuntimeMBean

Monitoring information for PartitionMinThreadsConstraint

The properties of the weblogic.management.runtime.PartitionMinThreadsConstraintCapRuntimeMBean entity are as follows:

executingRequests

Number of requests that are currently executing.

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

sumMinThreadsConstraints

Sum of all configured minimum threads constraints in the partition. This is the number of threads that is needed in order to satisfy all configured minimum threads constraints in the partition if all of them have more than that amount of concurrent work requests.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.PartitionResourceMetricsRuntimeMBean

The runtime MBean interface for partition specific resource consumption metrics. The resource meters are added lazily for a partition. Therefore, the first time these metrics are queried, it might return zero values. Subsequent gets would return non-zero values based on the resource consumption. These metrics are applicable in the context of a partition since either server start or partition creation/restart, whichever was later.

The properties of the weblogic.management.runtime.PartitionResourceMetricsRuntimeMBean entity are as follows:

RCMMetricsDataAvailable

Checks whether RCM metrics data is available for this partition.

Type: boolean

Constraints: Read Only

allocatedMemory

Total allocated memory in bytes for the partition. This metric value increases monotonically over time, it never decreases. Retained memory should be used to get current net values.

Type: integer/int64

Constraints: Read Only

cpuTimeNanos

Total CPU time spent measured in nanoseconds in the context of a partition.

Type: integer/int64

Constraints: Read Only

cpuUtilizationHistoricalData

Returns a snapshot of the historical data for CPU usage for the partition. CPU Utilization percentage indicates the percentage of CPU utilized by a partition with respect to available CPU to Weblogic Server. Data is returned as a two-dimensional array for the CPU usage scoped to the partition over time. Each item in the array contains a tuple of [timestamp (long), cpuUsage(long)] values.

Type: array of array of integer/int64

Constraints: Read Only

currentOpenFileCount

Number of files currently open in the context of a partition.

Type: integer/int64

Constraints: Read Only

currentOpenFileDescriptorCount

Number of file descriptors currently open in the context of a partition.

Type: integer/int64

Constraints: Read Only

currentOpenSocketCount

Number of sockets currently open in the context of a partition.

Type: integer/int64

Constraints: Read Only

fileBytesRead

Total number of file bytes read in the context of a partition.

Type: integer/int64

Constraints: Read Only

fileBytesWritten

Total number of file bytes written in the context of a partition.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

networkBytesRead

Total number of bytes read from sockets for a partition.

Type: integer/int64

Constraints: Read Only

networkBytesWritten

Total number of bytes written to sockets for a partition.

Type: integer/int64

Constraints: Read Only

retainedHeapHistoricalData

Returns a snapshot of the historical data for retained heap memory usage for the partition. Data is returned as a two-dimensional array for the usage of retained heap scoped to the partition over time. Each item in the array contains a tuple of [timestamp (long), retainedHeap(long)] values.

Type: array of array of integer/int64

Constraints: Read Only

threadCount

Number of threads currently assigned to the partition.

Type: integer/int64

Constraints: Read Only

totalOpenedFileCount

Total number of files opened in the context of a partition.

Type: integer/int64

Constraints: Read Only

totalOpenedFileDescriptorCount

Total number of file descriptors opened in the context of a partition.

Type: integer/int64

Constraints: Read Only

totalOpenedSocketCount

Total number of sockets opened in the context of a partition.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.PartitionRuntimeMBean

Partition Runtime information.

The properties of the weblogic.management.runtime.PartitionRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

overallHealthState

The aggregate health state of the partition as reported by components within the partition

Type: weblogic.health.HealthState

Constraints: Read Only

partitionID

Partition ID for this partition.

Type: string

Constraints: Read Only

restartRequired

Indicates whether the partition must be restarted in order to activate configuration changes.

Type: boolean

Constraints: Read Only

serverName

The server associated with this configuration.

Type: string

Constraints: Read Only

state

The current state of the partition runtime MBean

Type: string

Constraints: Read Only

subState

The current substate of the partition runtime MBean

Type: string

Constraints: Read Only

subsystemHealthStates

An array of health states for major subsystems in the partition.

Type: array of weblogic.health.HealthState

Constraints: Read Only

systemFileSystemRoot

System file system root directory for this partition.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

userFileSystemRoot

User file system root directory for this partition.

Type: string

Constraints: Read Only

weblogic.management.runtime.PartitionWorkManagerRuntimeMBean

Monitoring information for PartitionWorkManager

The properties of the weblogic.management.runtime.PartitionWorkManagerRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

overloadRejectedRequestsCount

Number of requests rejected due to configured Shared Capacity for work managers have been reached.

Type: integer/int32

Constraints: Read Only

pendingUserRequestCount

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.

Type: integer/int32

Constraints: Read Only

sharedCapacityForWorkManagers

Maximum amount of requests that can be accepted in the priority queue. Note that a request with higher priority will be accepted in place of a lower priority request already in the queue even after the threshold is reached. The lower priority request is kept waiting in the queue till all high priority requests are executed. Also note that further enqueues of the low priority requests are rejected right away.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.PathServiceRuntimeMBean

This interface is used for accessing a WebLogic path service entity

The properties of the weblogic.management.runtime.PathServiceRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.PersistenceUnitRuntimeMBean

This class is used for monitoring JPA specific runtime stats. Base class for all runtime mbeans that provide status of running modules.

The properties of the weblogic.management.runtime.PersistenceUnitRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

persistenceUnitName

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.PersistentStoreConnectionRuntimeMBean

This class is used for monitoring a Persistent Store Connection.

The properties of the weblogic.management.runtime.PersistentStoreConnectionRuntimeMBean entity are as follows:

createCount

Number of create requests issued by this connection.

Type: integer/int64

Constraints: Read Only

deleteCount

Number of delete requests issued by this connection.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

objectCount

Number of objects contained in the connection.

Type: integer/int64

Constraints: Read Only

readCount

Number of read requests issued by this connection, including requests that occur during store initialization.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

updateCount

Number of update requests issued by this connection.

Type: integer/int64

Constraints: Read Only

weblogic.management.runtime.PersistentStoreRuntimeMBean

This class is used for monitoring a Persistent Store.

The properties of the weblogic.management.runtime.PersistentStoreRuntimeMBean entity are as follows:

allocatedIoBufferBytes

The amount of off-heap (native) memory, in bytes, reserved for file store use.

When applicable, this is a multiple of the file store configurable attribute IOBufferSize. Applies to synchronous write policies Direct-Write and Cache-Flush policies

Type: integer/int64

Constraints: Read Only

allocatedWindowBufferBytes

The amount of off-heap (native) memory, in bytes, reserved for file store window buffer use.

Applies to synchronous write policies Direct-Write-With-Cache and Disabled but only when the native wlfileio library is loaded. See file store configurable attribute MaxWindowBufferSize for more information

Type: integer/int64

Constraints: Read Only

createCount

Number of create requests issued by this store.

Type: integer/int64

Constraints: Read Only

deleteCount

Number of delete requests issued by this store.

Type: integer/int64

Constraints: Read Only

healthState

Implement the HealthFeedback interface by returning the health state of this store.

Type: weblogic.health.HealthState

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

objectCount

Number of objects contained in the store.

Type: integer/int64

Constraints: Read Only

physicalWriteCount

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

Type: integer/int64

Constraints: Read Only

readCount

Number of read requests issued by this store, including requests that occur during store initialization.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

updateCount

Number of update requests issued by this store.

Type: integer/int64

Constraints: Read Only

weblogic.management.runtime.QueryCacheRuntimeMBean

This interface contains accessor methods for all query cache runtime information collected for an EJB. The cache miss counts need some explaining. A query-cache miss can occur due to one of the following reasons:

  • The query result was not found in the query-cache

  • The query result has timed out

  • A bean which satisfies the query wasnot found in the entity cache

  • A query with relationship-caching turned on did not find the related-beans query result

  • A query which loads multiple EJBs could not load one or more of them

To better aid tuning, there are separate counters provided for each of the last four of the above causes. The fifth counter is a total cache miss counter. This counter takes into account all five causes of a cache miss.

The properties of the weblogic.management.runtime.QueryCacheRuntimeMBean entity are as follows:

cacheAccessCount

Provides a count of the number of accesses of the query cache for this EJB.

Returns the number of accesses of the query cache for this EJB.

Type: integer/int64

Constraints: Read Only

cacheHitCount

Provides a count of the number of cache hits of the query cache for this EJB.

Returns the number of cache hits of the query cache for this EJB.

Type: integer/int64

Constraints: Read Only

cacheMissByBeanEvictionCount

Provides a count of the number of cache misses of the query cache for this EJB because corresponding beans were not found in the entity cache.

Returns the number of times a cache miss occurred for this EJB because corresponding beans were not found in the entity cache.

Type: integer/int64

Constraints: Read Only

cacheMissByDependentQueryMissCount

Provides a count of the number of cache misses of the query cache for this EJB because a dependent query was not found in another EJB's query cache.

Returns the number of times a cache miss occurred for this EJB because a dependent query was not found in another EJB's query cache.

Type: integer/int64

Constraints: Read Only

cacheMissByRelatedQueryMissCount

Provides a count of the number of cache misses of the query cache for this EJB because a related query was not found in another EJB's query cache.

Returns the number of times a cache miss occurred for this EJB because a related query was not found in another EJB's query cache.

Type: integer/int64

Constraints: Read Only

cacheMissByTimeoutCount

Provides a count of the number of cache misses of the query cache for this EJB due to query results timing out.

Returns the number of cache misses due to query result timeout for this EJB.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

totalCacheMissCount

Provides a count of the total number of cache misses of the query cache for this EJB.

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

Type: integer/int64

Constraints: Read Only

totalCachedQueriesCount

Provides a count of the total number of query results for this EJB currently in the query cache.

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

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.RealmRuntimeMBean

This class is used to monitor and manage per security realm runtime information.

The properties of the weblogic.management.runtime.RealmRuntimeMBean entity are as follows:

name

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

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.RecourseActionEventVBean

The {@code RecourseActionEventVBean} holds runtime state about an individual recourse action to be executed or withdrawn by the WebLogic Resource Consumption Management feature for a configured Trigger on the current server instance in the current Domain Partition.

The WebLogic Resource Consumption Management feature automatically initiates a configured recourse action of a Trigger when the configured usage limits of the Trigger are exceeded by a Domain Partition.

When the current resource usage by the Domain Partition falls below the configured usage limit, the feature automatically withdraws the recourse action (where possible).

This Bean captures the following runtime state of such an individual recourse action:

  • The recourse action of a new execution of a recourse action (because the usage limit has been exceeded) or a the withdrawal of an existing recourse action (the current resource usage has gone below the usage limit).

  • Whether the initiated recourse action was successfully executed.

The properties of the weblogic.management.runtime.RecourseActionEventVBean entity are as follows:

action

The recourse action type configured in the Domain Partition's Resource Consumption Management policy for the current Trigger.

Type: string

Constraints: Read Only

actionSuccessful

Indicates if the recourse action execution was successfully completed.

Type: boolean

Constraints: Read Only

active

Indicates if the recourse action is a new execution of a recourse action because the usage limit is exceeded or the withdrawal of an existing recourse action because the current resource usage has gone below the usage limit.

Type: boolean

Constraints: Read Only

executionDate

The date and time the recourse action successfully executes.

Type: string/date

Constraints: Read Only

initiated

Indicates if a recourse action has been initiated for this Trigger as a result of the current resource usage by a Domain Partition exceeds its usage limit.

Type: boolean

Constraints: Read Only

usage

The current resource usage by the Domain Partition when the recourse action was initiated.

Type: integer/int64

Constraints: Read Only

weblogic.management.runtime.RequestClassRuntimeMBean

RequestClassRuntimeMBean presents runtime information about RequestClasses. A request class represents a class of work. Work using the same request class shares the same priority.

The properties of the weblogic.management.runtime.RequestClassRuntimeMBean entity are as follows:

completedCount

Total number of completions since server start

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

pendingRequestCount

Number of requests waiting for a thread to become available.

Type: integer/int32

Constraints: Read Only

requestClassType

Returns the type of RequestClass. Either FAIR_SHARE or RESPONSE_TIME or CONTEXT

Type: string

Constraints: Read Only

totalThreadUse

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

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

virtualTimeIncrement

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

Type: integer/int64

Constraints: Read Only

weblogic.management.runtime.ResourceManagerRuntimeMBean

The {@code ResourceManagerRuntimeMBean} holds runtime information about a Resource Manager that has been assigned to the current Domain Partition. The {@code ResourceManagerRuntimeMBean} is used for retrieving the runtime state (information about policy evaluation, current resource usage, recourse actions executed) of configured resource management policies established for the current Partition by a system administrator in the current server instance.

The properties of the weblogic.management.runtime.ResourceManagerRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ResourceRuntimeMBean

The {@code ResourceRuntimeMBean} holds runtime state about the policy evaluations that have been performed for a Resource type in the current Domain Partition in the current server instance.

The properties of the weblogic.management.runtime.ResourceRuntimeMBean entity are as follows:

name

The name of the policy defined for this resource as configured in the {@code ResourceManagerMBean} for this MBean's resource type getResourceType().

Type: string

Constraints: Read Only

resourceType

The resource type associated with this MBean.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

usage

The current resource utilization of a Resource by the current Domain Partition, in the current Server instance.

To track or monitor resource consumption for a Domain Partition without creating resource consumption management policies, see weblogic.management.runtime.PartitionResourceMetricsRuntimeMBean.

Type: integer/int64

Constraints: Read Only

weblogic.management.runtime.RuntimeMBean

The tagging interface for all runtime MBeans.

The properties of the weblogic.management.runtime.RuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.SAFAgentRuntimeMBean

This class is used for monitoring a WebLogic SAF agent.

The properties of the weblogic.management.runtime.SAFAgentRuntimeMBean entity are as follows:

bytesCurrentCount

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

Type: integer/int64

Constraints: Read Only

bytesHighCount

Returns the peak number of bytes since the last reset.

Type: integer/int64

Constraints: Read Only

bytesPendingCount

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

Type: integer/int64

Constraints: Read Only

bytesReceivedCount

The number of bytes received since the last reset.

Type: integer/int64

Constraints: Read Only

bytesThresholdTime

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

Type: integer/int64

Constraints: Read Only

conversationsCurrentCount

Returns the current number of conversations

Type: integer/int64

Constraints: Read Only

conversationsHighCount

The peak number of conversations since the last reset.

Type: integer/int64

Constraints: Read Only

conversationsTotalCount

The total number of conversations since the last reset.

Type: integer/int64

Constraints: Read Only

failedMessagesTotal

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

Type: integer/int64

Constraints: Read Only

healthState

The health state of this JMS server.

Type: weblogic.health.HealthState

Constraints: Read Only

messagesCurrentCount

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

Type: integer/int64

Constraints: Read Only

messagesHighCount

Returns the peak number of messages since the last reset.

Type: integer/int64

Constraints: Read Only

messagesPendingCount

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.

Type: integer/int64

Constraints: Read Only

messagesReceivedCount

The number of messages received since the last reset.

Type: integer/int64

Constraints: Read Only

messagesThresholdTime

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

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

pausedForForwarding

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

Type: boolean

Constraints: Read Only

pausedForIncoming

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

Type: boolean

Constraints: Read Only

pausedForReceiving

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

Type: boolean

Constraints: Read Only

remoteEndpointsCurrentCount

The current number of remote endpoints to which this SAF agent has been storing and forwarding messages.

Type: integer/int64

Constraints: Read Only

remoteEndpointsHighCount

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

Type: integer/int64

Constraints: Read Only

remoteEndpointsTotalCount

The number of remote endpoints to which this SAF agent has been storing and forwarding messages since last reset.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.SAFConversationRuntimeMBean

This class is used for monitoring a WebLogic SAF conversation.

The properties of the weblogic.management.runtime.SAFConversationRuntimeMBean entity are as follows:

QOS

The quality of service (QOS) for the SAF conversation.

The quality-of-service values are:

  • weblogic.management.runtime.SAFConstants.QOS_EXACTLY_ONCE

  • weblogic.management.runtime.SAFConstants.QOS_ATLEAST_ONCE

  • weblogic.management.runtime.SAFConstants.QOS_ATMOST_ONCE

Type: string

Constraints: Read Only

conversationName

The name of the conversation.

Type: string

Constraints: Read Only

destinationURL

The URL of the destination.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.SAFRemoteEndpointRuntimeMBean

This class is used for monitoring a WebLogic SAF remote endpoint

The properties of the weblogic.management.runtime.SAFRemoteEndpointRuntimeMBean entity are as follows:

URL

The URL of the remote endpoint.

Type: string

Constraints: Read Only

bytesCurrentCount

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

Type: integer/int64

Constraints: Read Only

bytesHighCount

Returns the peak number of bytes since the last reset.

Type: integer/int64

Constraints: Read Only

bytesPendingCount

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

Type: integer/int64

Constraints: Read Only

bytesReceivedCount

The number of bytes received since the last reset.

Type: integer/int64

Constraints: Read Only

bytesThresholdTime

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

Type: integer/int64

Constraints: Read Only

downtimeHigh

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

Type: integer/int64

Constraints: Read Only

downtimeTotal

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

Type: integer/int64

Constraints: Read Only

endpointType

Specifies if the remote endpoint is a JMS or Web Services (WSRM) destination. The possible values are: weblogic.management.runtime.SAFConstants.JMS_ENDPOINT or weblogic.management.runtime.SAFConstants.WS_ENDPOINT.

Type: string

Constraints: Read Only

failedMessagesTotal

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

Type: integer/int64

Constraints: Read Only

lastException

Specifies the exception thrown when message forwarding failed.

Type: java.lang.Throwable

Constraints: Read Only

lastTimeConnected

Specifies the last time that the remote endpoint was connected.

Type: string/date

Constraints: Read Only

lastTimeFailedToConnect

Specifies the last time that the remote endpoint failed to be connected.

Type: string/date

Constraints: Read Only

messagesCurrentCount

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

Type: integer/int64

Constraints: Read Only

messagesHighCount

Returns the peak number of messages since the last reset.

Type: integer/int64

Constraints: Read Only

messagesPendingCount

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.

Type: integer/int64

Constraints: Read Only

messagesReceivedCount

The number of messages received since the last reset.

Type: integer/int64

Constraints: Read Only

messagesThresholdTime

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

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

operationState

Specifies the state of the most recent ExireAll operation.

Type: string

Constraints: Read Only

pausedForForwarding

Indicates if the remote endpoint is currently not forwarding messages.

Type: boolean

Constraints: Read Only

pausedForIncoming

Indicates if a remote endpoint is currently not accepting new messages.

Type: boolean

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

uptimeHigh

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

Type: integer/int64

Constraints: Read Only

uptimeTotal

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

Type: integer/int64

Constraints: Read Only

weblogic.management.runtime.SAFRuntimeMBean

This class is used for monitoring a WebLogic SAF service.

The properties of the weblogic.management.runtime.SAFRuntimeMBean entity are as follows:

healthState

The health state of SAF service.

Type: weblogic.health.HealthState

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ServerRuntimeMBean

Provides methods for retrieving runtime information about a server instance and for transitioning a server from one state to another.

The properties of the weblogic.management.runtime.ServerRuntimeMBean entity are as follows:

adminServerHost

The address on which the Administration Server is listening for connections. For example, this might return the string: santiago

Type: string

Constraints: Read Only

adminServerListenPort

The port on which the Administration Server is listening for connections.

Type: integer/int32

Constraints: Read Only

adminServerListenPortSecure

Indicates whether the port that the server uses for administrative traffic is configured to use a secure protocol.

Type: boolean

Constraints: Read Only

defaultURL

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-addresslisten-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.

Type: string

Constraints: Read Only

healthState

The health state of the server as reported by the server's self-health monitoring.

For example, the server can report if it is overloaded by too many requests, if it needs more memory resources, or if it will soon fail for other reasons.

Type: weblogic.health.HealthState

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

overallHealthState

Determine the overall health state of this server, taking into account the health of each of its subsystems.

Type: weblogic.health.HealthState

Constraints: Read Only

restartRequired

Indicates whether the server must be restarted in order to activate configuration changes.

Type: boolean

Constraints: Read Only

state

The current life cycle state of this server.

For example, a server can be in a RUNNING state in which it can receive and process requests or in an ADMIN state in which it can receive only administrative requests.

Type: string

Constraints: Read Only

stateVal

Returns current state of the server as in integer. weblogic.management.runtime.ServerStates has more information about the available server states

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogicVersion

The version of this WebLogic Server instance (server).

Type: string

Constraints: Read Only

weblogic.management.runtime.ServerSecurityRuntimeMBean

This class is used for monitoring WebLogic Security Info.

The properties of the weblogic.management.runtime.ServerSecurityRuntimeMBean entity are as follows:

name

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

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.TaskRuntimeMBean

Exposes monitoring information about an ongoing and potentially long-running administrative process. This should be taken to mean, at minimum, any OA&M operation involving I/O. Examples include starting and stopping servers, deploying and undeploying applications, or migrating services.

An MBean operation of this sort should fork a separate thread to perform the actual work and immediately return an instance of TaskRuntimeMBean to the caller. The caller can then use this to track the task's progress as desired. Users 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 the user, or removed by a scavenger process which periodically purges instances of TaskRuntimeMBean that have been completed for some time.

The properties of the weblogic.management.runtime.TaskRuntimeMBean entity are as follows:

completed

This property indicates whether an asynchronous job has completed.

Type: boolean

description

A description of this task.

Type: string

Constraints: Read Only

endTime

This property indicates the time when the asynchronous job ended.

Type: string/date

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

parentTask

The task of which this task is a part.

A value of null indicates that this task is not a subtask.

Type: weblogic.management.runtime.TaskRuntimeMBean reference

Constraints: Read Only

progress

The progress of this task.

Type: string

Constraints: Read Only

running

Indicates whether the task is still running.

Type: boolean

Constraints: Read Only

startTime

This property indicates the time when an asynchronous job was started.

Type: string/date

startTimeAsLong

The time at which this task was started.

Type: integer/int64

Constraints: Read Only

systemTask

Indicates whether this task was initiated by the server versus a user.

Type: boolean

Constraints: Read Only

taskError

Returns an exception describing the error, if any, that occurred while performing this task.

Type: java.lang.Throwable

Constraints: Read Only

taskStatus

The status of this task.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.ThreadPoolRuntimeMBean

This bean is used to monitor the self-tuning queue

The properties of the weblogic.management.runtime.ThreadPoolRuntimeMBean entity are as follows:

executeThreadTotalCount

The total number of threads in the pool.

Type: integer/int32

Constraints: Read Only

stuckThreadCount

Number of stuck threads in the thread pool.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.TransactionNameRuntimeMBean

This interface represents runtime statistics for a transaction name category.

The properties of the weblogic.management.runtime.TransactionNameRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

secondsActiveTotalCount

The total number of seconds that transactions were active for all committed transactions.

Type: integer/int64

Constraints: Read Only

transactionAbandonedTotalCount

The total number of transactions that were abandoned since the server was started.

Type: integer/int64

Constraints: Read Only

transactionCommittedTotalCount

The total number of transactions committed since the server was started.

Type: integer/int64

Constraints: Read Only

transactionHeuristicsTotalCount

The number of transactions that completed with a heuristic status since the server was started.

Type: integer/int64

Constraints: Read Only

transactionLLRCommittedTotalCount

The total number of LLR transactions that were committed since the server was started.

Type: integer/int64

Constraints: Read Only

transactionName

The transaction name.

Type: string

Constraints: Read Only

transactionNoResourcesCommittedTotalCount

The total number of transactions with no enlisted resources that were committed since the server was started.

Type: integer/int64

Constraints: Read Only

transactionOneResourceOnePhaseCommittedTotalCount

The total number of transactions with only one enlisted resource that were one-phase committed since the server was started.

Type: integer/int64

Constraints: Read Only

transactionReadOnlyOnePhaseCommittedTotalCount

The total number of transactions with more than one enlisted resource that were one-phase committed due to read-only optimization since the server was started.

Type: integer/int64

Constraints: Read Only

transactionRolledBackAppTotalCount

The number of transactions that were rolled back due to an application error.

Type: integer/int64

Constraints: Read Only

transactionRolledBackResourceTotalCount

The number of transactions that were rolled back due to a resource error.

Type: integer/int64

Constraints: Read Only

transactionRolledBackSystemTotalCount

The number of transactions that were rolled back due to an internal system error.

Type: integer/int64

Constraints: Read Only

transactionRolledBackTimeoutTotalCount

The number of transactions that were rolled back due to a timeout expiration.

Type: integer/int64

Constraints: Read Only

transactionRolledBackTotalCount

The number of transactions that were rolled back since the server was started.

Type: integer/int64

Constraints: Read Only

transactionTotalCount

The total number of transactions processed. This total includes all committed, rolled back, and heuristic transaction completions since the server was started.

Type: integer/int64

Constraints: Read Only

transactionTwoPhaseCommittedLoggedTotalCount

The total number of two phase commit transactions that were committed with TLog since the server was started.

Type: integer/int64

Constraints: Read Only

transactionTwoPhaseCommittedNotLoggedTotalCount

The total number of two phase commited transactions that were committed without TLog since the server was started.

Type: integer/int64

Constraints: Read Only

transactionTwoPhaseCommittedTotalCount

The total number of transactions with more than one enlisted resource that were two-phase committed since the server was started.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.TransactionResourceRuntimeMBean

This interface represents runtime statistics for a transactional resource.

The properties of the weblogic.management.runtime.TransactionResourceRuntimeMBean entity are as follows:

healthState

The health state of the Resource.

Type: weblogic.health.HealthState

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

resourceName

The resource name.

Type: string

Constraints: Read Only

transactionCommittedTotalCount

The total number of transactions committed since the server was started.

Type: integer/int64

Constraints: Read Only

transactionHeuristicCommitTotalCount

The number of transactions for which this resource has returned a heuristic commit decision.

Type: integer/int64

Constraints: Read Only

transactionHeuristicHazardTotalCount

The number of transactions for which this resource has reported a heuristic hazard decision.

Type: integer/int64

Constraints: Read Only

transactionHeuristicMixedTotalCount

The number of transactions for which this resource has reported a heuristic mixed decision.

Type: integer/int64

Constraints: Read Only

transactionHeuristicRollbackTotalCount

The number of transactions for which this resource has returned a heuristic rollback decision.

Type: integer/int64

Constraints: Read Only

transactionHeuristicsTotalCount

The number of transactions that completed with a heuristic status since the server was started.

Type: integer/int64

Constraints: Read Only

transactionRolledBackTotalCount

The number of transactions that were rolled back since the server was started.

Type: integer/int64

Constraints: Read Only

transactionTotalCount

The total number of transactions processed. This total includes all committed, rolled back, and heuristic transaction completions since the server was started.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.TriggerRuntimeMBean

The {@code TriggerRuntimeMBean} holds runtime state (for the current Server instance) for a Trigger that has been configured in the Resource Consumption Management policy of the current Domain Partition.

The WebLogic Resource Consumption Management feature automatically initiates the configured recourse action of a Trigger when the Trigger's configured usage limits are exceeded by a Domain Partition. When a usage limit is exceeded, and the configured recourse action has been successfully executed, the Trigger is Activated.

When the current resource usage by the Domain Partition falls below the Trigger's configured usage limit, the feature automatically withdraws the recourse action where possible. When the current usage is below the configured usage limit, and the configured recourse action has been successfully withdrawn, the Trigger is said to be not Activated.

The MBean captures the following states for a Trigger when the current resource consumption usage by the Domain Partition exceeds or goes below the configured usage limit for the Domain Partition:

  • Whether the Trigger is Activated (usage has exceeded the limit and the recourse action was successfully executed) or not

  • The time when the last recourse action was executed successfully for the Trigger

  • Whether a recourse action has been initiated in response to the resource usage by the Domain Partition exceeding the configured usage limits

The properties of the weblogic.management.runtime.TriggerRuntimeMBean entity are as follows:

activated

Indicates if the Trigger is Activated

Type: boolean

Constraints: Read Only

initiated

Indicates if a recourse action has been initiated for this Trigger as a result of the current resource usage by a Domain Partition exceeding its usage limit. A new {@code RecourseActionEventVBean} is added to the array returned by getRecourseActionEventsHistory().

The kind of recourse action initiated (for example, a new recourse action or a withdrawal of an existing recourse action) can be determined through RecourseActionEventVBean#isActive().

Type: boolean

Constraints: Read Only

lastTimeExecuted

The {@code Date} when the last recourse action was successfully executed for the current Trigger.

Type: string/date

Constraints: Read Only

name

The name of the Trigger, as configured in the Resource Consumption Management policy of the Domain Partition.

Type: string

Constraints: Read Only

recourseActionEventsHistory

A list of recourse action events that have been initiated and executed.

Type: array of weblogic.management.runtime.RecourseActionEventVBean

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.UserLockoutManagerRuntimeMBean

This class is used to monitor and manage per security realm user lockout information.

The properties of the weblogic.management.runtime.UserLockoutManagerRuntimeMBean entity are as follows:

invalidLoginAttemptsTotalCount

Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled. In a cluster, this method returns the number of invalid logins attempted that have occured since the cluster has been started because all servers share login failure information.

Type: integer/int64

Constraints: Read Only

invalidLoginUsersHighCount

Returns the highest number of users with concurrent unexpired or uncleared invalid login attempts. Invalid login attempts expire as specified by LockoutResetDuration. This count is useful in determining whether the LockoutCacheSize needs to be modified.

Type: integer/int64

Constraints: Read Only

lockedUsersCurrentCount

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

Type: integer/int64

Constraints: Read Only

loginAttemptsWhileLockedTotalCount

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

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

unlockedUsersTotalCount

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

Type: integer/int64

Constraints: Read Only

userLockoutTotalCount

Returns the number of user lockouts that have occured since this server has been started. In a cluster, this method returns the number of user lockouts that have occured since the cluster has been started because all servers share login failure information.

Type: integer/int64

Constraints: Read Only

weblogic.management.runtime.WLDFCapturedImageMBean

This interface contains properties describing a captured diagnostics image.

The properties of the weblogic.management.runtime.WLDFCapturedImageMBean entity are as follows:

name

The name of this captured diagnostics image.

Type: string

weblogic.management.runtime.WLDFDataAccessRuntimeMBean

Use this interface to access the specific type of diagnostic data from an underlying log for which this instance is created.

The properties of the weblogic.management.runtime.WLDFDataAccessRuntimeMBean entity are as follows:

earliestAvailableTimestamp

Type: integer/int64

Constraints: Read Only

latestAvailableTimestamp

Type: integer/int64

Constraints: Read Only

latestRecordId

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

timestampAvailable

Type: boolean

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WLDFHarvesterRuntimeMBean

Provides aggregated information about all active Harvester configurations, as well as metadata about harvestable and harvested attributes, types, and instances. Harvestable means potentially available for harvesting; harvested means explicitly designated for harvesting. These terms apply to types, instances, and the attributes within those types. In addition, the interface provides access to sampling and snapshot statistics. All statistics are base on data collected during the current server session.

The properties of the weblogic.management.runtime.WLDFHarvesterRuntimeMBean entity are as follows:

knownHarvestableTypes

The set of all known types, regardless of whether the types are currently configured for harvesting. The set includes the WebLogic Server MBeans, which are always present, plus any other types that can be discovered. MBeans that are not WebLogic Server MBeans will require instances to exist in order to discover the type.

Type: array of string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WLDFImageCreationTaskRuntimeMBean

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.

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.

The properties of the weblogic.management.runtime.WLDFImageCreationTaskRuntimeMBean entity are as follows:

completed

This property indicates whether an asynchronous job has completed.

Type: boolean

description

A description of this task.

Type: string

Constraints: Read Only

endTime

This property indicates the time when the asynchronous job ended.

Type: string/date

imageFileName

Retrieve the name of the image file that was created. If the name is not yet known at the time this is called, this may return null.

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

parentTask

The task of which this task is a part.

A value of null indicates that this task is not a subtask.

Type: weblogic.management.runtime.TaskRuntimeMBean reference

Constraints: Read Only

progress

The progress of this task.

Type: string

Constraints: Read Only

running

Indicates whether the task is still running.

Type: boolean

Constraints: Read Only

startTime

This property indicates the time when an asynchronous job was started.

Type: string/date

startTimeAsLong

The time at which this task was started.

Type: integer/int64

Constraints: Read Only

systemTask

Indicates whether this task was initiated by the server versus a user.

Type: boolean

Constraints: Read Only

taskError

Returns an exception describing the error, if any, that occurred while performing this task.

Type: java.lang.Throwable

Constraints: Read Only

taskStatus

The status of this task.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WLDFPartitionAccessRuntimeMBean

Use this interface to access the different types of diagnostic data generated by a partition.

The properties of the weblogic.management.runtime.WLDFPartitionAccessRuntimeMBean entity are as follows:

availableDiagnosticDataAccessorNames

Type: array of string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WLDFPartitionHarvesterRuntimeMBean

Provides aggregated information about all active Harvester configurations for a partition.

The properties of the weblogic.management.runtime.WLDFPartitionHarvesterRuntimeMBean entity are as follows:

averageSamplingTime

The average amount of time, in nanoseconds, spent in sampling cycles.

Type: integer/int64

Constraints: Read Only

maximumSamplingTime

The maximum sampling time, in nanoseconds.

Type: integer/int64

Constraints: Read Only

minimumSamplingTime

The minimum sampling time, in nanoseconds.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

totalSamplingCycles

The total number of sampling cycles taken thus far.

Type: integer/int64

Constraints: Read Only

totalSamplingTime

The total amount of time, in nanoseconds, spent in sampling cycles.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WLDFPartitionImageRuntimeMBean

This interface controls diagnostic image creation, and provides access to run-time information about past and current diagnostic image capture requests.

The properties of the weblogic.management.runtime.WLDFPartitionImageRuntimeMBean entity are as follows:

availableCapturedImages

Returns a list of captured images that are available on the Server.

Type: array of string

Constraints: Read Only

imageDir

The default directory where the server stores captured diagnostic images.

Type: string

Constraints: Read Only

imageTimeout

The default timeout period, in minutes, that the server uses to delay future diagnostic image-capture requests.

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WLDFPartitionRuntimeMBean

This interface provides access to all the runtime MBeans for the WebLogic Diagnostic Framework (WLDF).

The properties of the weblogic.management.runtime.WLDFPartitionRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WLDFRuntimeMBean

This interface provides access to all the runtime MBeans for the WebLogic Diagnostic Framework (WLDF).

The properties of the weblogic.management.runtime.WLDFRuntimeMBean entity are as follows:

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WLDFWatchNotificationRuntimeMBean

Provides access to policy and action statistical data for the current instance of this server.

Note: As of WebLogic Server 12.2.1, the terms watch and notification are replaced by policy and action, respectively. However, the definition of these terms has not changed.

The properties of the weblogic.management.runtime.WLDFWatchNotificationRuntimeMBean entity are as follows:

activeAlarmWatches

The names of active alarm policies.

Type: array of string

Constraints: Read Only

averageEventDataWatchEvaluationTime

The average Instrumentation event data evaluation cycle time, in milliseconds.

Type: integer/int64

Constraints: Read Only

averageHarvesterWatchEvaluationTime

The average Harvester evaluation cycle time, in milliseconds.

Type: integer/int64

Constraints: Read Only

averageLogWatchEvaluationTime

The average Log evaluation cycle time, in milliseconds.

Type: integer/int64

Constraints: Read Only

currentActiveAlarmsCount

The number of active alarms of any type.

Type: integer/int32

Constraints: Read Only

maximumActiveAlarmsCount

The maximum number of active alarms at any one time.

Type: integer/int32

Constraints: Read Only

maximumEventDataWatchEvaluationTime

The maximum time spent evaluating EventData policies.

Type: integer/int64

Constraints: Read Only

maximumHarvesterWatchEvaluationTime

The maximum time spent evaluating Harvester policies.

Type: integer/int64

Constraints: Read Only

maximumLogWatchEvaluationTime

The maximum time spent evaluating Log policies.

Type: integer/int64

Constraints: Read Only

minimumEventDataWatchEvaluationTime

The minimum time spent evaluating Log policies.

Type: integer/int64

Constraints: Read Only

minimumHarvesterWatchEvaluationTime

The minimum time spent evaluating Harvester policies.

Type: integer/int64

Constraints: Read Only

minimumLogWatchEvaluationTime

The minimum time spent evaluating Log policies.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

totalActiveAutomaticResetAlarms

The total number of active automatically reset alarms.

Type: integer/int64

Constraints: Read Only

totalActiveManualResetAlarms

The total number of active manually reset alarms.

Type: integer/int64

Constraints: Read Only

totalDIMGNotificationsPerformed

The total number of Diagnostic Image actions fired. Diagnostic Image files are not true actions, but this records the number of image captures requested by the policy component.

Type: integer/int64

Constraints: Read Only

totalEventDataEvaluationCycles

The total number of times Instrumentation event data policies have been evaluated.

Type: integer/int64

Constraints: Read Only

totalEventDataWatchEvaluations

The total number of Instrumentation event data policies that have been evaluated. For each cycle, the Policy and Action component evaluates all of the enabled Instrumentation event data policies.

Type: integer/int64

Constraints: Read Only

totalEventDataWatchesTriggered

The total number of Instrumentation event data policies that have evaluated to true and triggered actions.

Type: integer/int64

Constraints: Read Only

totalFailedDIMGNotifications

The total number of failed Diagnostic Image action requests.

Type: integer/int64

Constraints: Read Only

totalFailedJMSNotifications

The total number of failed JMS action attempts.

Type: integer/int64

Constraints: Read Only

totalFailedJMXNotifications

The total number of failed JMX action attempts.

Type: integer/int64

Constraints: Read Only

totalFailedNotifications

The total number of failed action requests.

Type: integer/int64

Constraints: Read Only

totalFailedSMTPNotifications

The total number of failed SMTP action attempts.

Type: integer/int64

Constraints: Read Only

totalFailedSNMPNotifications

The total number of failed SNMP action attempts.

Type: integer/int64

Constraints: Read Only

totalHarvesterEvaluationCycles

The total number of times the Harvester has invoked the Policy and Action component to evaluate Harvester policies. (This number corresponds to the number of sampling cycles.)

Type: integer/int64

Constraints: Read Only

totalHarvesterWatchEvaluations

The total number of Harvester policies that have been evaluated. For each cycle, the Policy and Action component evaluates all of the enabled Harvester policies.

Type: integer/int64

Constraints: Read Only

totalHarvesterWatchesTriggered

The total number of Harvester policies that have evaluated to true and triggered actions.

Type: integer/int64

Constraints: Read Only

totalJMSNotificationsPerformed

The total number of JMS actions successfully fired.

Type: integer/int64

Constraints: Read Only

totalJMXNotificationsPerformed

The total number of JMX actions successfully fired.

Type: integer/int64

Constraints: Read Only

totalLogEvaluationCycles

The total number of times Log policies have been evaluated.

Type: integer/int64

Constraints: Read Only

totalLogWatchEvaluations

The total number of Log policies that have been evaluated. For each cycle, the Policy and Action component evaluates all of the enabled Log policies.

Type: integer/int64

Constraints: Read Only

totalLogWatchesTriggered

The total number of Log policies that have evaluated to true and triggered actions.

Type: integer/int64

Constraints: Read Only

totalNotificationsPerformed

The total number of actions performed.

Type: integer/int64

Constraints: Read Only

totalSMTPNotificationsPerformed

The total number of SMTP actions successfully fired.

Type: integer/int64

Constraints: Read Only

totalSNMPNotificationsPerformed

The total number of SNMP actions successfully fired.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WLDFWatchNotificationSourceRuntimeMBean

Attaches an action listener in order to receive action events when a policy evaluates to true. Note that the listener will receive all actions; the caller must filter the output.

Unlike the deprecated WLDFWatchJMXNotificationRuntimeMBean, the action generated by this source is a Java Map object comprised of simple JDK types, and does not require a client dependency on any WLDF code.

Note: As of WebLogic Server 12.2.1, the terms watch and notification are replaced by policy and action, respectively. However, the definition of these terms has not changed.

The properties of the weblogic.management.runtime.WLDFWatchNotificationSourceRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WorkManagerRuntimeMBean

WorkManager Runtime information.

The properties of the weblogic.management.runtime.WorkManagerRuntimeMBean entity are as follows:

applicationName

Get the name of the application this WorkManager is associated with

Type: string

Constraints: Read Only

completedDaemonRequests

The number of daemon requests that have been processed

Type: integer/int64

Constraints: Read Only

completedRequests

The number of requests that have been processed, including daemon requests.

Type: integer/int64

Constraints: Read Only

healthState

Returns the HealthState mbean for the work manager.

Type: weblogic.health.HealthState

Constraints: Read Only

moduleName

Get the name of the module this WorkManager is associated with

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

partitionName

Returns the name of the partition that the work manager is associated with.

Type: string

Constraints: Read Only

pendingDaemonRequests

The number of daemon requests in progress.

Type: integer/int32

Constraints: Read Only

pendingRequests

The number of waiting requests in the queue, including daemon requests.

Type: integer/int32

Constraints: Read Only

stuckThreadCount

The number of threads that are considered to be stuck on the basis of any stuck thread constraints.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseeAggregatableBaseOperationRuntimeMBean

Describes Web Service operation state, such as deployment state and runtime statistics. The derived MBean determines whether this state is for a single operation or whether it is aggregated across operations.

This MBean can describe the operation(s) on a web service client or service. Request statistics relate to outgoing requests on a client or incoming requests on a service. Response statistics relate to an incoming response on a client or an outgoing response on a service.

Time values are reported in milliseconds.

The properties of the weblogic.management.runtime.WseeAggregatableBaseOperationRuntimeMBean entity are as follows:

dispatchTimeAverage

Average operation dispatch time for the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

dispatchTimeHigh

Longest operation dispatch time for the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

dispatchTimeLow

Shortest operation dispatch time for the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

dispatchTimeTotal

Total time for all operation dispatches in the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

errorCount

Number of errors sending or receiving a request.

Type: integer/int32

Constraints: Read Only

executionTimeAverage

Average operation execution time.

Type: integer/int64

Constraints: Read Only

executionTimeHigh

Longest operation execution time.

Type: integer/int64

Constraints: Read Only

executionTimeLow

Shortest operation execution time.

Type: integer/int64

Constraints: Read Only

executionTimeTotal

Total time for all operation executions.

Type: integer/int64

Constraints: Read Only

invocationCount

Total number of operation invocations in the current measurement period.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int32

Constraints: Read Only

lastError

Last error that occurred processing a request.

Type: string

Constraints: Read Only

lastErrorTime

Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

Type: integer/int64

Constraints: Read Only

lastInvocationTime

Time of the last operation request to be sent or received (or 0 if no requests have been sent or received).

Type: integer/int64

Constraints: Read Only

lastResponseError

Last response error to arrive for this client/service (or null if no errors have occurred).

Type: string

Constraints: Read Only

lastResponseErrorTime

Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

Type: integer/int64

Constraints: Read Only

lastResponseTime

Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

responseCount

Total number of oresponses generated from operation invocations.

Type: integer/int32

Constraints: Read Only

responseErrorCount

Total number of errors from responses generated from operation invocations.

Type: integer/int32

Constraints: Read Only

responseTimeAverage

Average response time from the responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

responseTimeHigh

Longest response time from the responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

responseTimeLow

Lowest response time from the responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

responseTimeTotal

Total time for all responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseeBaseOperationRuntimeMBean

Describes the state of a particular Web Service operation, such as deployment state and runtime statistics about the execution of the operation.

This MBean can describe the operation on a web service client or service. Request statistics relate to outgoing requests on a client or incoming requests on a service. Response statistics relate to an incoming response on a client or an outgoing response on a service.

Time values are reported in milliseconds.

The properties of the weblogic.management.runtime.WseeBaseOperationRuntimeMBean entity are as follows:

dispatchTimeAverage

Average operation dispatch time for the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

dispatchTimeHigh

Longest operation dispatch time for the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

dispatchTimeLow

Shortest operation dispatch time for the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

dispatchTimeTotal

Total time for all operation dispatches in the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

errorCount

Number of errors sending or receiving a request.

Type: integer/int32

Constraints: Read Only

executionTimeAverage

Average operation execution time.

Type: integer/int64

Constraints: Read Only

executionTimeHigh

Longest operation execution time.

Type: integer/int64

Constraints: Read Only

executionTimeLow

Shortest operation execution time.

Type: integer/int64

Constraints: Read Only

executionTimeTotal

Total time for all operation executions.

Type: integer/int64

Constraints: Read Only

invocationCount

Total number of operation invocations in the current measurement period.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int32

Constraints: Read Only

lastError

Last error that occurred processing a request.

Type: string

Constraints: Read Only

lastErrorTime

Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

Type: integer/int64

Constraints: Read Only

lastInvocationTime

Time of the last operation request to be sent or received (or 0 if no requests have been sent or received).

Type: integer/int64

Constraints: Read Only

lastResponseError

Last response error to arrive for this client/service (or null if no errors have occurred).

Type: string

Constraints: Read Only

lastResponseErrorTime

Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

Type: integer/int64

Constraints: Read Only

lastResponseTime

Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

operationName

Name of the operation for which runtime information is being provided.

Type: string

Constraints: Read Only

responseCount

Total number of oresponses generated from operation invocations.

Type: integer/int32

Constraints: Read Only

responseErrorCount

Total number of errors from responses generated from operation invocations.

Type: integer/int32

Constraints: Read Only

responseTimeAverage

Average response time from the responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

responseTimeHigh

Longest response time from the responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

responseTimeLow

Lowest response time from the responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

responseTimeTotal

Total time for all responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseeClusterFrontEndRuntimeMBean

Encapsulates runtime information about a particular Web Service cluster front-end instance. This MBean represents a cluster front-end instance (e.g. HttpClusterServlet) that contains a cluster routing function.

The properties of the weblogic.management.runtime.WseeClusterFrontEndRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseeClusterRoutingRuntimeMBean

Encapsulates runtime information about a particular Web Service cluster routing instance (whether it be a front-end router or an in-place router).

The properties of the weblogic.management.runtime.WseeClusterRoutingRuntimeMBean entity are as follows:

lastRoutingFailure

The exception that caused the last routing failure, or null if no failures have occurred.

Type: string

Constraints: Read Only

lastRoutingFailureTime

The time (in milliseconds since epoch) of the last routing failure (or 0 if no failures have occurred).

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

requestCount

The number of requests (messages with no RelatesTo header) that have come through this front-end since the server started.

Type: integer/int32

Constraints: Read Only

responseCount

The number of responses (messages with a RelatesTo header) that have come through this front-end since the server started.

Type: integer/int32

Constraints: Read Only

routedRequestCount

The number of requests that were routed to a specific server instance via routing information in the request (not just load balanced) since the server started.

Type: integer/int32

Constraints: Read Only

routedResponseCount

The number of responses that were routed to a specific server instance via routing information in the response (not just load balanced) since the server started.

Type: integer/int32

Constraints: Read Only

routingFailureCount

The number of times a message failed to be routed, since the server started.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseeHandlerRuntimeMBean

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.

The properties of the weblogic.management.runtime.WseeHandlerRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseeMcRuntimeMBean

Describes the state of MakeConnection pending message lists

The properties of the weblogic.management.runtime.WseeMcRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseeOperationRuntimeMBean

Describes the state of a particular Web Service operation, such as deployment state and runtime statistics about the execution of the operation.

This MBean can describe the operation on a web service client or service. Request statistics relate to outgoing requests on a client or incoming requests on a service. Response statistics relate to an incoming response on a client or an outgoing response on a service.

Time values are reported in milliseconds

The properties of the weblogic.management.runtime.WseeOperationRuntimeMBean entity are as follows:

dispatchTimeAverage

Average operation dispatch time for the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

dispatchTimeHigh

Longest operation dispatch time for the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

dispatchTimeLow

Shortest operation dispatch time for the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

dispatchTimeTotal

Total time for all operation dispatches in the current measurement period.

Dispatch time refers to the time for WebLogic Server to process the invocation.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int64

Constraints: Read Only

errorCount

Number of errors sending or receiving a request.

Type: integer/int32

Constraints: Read Only

executionTimeAverage

Average operation execution time.

Type: integer/int64

Constraints: Read Only

executionTimeHigh

Longest operation execution time.

Type: integer/int64

Constraints: Read Only

executionTimeLow

Shortest operation execution time.

Type: integer/int64

Constraints: Read Only

executionTimeTotal

Total time for all operation executions.

Type: integer/int64

Constraints: Read Only

invocationCount

Total number of operation invocations in the current measurement period.

The measurement period typically starts when WebLogic Server is first started.

Type: integer/int32

Constraints: Read Only

lastError

Last error that occurred processing a request.

Type: string

Constraints: Read Only

lastErrorTime

Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

Type: integer/int64

Constraints: Read Only

lastInvocationTime

Time of the last operation request to be sent or received (or 0 if no requests have been sent or received).

Type: integer/int64

Constraints: Read Only

lastResponseError

Last response error to arrive for this client/service (or null if no errors have occurred).

Type: string

Constraints: Read Only

lastResponseErrorTime

Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

Type: integer/int64

Constraints: Read Only

lastResponseTime

Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

Type: integer/int64

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

operationName

Name of the operation for which runtime information is being provided.

Type: string

Constraints: Read Only

policyAttachmentSupport

Get attachment support for this port MBean.

Type: string

Constraints: Read Only

policySubjectName

Get subject name for this port MBean.

Type: string

Constraints: Read Only

policySubjectResourcePattern

The policySubject parameter must uniquely identify what application, module, service, and port (port or operation for WLS Policy) is targeted. The syntax currently used by JRF (see [JRF ATTACHMENT POINT]) for J2EE Webservice Endpoints will be used: /{domain}/{instance}/{app}/WEBs|EJBs/{module }/WEBSERVICEs/{service}/PORTs/{port}/OPERATIONs/{operation}

Type: string

Constraints: Read Only

policySubjectType

Get subject type for this port MBean.

Type: string

Constraints: Read Only

responseCount

Total number of oresponses generated from operation invocations.

Type: integer/int32

Constraints: Read Only

responseErrorCount

Total number of errors from responses generated from operation invocations.

Type: integer/int32

Constraints: Read Only

responseTimeAverage

Average response time from the responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

responseTimeHigh

Longest response time from the responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

responseTimeLow

Lowest response time from the responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

responseTimeTotal

Total time for all responses generated from operation invocations.

Type: integer/int64

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseePolicyRuntimeMBean

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.

The properties of the weblogic.management.runtime.WseePolicyRuntimeMBean entity are as follows:

availablePolicies

Type: array of string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseePortPolicyRuntimeMBean

Describes the Web service security policy state of a particular Web service port.

The properties of the weblogic.management.runtime.WseePortPolicyRuntimeMBean entity are as follows:

authenticationSuccesses

Total number of authentication successes detected for this port. Only incoming message processing can add to the success count.

Type: integer/int32

Constraints: Read Only

authenticationViolations

Total number of authentication violations generated for this port. Only incoming message processing can add to the violation count.

Type: integer/int32

Constraints: Read Only

authorizationSuccesses

Total number of authorization successes detected for this port.

Type: integer/int32

Constraints: Read Only

authorizationViolations

Total number of authorization violations generated for this port.

Type: integer/int32

Constraints: Read Only

confidentialitySuccesses

Total number of confidentiality successes generated for this port. Both outgoing and incoming message processing can add to the success count.

Type: integer/int32

Constraints: Read Only

confidentialityViolations

Total number of confidentiality violations generated for this port. Both outgoing and incoming message processing can add to the violation count.

Type: integer/int32

Constraints: Read Only

integritySuccesses

Total number of integrity successes generated for this port. Both outgoing and incoming message processing can add to the success count.

Type: integer/int32

Constraints: Read Only

integrityViolations

Total number of integrity violations generated for this port. Both outgoing and incoming message processing can add to the violation count.

Type: integer/int32

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

policyFaults

Total number of policy faults generated for this port.

Type: integer/int32

Constraints: Read Only

totalSecurityFaults

Total number of security faults and violations generated for this port.

Type: integer/int32

Constraints: Read Only

totalViolations

Total number of authentication, integrity, and confidentialy violations. Both outgoing and incoming message processing can add to the violation count.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseePortRuntimeMBean

Describes the state of a particular Web Service port.

The properties of the weblogic.management.runtime.WseePortRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

policyAttachmentSupport

Get attachment support for this port MBean.

Type: string

Constraints: Read Only

policyFaults

Total number of policy faults.

Type: integer/int32

Constraints: Read Only

policySubjectAbsolutePortableExpression

The policySubject AbsolutePortableExpression This is the WSM ResourcePattern AbsolutePortableExpression string

Type: string

Constraints: Read Only

policySubjectName

Get subject name for this port MBean.

Type: string

Constraints: Read Only

policySubjectResourcePattern

The policySubject parameter must uniquely identify what application, module, service or reference-name, and port (port or operation for WLS Policy) is targeted. The syntax currently used by JRF (see [JRF ATTACHMENT POINT]) for J2EE Webservice Endpoints will be used: /{domain}/{instance}/{app}/WEBs|EJBs/{module}/WEBSERVICEs/{service}|{reference-name}/PORTs/{port}

Type: string

Constraints: Read Only

policySubjectType

Get subject type for this port MBean.

Type: string

Constraints: Read Only

portName

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 @WLXXXTransport annotation, 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.

Type: string

Constraints: Read Only

startTime

Date and time that the Web service endpoint started.

Type: integer/int64

Constraints: Read Only

totalSecurityFaults

Total number of security faults and violations.

Type: integer/int32

Constraints: Read Only

transportProtocolType

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.

Type: string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

weblogic.management.runtime.WseeV2RuntimeMBean

Encapsulates runtime information about a particular Web Service. The name attribute of this MBean will be the value of the webservice-description-name element in webservices.xml

The properties of the weblogic.management.runtime.WseeV2RuntimeMBean entity are as follows:

URI

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 for JAX-RPC services using the serviceURI attribute of the @WLXXXTransport JWS annotation, where XXX refers to the transport, such as HTTP, HTTPS, or JMS. For JAX-WS services, this can be set during compilation.

Type: string

Constraints: Read Only

contextPath

Specifies the context path of this web service.

This attribute corresponds to the initial part of the endpoint address in the WSDL that describes the Web Service. It is specified at development time in JAX-RPC services using the contextPath attribute of the @WLXXXTransport JWS annotation, where XXX refers to the transport, such as HTTP, HTTPS, or JMS. For JAX-WS services the context path is set either during compilation of the service, or by the module (web or EJB) hosting the service.

Type: string

Constraints: Read Only

implementationType

Specifies the implementation type of this service.

Valid values include: JAX-WS 2.0 JAX-RPC 1.1

Type: string

Constraints: Read Only

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

policyFaults

Total number of faults generated by security policy handler.

Type: integer/int32

Constraints: Read Only

serviceName

Specifies the qualified name of this Web service.

This attribute is calculated based on actual MBean type and of the form:

WseeRuntimeMBean: <app name>#<app version>!<service name>.

WseeV2RuntimeMBean: <app name>#<app version>!<web WAR name or EJB JAR name>!<service name>.

Type: string

Constraints: Read Only

startTime

Date and time that the Web service starts.

Type: integer/int64

Constraints: Read Only

totalSecurityFaults

Total number of faults generated by this endpoint.

Type: integer/int32

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only

webserviceDescriptionName

webservice description name for this webservice

Type: string

Constraints: Read Only

weblogic.management.runtime.WseeWsrmRuntimeMBean

Encapsulates runtime information about WS-RM functionality. If this MBean is parented by a WseePortRuntimeMBean instance, this MBean represents WS-RM resources contained in a particular Web Service or web service client. If this MBean is parented by ServerRuntimeMBean, this MBean represents WS-RM resources for the entire server/VM (spanning across applications, web services, clients, etc.)

The properties of the weblogic.management.runtime.WseeWsrmRuntimeMBean entity are as follows:

name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Type: string

Constraints: Read Only

sequenceIds

A list of sequence IDs representing active sequences being managed on the WS-RM destination (receiving side).

Type: array of string

Constraints: Read Only

type

Returns the type of the MBean.

Type: string

Constraints: Read Only