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: int

Constraints: Read Only, Restart Required

failedClassRedefinitionCount

Number of failed redefinition operations since the application was deployed.

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

processedClassesCount

Number of classes processed since the application was deployed.

Type: int

Constraints: Read Only, Restart Required

totalClassRedefinitionTime

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

completed

This property indicates whether an asynchronous job has completed.

Type: boolean

description

A description of this task.

Type: string

Constraints: Read Only, Restart Required

endTime

This property indicates the time when the asynchronous job ended.

Type: java.util.Date

name

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

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

processedClassesCount

Number of classes processed so far.

Type: int

Constraints: Read Only, Restart Required

progress

The progress of this task.

Type: string

Constraints: Read Only, Restart Required

running

Indicates whether the task is still running.

Type: boolean

Constraints: Read Only, Restart Required

startTime

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

Type: java.util.Date

startTimeAsLong

The time at which this task was started.

Type: long

Constraints: Read Only, Restart Required

systemTask

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

Type: boolean

Constraints: Read Only, Restart Required

taskError

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

Type: java.lang.Throwable

Constraints: Read Only, Restart Required

taskStatus

The status of this task.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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

This entity represents a date as a string in ISO 8601 format, yyyy-MM-ddTHH:mm:ss.SSSX

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 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: long

Constraints: Read Only, Restart Required

latestAvailableTimestamp

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

Type: long

Constraints: Read Only, Restart Required

latestRecordId

The latest known record ID for the underlying archive.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

timestampAvailable

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

Type: boolean

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

applicationName

The name of the application.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

healthState

The HealthState MBean for the application.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

partitionName

The application's partition.

Returns the partition to which this application is deployed.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.AsyncReplicationRuntimeMBean

This MBean provides runtime statistics for async replication in a WebLogic Cluster

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

detailedSecondariesDistribution

Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. The name is appended with a number to indicate the number of secondaries hosted on behalf of that server.

Type: array of string

Constraints: Read Only, Restart Required

lastSessionsFlushTime

The last time the sessions were flushed, in milliseconds since midnight, January 1, 1970 UTC

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

primaryCount

Provides the number of object that the local server hosts as primaries.

Answer the number of object that the local server hosts as primaries.

Type: long

Constraints: Read Only, Restart Required

secondaryCount

Answer the number of object that the local server hosts as secondaries.

Type: long

Constraints: Read Only, Restart Required

secondaryServerDetails

Type: string

Constraints: Read Only, Restart Required

sessionsWaitingForFlushCount

Number of sessions which are waiting to be flushed.

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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:

name

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

Type: string

Constraints: Read Only, Restart Required

providerName

Returns name of this security provider.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

afterIndexingFindClassTime

Type: long

Constraints: Read Only, Restart Required

afterIndexingLoadClassCount

Type: long

Constraints: Read Only, Restart Required

afterIndexingLoadClassTime

Type: long

Constraints: Read Only, Restart Required

afterIndexingResourceCount

Type: long

Constraints: Read Only, Restart Required

afterIndexingResourceTime

Type: long

Constraints: Read Only, Restart Required

beforeIndexingFindClassCount

Type: long

Constraints: Read Only, Restart Required

beforeIndexingFindClassTime

Type: long

Constraints: Read Only, Restart Required

beforeIndexingLoadClassCount

Type: long

Constraints: Read Only, Restart Required

beforeIndexingLoadClassTime

Type: long

Constraints: Read Only, Restart Required

beforeIndexingResourceCount

Type: long

Constraints: Read Only, Restart Required

beforeIndexingResourceTime

Type: long

Constraints: Read Only, Restart Required

defineClassCount

Type: long

Constraints: Read Only, Restart Required

defineClassTime

Type: long

Constraints: Read Only, Restart Required

duringIndexingFindClassCount

Type: long

Constraints: Read Only, Restart Required

duringIndexingFindClassTime

Type: long

Constraints: Read Only, Restart Required

duringIndexingLoadClassCount

Type: long

Constraints: Read Only, Restart Required

duringIndexingLoadClassTime

Type: long

Constraints: Read Only, Restart Required

duringIndexingResourceCount

Type: long

Constraints: Read Only, Restart Required

duringIndexingResourceTime

Type: long

Constraints: Read Only, Restart Required

findClassCount

Type: long

Constraints: Read Only, Restart Required

findClassTime

Type: long

Constraints: Read Only, Restart Required

indexingTime

Type: long

Constraints: Read Only, Restart Required

loadClassCount

Type: long

Constraints: Read Only, Restart Required

loadClassTime

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

parentDelegationCount

Type: long

Constraints: Read Only, Restart Required

parentDelegationTime

Type: long

Constraints: Read Only, Restart Required

resourceCount

Type: long

Constraints: Read Only, Restart Required

resourceTime

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.ClusterRuntimeMBean

This class is used for monitoring a server's view of the members of a WebLogic cluster within a WebLogic domain.

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

activeSingletonServices

Returns an array of the names of the singleton services that are active on this server.

Type: array of string

Constraints: Read Only, Restart Required

aliveServerCount

Provides the current total number of alive servers in this cluster.

Returns the current total number of alive servers in this cluster.

Type: int

Constraints: Read Only, Restart Required

detailedSecondariesDistribution

Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. The name is appended with a number to indicate the number of secondaries hosted on behalf of that server.

Type: array of string

Constraints: Read Only, Restart Required

foreignFragmentsDroppedCount

Provides the number of fragments that originated in foreign domains or clusters which use the same multicast address.

Answer the number of fragments that originated in foreign domains/cluster that use the same multicast address.

Type: long

Constraints: Read Only, Restart Required

fragmentsReceivedCount

Provides the total number of messages received on this server from the cluster. This is applicable to both multicast and unicast message types.

Type: long

Constraints: Read Only, Restart Required

fragmentsSentCount

Returns the total number of message fragments sent from this server into the cluster. This is applicable to both multicast and unicast message types.

Type: long

Constraints: Read Only, Restart Required

healthState

Provides health information returned by the server self-health monitor service.

  • HEALTH_OK = 0, Server service is healthy.

  • HEALTH_WARN = 1, Service could have problems in the future. Check the server logs and the corresponding RuntimeMBean for more details.

  • HEALTH_CRITICAL = 2, Something must be done now to prevent service failure. Check the server logs and the corresponding RuntimeMBean for more details.

  • HEALTH_FAILED = 3, Service has failed - must be restarted. Check the server logs and the corresponding RuntimeMBean for more details.

  • HEALTH_OVERLOADED = 4, Service is functioning normally but there is too much work in it. CRITICAL and OVERLOADED are different. A subsystem is in the critical state when a part of it is malfunctioning, for example, stuck threads. An overloaded state means that there is more work assigned to the service than the configured threshold. A service might refuse more work in this state.

  • LOW_MEMORY_REASON = "server is low on memory", Reason code that indicates that the server is low on memory. Administrators can configure low and high thresholds for memory usage. The server health changes to OVERLOADED with this reason code if the low threshold is reached.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

multicastMessagesLostCount

Provides the total number of in-coming multicast messages that were lost according to this server.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

primaryCount

Provides the number of object that the local server hosts as primaries.

Answer the number of object that the local server hosts as primaries.

Type: long

Constraints: Read Only, Restart Required

resendRequestsCount

Provides the number of state-delta messages that had to be resent because a receiving server in the cluster missed a message.

Returns the number of state-delta messages that had to be resent because a receiving server in the cluster missed a message.

Type: long

Constraints: Read Only, Restart Required

secondaryCount

Answer the number of object that the local server hosts as secondaries.

Type: long

Constraints: Read Only, Restart Required

secondaryServerDetails

Type: string

Constraints: Read Only, Restart Required

serverNames

Provides the names of the servers in the cluster.

Type: array of string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

clusterSize

The size of the Coherence cluster.

Type: int

Constraints: Read Only, Restart Required

licenseMode

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

Type: string

Constraints: Read Only, Restart Required

members

Identifiers for the available Coherence cluster members.

Type: array of string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

version

The Coherence cluster version.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

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: long

Constraints: Read Only, Restart Required

rejectedNewThreadRequests

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

Type: long

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

runningThreadsCount

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

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

EISType

Get the EIS type.

Type: string

Constraints: Read Only, Restart Required

activeVersion

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

Type: boolean

Constraints: Read Only, Restart Required

activeVersionId

Get the active version Id.

Type: string

Constraints: Read Only, Restart Required

componentName

Get the name of the connector component.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

configurationVersion

Return the latest configuration version.

Type: string

Constraints: Read Only, Restart Required

configuredProperties

Gets a subset of the resource adapter descriptor information.

Type: java.util.Properties

Constraints: Read Only, Restart Required

connectionPoolCount

The number of connection pools.

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

description

Get the Description for the resource adapter.

Type: string

Constraints: Read Only, Restart Required

descriptions

Get the Descriptions for the resource adapter.

Type: array of string

Constraints: Read Only, Restart Required

healthState

The HealthState mbean for the application.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

inboundConnectionsCount

The number of inbound connections for the resource adapter.

Type: int

Constraints: Read Only, Restart Required

jndiName

Get the Jndi name of the resource adapter.

Type: string

Constraints: Read Only, Restart Required

linkref

Get the linkref.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

schema

Get the latest schema for RA configuration.

Type: string

Constraints: Read Only, Restart Required

specVersion

Get the spec version.

Type: string

Constraints: Read Only, Restart Required

state

Get the state of the resource adapter.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

vendorName

Get the vendor name.

Type: string

Constraints: Read Only, Restart Required

version

Get the version.

Type: string

Constraints: Read Only, Restart Required

versionId

Get the version Id.

Type: string

Constraints: Read Only, Restart Required

versioned

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

Type: boolean

Constraints: Read Only, Restart Required

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, Restart Required

MCFClassName

Get the MCF class name.

Type: string

Constraints: Read Only, Restart Required

activeConnectionsCurrentCount

The current total active connections.

Type: int

Constraints: Read Only, Restart Required

activeConnectionsHighCount

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

Type: int

Constraints: Read Only, Restart Required

averageActiveUsage

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

Type: int

Constraints: Read Only, Restart Required

capacityIncrement

The initial capacity configured for this Connector connection pool.

Type: int

Constraints: Read Only, Restart Required

closeCount

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

Type: long

Constraints: Read Only, Restart Required

connectionFactoryClassName

The ConnectionFactoryName of this Connector connection pool.

Type: string

Constraints: Read Only, Restart Required

connectionFactoryName

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

Type: string

Constraints: Read Only, Restart Required

connectionsCreatedTotalCount

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

Type: int

Constraints: Read Only, Restart Required

connectionsDestroyedByErrorTotalCount

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

Type: int

Constraints: Read Only, Restart Required

connectionsDestroyedByShrinkingTotalCount

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

