@Deprecated public class LegacyStateTransferIntegrator extends Object implements StateTransferIntegrator
Constructor and Description |
---|
LegacyStateTransferIntegrator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
inject(CacheSPI<?,?> cache,
NodeFactory nodefactory,
Configuration cfg)
Deprecated.
|
protected void |
integratePersistentState(ObjectInputStream in,
Fqn targetFqn)
Deprecated.
|
void |
integrateState(ObjectInputStream ois,
Object target,
Fqn targetFqn,
boolean integratePersistentState)
Deprecated.
|
protected void |
integrateTransientState(ObjectInputStream in,
NodeSPI target)
Deprecated.
|
void |
start()
Deprecated.
|
public void inject(CacheSPI<?,?> cache, NodeFactory nodefactory, Configuration cfg)
public void start()
public void integrateState(ObjectInputStream ois, Object target, Fqn targetFqn, boolean integratePersistentState) throws Exception
integrateState
in interface StateTransferIntegrator
Exception
protected void integrateTransientState(ObjectInputStream in, NodeSPI 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.