ServletSessionRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This class is used for monitoring a WebLogic servlet session within a WebLogic server.

Deprecated. As of WebLogic 9.0, use WebAppComponentRuntimeMBean instead.

   
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.ServletSessionRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points You can access this MBean from the following MBean attributes:


    Attributes

    This section describes the following attributes:


    MainAttribute

    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
    Typejava.lang.String

    MaxInactiveInterval

    Returns the timeout (seconds) for the session

    Deprecated.

           
    Privileges Read only
    Typelong

    Name

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

           
    Privileges Read only
    Typejava.lang.String

    Parent

    Return the immediate parent for this MBean

           
    Privileges Read/Write
    Type

    TimeLastAccessed

    Provides a record of the last time this session was accessed.

    Deprecated.

           
    Privileges Read only
    Typelong

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String


    Operations

    This section describes the following operations:


      invalidate

      Invalidates this session.

      Deprecated.

         
      Operation Name"invalidate"
      Parametersnull
      Signaturenull
      Returns void