org.objectweb.jac.aspects.transaction
Class Merging

java.lang.Object
  extended byorg.objectweb.jac.aspects.transaction.Merging

public class Merging
extends Object


Constructor Summary
Merging()
           
 
Method Summary
static Vector diffFields(Wrappee o1, Wrappee o2)
           
static void merge(Wrappee receptor, Wrappee original, Wrappee modified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Merging

public Merging()
Method Detail

merge

public static void merge(Wrappee receptor,
                         Wrappee original,
                         Wrappee modified)
                  throws Exception
Throws:
Exception

diffFields

public static Vector diffFields(Wrappee o1,
                                Wrappee o2)