vishnu.model.transactions.operations
Class TableCreationOperation

java.lang.Object
  extended by vishnu.model.transactions.operations.AbstractOperation
      extended by vishnu.model.transactions.operations.TableCreationOperation
All Implemented Interfaces:
java.io.Serializable, Operation

public class TableCreationOperation
extends AbstractOperation

See Also:
Serialized Form
 

Constructor Summary
TableCreationOperation(UserContext context, java.lang.String name, TableSignature signature)
           
 
Method Summary
 Session getSession()
           
 void redo(RecoveryContext recoveryContext)
           
 
Methods inherited from class vishnu.model.transactions.operations.AbstractOperation
getDatabase, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCreationOperation

public TableCreationOperation(UserContext context,
                              java.lang.String name,
                              TableSignature signature)
Method Detail

redo

public void redo(RecoveryContext recoveryContext)

getSession

public Session getSession()