com.ibm.manplato.Conduit
Class Deleter
java.lang.Object
|
+--com.ibm.manplato.Conduit.Conduit
|
+--com.ibm.manplato.Conduit.Deleter
- All Implemented Interfaces:
- java.io.Serializable
- public class Deleter
- extends Conduit
The Deleter Conduit. This Conduit allows the user to delete
selected databases. It is particularily useful in deleting the
data databases for ROM based application, which are otherwise
non-deletable.
- 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 |
Deleter
public Deleter()
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.
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 towards the end, but before the Install
Conduit, and thus specifies a priority level of -126.
- Overrides:
getSyncPriorityLevel
in class Conduit
- Returns:
- the priority level this conduit wishes to employ.
setDbList
public void setDbList(java.lang.String[] as)
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.