Type: int

Constraints: Read Only, Restart Required

connectionsDestroyedTotalCount

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

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

connectionsRejectedTotalCount

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

Type: int

Constraints: Read Only, Restart Required

connectorEisType

The EIS type of this Connector connection pool.

Type: string

Constraints: Read Only, Restart Required

currentCapacity

The PoolSize of this Connector connection pool.

Type: long

Constraints: Read Only, Restart Required

freeConnectionsCurrentCount

The current total free connections.

Type: int

Constraints: Read Only, Restart Required

freeConnectionsHighCount

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

Type: int

Constraints: Read Only, Restart Required

freePoolSizeHighWaterMark

The FreePoolSizeHighWaterMark of this Connector connection pool.

Type: long

Constraints: Read Only, Restart Required

freePoolSizeLowWaterMark

The FreePoolSizeLowWaterMark of this Connector connection pool.

Type: long

Constraints: Read Only, Restart Required

healthState

The HealthState mbean for the application.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

highestNumWaiters

Gets the highest number of waiters.

Type: long

Constraints: Read Only, Restart Required

initialCapacity

The initial capacity configured for this Connector connection pool.

Type: int

Constraints: Read Only, Restart Required

key

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

Type: string

Constraints: Read Only, Restart Required

lastShrinkTime

Return the last time that the pool was shrunk.

Type: long

Constraints: Read Only, Restart Required

logFileName

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

Type: string

Constraints: Read Only, Restart Required

logFileStreamOpened

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

Type: boolean

Constraints: Read Only, Restart Required

loggingEnabled

Indicates whether logging is enabled for this Connector connection pool.

Type: boolean

Constraints: Read Only, Restart Required

managedConnectionFactoryClassName

The ManagedConnectionFactoryName of this Connector connection pool.

Type: string

Constraints: Read Only, Restart Required

maxCapacity

The maximum capacity configured for this Connector connection pool.

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

numUnavailableCurrentCount

Return the number of unavailable connections.

Type: int

Constraints: Read Only, Restart Required

numUnavailableHighCount

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

Type: int

Constraints: Read Only, Restart Required

numWaiters

Gets the current number of waiters.

Type: long

Constraints: Read Only, Restart Required

numWaitersCurrentCount

Return the number of waiters.

Type: int

Constraints: Read Only, Restart Required

poolName

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

Type: string

Constraints: Read Only, Restart Required

poolSizeHighWaterMark

The PoolSizeHighWaterMark of this Connector connection pool.

Type: long

Constraints: Read Only, Restart Required

poolSizeLowWaterMark

The PoolSizeLowWaterMark of this Connector connection pool.

Type: long

Constraints: Read Only, Restart Required

proxyOn

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

Type: boolean

Constraints: Read Only, Restart Required

recycledTotal

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

Type: int

Constraints: Read Only, Restart Required

runtimeTransactionSupport

The real transaction support level in use at runtime.

Type: string

Constraints: Read Only, Restart Required

shrinkCountDownTime

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

Type: int

Constraints: Read Only, Restart Required

shrinkPeriodMinutes

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

Type: int

Constraints: Read Only, Restart Required

shrinkingEnabled

Specifies whether shrinking of this Connector connection pool is enabled.

Type: boolean

Constraints: Read Only, Restart Required

state

Get the state of the pool.

Type: string

Constraints: Read Only, Restart Required

testable

This indicates whether the connection pool is testable or not.

Type: boolean

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

EISProductVersion

Returns the EISProductVersion associated with the ManagedConnection's MetaData.

Type: string

Constraints: Read Only, Restart Required

activeHandlesCurrentCount

The current total active connection handles for this connection.

Type: int

Constraints: Read Only, Restart Required

activeHandlesHighCount

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

Type: int

Constraints: Read Only, Restart Required

connectionFactoryClassName

Returns the connection factory class name.

Type: string

Constraints: Read Only, Restart Required

creationDurationTime

Return the time taken to create the connection.

Type: long

Constraints: Read Only, Restart Required

currentlyInUse

Indicates whether the connection is currently in use.

Type: boolean

Constraints: Read Only, Restart Required

deletable

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

Type: boolean

Constraints: Read Only, Restart Required

handlesCreatedTotalCount

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

Type: int

Constraints: Read Only, Restart Required

inTransaction

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

Type: boolean

Constraints: Read Only, Restart Required

managedConnectionFactoryClassName

Returns the managed connection factory class name.

Type: string

Constraints: Read Only, Restart Required

maxConnections

Returns the MaxConnections associated with the ManagedConnection's MetaData

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

reserveDurationTime

Get the time taken to reserve this connection.

Type: long

Constraints: Read Only, Restart Required

reserveTime

Return the last time the connection was reserved.

Type: long

Constraints: Read Only, Restart Required

shared

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

Type: boolean

Constraints: Read Only, Restart Required

transactionId

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

userName

Returns the UserName associated with the ManagedConnection's MetaData

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

msgListenerType

The message listener type.

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

state

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

activeRACount

Returns the number of resource adapters that are active.

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

completedLongRunningRequests

The number of completed long-running work requests.

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

beansInUseCurrentCount

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

Type: int

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

pooledBeansCurrentCount

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

Type: int

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

waiterCurrentCount

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

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

cancelledTimerCount

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

Type: long

Constraints: Read Only, Restart Required

disabledTimerCount

Provides the current number of timers temporarily disabled for this EJB

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

timeoutCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

transactionsCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionsRolledBackTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionsTimedOutTotalCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.EntityCacheCumulativeRuntimeMBean

This class is used for monitoring an XML Cache.

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

avgEntrySizeDiskPurged

Provides the cumulative average size of entries that have been purged from the disk cache.

Type: double

Constraints: Read Only, Restart Required

avgEntrySizeMemoryPurged

Provides the average size of the all the entries that have been purged from the memory.

Type: double

Constraints: Read Only, Restart Required

avgPerEntryDiskSize

Provides the current average size of the entries in the entity disk cache.

Returns the current average size of the entries in the entity disk cache.

Type: double

Constraints: Read Only, Restart Required

avgPerEntryMemorySize

Provides the current average size of the entries in the entity memory cache.

Returns the current average size of the entries in the entity memory cache.

Type: double

Constraints: Read Only, Restart Required

avgPercentPersistent

Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache.

Returns current average percentage of entries in the entity cache that have been persisted to the disk cache.

Type: double

Constraints: Read Only, Restart Required

avgPercentTransient

Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted.

Returns current average percentage of entries in the entity cache that are transient, or have not been persisted.

Type: double

Constraints: Read Only, Restart Required

avgTimeout

Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity.

Returns the average amount of time that the entity cache has timed out when trying to retrieve an entity.

Type: double

Constraints: Read Only, Restart Required

diskPurgesPerHour

Provides cumulative average number of purges from the disk cache per hour.

Type: double

Constraints: Read Only, Restart Required

maxEntryMemorySize

Provides the current maximum size of the entries in the entity memory cache.

Returns the current maximum size of the entries in the entity memory cache.

Type: long

Constraints: Read Only, Restart Required

maxEntryTimeout

Provides the largest timeout value for any current entry in the entity cache.

Returns the largest timeout value for any current entry in the entity cache.

Type: double

Constraints: Read Only, Restart Required

memoryPurgesPerHour

Provides the cumulative average number of entries that have been purged from the entity cache.

Type: double

Constraints: Read Only, Restart Required

minEntryMemorySize

Provides the current minimum size of the entries in the entity memory cache.

Returns the current minimum size of the entries in the entity memory cache.

Type: long

Constraints: Read Only, Restart Required

minEntryTimeout

Provides the smallest timeout value for any current entry in the entity cache.

Returns the smallest timeout value for any current entry in the entity cache.

Type: double

Constraints: Read Only, Restart Required

mostRecentDiskPurge

Provides the date of the most recent purge from the disk cache.

Type: java.util.Date

Constraints: Read Only, Restart Required

mostRecentMemoryPurge

Provides the date of the most recent purge of the entity cache.

Type: java.util.Date

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

percentRejected

Provides the cumulative percent of the potential entries to the entity cache that have been rejected.

Type: double

Constraints: Read Only, Restart Required

totalCurrentEntries

Provides a count of the total current number of entries in the entity cache.

Returns the total current number of entries in the entity cache.

Type: long

Constraints: Read Only, Restart Required

totalItemsDiskPurged

Provides the total number of items that have been purged from the disk cache.

Type: long

Constraints: Read Only, Restart Required

totalItemsMemoryPurged

Provides the cumulative number of items that have been purged from the entity cache.

Type: long

Constraints: Read Only, Restart Required

totalNumberDiskPurges

Provides a count of the total number of entries that have been purged from the disk cache.

Type: long

Constraints: Read Only, Restart Required

totalNumberMemoryPurges

Provides the cumulative number of entries that have been purged from the entity cache.

Type: long

Constraints: Read Only, Restart Required

totalNumberOfRejections

Provides the cumulative total number of rejections of entries from the entity cache for the current session.

Type: long

Constraints: Read Only, Restart Required

totalNumberOfRenewals

Provides a count of the cumulative number of entries that have been refreshed in the entity cache.

Type: long

Constraints: Read Only, Restart Required

totalPersistentCurrentEntries

Provides a count of the total current number of entries in the cache that have been persisted to disk.

Returns the total current number of entries in the cache that have been persisted to disk.

Type: long

Constraints: Read Only, Restart Required

totalSizeOfRejections

Provides the cumulative total size of the rejections from the entity cache.

Type: long

Constraints: Read Only, Restart Required

totalTransientCurrentEntries

Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache.

Returns the total current number of transient entries in the entity cache.

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.EntityCacheCurrentStateRuntimeMBean

This class is used for monitoring the size and usage of an XML Cache.

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

avgPerEntryDiskSize

Provides the current average size of the entries in the entity disk cache.

Returns the current average size of the entries in the entity disk cache.

Type: double

Constraints: Read Only, Restart Required

avgPerEntryMemorySize

Provides the current average size of the entries in the entity memory cache.

Returns the current average size of the entries in the entity memory cache.

Type: double

Constraints: Read Only, Restart Required

avgPercentPersistent

Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache.

Returns current average percentage of entries in the entity cache that have been persisted to the disk cache.

Type: double

Constraints: Read Only, Restart Required

avgPercentTransient

Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted.

Returns current average percentage of entries in the entity cache that are transient, or have not been persisted.

Type: double

Constraints: Read Only, Restart Required

avgTimeout

Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity.

Returns the average amount of time that the entity cache has timed out when trying to retrieve an entity.

Type: double

Constraints: Read Only, Restart Required

diskUsage

Provides the current size of the entity disk cache.

Returns the current size of the entity disk cache.

Type: long

Constraints: Read Only, Restart Required

maxEntryMemorySize

