javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBean@Deprecated public interface ServletSessionRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getMainAttribute() | 
 Deprecated.  
 | 
long | 
getMaxInactiveInterval() | 
 Deprecated.  
 | 
long | 
getTimeLastAccessed() | 
 Deprecated.  
 | 
void | 
invalidate() | 
 Deprecated.  
 | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent@Deprecated void invalidate()
Invalidates this session.
@Deprecated long getTimeLastAccessed()
Provides a record of the last time this session was accessed.
@Deprecated long getMaxInactiveInterval()
Returns the timeout (seconds) for the session
@Deprecated java.lang.String getMainAttribute()
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?