net.sf.exorcist.dbe.impl
Class PrintImportService

java.lang.Object
  extended by net.sf.exorcist.dbe.impl.PrintImportService
All Implemented Interfaces:
ImportService, org.dbe.servent.Adapter

public class PrintImportService
extends java.lang.Object
implements org.dbe.servent.Adapter, ImportService

Author:
Jukka Zitting TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
PrintImportService()
           
 
Method Summary
 void destroy()
           
 void importContent(java.lang.String key, ContentState content)
          Imports content identified by the given key.
 void init(org.dbe.servent.ServiceContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintImportService

public PrintImportService()
Method Detail

init

public void init(org.dbe.servent.ServiceContext context)
Specified by:
init in interface org.dbe.servent.Adapter

destroy

public void destroy()
Specified by:
destroy in interface org.dbe.servent.Adapter

importContent

public void importContent(java.lang.String key,
                          ContentState content)
                   throws ContentException
Description copied from interface: ImportService
Imports content identified by the given key.

Specified by:
importContent in interface ImportService
Parameters:
key - identifier for the content to be imported
Throws:
ContentException - if something goes wrong :-)


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.