See: Description
| Interface | Description |
|---|---|
| RiverCloseListener |
RiverCloseListener is used by Infinispan's extension of River Marshaller and Unmarshaller
so that pools can be notified of instances not being in use anymore.
|
| Class | Description |
|---|---|
| AbstractJBossMarshaller |
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.
|
| AbstractJBossMarshaller.DebuggingExceptionListener | |
| DefaultContextClassResolver |
This class refines
ContextClassLoader to add a default class loader. |
| ExtendedRiverMarshaller |
RiverMarshaller extension that allows Infinispan code to directly
create instances of it. |
| ExtendedRiverUnmarshaller |
An extended
RiverUnmarshaller that allows Infinispan StreamingMarshaller
instances to travel down the stack to potential externalizer implementations
that might need it, such as org.infinispan.commons.marshall.MarshalledValue.Externalizer |
| GenericJBossMarshaller |
A marshaller that makes use of JBoss Marshalling
to serialize and deserialize objects.
|
| JBossExternalizerAdapter | |
| JBossMarshallerFactory |
A JBoss Marshalling factory class for retrieving marshaller/unmarshaller
instances.
|
| SerializeWithExtFactory |
JBoss Marshalling plugin class for
ClassExternalizerFactory that
allows for Infinispan annotations to be used instead of JBoss Marshalling
ones in order to discover which classes are serializable with Infinispan
externalizers. |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.