org.apache.derby.impl.store.raw.data
Class DropOnCommit

java.lang.Object
  extended by org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
      extended by org.apache.derby.impl.store.raw.data.DropOnCommit
All Implemented Interfaces:
java.util.Observer

public class DropOnCommit
extends ContainerActionOnCommit

Drop a table on a commit or abort


Field Summary
protected  boolean isStreamContainer
           
 
Fields inherited from class org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
identity
 
Constructor Summary
DropOnCommit(ContainerKey identity)
           
DropOnCommit(ContainerKey identity, boolean isStreamContainer)
           
 
Method Summary
 void update(java.util.Observable obj, java.lang.Object arg)
          Called when the transaction is about to complete.
 
Methods inherited from class org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isStreamContainer

protected boolean isStreamContainer
Constructor Detail

DropOnCommit

public DropOnCommit(ContainerKey identity)

DropOnCommit

public DropOnCommit(ContainerKey identity,
                    boolean isStreamContainer)
Method Detail

update

public void update(java.util.Observable obj,
                   java.lang.Object arg)
Called when the transaction is about to complete.

See Also:
Observer.update(java.util.Observable, java.lang.Object)

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.