@SerializeWith(value=RoleRemovedEvent.ExternalizerImpl.class) public class RoleRemovedEvent extends InvalidationEvent implements RealmCacheInvalidationEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
RoleRemovedEvent.ExternalizerImpl |
| Constructor and Description |
|---|
RoleRemovedEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInvalidations(RealmCacheManager realmCache,
Set<String> invalidations) |
static RoleRemovedEvent |
create(String roleId,
String roleName,
String containerId) |
boolean |
equals(Object o) |
String |
getId() |
int |
hashCode() |
String |
toString() |
public static RoleRemovedEvent create(String roleId, String roleName, String containerId)
public String getId()
getId in class InvalidationEventpublic void addInvalidations(RealmCacheManager realmCache, Set<String> invalidations)
addInvalidations in interface RealmCacheInvalidationEventpublic boolean equals(Object o)
equals in class InvalidationEventpublic int hashCode()
hashCode in class InvalidationEventCopyright © 2021 JBoss by Red Hat. All rights reserved.