Beispiel #1
0
 public virtual Db4objects.Db4o.Internal.CommitTimestampSupport CommitTimestampSupport
     ()
 {
     if (!IsSystemTransaction())
     {
         throw new InvalidOperationException();
     }
     if (_commitTimestampSupport == null)
     {
         _commitTimestampSupport = new Db4objects.Db4o.Internal.CommitTimestampSupport(LocalContainer
                                                                                           ());
     }
     return(_commitTimestampSupport);
 }
			public _IVisitor4_336(DefragmentServicesImpl _enclosing, CommitTimestampSupport target
				, LocalTransaction targetTransaction)
			{
				this._enclosing = _enclosing;
				this.target = target;
				this.targetTransaction = targetTransaction;
			}
Beispiel #3
0
 public virtual CommitTimestampSupport CommitTimestampSupport
     ()
 {
     if (!IsSystemTransaction())
     {
         throw new InvalidOperationException();
     }
     if (_commitTimestampSupport == null)
     {
         _commitTimestampSupport = new CommitTimestampSupport(LocalContainer
             ());
     }
     return _commitTimestampSupport;
 }
			public _IEventListener4_69(CommitTimestampSupport _enclosing)
			{
				this._enclosing = _enclosing;
			}
Beispiel #5
0
 public _IEventListener4_65(CommitTimestampSupport _enclosing)
 {
     this._enclosing = _enclosing;
 }