com.ibm.manplato.Conduit.Samples
Class TextDump

java.lang.Object
  |
  +--com.ibm.manplato.Conduit.Conduit
        |
        +--com.ibm.manplato.Conduit.Samples.TextDump
All Implemented Interfaces:
java.io.Serializable

public class TextDump
extends Conduit

This Conduit simply dumps the contents of the standard Palm application databases to nicely formatted text files in the users home directory.

Version:
$Rev$-$Date: 2001/07/20 15:49:50 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $
See Also:
Serialized Form

Constructor Summary
TextDump()
          Create a new AddressTextDump object.
 
Method Summary
protected  java.lang.String getResourceBundleClassName()
          Gets the fully-qualified classname for this conduits ResourceBundle class.
 void startSync(ConduitHandler conduitHandler, DLPUserInfo userInfo)
          This method is called when this Conduit is given the opportunity to synchronize.
 
Methods inherited from class com.ibm.manplato.Conduit.Conduit
getConduitName, getConfigPanel, getDescriptiveText, getResourceBundle, getSyncPriorityLevel, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextDump

public TextDump()
Create a new AddressTextDump object.
Method Detail

getResourceBundleClassName

protected java.lang.String getResourceBundleClassName()
Gets the fully-qualified classname for this conduits ResourceBundle class.
Overrides:
getResourceBundleClassName in class Conduit
Returns:
a String containing the package and classname for this Conduits resources.

startSync

public void startSync(ConduitHandler conduitHandler,
                      DLPUserInfo userInfo)
               throws NotConnectedException
This method is called when this Conduit is given the opportunity to synchronize.
Overrides:
startSync in class Conduit
Parameters:
conduitHandler - he handle to the active ConduitHandler to use for synchronization.
Throws:
NotConnectedException - thrown if the connection to the Palm is lost.