Package | Description |
---|---|
org.jboss.as.web.session | |
org.jboss.as.web.session.notification |
Modifier and Type | Method and Description |
---|---|
void |
ClusteredSession.expire(boolean notify,
boolean localCall,
boolean localOnly,
ClusteredSessionNotificationCause cause)
Expires the session, notifying listeners and possibly the manager.
|
void |
ClusteredSession.notifyDidActivate(ClusteredSessionNotificationCause cause)
Inform any HttpSessionActivationListener that the session has been activated.
|
void |
ClusteredSession.notifyWillPassivate(ClusteredSessionNotificationCause cause)
Inform any HttpSessionActivationListener that the session will passivate.
|
void |
ClusteredSession.tellNew(ClusteredSessionNotificationCause cause)
Inform any HttpSessionListener of the creation of this session
|
Modifier and Type | Method and Description |
---|---|
static ClusteredSessionNotificationCause |
ClusteredSessionNotificationCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteredSessionNotificationCause[] |
ClusteredSessionNotificationCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClusteredSessionNotificationPolicy.isHttpSessionActivationListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName)
Under the given conditions, are invocations of
HttpSessionActivationListener callbacks allowed? |
boolean |
LegacyClusteredSessionNotificationPolicy.isHttpSessionActivationListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName)
Under the given conditions, are invocations of
HttpSessionActivationListener callbacks allowed? |
boolean |
ClusteredSessionNotificationPolicy.isHttpSessionAttributeListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName,
boolean local)
Under the given conditions, are invocations of
HttpSessionAttributeListener callbacks allowed? |
boolean |
LegacyClusteredSessionNotificationPolicy.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 UNDEPLOY . |
boolean |
ClusteredSessionNotificationCapability.isHttpSessionAttributeListenerInvocationSupported(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
boolean local)
Under the given conditions, does the container support invoking
HttpSessionAttributeListener callbacks? |
boolean |
ClusteredSessionNotificationPolicy.isHttpSessionBindingListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
String attributeName,
boolean local)
Under the given conditions, are invocations of
HttpSessionBindingListener callbacks allowed? |
boolean |
LegacyClusteredSessionNotificationPolicy.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 |
ClusteredSessionNotificationPolicy.isHttpSessionListenerInvocationAllowed(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
boolean local)
Are invocations of
HttpSessionListener callbacks allowed under the given conditions? |
boolean |
LegacyClusteredSessionNotificationPolicy.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 UNDEPLOY . |
boolean |
ClusteredSessionNotificationCapability.isHttpSessionListenerInvocationSupported(ClusteredSessionManagementStatus status,
ClusteredSessionNotificationCause cause,
boolean local)
Does the container support invoking
HttpSessionListener callbacks under the given conditions? |
boolean |
ClusteredSessionNotificationCapability.isRemoteCauseAware(ClusteredSessionNotificationCause cause)
Returns whether the local container is aware of events on remote nodes that could give rise to notifications.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.