Provides the current maximum size of the entries in the entity memory cache.

Returns the current maximum size of the entries in the entity memory cache.

Type: long

Constraints: Read Only, Restart Required

maxEntryTimeout

Provides the largest timeout value for any current entry in the entity cache.

Returns the largest timeout value for any current entry in the entity cache.

Type: double

Constraints: Read Only, Restart Required

memoryUsage

Provides the current size of the entity memory cache.

Returns current size of the entity memory cache.

Type: long

Constraints: Read Only, Restart Required

minEntryMemorySize

Provides the current minimum size of the entries in the entity memory cache.

Returns the current minimum size of the entries in the entity memory cache.

Type: long

Constraints: Read Only, Restart Required

minEntryTimeout

Provides the smallest timeout value for any current entry in the entity cache.

Returns the smallest timeout value for any current entry in the entity cache.

Type: double

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

totalCurrentEntries

Provides a count of the total current number of entries in the entity cache.

Returns the total current number of entries in the entity cache.

Type: long

Constraints: Read Only, Restart Required

totalPersistentCurrentEntries

Provides a count of the total current number of entries in the cache that have been persisted to disk.

Returns the total current number of entries in the cache that have been persisted to disk.

Type: long

Constraints: Read Only, Restart Required

totalTransientCurrentEntries

Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache.

Returns the total current number of transient entries in the entity cache.

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.ExecuteQueueRuntimeMBean

This bean is used to monitor an execute queue and its associated thread pool.

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

executeThreadCurrentIdleCount

The number of idle threads assigned to the queue.

Type: int

Constraints: Read Only, Restart Required

executeThreadTotalCount

The total number of execute threads assigned to the queue.

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

pendingRequestCurrentCount

The number of waiting requests in the queue.

Type: int

Constraints: Read Only, Restart Required

pendingRequestOldestTime

The time since the longest waiting request was placed in the queue.

Type: long

Constraints: Read Only, Restart Required

servicedRequestTotalCount

The number of requests that have been processed by the queue.

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

initiated

Returns true if trigger execution has begun.

Type: boolean

Constraints: Read Only, Restart Required

lastTimeExecuted

Return last trigger execution date and time.

Type: java.util.Date

Constraints: Read Only, Restart Required

name

Return name of the Resource.

Type: string

Constraints: Read Only, Restart Required

recourseActionEventsHistory

Return details of trigger execution in the past.

Type: array of weblogic.management.runtime.RecourseActionEventVBean

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

activeConnectionsCurrentCount

The number of connections currently in use by applications.

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

connectionsTotalCount

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

Type: int

Constraints: Read Only, Restart Required

currCapacity

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

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

databaseProductName

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

Type: string

Constraints: Read Only, Restart Required

databaseProductVersion

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

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

driverName

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

Type: string

Constraints: Read Only, Restart Required

driverVersion

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

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

failedReserveRequestCount

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

Type: long

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

lastTask

Get the last datasource Task

Type: weblogic.management.runtime.JDBCDataSourceTaskRuntimeMBean reference

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

numUnavailable

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

Type: int

Constraints: Read Only, Restart Required

prepStmtCacheAccessCount

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

prepStmtCacheHitCount

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

Type: int

Constraints: Read Only, Restart Required

prepStmtCacheMissCount

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

Type: int

Constraints: Read Only, Restart Required

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, Restart Required

reserveRequestCount

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

Type: long

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

versionJDBCDriver

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

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

waitingForConnectionCurrentCount

The number of connection requests waiting for a database connection.

Type: int

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

waitingForConnectionHighCount

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

Type: int

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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, Restart Required

endTime

This property indicates the time when the asynchronous job ended.

Type: java.util.Date

name

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

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

progress

The progress of this task.

Type: string

Constraints: Read Only, Restart Required

running

Indicates whether the task is still running.

Type: boolean

Constraints: Read Only, Restart Required

startTime

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

Type: java.util.Date

startTimeAsLong

The time at which this task was started.

Type: long

Constraints: Read Only, Restart Required

systemTask

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

Type: boolean

Constraints: Read Only, Restart Required

taskError

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

Type: java.lang.Throwable

Constraints: Read Only, Restart Required

taskStatus

The status of this task.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

successfulReplayCount

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

Type: long

Constraints: Read Only, Restart Required

totalCalls

Obtains the total number of JDBC calls executed so far.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

totalCompletedRequests

Obtains the total number of completed requests so far.

Type: long

Constraints: Read Only, Restart Required

totalProtectedCalls

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

totalRequests

Obtains the total number of successfully submitted requests so far.

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.JDBCServiceRuntimeMBean

This class is used for monitoring a WebLogic JDBC service. It maps to a JDBCResource JMO.

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

healthState

The health state of the JDBC subsystem.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

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, Restart Required

hostAddress

The host address of the client JVM as a string.

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

sessionsCurrentCount

The current number of sessions for this connection.

Type: long

Constraints: Read Only, Restart Required

sessionsHighCount

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

Type: long

Constraints: Read Only, Restart Required

sessionsTotalCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

bytesPendingCount

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

Type: long

Constraints: Read Only, Restart Required

bytesReceivedCount

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

Type: long

Constraints: Read Only, Restart Required

clientID

The client ID for this connection.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

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, Restart Required

durable

Indicates whether the consumer is durable.

Type: boolean

Constraints: Read Only, Restart Required

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, Restart Required

messagesPendingCount

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

Type: long

Constraints: Read Only, Restart Required

messagesReceivedCount

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

selector

The selector associated with this consumer, if any.

Type: string

Constraints: Read Only, Restart Required

subscriptionSharingPolicy

The Subscription Sharing Policy on this subscriber.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

bytesHighCount

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

Type: long

Constraints: Read Only, Restart Required

bytesPendingCount

The number of pending bytes stored in the destination.

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

Type: long

Constraints: Read Only, Restart Required

bytesReceivedCount

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

Type: long

Constraints: Read Only, Restart Required

bytesThresholdTime

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

Type: long

Constraints: Read Only, Restart Required

consumersCurrentCount

The current number of consumers accessing this destination.

Type: long

Constraints: Read Only, Restart Required

consumersHighCount

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

Type: long

Constraints: Read Only, Restart Required

consumersTotalCount

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

Type: long

Constraints: Read Only, Restart Required

consumptionPaused

Indicates the consumption Pause state of the destination.

Type: boolean

Constraints: Read Only, Restart Required

consumptionPausedState

The current consumption pause state of the destination.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

insertionPaused

Indicates the InsertionPause state of the destination.

Type: boolean

Constraints: Read Only, Restart Required

insertionPausedState

The current insertion pause state of the destination.

Type: string

Constraints: Read Only, Restart Required

messagesCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

messagesDeletedCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

messagesHighCount

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

Type: long

Constraints: Read Only, Restart Required

messagesMovedCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

messagesReceivedCount

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

Type: long

Constraints: Read Only, Restart Required

messagesThresholdTime

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

productionPaused

Indicates the ProductionPause state of the destination.

Type: boolean

Constraints: Read Only, Restart Required

productionPausedState

The current production pause state of the destination.

Type: string

Constraints: Read Only, Restart Required

state

The operational state of the destination as a String.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

bytesCurrentCount

The number of bytes received by this durable subscriber.

Type: long

Constraints: Read Only, Restart Required

bytesPendingCount

The number of bytes pending by this durable subscriber.

Type: long

Constraints: Read Only, Restart Required

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, Restart Required

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, Restart Required

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: long

Constraints: Read Only, Restart Required

messagesCurrentCount

The number of messages still available by this durable subscriber.

Type: long

Constraints: Read Only, Restart Required

messagesDeletedCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

messagesHighCount

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

Type: long

Constraints: Read Only, Restart Required

messagesMovedCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

messagesPendingCount

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

Type: long

Constraints: Read Only, Restart Required

messagesReceivedCount

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

selector

The message selector defined for this durable subscriber.

Type: string

Constraints: Read Only, Restart Required

subscribersCurrentCount

The number of subscribers that currently share this subscription.

Type: int

Constraints: Read Only, Restart Required, 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: int

Constraints: Read Only, Restart Required, 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: int

Constraints: Read Only, Restart Required, Has Default Value: 0

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, Restart Required

subscriptionSharingPolicy

The SubscriptionSharingPolicy on this subscriber.

Type: string

Constraints: Read Only, Restart Required, Has Default Value: Exclusive

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

bytesSentCount

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

Type: long

Constraints: Read Only, Restart Required

messagesPendingCount

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

Type: long

Constraints: Read Only, Restart Required

messagesSentCount

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

JMSServersHighCount

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

Type: long

Constraints: Read Only, Restart Required

JMSServersTotalCount

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

Type: long

Constraints: Read Only, Restart Required

connectionsCurrentCount

The current number of connections to WebLogic Server server.

Type: long

Constraints: Read Only, Restart Required

connectionsHighCount

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

Type: long

Constraints: Read Only, Restart Required

connectionsTotalCount

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

Type: long

Constraints: Read Only, Restart Required

healthState

The health state of this JMS service.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

bytesHighCount

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

bytesPagedInTotalCount

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

Type: long

Constraints: Read Only, Restart Required

bytesPagedOutTotalCount

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

bytesReceivedCount

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

Type: long

Constraints: Read Only, Restart Required

bytesThresholdTime

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

Type: long

Constraints: Read Only, Restart Required

consumptionPaused

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

Type: boolean

Constraints: Read Only, Restart Required

consumptionPausedState

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

Type: string

Constraints: Read Only, Restart Required

destinationsCurrentCount

The current number of destinations for this JMS server.

Type: long

Constraints: Read Only, Restart Required

destinationsHighCount

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

Type: long

Constraints: Read Only, Restart Required

destinationsTotalCount

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

Type: long

Constraints: Read Only, Restart Required

healthState

The health state of this JMS server.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

insertionPaused

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

Type: boolean

Constraints: Read Only, Restart Required

insertionPausedState

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

Type: string

Constraints: Read Only, Restart Required

messagesCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

messagesHighCount

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

Type: long

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

messagesPagedInTotalCount

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

Type: int

Constraints: Read Only, Restart Required

messagesPagedOutTotalCount

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

Type: int

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

messagesReceivedCount

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

Type: long

Constraints: Read Only, Restart Required

messagesThresholdTime

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

pagingAllocatedIoBufferBytes

See PersistentStoreRuntimeMBean.AllocatedIoBufferBytes

Type: long

Constraints: Read Only, Restart Required

pagingAllocatedWindowBufferBytes

See PersistentStoreRuntimeMBean.AllocatedWindowBufferBytes

Type: long

Constraints: Read Only, Restart Required

pagingPhysicalWriteCount

See PersistentStoreRuntimeMBean.PhysicalWriteCount

Type: long

Constraints: Read Only, Restart Required

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, Restart Required

