public abstract class SessionEntity extends Object implements Serializable
RemoteCacheInvoker and
InfinispanChangelogBasedTransaction that use Infinispan's replace() method, overriding hashCode()
and equals(java.lang.Object) is mandatory in descendants.| Modifier | Constructor and Description |
|---|---|
|
SessionEntity() |
protected |
SessionEntity(String realmId) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object obj) |
String |
getRealmId()
Returns realmId ID.
|
abstract int |
hashCode() |
SessionEntityWrapper |
mergeRemoteEntityWithLocalEntity(SessionEntityWrapper localEntityWrapper) |
void |
setRealmId(String realmId) |
public SessionEntity()
protected SessionEntity(String realmId)
public String getRealmId()
public void setRealmId(String realmId)
public SessionEntityWrapper mergeRemoteEntityWithLocalEntity(SessionEntityWrapper localEntityWrapper)
Copyright © 2021 JBoss by Red Hat. All rights reserved.