Package | Description |
---|---|
org.jboss.as.web.session.notification |
Modifier and Type | Method and Description |
---|---|
boolean |
LegacyClusteredSessionNotificationPolicy.isHttpSessionActivationListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName)
Under the given conditions, are invocations of
HttpSessionActivationListener callbacks allowed? |
boolean |
ClusteredSessionNotificationPolicy.isHttpSessionActivationListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName)
Under the given conditions, are invocations of
HttpSessionActivationListener callbacks allowed? |
boolean |
LegacyClusteredSessionNotificationPolicy.isHttpSessionAttributeListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName,
boolean local)
Under the given conditions, are invocations of
HttpSessionAttributeListener callbacks allowed? |
boolean |
ClusteredSessionNotificationPolicy.isHttpSessionAttributeListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName,
boolean local)
Under the given conditions, are invocations of
HttpSessionAttributeListener callbacks allowed? |
boolean |
IgnoreUndeployLegacyClusteredSessionNotificationPolicy.isHttpSessionAttributeListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName,
boolean local)
Overrides superclass to return
false if the cause of the notification is ClusteredSessionNotificationCause.UNDEPLOY . |
boolean |
ClusteredSessionNotificationCapability.isHttpSessionAttributeListenerInvocationSupported(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
boolean local)
Under the given conditions, does the container support invoking
HttpSessionAttributeListener callbacks? |
boolean |
LegacyClusteredSessionNotificationPolicy.isHttpSessionBindingListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName,
boolean local)
Under the given conditions, are invocations of
HttpSessionBindingListener callbacks allowed? |
boolean |
ClusteredSessionNotificationPolicy.isHttpSessionBindingListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName,
boolean local)
Under the given conditions, are invocations of
HttpSessionBindingListener callbacks allowed? |
boolean |
ClusteredSessionNotificationCapability.isHttpSessionBindingListenerInvocationSupported(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
boolean local)
Under the given conditions, does the container support invoking
HttpSessionBindingListener callbacks? |
boolean |
LegacyClusteredSessionNotificationPolicy.isHttpSessionListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
boolean local)
Are invocations of
HttpSessionListener callbacks allowed under the given conditions? |
boolean |
ClusteredSessionNotificationPolicy.isHttpSessionListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
boolean local)
Are invocations of
HttpSessionListener callbacks allowed under the given conditions? |
boolean |
IgnoreUndeployLegacyClusteredSessionNotificationPolicy.isHttpSessionListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
boolean local)
Overrides superclass to return
false if the cause of the notification is ClusteredSessionNotificationCause.UNDEPLOY . |
boolean |
ClusteredSessionNotificationCapability.isHttpSessionListenerInvocationSupported(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
boolean local)
Does the container support invoking
HttpSessionListener callbacks under the given conditions? |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.