public interface HttpScopeNotification extends HttpServerScopes
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpScopeNotification.SessionNotificationType
Scope.SESSION notification types |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOfType(Enum... types)
Returns
true if this notification matches any of the specified types. |
getScope, getScope, getScopeIdsboolean isOfType(Enum... types)
true if this notification matches any of the specified types.types - the notification types to checktrue if this notification matches any of the specified types. Otherwise falseCopyright © 2017 JBoss by Red Hat. All rights reserved.