org.norther.tammi.root.rt.meta
Class MetaIndirectionPersister

java.lang.Object
  extended by org.norther.tammi.root.rt.meta.MetaIndirectionPersister
All Implemented Interfaces:
Serializable, EventListener, PersistenceListener, PrePersistenceListener

public class MetaIndirectionPersister
extends Object
implements PrePersistenceListener, Serializable

Checks permissions and prepares persistent meta element relations.

Version:
$Id: MetaIndirectionPersister.java,v 1.8 2010-03-29 13:58:45 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
MetaIndirectionPersister()
          Constructs a new persister.
 
Method Summary
 void persisted(PersistedObjectEvent event)
          Notifies the object that it will be persisted to the repositoryor deleted from it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaIndirectionPersister

public MetaIndirectionPersister()
Constructs a new persister.

Method Detail

persisted

public void persisted(PersistedObjectEvent event)
               throws PersistenceException
Description copied from interface: PrePersistenceListener
Notifies the object that it will be persisted to the repositoryor deleted from it.

Specified by:
persisted in interface PrePersistenceListener
Parameters:
event - the persisted object event.
Throws:
PersistenceException - on errors.


Copyright © 2004 The Norther Organization. All rights reserved.