productionPaused

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

Type: boolean

Constraints: Read Only, Restart Required

productionPausedState

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

Type: string

Constraints: Read Only, Restart Required

sessionPoolsCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

sessionPoolsHighCount

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

Type: long

Constraints: Read Only, Restart Required

sessionPoolsTotalCount

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

Type: long

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

connectionConsumersHighCount

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

Type: long

Constraints: Read Only, Restart Required

connectionConsumersTotalCount

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

bytesPendingCount

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

Type: long

Constraints: Read Only, Restart Required

bytesReceivedCount

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

Type: long

Constraints: Read Only, Restart Required

bytesSentCount

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

Type: long

Constraints: Read Only, Restart Required

consumersCurrentCount

The current number of consumers for this session.

Type: long

Constraints: Read Only, Restart Required

consumersHighCount

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

Type: long

Constraints: Read Only, Restart Required

consumersTotalCount

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

Type: long

Constraints: Read Only, Restart Required

messagesPendingCount

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

Type: long

Constraints: Read Only, Restart Required

messagesReceivedCount

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

Type: long

Constraints: Read Only, Restart Required

messagesSentCount

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

producersCurrentCount

The current number of producers for this session.

Type: long

Constraints: Read Only, Restart Required

producersHighCount

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

Type: long

Constraints: Read Only, Restart Required

producersTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transacted

Indicates whether the session is transacted.

Type: boolean

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

registeredNonXAResourceNames

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

Type: array of string

Constraints: Read Only, Restart Required

registeredResourceNames

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

Type: array of string

Constraints: Read Only, Restart Required

secondsActiveTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionAbandonedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionHeuristicsTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionLLRCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionNoResourcesCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionOneResourceOnePhaseCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

transactionRolledBackAppTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackResourceTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackSystemTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackTimeoutTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTwoPhaseCommittedLoggedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTwoPhaseCommittedNotLoggedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTwoPhaseCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.JTARecoveryRuntimeMBean

This interface is used for accessing transaction runtime characteristics for recovered transactions that are associated with a particular Transaction Recovery Service.

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

active

Indicates whether the Transaction Recovery Service is currently activated on this server.

Type: boolean

Constraints: Read Only, Restart Required

initialRecoveredTransactionTotalCount

The total number of transactions that are recovered from the transaction log initially.

Type: int

Constraints: Read Only, Restart Required

initialRecoveredUnloggedTransactionTotalCount

The total number of transactions that are recovered from the no transaction log initially.

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

recoveredTransactionCompletionPercent

The percentage of transactions that are recovered from the transaction log initially.

Type: int

Constraints: Read Only, Restart Required

recoveredUnloggedTransactionCompletionPercent

The percentage of transactions that are recovered from the no transaction log initially.

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.JTARuntimeMBean

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

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

activeTransactionsTotalCount

The number of active transactions on the server.

Type: int

Constraints: Read Only, Restart Required

healthState

The health state of the JTA subsystem. for state values.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

registeredNonXAResourceNames

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

Type: array of string

Constraints: Read Only, Restart Required

registeredResourceNames

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

Type: array of string

Constraints: Read Only, Restart Required

secondsActiveTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionAbandonedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionHeuristicsTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionLLRCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionNoResourcesCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionOneResourceOnePhaseCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

transactionRolledBackAppTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackResourceTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackSystemTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackTimeoutTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTwoPhaseCommittedLoggedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTwoPhaseCommittedNotLoggedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTwoPhaseCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.JVMRuntimeMBean

Provides methods for retrieving information about the Java Virtual Machine (JVM) within with the current server instance is running. You cannot change the JVM's operating parameters while the JVM is active. Instead, use the startup options that are described in the JVM's documentation.

The WebLogic JVM contains only one of these Runtime MBeans:

  • If the JVM is an instance of a JRockit JDK, then the JVM contains JRockitRuntime MBean

  • Otherwise, it contains the JVMRuntimeMBean

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

OSName

Returns the operating system on which the JVM is running.

The operating system on which the JVM is running.

Type: string

Constraints: Read Only, Restart Required

OSVersion

The version of the operating system on which the JVM is running.

Type: string

Constraints: Read Only, Restart Required

heapFreeCurrent

The current amount of memory (in bytes) that is available in the JVM heap.

Type: long

Constraints: Read Only, Restart Required

heapFreePercent

Percentage of the maximum memory that is free.

Type: int

Constraints: Read Only, Restart Required

heapSizeCurrent

The current size (in bytes) of the JVM heap.

Type: long

Constraints: Read Only, Restart Required

heapSizeMax

The maximum free memory configured for this JVM.

Type: long

Constraints: Read Only, Restart Required

javaVMVendor

Returns the vendor of the JVM.

The vendor of the JVM that this server runs.

system property java.vm.vendor is returned

Type: string

Constraints: Read Only, Restart Required

javaVendor

Returns the vendor of Java.

The vendor of Java that this server runs.

Type: string

Constraints: Read Only, Restart Required

javaVersion

The Java version of the JVM.

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

threadStackDump

JVM thread dump. Thread dump is available only on 1.5 VM

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

uptime

The number of milliseconds that the Virtual Machine has been running.

Type: long

Constraints: Read Only, Restart Required

weblogic.management.runtime.JobRuntimeMBean

RuntimeMBean that provides information about a particular job.

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

ID

The unique ID corresponding to this job

Type: string

Constraints: Read Only, Restart Required

description

Get the description of the submitted commonj.timers.TimerListener. Returns commonj.timers.TimerListener#toString

Type: string

Constraints: Read Only, Restart Required

lastLocalExecutionTime

Returns the most recent execution time of this job in the local server. Note that multiple executions of the same job are load-balanced across the cluster and this time indicates when the job was last executed locally.

Type: long

Constraints: Read Only, Restart Required

localExecutionCount

Returns the number of times this job was executed locally. Job executions are load-balanced across the cluster. This count specifies the number of executions of the job in the local server.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

period

Returns the specified periodicity of this job

Type: long

Constraints: Read Only, Restart Required

state

Returns the state of the task. A Job is either in running state or in cancelled state

Type: string

Constraints: Read Only, Restart Required

timeout

Returns when the job will be executed next

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.JobSchedulerRuntimeMBean

RuntimeMBean that provides information about jobs scheduled with the Job Scheduler.

The properties of the weblogic.management.runtime.JobSchedulerRuntimeMBean 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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.JoltConnectionPoolRuntimeMBean

This class is used for monitoring a WebLogic Jolt Connection Pool

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

maxCapacity

The maximum connections configured for this Jolt pool.

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

poolName

The configured name of this Jolt pool.

Type: string

Constraints: Read Only, Restart Required

poolState

The pool state as one of 'Active' 'Suspended'.

Type: string

Constraints: Read Only, Restart Required

securityContextPropagation

Indicates whether the security context is propagated.

Type: boolean

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.JoltConnectionRuntimeMBean

This class is used for monitoring individual WebLogic Jolt connections

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

address

The connection Address.

Type: string

Constraints: Read Only, Restart Required

alive

The Connection Alive indicator.

Type: boolean

Constraints: Read Only, Restart Required

errorCount

The Request Error Count.

Type: int

Constraints: Read Only, Restart Required

inTransaction

The Connection in Transaction indicator.

Type: boolean

Constraints: Read Only, Restart Required

lastAccessTime

The Last Access Date and Time.

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

pendingRequestCount

The Pending Request Count.

Type: int

Constraints: Read Only, Restart Required

requestCount

The Request Count.

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.JoltConnectionServiceRuntimeMBean

This class is used for monitoring a WebLogic Jolt component

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

connectionPoolCount

The number of configured Jolt connection pools.

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

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, Restart Required

libraryName

Returns the library name.

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

partitionName

The library's partition.

Returns the partition to which this library is deployed.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

specificationVersion

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.LogBroadcasterRuntimeMBean

This MBean broadcasts JMX notifications for each log message generated in the local WLS server. There is exactly one implementation of this MBean in each WLS server. JMX listeners can register to this MBean and receive log notifications. The type of the notification generated is WebLogicLogNotification

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

messagesLogged

The total number of log messages that this WebLogic Server instance has generated.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.MANAsyncReplicationRuntimeMBean

RuntimeMBean for MAN Asynchronous Replication

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

activeServersInRemoteCluster

Type: array of string

Constraints: Read Only, Restart Required

detailedSecondariesDistribution

Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. The name is appended with a number to indicate the number of secondaries hosted on behalf of that server.

Type: array of string

Constraints: Read Only, Restart Required

lastSessionsFlushTime

The last time the sessions were flushed, in milliseconds since midnight, January 1, 1970 UTC

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

primaryCount

Provides the number of object that the local server hosts as primaries.

Answer the number of object that the local server hosts as primaries.

Type: long

Constraints: Read Only, Restart Required

remoteClusterReachable

Answer if the remote cluster is reachable or not.

Type: boolean

Constraints: Read Only, Restart Required

secondaryCount

Answer the number of object that the local server hosts as secondaries.

Type: long

Constraints: Read Only, Restart Required

secondaryServerDetails

Type: string

Constraints: Read Only, Restart Required

secondaryServerName

Answer the name of the secondary server

Type: string

Constraints: Read Only, Restart Required

sessionsWaitingForFlushCount

Number of sessions which are waiting to be flushed.

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.MANReplicationRuntimeMBean

RuntimeMBean for MAN Replication

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

activeServersInRemoteCluster

Type: array of string

Constraints: Read Only, Restart Required

detailedSecondariesDistribution

Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. The name is appended with a number to indicate the number of secondaries hosted on behalf of that server.

Type: array of string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

primaryCount

Provides the number of object that the local server hosts as primaries.

Answer the number of object that the local server hosts as primaries.

Type: long

Constraints: Read Only, Restart Required

remoteClusterReachable

Answer if the remote cluster is reachable or not.

Type: boolean

Constraints: Read Only, Restart Required

secondaryCount

Answer the number of object that the local server hosts as secondaries.

Type: long

Constraints: Read Only, Restart Required

secondaryServerDetails

Type: string

Constraints: Read Only, Restart Required

secondaryServerName

Answer the name of the secondary server

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

completedLongRunningRequests

Total number of long running tasks which is successfully completed.

Type: long

Constraints: Read Only, Restart Required

completedShortRunningRequests

Total number of short running tasks which is successfully completed.

Type: long

Constraints: Read Only, Restart Required

failedRequests

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

Type: long

Constraints: Read Only, Restart Required

moduleName

Get the name of the module this ManagedExecutor is associated with

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

partitionName

Get the name of the partition this ManagedExecutor is associated with

Type: string

Constraints: Read Only, Restart Required

rejectedLongRunningRequests

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

Type: long

Constraints: Read Only, Restart Required

rejectedShortRunningRequests

Total number of short running tasks rejected by workmanager overload policy

Type: long

Constraints: Read Only, Restart Required

runningLongRunningRequests

Total number of long running tasks which is currently running.

Type: long

Constraints: Read Only, Restart Required

submitedShortRunningRequests

Total number of submitted short running tasks

Type: long

Constraints: Read Only, Restart Required

submittedLongRunningRequests

Total number of submitted long running tasks

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

completedLongRunningRequests

Total number of long running tasks which is successfully completed.

Type: long

Constraints: Read Only, Restart Required

completedShortRunningRequests

Total number of short running tasks which is successfully completed.

Type: long

Constraints: Read Only, Restart Required

failedRequests

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

Type: long

Constraints: Read Only, Restart Required

moduleName

Get the name of the module this ManagedExecutor is associated with

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

partitionName

Get the name of the partition this ManagedExecutor is associated with

Type: string

Constraints: Read Only, Restart Required

rejectedLongRunningRequests

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

Type: long

Constraints: Read Only, Restart Required

rejectedShortRunningRequests

Total number of short running tasks rejected by workmanager overload policy

Type: long

Constraints: Read Only, Restart Required

runningLongRunningRequests

Total number of long running tasks which is currently running.

Type: long

Constraints: Read Only, Restart Required

submitedShortRunningRequests

Total number of submitted short running tasks

Type: long

Constraints: Read Only, Restart Required

submittedLongRunningRequests

Total number of submitted long running tasks

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

completedThreadsCount

The number of completed threads.

Type: long

Constraints: Read Only, Restart Required

moduleName

Get the name of the module this ManagedThreadFactory is associated with

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

partitionName

Get the name of the partition this ManagedThreadFactory is associated with

Type: string

Constraints: Read Only, Restart Required

rejectedNewThreadRequests

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

Type: long

Constraints: Read Only, Restart Required

runningThreadsCount

The number of running threads.

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

deferredRequests

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

Type: int

Constraints: Read Only, Restart Required

executingRequests

Number of requests that are currently executing.

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

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, Restart Required

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, Restart Required

connectionStatus

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

Type: string

Constraints: Read Only, Restart Required

destination

Provides a count of the Message Driven Bean destination

Type: string

Constraints: Read Only, Restart Required

healthState

The health state of this MDB.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

jmsClientID

Provides a count of the Message Driven Bean jmsClientID

Type: string

Constraints: Read Only, Restart Required

lastException

Provides the last exception this MDB encountered

Type: java.lang.Throwable

Constraints: Read Only, Restart Required

lastExceptionAsString

Provides the last exception as String this MDB encountered

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

processedMessageCount

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

Type: long

Constraints: Read Only, Restart Required

suspendCount

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

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

state

The state of the messaging bridge.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.MigrationDataRuntimeMBean

Runtime information about one past or ongoing migration.

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

clusterMasterName

Name of the server that acted as the cluster master for this migration.

Type: string

Constraints: Read Only, Restart Required

clusterName

Name of the server that acted as the cluster master for this migration.

Type: string

Constraints: Read Only, Restart Required

machineMigratedFrom

Machine from which the server was migrated from

Type: string

Constraints: Read Only, Restart Required

machineMigratedTo

Machine to which the server was migrated to or is in the process of being migrated to.

Type: string

Constraints: Read Only, Restart Required

machinesAttempted

Get all the machines attempted for migration.

Type: array of string

Constraints: Read Only, Restart Required

migrationEndTime

End time of migration

Type: long

Constraints: Read Only, Restart Required

migrationStartTime

Start time of migration

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

serverName

Name of the server migrated

Type: string

Constraints: Read Only, Restart Required

status

Name of the server migrated

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

configuredCount

The configured count, or minimum concurrency value.

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

currentWaitTime

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

Type: long

Constraints: Read Only, Restart Required

executingRequests

Number of requests that are currently executing.

Type: int

Constraints: Read Only, Restart Required

maxWaitTime

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

Type: long

Constraints: Read Only, Restart Required

mustRunCount

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

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

outOfOrderExecutionCount

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

Type: long

Constraints: Read Only, Restart Required

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, Restart Required

pendingRequests

Pending requests that are waiting for an available thread.

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

nonXAResourceName

Returns the resource name.

Type: string

Constraints: Read Only, Restart Required

transactionCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionHeuristicsTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTotalCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

partitionAdjuster

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

Type: double

Constraints: Read Only, Restart Required

threadUse

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

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: long

Constraints: Read Only, Restart Required

cpuTimeNanos

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

Type: long

Constraints: Read Only, Restart Required

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 long

Constraints: Read Only, Restart Required

currentOpenFileCount

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

Type: long

Constraints: Read Only, Restart Required

currentOpenFileDescriptorCount

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

Type: long

Constraints: Read Only, Restart Required

currentOpenSocketCount

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

Type: long

Constraints: Read Only, Restart Required

fileBytesRead

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

Type: long

Constraints: Read Only, Restart Required

fileBytesWritten

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

networkBytesRead

Total number of bytes read from sockets for a partition.

Type: long

Constraints: Read Only, Restart Required

networkBytesWritten

Total number of bytes written to sockets for a partition.

Type: long

Constraints: Read Only, Restart Required

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 long

Constraints: Read Only, Restart Required

threadCount

Number of threads currently assigned to the partition.

Type: long

Constraints: Read Only, Restart Required

totalOpenedFileCount

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

Type: long

Constraints: Read Only, Restart Required

totalOpenedFileDescriptorCount

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

Type: long

Constraints: Read Only, Restart Required

totalOpenedSocketCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

overallHealthState

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

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

partitionID

Partition ID for this partition.

Type: string

Constraints: Read Only, Restart Required

restartRequired

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

Type: boolean

Constraints: Read Only, Restart Required

serverName

The server associated with this configuration.

Type: string

Constraints: Read Only, Restart Required

state

The current state of the partition runtime MBean

Type: string

Constraints: Read Only, Restart Required

subState

The current substate of the partition runtime MBean

Type: string

Constraints: Read Only, Restart Required

subsystemHealthStates

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

Type: array of weblogic.health.HealthState

Constraints: Read Only, Restart Required

systemFileSystemRoot

System file system root directory for this partition.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

userFileSystemRoot

User file system root directory for this partition.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

overloadRejectedRequestsCount

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

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

persistenceUnitName

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

deleteCount

Number of delete requests issued by this connection.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

objectCount

Number of objects contained in the connection.

Type: long

Constraints: Read Only, Restart Required

readCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

updateCount

Number of update requests issued by this connection.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

createCount

Number of create requests issued by this store.

Type: long

Constraints: Read Only, Restart Required

deleteCount

Number of delete requests issued by this store.

Type: long

Constraints: Read Only, Restart Required

healthState

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

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

objectCount

Number of objects contained in the store.

Type: long

Constraints: Read Only, Restart Required

physicalWriteCount

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

Type: long

Constraints: Read Only, Restart Required

readCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

updateCount

Number of update requests issued by this store.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

pendingRequestCount

Number of requests waiting for a thread to become available.

Type: int

Constraints: Read Only, Restart Required

requestClassType

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

Type: string

Constraints: Read Only, Restart Required

totalThreadUse

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

resourceType

The resource type associated with this MBean.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

bytesHighCount

Returns the peak number of bytes since the last reset.

Type: long

Constraints: Read Only, Restart Required

bytesPendingCount

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

Type: long

Constraints: Read Only, Restart Required

bytesReceivedCount

The number of bytes received since the last reset.

Type: long

Constraints: Read Only, Restart Required

bytesThresholdTime

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

Type: long

Constraints: Read Only, Restart Required

conversationsCurrentCount

Returns the current number of conversations

Type: long

Constraints: Read Only, Restart Required

conversationsHighCount

The peak number of conversations since the last reset.

Type: long

Constraints: Read Only, Restart Required

conversationsTotalCount

The total number of conversations since the last reset.

Type: long

Constraints: Read Only, Restart Required

failedMessagesTotal

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

Type: long

Constraints: Read Only, Restart Required

healthState

The health state of this JMS server.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

messagesCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

messagesHighCount

Returns the peak number of messages since the last reset.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

messagesReceivedCount

The number of messages received since the last reset.

Type: long

Constraints: Read Only, Restart Required

messagesThresholdTime

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

pausedForForwarding

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

Type: boolean

Constraints: Read Only, Restart Required

pausedForIncoming

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

Type: boolean

Constraints: Read Only, Restart Required

pausedForReceiving

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

Type: boolean

Constraints: Read Only, Restart Required

remoteEndpointsCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

remoteEndpointsHighCount

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

Type: long

Constraints: Read Only, Restart Required

remoteEndpointsTotalCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

conversationName

The name of the conversation.

Type: string

Constraints: Read Only, Restart Required

destinationURL

The URL of the destination.

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

bytesCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

bytesHighCount

Returns the peak number of bytes since the last reset.

Type: long

Constraints: Read Only, Restart Required

bytesPendingCount

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

Type: long

Constraints: Read Only, Restart Required

bytesReceivedCount

The number of bytes received since the last reset.

Type: long

Constraints: Read Only, Restart Required

bytesThresholdTime

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

Type: long

Constraints: Read Only, Restart Required

downtimeHigh

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

Type: long

Constraints: Read Only, Restart Required

downtimeTotal

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

Type: long

Constraints: Read Only, Restart Required

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, Restart Required

failedMessagesTotal

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

Type: long

Constraints: Read Only, Restart Required

lastException

Specifies the exception thrown when message forwarding failed.

Type: java.lang.Throwable

Constraints: Read Only, Restart Required

lastTimeConnected

Specifies the last time that the remote endpoint was connected.

Type: java.util.Date

Constraints: Read Only, Restart Required

lastTimeFailedToConnect

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

Type: java.util.Date

Constraints: Read Only, Restart Required

messagesCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

messagesHighCount

Returns the peak number of messages since the last reset.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

messagesReceivedCount

The number of messages received since the last reset.

Type: long

Constraints: Read Only, Restart Required

messagesThresholdTime

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

operationState

Specifies the state of the most recent ExireAll operation.

Type: string

Constraints: Read Only, Restart Required

pausedForForwarding

Indicates if the remote endpoint is currently not forwarding messages.

Type: boolean

Constraints: Read Only, Restart Required

pausedForIncoming

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

Type: boolean

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

uptimeHigh

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

Type: long

Constraints: Read Only, Restart Required

uptimeTotal

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

Type: long

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.SNMPAgentRuntimeMBean

Runtime information for an SNMP agent that is running in the current WebLogic Server domain.

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

SNMPAgentName

Gets the name of the SNMPAgent MBean configuration that is currently active. Returns null if no SNMPAgent configuration is currently active on this Server.

Type: string

Constraints: Read Only, Restart Required

