| Package | Description |
|---|---|
| org.jboss.as.clustering |
| Modifier and Type | Class and Description |
|---|---|
class |
HashableMarshalledValue<T>
Like
SimpleMarshalledValue, but also serializes the underlying object's hash code,
so that this object can still be hashed, even if deserialized, but not yet rehydrated. |
| Modifier and Type | Method and Description |
|---|---|
<T> SimpleMarshalledValue<T> |
HashableMarshalledValueFactory.createMarshalledValue(T object) |
<T> SimpleMarshalledValue<T> |
SimpleMarshalledValueFactory.createMarshalledValue(T object) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.