org.norther.tammi.root.rt.util
Class PersistentGroupImporter

java.lang.Object
  extended by org.norther.tammi.root.rt.util.VariableTransporter
      extended by org.norther.tammi.root.rt.util.PasswordImporter
          extended by org.norther.tammi.root.rt.util.PersistentGroupImporter
All Implemented Interfaces:
Serializable, EventListener, TransportListener

public class PersistentGroupImporter
extends PasswordImporter

An attribute importer for persistent groups.

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

Constructor Summary
PersistentGroupImporter()
          Constructs a new importer.
 
Method Summary
 void imported(TransportedObjectEvent event)
          Notifies the object that it has been imported from the repository.
 
Methods inherited from class org.norther.tammi.root.rt.util.VariableTransporter
exported, getEnumerationKey, getEnumerationValue, getExportFilter, getImportFilter, getNullableEnum, isEmptyEnumeration, isEqualTypes, transportEnumeration, transportEnumeration, transportEnumeration, transportEnumerations, transportUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentGroupImporter

public PersistentGroupImporter()
Constructs a new importer.

Method Detail

imported

public void imported(TransportedObjectEvent event)
Description copied from interface: TransportListener
Notifies the object that it has been imported from the repository.

Specified by:
imported in interface TransportListener
Overrides:
imported in class PasswordImporter
Parameters:
event - the transported object event.


Copyright © 2004 The Norther Organization. All rights reserved.