public class DefaultStateTransferIntegrator extends Object implements StateTransferIntegrator
Constructor and Description |
---|
DefaultStateTransferIntegrator() |
Modifier and Type | Method and Description |
---|---|
void |
inject(CacheSPI<?,?> cache,
Configuration cfg,
RPCManager rpcManager,
TransactionLog txLog,
InvocationContextContainer container,
InterceptorChain chain,
ComponentRegistry registry,
CommandsFactory commandsFactory) |
protected void |
integratePersistentState(ObjectInputStream in,
Fqn targetFqn) |
void |
integrateState(ObjectInputStream ois,
Object target,
Fqn targetRoot,
boolean integratePersistentState) |
protected void |
integrateTransientState(ObjectInputStream in,
InternalNode target) |
void |
start() |
public void inject(CacheSPI<?,?> cache, Configuration cfg, RPCManager rpcManager, TransactionLog txLog, InvocationContextContainer container, InterceptorChain chain, ComponentRegistry registry, CommandsFactory commandsFactory)
public void start()
public void integrateState(ObjectInputStream ois, Object target, Fqn targetRoot, boolean integratePersistentState) throws Exception
integrateState
in interface StateTransferIntegrator
Exception
protected void integrateTransientState(ObjectInputStream in, InternalNode target) throws Exception
Exception
protected void integratePersistentState(ObjectInputStream in, Fqn targetFqn) throws Exception
Exception
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.