org.jboss.cache.statetransfer
Class LegacyStateTransferIntegrator

java.lang.Object
  extended by org.jboss.cache.statetransfer.LegacyStateTransferIntegrator
All Implemented Interfaces:
StateTransferIntegrator

Deprecated.

@Deprecated
public class LegacyStateTransferIntegrator
extends Object
implements StateTransferIntegrator


Constructor Summary
LegacyStateTransferIntegrator()
          Deprecated.  
 
Method Summary
 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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyStateTransferIntegrator

public LegacyStateTransferIntegrator()
Deprecated. 
Method Detail

inject

public void inject(CacheSPI<?,?> cache,
                   NodeFactory nodefactory,
                   Configuration cfg)
Deprecated. 

start

public void start()
Deprecated. 

integrateState

public void integrateState(ObjectInputStream ois,
                           Object target,
                           Fqn targetFqn,
                           boolean integratePersistentState)
                    throws Exception
Deprecated. 
Specified by:
integrateState in interface StateTransferIntegrator
Throws:
Exception

integrateTransientState

protected void integrateTransientState(ObjectInputStream in,
                                       NodeSPI target)
                                throws Exception
Deprecated. 
Throws:
Exception

integratePersistentState

protected void integratePersistentState(ObjectInputStream in,
                                        Fqn targetFqn)
                                 throws Exception
Deprecated. 
Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.