This class is used for monitoring a WebLogic servlet session within a WebLogic server.
If you use the getMBeanInfo
operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.ServletSessionRuntimeMBean
Deprecated.
No factory methods. Instances of this MBean are created automatically.
You can access this MBean from the following MBean attributes:
|
This section describes the following attributes:
Provides a copy (as a string) of an attribute specified by the user, such as user-name, associated with this session.
Gets a Stringified copy of an attribute specified by the user (like user-name) associated with this session. Where should this attribute be specified? In ServletDeploymentRuntimeMBean?
Deprecated.
Privileges | Read only |
Type | java.lang.String |
Returns the timeout (seconds) for the session
Deprecated.
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 |
Return the immediate parent for this MBean
Privileges | Read/Write |
Type |
Provides a record of the last time this session was accessed.
Deprecated.
Privileges | Read only |
Type | long |
Returns the type of the MBean.
Privileges | Read only |
Type | java.lang.String |
This section describes the following operations:
|
Invalidates this session.
Deprecated.
Operation Name | "invalidate" |
Parameters | null |
Signature | null |
Returns |
void
|