|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Synchronizer | |
---|---|
org.jSyncManager.API.Threads | |
org.jSyncManager.Client | |
org.jSyncManager.Client.LegacyClient | |
org.jSyncManager.Server |
Uses of Synchronizer in org.jSyncManager.API.Threads |
---|
Methods in org.jSyncManager.API.Threads with parameters of type Synchronizer | |
void |
SynchronizerListener.endOfSync(Synchronizer s)
This message is called by the Synchronizer instance specified when it has completed a synchronization. |
java.util.Vector |
SynchronizerListener.getConduits(Synchronizer s)
Retrieves a Vector object containing the active instances of the conduits to be synchronized. |
AbstractConduit |
SynchronizerListener.getDefaultConduit(Synchronizer s)
Retrieves the DefaultConduit object to be used at the end of a standard sync. |
DLPUserInfo |
SynchronizerListener.getNewUserInfo(Synchronizer s)
Requests new user information from the sync application. |
int |
SynchronizerListener.getSyncType(Synchronizer s)
Retrieves the type of synchronization to perform. |
void |
SynchronizerListener.midSync(Synchronizer s)
This message is called by the Synchronizer instance specified when it has reached the mid-point of a synchronization job. |
void |
SynchronizerListener.processUser(DLPUserInfo userInfo,
Synchronizer s)
Gives the application a chance to process the user info for the handhelds owner. |
void |
SynchronizerListener.startOfSync(Synchronizer s)
This message is called by the Synchronizer instance specified when it has began a synchronization job. |
boolean |
SynchronizerListener.useTimeSync(Synchronizer s)
Requests wether or not date and time synchronization should be used at sync time. |
boolean |
SynchronizerListener.validateUser(int userID,
Synchronizer s)
Requests user validation from the implementing application. |
Constructors in org.jSyncManager.API.Threads with parameters of type Synchronizer | |
Synchronizer.ConduitList(AbstractConduit c)
|
Uses of Synchronizer in org.jSyncManager.Client |
---|
Methods in org.jSyncManager.Client with parameters of type Synchronizer | |
void |
ApplicationJFrame.endOfSync(Synchronizer s)
This message is called by the Synchronizer instance specified when it has completed a synchronization. |
java.util.Vector |
ApplicationJFrame.getConduits(Synchronizer s)
Retrieves a Vector object containing the active instances of the conduits to be synchronized. |
AbstractConduit |
ApplicationJFrame.getDefaultConduit(Synchronizer s)
Retrieves the DefaultConduit object to be used at the end of a standard sync. |
DLPUserInfo |
ApplicationJFrame.getNewUserInfo(Synchronizer s)
Requests new user information from the sync application. |
int |
ApplicationJFrame.getSyncType(Synchronizer s)
Retrieves the type of synchronization to perform. |
void |
ApplicationJFrame.midSync(Synchronizer s)
This message is called by the Synchronizer instance specified when it has reached the mid-point of a synchronization job. |
void |
ApplicationJFrame.processUser(DLPUserInfo userInfo,
Synchronizer s)
Gives the application a chance to process the user info for the handhelds owner. |
void |
ApplicationJFrame.startOfSync(Synchronizer s)
This message is called by the Synchronizer instance specified when it has began a synchronization job. |
boolean |
ApplicationJFrame.useTimeSync(Synchronizer s)
Requests wether or not date and time synchronization should be used at sync time. |
boolean |
ApplicationJFrame.validateUser(int userID,
Synchronizer s)
Requests user validation from the implementing application. |
Uses of Synchronizer in org.jSyncManager.Client.LegacyClient |
---|
Methods in org.jSyncManager.Client.LegacyClient with parameters of type Synchronizer | |
void |
JSyncManagerFrame.endOfSync(Synchronizer s)
Deprecated. Method called by the Synchronizer class to handle end-of-sync. |
java.util.Vector |
JSyncManagerFrame.getConduits(Synchronizer s)
Deprecated. Grabs a vector containing the jConduits to sync with. |
AbstractConduit |
JSyncManagerFrame.getDefaultConduit(Synchronizer s)
Deprecated. Returns a handle to this implementations Default jConduit. |
DLPUserInfo |
JSyncManagerFrame.getNewUserInfo(Synchronizer s)
Deprecated. Queries the new user for their user information. |
int |
JSyncManagerFrame.getSyncType(Synchronizer s)
Deprecated. Returns the selected synchronization type. |
void |
JSyncManagerFrame.midSync(Synchronizer s)
Deprecated. Routine to handle midpoint sync duties. |
void |
JSyncManagerFrame.processUser(DLPUserInfo userInfo,
Synchronizer s)
Deprecated. Processes incoming user information. |
void |
JSyncManagerFrame.startOfSync(Synchronizer s)
Deprecated. Handles jobs at the start of synchronization. |
boolean |
JSyncManagerFrame.useTimeSync(Synchronizer s)
Deprecated. Queries wether time synchronization is enabled or not. |
boolean |
JSyncManagerFrame.validateUser(int userID,
Synchronizer s)
Deprecated. Validates wether or not the specified user is authorized to sync via the provided Synchronizer object. |
Uses of Synchronizer in org.jSyncManager.Server |
---|
Methods in org.jSyncManager.Server with parameters of type Synchronizer | |
void |
Server.endOfSync(Synchronizer s)
endOfSync method comment. |
java.util.Vector |
Server.getConduits(Synchronizer s)
getConduits method comment. |
AbstractConduit |
Server.getDefaultConduit(Synchronizer s)
|
DLPUserInfo |
Server.getNewUserInfo(Synchronizer s)
getNewUserInfo method comment. |
int |
Server.getSyncType(Synchronizer s)
getSyncType method comment. |
void |
Server.midSync(Synchronizer s)
midSync method comment. |
void |
Server.processUser(DLPUserInfo userInfo,
Synchronizer s)
processUser method comment. |
void |
Server.startOfSync(Synchronizer s)
startOfSync method comment. |
boolean |
Server.useTimeSync(Synchronizer s)
useTimeSync method comment. |
boolean |
Server.validateUser(int userID,
Synchronizer s)
validateUser method comment. |
|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |