|
|||||||||
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.AboutConduit
Constructor Summary | |
AboutConduit()
|
Method Summary | |
javax.swing.JPanel |
getConfigPanel()
Gets a handle to this Conduits configuration panel. |
protected java.lang.String |
getResourceBundleClassName()
Gets the fully-qualified classname for this conduits ResourceBundle class. |
byte |
getSyncPriorityLevel()
Returns this conduits desired sync priority level. |
void |
startSync(ConduitHandler conduitHndlr,
DLPUserInfo userInfo)
This method is called when this Conduit is given the opportunity to synchronize. |
Methods inherited from class com.ibm.manplato.Conduit.Conduit |
getConduitName, getDescriptiveText, getResourceBundle, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public AboutConduit()
Method Detail |
public javax.swing.JPanel getConfigPanel()
getConfigPanel
in class Conduit
protected java.lang.String getResourceBundleClassName()
getResourceBundleClassName
in class Conduit
getConduitName
,
getDescriptiveText
public byte getSyncPriorityLevel()
getSyncPriorityLevel
in class Conduit
public void startSync(ConduitHandler conduitHndlr, DLPUserInfo userInfo) throws NotConnectedException
startSync
in class Conduit
conduitHndlr
- he handle to the active ConduitHandler to use for synchronization.userInfo
- the DLPUserInfo object for the user currently being synchronized.NotConnectedException
- thrown if the connection to the Palm is lost.ConduitHandler
,
DLPUserInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |