|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.manplato.Conduit.Conduit | +--com.ibm.manplato.Conduit.CDKJBridge
A bridge class to support CDK-J Conduits. This class acts as a bridge between the ManplatoSync Conduit API specification, and those conduits written to Palm's CDK-Java specification.
Constructor Summary | |
CDKJBridge()
CDKJBridge constructor. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs. |
void |
activateConduitConfiguration()
Activates this Conduits menu, if one exists. |
protected abstract boolean |
doFastSync()
|
protected abstract java.lang.String |
getCDKJConduitClassName()
|
abstract java.lang.String |
getConduitName()
Returns the name of this Conduit for display. |
protected abstract int |
getConduitVersion()
|
javax.swing.JPanel |
getConfigPanel()
Gets a handle to this Conduits configuration panel. |
protected abstract int |
getCreatorID()
|
protected java.lang.String |
getDBName(int num)
|
protected abstract java.lang.String[] |
getDBNames()
|
java.lang.String |
getDescriptiveText()
Gets the description for this Conduit. |
protected java.lang.String |
getFileName(int num)
|
protected abstract java.lang.String[] |
getFileNames()
|
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 |
getResourceBundle, getSyncPriorityLevel, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public CDKJBridge()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public final void activateConduitConfiguration()
protected abstract boolean doFastSync()
protected abstract java.lang.String getCDKJConduitClassName()
public abstract java.lang.String getConduitName()
getConduitName
in class Conduit
protected abstract int getConduitVersion()
public javax.swing.JPanel getConfigPanel()
getConfigPanel
in class Conduit
protected abstract int getCreatorID()
protected java.lang.String getDBName(int num)
protected abstract java.lang.String[] getDBNames()
public java.lang.String getDescriptiveText()
getDescriptiveText
in class Conduit
protected java.lang.String getFileName(int num)
protected abstract java.lang.String[] getFileNames()
protected java.lang.String getResourceBundleClassName()
getResourceBundleClassName
in class Conduit
public final void startSync(ConduitHandler conduitHandler, DLPUserInfo userInfo) throws NotConnectedException
startSync
in class Conduit
conduitHndlr
- he handle to the active ConduitHandler to use for synchronization.NotConnectedException
- thrown if the connection to the Palm is lost.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |