Class ReplicationObject
java.lang.Object
de.tsl2.nano.persistence.replication.ReplicationObject
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 Summary
ConstructorsModifierConstructorDescriptionprotectedReplicationObject(Object instance, long weight, boolean istransient, List<ReplicationObject> depends) constructor -
Method Summary
-
Constructor Details
-
ReplicationObject
protected ReplicationObject(Object instance, long weight, boolean istransient, List<ReplicationObject> depends) constructor- Parameters:
instance-weight-istransient-depends-
-