Class ReplicationObject

java.lang.Object
de.tsl2.nano.persistence.replication.ReplicationObject

public class ReplicationObject extends Object
The replication object holds the entity instance to persist (only if istransient = false). a have havy weight means, a lot of objects depend on this object.
Version:
$Revision$
Author:
Tom, Thomas Schneider
  • Constructor Details

    • ReplicationObject

      protected ReplicationObject(Object instance, long weight, boolean istransient, List<ReplicationObject> depends)
      constructor
      Parameters:
      instance -
      weight -
      istransient -
      depends -