|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jSyncManager.API.Conduit.AbstractConduit | +--org.jSyncManager.Conduit.DefaultConduit
The default jConduit. This jConduit is always used during synchronization. It provides backup and restore capabilities for database flagged as requiring backup.
Fields inherited from class org.jSyncManager.API.Conduit.AbstractConduit |
---|
configurationPanel, HIGH_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY, resources |
Constructor Summary | |
---|---|
DefaultConduit()
|
Method Summary | |
---|---|
protected javax.swing.JPanel |
constructConfigPanel()
Constructs a configuration panel for this jConduit. |
protected java.lang.String |
getResourceBundleName()
Retrieves the name of the class to use as the Conduits Resource Bundle. |
void |
startSync(ConduitHandler conduithandler,
DLPUserInfo user)
This method is called when this jConduit is given the opportunity to synchronize. |
Methods inherited from class org.jSyncManager.API.Conduit.AbstractConduit |
---|
getConduitDescription, getConduitName, getConduitResourceBundle, getConfigurationPanel, getHandler, getPriority, setHandler, toString |
Methods inherited from class java.lang.Object |
---|
|
Constructor Detail |
public DefaultConduit()
Method Detail |
protected java.lang.String getResourceBundleName()
getResourceBundleName
in class AbstractConduit
protected javax.swing.JPanel constructConfigPanel()
constructConfigPanel
in class AbstractConduit
public void startSync(ConduitHandler conduithandler, DLPUserInfo user) throws NotConnectedException
startSync
in class AbstractConduit
conduithandler
- he handle to the active ConduitHandler to use for synchronization.NotConnectedException
- thrown if the connection to the Palm is lost.
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |