This class is used for monitoring a WebLogic JMS session.
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.JMSSessionRuntimeMBean
|
||
Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
Access Points |
You can access this MBean from the following MBean attributes:
|
||
Access Points Inherited from RuntimeMBean |
Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:
|
This section describes attributes that provide access to other MBeans.
|
An array of consumers for this session.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | JMSConsumerRuntimeMBean[] |
Relationship type: | Containment. |
An array of producers for this session.
Factory Methods | No explicit creator method. The child shares the lifecycle of its parent. |
Privileges | Read only |
Type | JMSProducerRuntimeMBean[] |
Relationship type: | Containment. |
This section describes the following attributes:
The acknowledge mode as one of the following:
AUTO_ACKNOWLEDGE
CLIENT_ACKNOWLEDGE
DUPS_OK_ACKNOWLEDGE
NO_ACKNOWLEDGE
Privileges | Read only |
Type | java.lang.String |
The number of bytes pending (uncommitted and unacknowledged) for this session.
Privileges | Read only |
Type | long |
The number of bytes received by this session since the last reset.
Privileges | Read only |
Type | long |
The number of bytes sent by this session since the last reset.
Privileges | Read only |
Type | long |
Private property that disables caching in proxies.
This attribute is not dynamic and requires a server restart to take effect.
Privileges | Read only |
Type | boolean |
The current number of consumers for this session.
Privileges | Read only |
Type | long |
The peak number of consumers for this session since the last reset.
Privileges | Read only |
Type | long |
The number of consumers instantiated by this session since the last reset.
Privileges | Read only |
Type | long |
Returns the MBean info for this MBean.
This attribute is not dynamic and requires a server restart to take effect.
Deprecated.
Privileges | Read only |
Type | javax.management.MBeanInfo |
The number of messages pending (uncommitted and unacknowledged) for this session.
Privileges | Read only |
Type | long |
The number of messages received by this session since the last reset.
Privileges | Read only |
Type | long |
The number of bytes sent by this session since the last reset.
Privileges | Read only |
Type | long |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Returns the ObjectName under which this MBean is registered in the MBean server.
This attribute is not dynamic and requires a server restart to take effect.
Deprecated.
Privileges | Read only |
Type | weblogic.management.WebLogicObjectName |
Return the immediate parent for this MBean
This attribute is not dynamic and requires a server restart to take effect.
Privileges | Read/Write |
Type |
The current number of producers for this session.
Privileges | Read only |
Type | long |
The peak number of producers for this session since the last reset.
Privileges | Read only |
Type | long |
The number of producers for this session since the last reset.
Privileges | Read only |
Type | long |
Returns false if the MBean represented by this object has been unregistered.
This attribute is not dynamic and requires a server restart to take effect.
Deprecated.
Privileges | Read only |
Type | boolean |
Indicates whether the session is transacted.
Privileges | Read only |
Type | boolean |
Returns the type of the MBean.
This attribute is not dynamic and requires a server restart to take effect.
Privileges | Read only |
Type | java.lang.String |