org.apache.ojb.otm.states
Class PersistentDeleted

java.lang.Object
  extended byorg.apache.ojb.otm.states.State
      extended byorg.apache.ojb.otm.states.PersistentDeleted
All Implemented Interfaces:
ObjectModification, java.io.Serializable

public class PersistentDeleted
extends State

this state represents old objects which have been marked for deletion during tx (ODMG StateOldDelete).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ojb.otm.states.State
HOLLOW, PERSISTENT_CLEAN, PERSISTENT_DELETED, PERSISTENT_DIRTY, PERSISTENT_NEW, PERSISTENT_NEW_DELETED, TRANSIENT
 
Fields inherited from interface org.apache.ojb.broker.util.ObjectModification
serialVersionUID
 
Constructor Summary
(package private) PersistentDeleted()
           
 
Method Summary
 State commit()
          Describes the state transition on commit()
 State deletePersistent()
          Describes the state transition on deletePersistent()
 State makePersistent()
          Describes the state transition on makePersistent()
 boolean needsDelete()
          returns true is this state requires DELETE
 State rollback()
          Describes the state transition on rollback()
 java.lang.String toString()
          return a String representation
 
Methods inherited from class org.apache.ojb.otm.states.State
getObject, markDirty, needsInsert, needsUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistentDeleted

PersistentDeleted()
Method Detail

toString

public java.lang.String toString()
return a String representation


makePersistent

public State makePersistent()
                     throws IllegalObjectStateException
Describes the state transition on makePersistent()

Overrides:
makePersistent in class State
Throws:
IllegalObjectStateException

deletePersistent

public State deletePersistent()
                       throws IllegalObjectStateException
Describes the state transition on deletePersistent()

Overrides:
deletePersistent in class State
Throws:
IllegalObjectStateException

commit

public State commit()
             throws IllegalObjectStateException
Describes the state transition on commit()

Overrides:
commit in class State
Throws:
IllegalObjectStateException

rollback

public State rollback()
               throws IllegalObjectStateException
Describes the state transition on rollback()

Overrides:
rollback in class State
Throws:
IllegalObjectStateException

needsDelete

public boolean needsDelete()
returns true is this state requires DELETE

Overrides:
needsDelete in class State
Returns:
boolean


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14