org.opensync.engine.server.adapter
Class FileAdapter

java.lang.Object
  extended byorg.opensync.engine.server.DefaultAdapter
      extended byorg.opensync.engine.server.adapter.FileAdapter
All Implemented Interfaces:
Adapter, java.io.Serializable
Direct Known Subclasses:
EDI_X12_Adapter, TxtFileAdapter, XmlFileAdapter

public abstract class FileAdapter
extends DefaultAdapter

This class represents the adpater to adapt file data source format to the OpenSync data format

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.opensync.engine.server.DefaultAdapter
connector, tablesDescriptor, themesDescriptor
 
Constructor Summary
FileAdapter()
          Construct a FileAdapter
 
Method Summary
 FileConnector getFileConnector()
          Get the file connector used by the adapter
 
Methods inherited from class org.opensync.engine.server.DefaultAdapter
adaptInputView, adaptOutputView, getConnector, getPKs, getTablesDescriptor, getThemesDescriptor, init, readThemeDescriptor, release, releaseWithException, setConnector, setTablesDescriptor, setThemesDescriptor, startReadInputFile, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileAdapter

public FileAdapter()
Construct a FileAdapter

Method Detail

getFileConnector

public FileConnector getFileConnector()
Get the file connector used by the adapter



Copyright © 2004 sourceforge. All Rights Reserved.