com.ibm.manplato.Conduit
Class Installer
java.lang.Object
|
+--com.ibm.manplato.Conduit.Conduit
|
+--com.ibm.manplato.Conduit.Installer
- All Implemented Interfaces:
- java.io.Serializable
- public class Installer
- extends Conduit
A Conduit used to install PRC and PDB files.
This Conduit allows the user to install PRC and PDB files from
either a local or network filesystem, or via a specified URL.
- 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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Installer
public Installer()
addDatabase
public void addDatabase(java.lang.String s)
getConfigPanel
public javax.swing.JPanel getConfigPanel()
- Gets a handle to this Conduits configuration panel.
- Overrides:
getConfigPanel
in class Conduit
- Returns:
- a handle to the Deleter Conduits config panel.
getFromURL
public void getFromURL(java.net.URL url)
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.
getSyncPriorityLevel
public byte getSyncPriorityLevel()
- Returns this conduits desired sync priority level.
This conduit should run last, and thus specifies a
priority level of -128.
- Overrides:
getSyncPriorityLevel
in class Conduit
- Returns:
- the priority level this conduit wishes to employ.
removeDatabase
public void removeDatabase(java.lang.String s)
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.