UDPListenPort

The UDP port on which this SNMP agent is listening for incoming requests from SNMP managers.

SNMP agents can also communicate through the host server's TCP listen port (7001 by default) or through a TCP port that is configured by a custom network channel.

Type: int

Constraints: Read Only, Restart Required

attributeChangeTrapCount

The number of attribute change notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

Type: long

Constraints: Read Only, Restart Required

counterMonitorTrapCount

The number of counter monitor notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

Type: long

Constraints: Read Only, Restart Required

failedAuthenticationCount

The number of requests that this agent has rejected because of incorrect user credentials.

Type: int

Constraints: Read Only, Restart Required

failedAuthorizationCount

The number of requests that this agent has rejected because an authenticated user does not have sufficient privileges to view the requested information. You use the WebLogic Server security realm to assign privileges to users.

Type: int

Constraints: Read Only, Restart Required

failedEncryptionCount

The number of requests that this agent has rejected because of incorrect privacy (encryption) credentials

Type: int

Constraints: Read Only, Restart Required

gaugeMonitorTrapCount

The number of gauge monitor notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

Type: long

Constraints: Read Only, Restart Required

logMessageTrapCount

The number of log message notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

Type: long

Constraints: Read Only, Restart Required

masterAgentXPort

The port that this SNMP agent uses to communicate with subagents.

The agent uses subagents to provide access to custom MBeans (MBeans that you create and register) and to other Oracle software components. WebLogic Server SNMP agents do not enable users to register their own subagents.

Type: int

Constraints: Read Only, Restart Required

monitorTrapCount

The total number of all notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

running

Indicates whether this SNMP agent is running.

Type: boolean

Constraints: Read Only, Restart Required

serverStartTrapCount

The number of serverStart notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

Type: long

Constraints: Read Only, Restart Required

serverStopTrapCount

The number of serverShutdown notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

Type: long

Constraints: Read Only, Restart Required

stringMonitorTrapCount

The number of string monitor notifications that this SNMP agent has sent to all trap destinations since the agent's host server was started.

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.ServerChannelRuntimeMBean

Runtime information for NetworkAccessPoints or "Channels".

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

acceptCount

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

Type: long

Constraints: Read Only, Restart Required

associatedVirtualTargetName

Associated virtual-target name with this channel. This may be null.

Type: string

Constraints: Read Only, Restart Required

bytesReceivedCount

The total number of bytes received on this channel.

Type: long

Constraints: Read Only, Restart Required

bytesSentCount

The total number of bytes sent on this channel.

Type: long

Constraints: Read Only, Restart Required

channelName

The channel name of this channel.

Type: string

Constraints: Read Only, Restart Required

connectionsCount

The number of active connections and sockets associated with this channel.

Type: long

Constraints: Read Only, Restart Required

messagesReceivedCount

The number of messages received on this channel.

Type: long

Constraints: Read Only, Restart Required

messagesSentCount

The number of messages sent on this channel.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

publicURL

The physical URL that this channel is listening on.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.ServerLogRuntimeMBean

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

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

logFileStreamOpened

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

Type: boolean

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.ServerMigrationRuntimeMBean

ServerMigrationRuntimeMBean provides runtime monitoring information about the past migrations performed by this server as the cluster master. If this server was never the cluster master then no information would be available. This RuntimeMBean would be hosted on all cluster members and can be queried for the location of the cluster master which is just another peer in the cluster. JMX clients can make another call to the server hosting the cluster master functionality to get the migration history.

Please note that the migration history is not persisted and is lost when a server is shutdown.

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

clusterMaster

Is the current server the cluster master?

Type: boolean

Constraints: Read Only, Restart Required

clusterMasterName

Returns the server name who is the cluster master. Migration history is only available from the cluster master.

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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:

SSLListenPortEnabled

Indicates whether the default SSL listen port is enabled on the server

Type: boolean

Constraints: Read Only, Restart Required

activationTime

The time when the server was started.

Type: long

Constraints: Read Only, Restart Required

adminServer

Indicates whether the server is an Administration Server.

Type: boolean

Constraints: Read Only, Restart Required

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, Restart Required

adminServerListenPort

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

Type: int

Constraints: Read Only, Restart Required

adminServerListenPortSecure

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

Type: boolean

Constraints: Read Only, Restart Required

administrationPortEnabled

Indicates whether the administration port is enabled on the server

Type: boolean

Constraints: Read Only, Restart Required

administrationURL

The URL that the server and its clients use for administrative connections.

If no administration channel is enabled, then this method returns the URL for connections through the default channel. If the default channel is de-activated, this method returns the URL for a secure channel. If no secure channel is enabled, the method returns null.

The returned URL will be consistent with dynamic channel updates.

Type: string

Constraints: Read Only, Restart Required

currentDirectory

The absolute path of the directory from which the server was started.

This may be used in conjunction with other relative paths in ServerMBean to compute full paths.

Type: string

Constraints: Read Only, Restart Required

currentMachine

Return the machine on which the server is running. This will be different from the configuration if the server gets migrated automatically.

Type: string

Constraints: Restart Required

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, Restart Required

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, Restart Required

listenPortEnabled

Indicates whether the default listen port is enabled on the server.

Type: boolean

Constraints: Read Only, Restart Required

middlewareHome

The Oracle Middleware installation directory.

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

openSocketsCurrentCount

The current number of sockets registered for socket muxing on this server.

Type: int

Constraints: Read Only, Restart Required

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, Restart Required

restartRequired

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

Type: boolean

Constraints: Read Only, Restart Required

serverClasspath

Get the classpath for this server including domain/lib contents that are automatically picked up and appended to the classpath.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

stateVal

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

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogicHome

The directory where the WebLogic Server instance (server) is installed, without the trailing "/server".

Type: string

Constraints: Read Only, Restart Required

weblogicVersion

The version of this WebLogic Server instance (server).

Type: string

Constraints: Read Only, Restart Required

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:

JACCEnabled

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

Type: boolean

Constraints: Read Only, Restart Required, Has Default Value: false

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.SingleSignOnServicesRuntimeMBean

This interface is used to publish SAML 2.0 local site meta-data for single sign-on services.

The properties of the weblogic.management.runtime.SingleSignOnServicesRuntimeMBean 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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

endTime

This property indicates the time when the asynchronous job ended.

Type: java.util.Date

name

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

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

progress

The progress of this task.

Type: string

Constraints: Read Only, Restart Required

running

Indicates whether the task is still running.

Type: boolean

Constraints: Read Only, Restart Required

startTime

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

Type: java.util.Date

startTimeAsLong

The time at which this task was started.

Type: long

Constraints: Read Only, Restart Required

systemTask

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

Type: boolean

Constraints: Read Only, Restart Required

taskError

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

Type: java.lang.Throwable

Constraints: Read Only, Restart Required

taskStatus

The status of this task.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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:

completedRequestCount

The number of completed requests in the priority queue.

Type: long

Constraints: Read Only, Restart Required

executeThreadIdleCount

The number of idle threads in the pool. This count does not include standby threads and stuck threads. The count indicates threads that are ready to pick up new work when it arrives

Type: int

Constraints: Read Only, Restart Required

executeThreadTotalCount

The total number of threads in the pool.

Type: int

Constraints: Read Only, Restart Required

healthState

The health state of this pool.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

hoggingThreadCount

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

Type: int

Constraints: Read Only, Restart Required

minThreadsConstraintsCompleted

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

Type: long

Constraints: Read Only, Restart Required

minThreadsConstraintsPending

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

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

overloadRejectedRequestsCount

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

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

queueLength

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

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

standbyThreadCount

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

Type: int

Constraints: Read Only, Restart Required

stuckThreadCount

Number of stuck threads in the thread pool.

Type: int

Constraints: Read Only, Restart Required

suspended

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

Type: boolean

Constraints: Read Only, Restart Required

throughput

The mean number of requests completed per second.

Type: double

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.TimerRuntimeMBean

This RuntimeMBean exposes information about all active timers present in the WebLogic timer implementation.

The properties of the weblogic.management.runtime.TimerRuntimeMBean 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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

secondsActiveTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionAbandonedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionHeuristicsTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionLLRCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionName

The transaction name.

Type: string

Constraints: Read Only, Restart Required

transactionNoResourcesCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionOneResourceOnePhaseCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

transactionRolledBackAppTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackResourceTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackSystemTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackTimeoutTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTwoPhaseCommittedLoggedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTwoPhaseCommittedNotLoggedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTwoPhaseCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

resourceName

The resource name.

Type: string

Constraints: Read Only, Restart Required

transactionCommittedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionHeuristicCommitTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionHeuristicHazardTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionHeuristicMixedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionHeuristicRollbackTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionHeuristicsTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionRolledBackTotalCount

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

Type: long

Constraints: Read Only, Restart Required

transactionTotalCount

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

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, Restart Required

lastTimeExecuted

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

Type: java.util.Date

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

recourseActionEventsHistory

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

Type: array of weblogic.management.runtime.RecourseActionEventVBean

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.UnicastMessagingRuntimeMBean

Monitoring information when unicast messaging is turned on

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

discoveredGroupLeaders

Running group leader names

Type: array of string

Constraints: Read Only, Restart Required

groups

Formatted group list

Type: string

Constraints: Read Only, Restart Required

localGroupLeaderName

Name of the local group leader

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

remoteGroupsDiscoveredCount

Returns the total groups discovered by this server

Type: int

Constraints: Read Only, Restart Required

totalGroupsCount

Total configured groups - running and not running

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

lockedUsersCurrentCount

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

Type: long

Constraints: Read Only, Restart Required

loginAttemptsWhileLockedTotalCount

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

unlockedUsersTotalCount

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

weblogic.management.runtime.WANReplicationRuntimeMBean

RuntimeMBean for WAN Replication

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

detailedSecondariesDistribution

Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. The name is appended with a number to indicate the number of secondaries hosted on behalf of that server.

Type: array of string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

numberOfSessionsFlushedToTheDatabase

Type: long

Constraints: Read Only, Restart Required

numberOfSessionsRetrievedFromTheDatabase

Type: long

Constraints: Read Only, Restart Required

primaryCount

Provides the number of object that the local server hosts as primaries.

Answer the number of object that the local server hosts as primaries.

Type: long

Constraints: Read Only, Restart Required

remoteClusterReachable

Answer if the remote cluster is reachable or not.

Type: boolean

Constraints: Restart Required

secondaryCount

Answer the number of object that the local server hosts as secondaries.

Type: long

Constraints: Read Only, Restart Required

secondaryServerDetails

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WLDFAccessRuntimeMBean

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

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

availableDiagnosticDataAccessorNames

Type: array of string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WLDFArchiveRuntimeMBean

Use this interface to collect statistical information about the data archives maintained by WLDF. Information provided by this interface is common to all WLDF data archives.

