|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WireMarshaller | |
---|---|
org.codehaus.wadi.aop.replication | |
org.codehaus.wadi.aop.tracker.basic | |
org.codehaus.wadi.aop.tracker.visitor | |
org.codehaus.wadi.aop.util |
Uses of WireMarshaller in org.codehaus.wadi.aop.replication |
---|
Fields in org.codehaus.wadi.aop.replication declared as WireMarshaller | |
---|---|
protected WireMarshaller |
FullStateExternalizable.marshaller
|
Constructors in org.codehaus.wadi.aop.replication with parameters of type WireMarshaller | |
---|---|
DeltaStateHandler(org.codehaus.wadi.core.util.Streamer streamer,
WireMarshaller marshaller,
InstanceIdFactory instanceIdFactory,
InstanceRegistry instanceRegistry)
|
|
FullStateExternalizable(InstanceIdFactory instanceIdFactory,
WireMarshaller marshaller,
ClusteredStateSessionMemento memento)
|
|
RestoreStateExternalizable(InstanceRegistry instanceRegistry,
WireMarshaller marshaller)
|
|
UpdatedStateExternalizable(InstanceIdFactory instanceIdFactory,
WireMarshaller marshaller,
ClusteredStateSessionMemento memento)
|
Uses of WireMarshaller in org.codehaus.wadi.aop.tracker.basic |
---|
Classes in org.codehaus.wadi.aop.tracker.basic that implement WireMarshaller | |
---|---|
class |
BasicWireMarshaller
|
Uses of WireMarshaller in org.codehaus.wadi.aop.tracker.visitor |
---|
Constructors in org.codehaus.wadi.aop.tracker.visitor with parameters of type WireMarshaller | |
---|---|
CopyFullStateVisitor(WireMarshaller wireMarshaller,
InstanceTrackerVisitor setInstanceIdVisitor)
|
|
CopyStateVisitor(WireMarshaller wireMarshaller,
InstanceTrackerVisitor setInstanceIdVisitor,
InstanceTrackerVisitor resetTrackingVisitor)
|
Uses of WireMarshaller in org.codehaus.wadi.aop.util |
---|
Methods in org.codehaus.wadi.aop.util with parameters of type WireMarshaller | |
---|---|
static void |
ClusteredStateHelper.deserialize(InstanceRegistry instanceRegistry,
WireMarshaller marshaller,
byte[] serialized)
|
static byte[] |
ClusteredStateHelper.serialize(InstanceIdFactory instanceIdFactory,
WireMarshaller marshaller,
java.lang.Object opaque)
|
static byte[] |
ClusteredStateHelper.serializeFully(InstanceIdFactory instanceIdFactory,
WireMarshaller marshaller,
java.lang.Object opaque)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |