org.jSyncManager.Conduit.Alerter
Class Alerter
- Serializable
public final class Alerter
This simple jConduit will alert the user when a newer version of the jSyncManager is
available for download from our online website.
Alerter()- The constructor used to initialize a new Alerter jConduit.
|
constructConfigPanel, doInitialization, getConduitDescription, getConduitName, getConduitResourceBundle, getConfigurationPanel, getPriority, getResourceBundleName, initialize, jConduitDialogActionPerformed, startSync, toString |
versionInfoURLString
protected static final String versionInfoURLString
The URL for the new version information.
Alerter
public Alerter()
The constructor used to initialize a new Alerter jConduit.
constructConfigPanel
protected JPanel constructConfigPanel()
Constructs a configuration panel for this jConduit.
- constructConfigPanel in interface AbstractConduit
- a JPanel containing whatever configuration widgets this jConduit requires.
getPriority
public byte getPriority()
This method returns the jConduits priority byte.
This jConduit is set to the max, so that alerting the user to a new version
is the first thing to occur.
- getPriority in interface AbstractConduit
- the jConduits priority ordering byte of 127.
getResourceBundleName
protected String getResourceBundleName()
Retrieves the name of the class to use as the Conduits Resource Bundle.
- getResourceBundleName in interface AbstractConduit
- the fully-qualified classname of the class to use as this jConduits resource bundle.
startSync
public void startSync(ConduitHandler conduitHandler,
DLPUserInfo user)
throws NotConnectedExceptionThis method is called when this jConduit is given the opportunity to synchronize.
- startSync in interface AbstractConduit
conduitHandler - the handle to the active ConduitHandler to use for synchronization.user - the user information object for the handhelds owner.