The properties of the weblogic.management.runtime.WLDFArchiveRuntimeMBean 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, Restart Required

recordRetrievalTime

Type: long

Constraints: Read Only, Restart Required

recordSeekCount

Type: long

Constraints: Read Only, Restart Required

recordSeekTime

Type: long

Constraints: Read Only, Restart Required

retrievedRecordCount

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WLDFControlRuntimeMBean

This MBean acts as a factory for WLDFSystemResourceControlRuntimeMBeans

The properties of the weblogic.management.runtime.WLDFControlRuntimeMBean 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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

latestAvailableTimestamp

Type: long

Constraints: Read Only, Restart Required

latestRecordId

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

timestampAvailable

Type: boolean

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WLDFDebugPatchTaskRuntimeMBean

This interface provides monitoring over activation and deactivation tasks for dynamic debug patches

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

activationTask

Type: boolean

Constraints: Read Only, Restart Required

applicationName

Type: string

Constraints: Read Only, Restart Required

completed

This property indicates whether an asynchronous job has completed.

Type: boolean

description

A description of this task.

Type: string

Constraints: Read Only, Restart Required

endTime

This property indicates the time when the asynchronous job ended.

Type: java.util.Date

moduleName

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

patches

Type: string

Constraints: Read Only, Restart Required

progress

The progress of this task.

Type: string

Constraints: Read Only, Restart Required

running

Indicates whether the task is still running.

Type: boolean

Constraints: Read Only, Restart Required

startTime

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

Type: java.util.Date

startTimeAsLong

The time at which this task was started.

Type: long

Constraints: Read Only, Restart Required

systemTask

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

Type: boolean

Constraints: Read Only, Restart Required

taskError

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

Type: java.lang.Throwable

Constraints: Read Only, Restart Required

taskStatus

The status of this task.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WLDFDebugPatchesRuntimeMBean

This interface provides functionality to activate/deactivate dynamic debug patches without requiring server restart. It is assummed that the WLDF instrumentation agent is enabled. This is an internal interface.

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

activeDebugPatches

Type: array of string

Constraints: Read Only, Restart Required

availableDebugPatches

Type: array of string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WLDFHarvesterManagerRuntimeMBean

Provides statistical information relative to a particular configured Harvester instance, and a means to retreive an on-demand snapshot of configured attribute values.

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

averageSamplingTime

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

Type: long

Constraints: Read Only, Restart Required

currentDataSampleCount

The number of collected data samples in the current snapshot.

Type: long

Constraints: Read Only, Restart Required

currentSnapshotElapsedTime

The elapsed time, in nanoseconds, of a snapshot.

Type: long

Constraints: Read Only, Restart Required

currentSnapshotStartTime

The start time, in milliseconds, of the latest archived snapshot.

Type: long

Constraints: Read Only, Restart Required

maximumSamplingTime

The maximum observed sampling time, in nanoseconds.

Type: long

Constraints: Read Only, Restart Required

minimumSamplingTime

The minimum observed sampling time, in nanoseconds.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

totalDataSampleCount

The number of configured data samples that have been collected and archived so far in this server session.

Type: long

Constraints: Read Only, Restart Required

totalSamplingCycles

The total number of periodic sampling cycles taken thus far.

Type: long

Constraints: Read Only, Restart Required

totalSamplingTime

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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:

averageSamplingTime

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

Type: long

Constraints: Read Only, Restart Required

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, Restart Required

maximumSamplingTime

The maximum sampling time, in nanoseconds.

Type: long

Constraints: Read Only, Restart Required

minimumSamplingTime

The minimum sampling time, in nanoseconds.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

totalSamplingCycles

The total number of sampling cycles taken thus far.

Type: long

Constraints: Read Only, Restart Required

totalSamplingTime

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

endTime

This property indicates the time when the asynchronous job ended.

Type: java.util.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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

progress

The progress of this task.

Type: string

Constraints: Read Only, Restart Required

running

Indicates whether the task is still running.

Type: boolean

Constraints: Read Only, Restart Required

startTime

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

Type: java.util.Date

startTimeAsLong

The time at which this task was started.

Type: long

Constraints: Read Only, Restart Required

systemTask

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

Type: boolean

Constraints: Read Only, Restart Required

taskError

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

Type: java.lang.Throwable

Constraints: Read Only, Restart Required

taskStatus

The status of this task.

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WLDFImageRuntimeMBean

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.WLDFImageRuntimeMBean entity are as follows:

availableCapturedImages

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

Type: array of string

Constraints: Read Only, Restart Required

imageDir

The default directory where the server stores captured diagnostic images.

Type: string

Constraints: Read Only, Restart Required

imageTimeout

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

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WLDFInstrumentationRuntimeMBean

This interface defines various methods for accessing runtime information about the diagnostic instrumentation system.

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

callJoinpointCount

The number of affected CALL joinpoints for all classes that were inspected. (CALL joinpoints are on the caller side.)

Type: int

Constraints: Read Only, Restart Required

classweaveAbortCount

Number of classes for which the class weaving aborted with some exceptional situation.

Type: int

Constraints: Read Only, Restart Required

executionJoinpointCount

The number of affected EXECUTION joinpoints for all classes that were inspected. (EXECUTION joinpoints are on the callee side.)

Type: int

Constraints: Read Only, Restart Required

inspectedClassesCount

The number of classes inspected for weaving (weaving is the insertion of diagnostic code).

Type: int

Constraints: Read Only, Restart Required

maxWeavingTime

For all classes, the weaving time in nanoseconds for the class that required the most time to process (includes the time spent both for inspection and for modification).

Type: long

Constraints: Read Only, Restart Required

minWeavingTime

For all classes, the weaving time in nanoseconds for the class that required the least time to process (includes the time spent both for inspection and for modification).

Type: long

Constraints: Read Only, Restart Required

modifiedClassesCount

The number of modified classes (classes where diagnostic code has been inserted).

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

totalWeavingTime

For all classes, the total weaving time in nanoseconds for processing (includes the time spent both for inspection and for modification).

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

maximumSamplingTime

The maximum sampling time, in nanoseconds.

Type: long

Constraints: Read Only, Restart Required

minimumSamplingTime

The minimum sampling time, in nanoseconds.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

totalSamplingCycles

The total number of sampling cycles taken thus far.

Type: long

Constraints: Read Only, Restart Required

totalSamplingTime

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

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

imageDir

The default directory where the server stores captured diagnostic images.

Type: string

Constraints: Read Only, Restart Required

imageTimeout

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

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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:

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WLDFSystemResourceControlRuntimeMBean

This MBean acts as a Runtime Control for a WLDF profile. An WLDF profile could either be a configured system resource or an external descriptor provided by a an user at runtime.

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

enabled

is the descriptor enabled

Type: boolean

Constraints: Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WLDFWatchManagerRuntimeMBean

Provides access to Policy and Action statistical data for the current instance of this server.

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

activeAlarmWatches

The names of active alarm policies.

Type: array of string

Constraints: Read Only, Restart Required

averageEventDataWatchEvaluationTime

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

Type: long

Constraints: Read Only, Restart Required

averageHarvesterWatchEvaluationTime

The average Harvester evaluation cycle time, in milliseconds.

Type: long

Constraints: Read Only, Restart Required

averageLogWatchEvaluationTime

The average Log evaluation cycle time, in milliseconds.

Type: long

Constraints: Read Only, Restart Required

currentActiveAlarmsCount

The number of active alarms of any type.

Type: int

Constraints: Read Only, Restart Required

maximumActiveAlarmsCount

The maximum number of active alarms at any one time.

Type: int

Constraints: Read Only, Restart Required

maximumEventDataWatchEvaluationTime

The maximum time spent evaluating EventData policies.

Type: long

Constraints: Read Only, Restart Required

maximumHarvesterWatchEvaluationTime

The maximum time spent evaluating Harvester policies.

Type: long

Constraints: Read Only, Restart Required

maximumLogWatchEvaluationTime

The maximum time spent evaluating Log policies.

Type: long

Constraints: Read Only, Restart Required

minimumEventDataWatchEvaluationTime

The minimum time spent evaluating Log policies.

Type: long

Constraints: Read Only, Restart Required

minimumHarvesterWatchEvaluationTime

The minimum time spent evaluating Harvester policies.

Type: long

Constraints: Read Only, Restart Required

minimumLogWatchEvaluationTime

The minimum time spent evaluating Log policies.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

totalActiveAutomaticResetAlarms

The total number of active automatically reset alarms.

Type: long

Constraints: Read Only, Restart Required

totalActiveManualResetAlarms

The total number of active manually reset alarms.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

totalEventDataEvaluationCycles

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

totalEventDataWatchesTriggered

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

Type: long

Constraints: Read Only, Restart Required

totalFailedDIMGNotifications

The total number of failed Diagnostic Image action requests.

Type: long

Constraints: Read Only, Restart Required

totalFailedJMSNotifications

The total number of failed JMS action attempts.

Type: long

Constraints: Read Only, Restart Required

totalFailedJMXNotifications

The total number of failed JMX action attempts.

Type: long

Constraints: Read Only, Restart Required

totalFailedNotifications

The total number of failed action requests.

Type: long

Constraints: Read Only, Restart Required

totalFailedSMTPNotifications

The total number of failed SMTP action attempts.

Type: long

Constraints: Read Only, Restart Required

totalFailedSNMPNotifications

The total number of failed SNMP action attempts.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

totalHarvesterWatchesTriggered

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

Type: long

Constraints: Read Only, Restart Required

totalJMSNotificationsPerformed

The total number of JMS actions successfully fired.

Type: long

Constraints: Read Only, Restart Required

totalJMXNotificationsPerformed

The total number of JMX actions successfully fired.

Type: long

Constraints: Read Only, Restart Required

totalLogEvaluationCycles

The total number of times Log policies have been evaluated.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

totalLogWatchesTriggered

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

Type: long

Constraints: Read Only, Restart Required

totalNotificationsPerformed

The total number of actions performed.

Type: long

Constraints: Read Only, Restart Required

totalSMTPNotificationsPerformed

The total number of SMTP actions successfully fired.

Type: long

Constraints: Read Only, Restart Required

totalSNMPNotificationsPerformed

The total number of SNMP actions successfully fired.

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

averageEventDataWatchEvaluationTime

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

Type: long

Constraints: Read Only, Restart Required

averageHarvesterWatchEvaluationTime

The average Harvester evaluation cycle time, in milliseconds.

Type: long

Constraints: Read Only, Restart Required

averageLogWatchEvaluationTime

The average Log evaluation cycle time, in milliseconds.

Type: long

Constraints: Read Only, Restart Required

currentActiveAlarmsCount

The number of active alarms of any type.

Type: int

Constraints: Read Only, Restart Required

