Package | Description |
---|---|
org.jboss.as.web.session | |
org.jboss.as.web.session.notification |
Modifier and Type | Method and Description |
---|---|
protected ClusteredSessionNotificationPolicy |
DistributableSessionManager.createClusteredSessionNotificationPolicy() |
ClusteredSessionNotificationPolicy |
DistributableSessionManager.getNotificationPolicy() |
ClusteredSessionNotificationPolicy |
ClusteredSessionManager.getNotificationPolicy()
Gets the policy for determining whether the servlet spec notifications related to session events are allowed to be
emitted on the local cluster node.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredSessionNotificationPolicyBase
Base superclass for a
ClusteredSessionNotificationPolicy implementation. |
class |
IgnoreUndeployLegacyClusteredSessionNotificationPolicy
Does not allow invocation of HttpSessionListener or HttpSessionAttributeListener during session expiration due to undeploy.
|
class |
LegacyClusteredSessionNotificationPolicy
ClusteredSessionNotificationPolicy implementation that describes the behavior of JBoss AS releases prior to 4.2.4. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.