org.jboss.cache.statetransfer
Class LegacyStateTransferIntegrator
java.lang.Object
org.jboss.cache.statetransfer.LegacyStateTransferIntegrator
- All Implemented Interfaces:
- StateTransferIntegrator
Deprecated.
@Deprecated
public class LegacyStateTransferIntegrator
- extends java.lang.Object
- implements StateTransferIntegrator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegacyStateTransferIntegrator
public LegacyStateTransferIntegrator()
- Deprecated.
inject
public void inject(CacheSPI<?,?> cache,
NodeFactory nodefactory,
Configuration cfg)
- Deprecated.
start
public void start()
- Deprecated.
integrateState
public void integrateState(java.io.ObjectInputStream ois,
java.lang.Object target,
Fqn targetFqn,
boolean integratePersistentState)
throws java.lang.Exception
- Deprecated.
- Specified by:
integrateState
in interface StateTransferIntegrator
- Throws:
java.lang.Exception
integrateTransientState
protected void integrateTransientState(java.io.ObjectInputStream in,
NodeSPI target)
throws java.lang.Exception
- Deprecated.
- Throws:
java.lang.Exception
integratePersistentState
protected void integratePersistentState(java.io.ObjectInputStream in,
Fqn targetFqn)
throws java.lang.Exception
- Deprecated.
- Throws:
java.lang.Exception
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.