maximumActiveAlarmsCount

The maximum number of active alarms at any one time.

Type: int

Constraints: Read Only, Restart Required

maximumEventDataWatchEvaluationTime

The maximum time spent evaluating EventData policies.

Type: long

Constraints: Read Only, Restart Required

maximumHarvesterWatchEvaluationTime

The maximum time spent evaluating Harvester policies.

Type: long

Constraints: Read Only, Restart Required

maximumLogWatchEvaluationTime

The maximum time spent evaluating Log policies.

Type: long

Constraints: Read Only, Restart Required

minimumEventDataWatchEvaluationTime

The minimum time spent evaluating Log policies.

Type: long

Constraints: Read Only, Restart Required

minimumHarvesterWatchEvaluationTime

The minimum time spent evaluating Harvester policies.

Type: long

Constraints: Read Only, Restart Required

minimumLogWatchEvaluationTime

The minimum time spent evaluating Log policies.

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

totalActiveAutomaticResetAlarms

The total number of active automatically reset alarms.

Type: long

Constraints: Read Only, Restart Required

totalActiveManualResetAlarms

The total number of active manually reset alarms.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

totalEventDataEvaluationCycles

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

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

totalEventDataWatchesTriggered

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

Type: long

Constraints: Read Only, Restart Required

totalFailedDIMGNotifications

The total number of failed Diagnostic Image action requests.

Type: long

Constraints: Read Only, Restart Required

totalFailedJMSNotifications

The total number of failed JMS action attempts.

Type: long

Constraints: Read Only, Restart Required

totalFailedJMXNotifications

The total number of failed JMX action attempts.

Type: long

Constraints: Read Only, Restart Required

totalFailedNotifications

The total number of failed action requests.

Type: long

Constraints: Read Only, Restart Required

totalFailedSMTPNotifications

The total number of failed SMTP action attempts.

Type: long

Constraints: Read Only, Restart Required

totalFailedSNMPNotifications

The total number of failed SNMP action attempts.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

totalHarvesterWatchesTriggered

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

Type: long

Constraints: Read Only, Restart Required

totalJMSNotificationsPerformed

The total number of JMS actions successfully fired.

Type: long

Constraints: Read Only, Restart Required

totalJMXNotificationsPerformed

The total number of JMX actions successfully fired.

Type: long

Constraints: Read Only, Restart Required

totalLogEvaluationCycles

The total number of times Log policies have been evaluated.

Type: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

totalLogWatchesTriggered

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

Type: long

Constraints: Read Only, Restart Required

totalNotificationsPerformed

The total number of actions performed.

Type: long

Constraints: Read Only, Restart Required

totalSMTPNotificationsPerformed

The total number of SMTP actions successfully fired.

Type: long

Constraints: Read Only, Restart Required

totalSNMPNotificationsPerformed

The total number of SNMP actions successfully fired.

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WTCRuntimeMBean

This class is used to 1. query, stop, and start WTC connections. 2. query, suspend, and resume WTC imported and exported services. 3. retrieve statistics MBean relates to this WTC server. 4. query status of WTC server.

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

WTCServerStartTime

Returns the timestamp when WTC server starts.

Type: long

Constraints: Read Only, Restart Required

WTCServerStatus

Returns the status of WTC server itself.

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WTCStatisticsRuntimeMBean

This class is used to:

  • query statistics of WTC connections.

  • query statistics of WTC imported and exported services.

The properties of the weblogic.management.runtime.WTCStatisticsRuntimeMBean 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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

weblogic.management.runtime.WebServerRuntimeMBean

Describes a Web Server (HTTP Server)

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

defaultWebServer

Indicates whether it is the default WebServer or a VirtualHost

Type: boolean

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

webServerName

Provides the name of the WebServer.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

completedDaemonRequests

The number of daemon requests that have been processed

Type: long

Constraints: Read Only, Restart Required

completedRequests

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

Type: long

Constraints: Read Only, Restart Required

healthState

Returns the HealthState mbean for the work manager.

Type: weblogic.health.HealthState

Constraints: Read Only, Restart Required

moduleName

Get the name of the module this WorkManager is associated with

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

partitionName

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

Type: string

Constraints: Read Only, Restart Required

pendingDaemonRequests

The number of daemon requests in progress.

Type: int

Constraints: Read Only, Restart Required

pendingRequests

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

Type: int

Constraints: Read Only, Restart Required

stuckThreadCount

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

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

errorCount

Number of errors sending or receiving a request.

Type: int

Constraints: Read Only, Restart Required

executionTimeAverage

Average operation execution time.

Type: long

Constraints: Read Only, Restart Required

executionTimeHigh

Longest operation execution time.

Type: long

Constraints: Read Only, Restart Required

executionTimeLow

Shortest operation execution time.

Type: long

Constraints: Read Only, Restart Required

executionTimeTotal

Total time for all operation executions.

Type: long

Constraints: Read Only, Restart Required

invocationCount

Total number of operation invocations in the current measurement period.

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

Type: int

Constraints: Read Only, Restart Required

lastError

Last error that occurred processing a request.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

lastInvocationTime

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

Type: long

Constraints: Read Only, Restart Required

lastResponseError

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

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

responseCount

Total number of oresponses generated from operation invocations.

Type: int

Constraints: Read Only, Restart Required

responseErrorCount

Total number of errors from responses generated from operation invocations.

Type: int

Constraints: Read Only, Restart Required

responseTimeAverage

Average response time from the responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

responseTimeHigh

Longest response time from the responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

responseTimeLow

Lowest response time from the responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

responseTimeTotal

Total time for all responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

errorCount

Number of errors sending or receiving a request.

Type: int

Constraints: Read Only, Restart Required

executionTimeAverage

Average operation execution time.

Type: long

Constraints: Read Only, Restart Required

executionTimeHigh

Longest operation execution time.

Type: long

Constraints: Read Only, Restart Required

executionTimeLow

Shortest operation execution time.

Type: long

Constraints: Read Only, Restart Required

executionTimeTotal

Total time for all operation executions.

Type: long

Constraints: Read Only, Restart Required

invocationCount

Total number of operation invocations in the current measurement period.

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

Type: int

Constraints: Read Only, Restart Required

lastError

Last error that occurred processing a request.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

lastInvocationTime

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

Type: long

Constraints: Read Only, Restart Required

lastResponseError

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

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

operationName

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

Type: string

Constraints: Read Only, Restart Required

responseCount

Total number of oresponses generated from operation invocations.

Type: int

Constraints: Read Only, Restart Required

responseErrorCount

Total number of errors from responses generated from operation invocations.

Type: int

Constraints: Read Only, Restart Required

responseTimeAverage

Average response time from the responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

responseTimeHigh

Longest response time from the responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

responseTimeLow

Lowest response time from the responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

responseTimeTotal

Total time for all responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

lastRoutingFailureTime

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

Type: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

requestCount

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

Type: int

Constraints: Read Only, Restart Required

responseCount

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

Type: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

routingFailureCount

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

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

errorCount

Number of errors sending or receiving a request.

Type: int

Constraints: Read Only, Restart Required

executionTimeAverage

Average operation execution time.

Type: long

Constraints: Read Only, Restart Required

executionTimeHigh

Longest operation execution time.

Type: long

Constraints: Read Only, Restart Required

executionTimeLow

Shortest operation execution time.

Type: long

Constraints: Read Only, Restart Required

executionTimeTotal

Total time for all operation executions.

Type: long

Constraints: Read Only, Restart Required

invocationCount

Total number of operation invocations in the current measurement period.

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

Type: int

Constraints: Read Only, Restart Required

lastError

Last error that occurred processing a request.

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

lastInvocationTime

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

Type: long

Constraints: Read Only, Restart Required

lastResponseError

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

Type: string

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

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: long

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

operationName

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

Type: string

Constraints: Read Only, Restart Required

policyAttachmentSupport

Get attachment support for this port MBean.

Type: string

Constraints: Read Only, Restart Required

policySubjectName

Get subject name for this port MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

policySubjectType

Get subject type for this port MBean.

Type: string

Constraints: Read Only, Restart Required

responseCount

Total number of oresponses generated from operation invocations.

Type: int

Constraints: Read Only, Restart Required

responseErrorCount

Total number of errors from responses generated from operation invocations.

Type: int

Constraints: Read Only, Restart Required

responseTimeAverage

Average response time from the responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

responseTimeHigh

Longest response time from the responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

responseTimeLow

Lowest response time from the responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

responseTimeTotal

Total time for all responses generated from operation invocations.

Type: long

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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: int

Constraints: Read Only, Restart Required

authenticationViolations

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

Type: int

Constraints: Read Only, Restart Required

authorizationSuccesses

Total number of authorization successes detected for this port.

Type: int

Constraints: Read Only, Restart Required

authorizationViolations

Total number of authorization violations generated for this port.

Type: int

Constraints: Read Only, Restart Required

confidentialitySuccesses

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

Type: int

Constraints: Read Only, Restart Required

confidentialityViolations

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

Type: int

Constraints: Read Only, Restart Required

integritySuccesses

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

Type: int

Constraints: Read Only, Restart Required

integrityViolations

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

Type: int

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

policyFaults

Total number of policy faults generated for this port.

Type: int

Constraints: Read Only, Restart Required

totalSecurityFaults

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

Type: int

Constraints: Read Only, Restart Required

totalViolations

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

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

policyAttachmentSupport

Get attachment support for this port MBean.

Type: string

Constraints: Read Only, Restart Required

policyFaults

Total number of policy faults.

Type: int

Constraints: Read Only, Restart Required

policySubjectAbsolutePortableExpression

The policySubject AbsolutePortableExpression This is the WSM ResourcePattern AbsolutePortableExpression string

Type: string

Constraints: Read Only, Restart Required

policySubjectName

Get subject name for this port MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

policySubjectType

Get subject type for this port MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

startTime

Date and time that the Web service endpoint started.

Type: long

Constraints: Read Only, Restart Required

totalSecurityFaults

Total number of security faults and violations.

Type: int

Constraints: Read Only, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

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, Restart Required

implementationType

Specifies the implementation type of this service.

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

Type: string

Constraints: Read Only, Restart Required

name

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

Type: string

Constraints: Read Only, Restart Required

policyFaults

Total number of faults generated by security policy handler.

Type: int

Constraints: Read Only, Restart Required

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, Restart Required

startTime

Date and time that the Web service starts.

Type: long

Constraints: Read Only, Restart Required

totalSecurityFaults

Total number of faults generated by this endpoint.

Type: int

Constraints: Read Only, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required

webserviceDescriptionName

webservice description name for this webservice

Type: string

Constraints: Read Only, Restart Required

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, Restart Required

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, Restart Required

type

Returns the type of the MBean.

Type: string

Constraints: Read Only, Restart Required