com.ibm.manplato.Threads
Interface SynchronizerListener

All Known Implementing Classes:
ManplatoSyncFrame, ManplatoSyncFrame, Server

public interface SynchronizerListener

Version:
$Rev$-$Date: 2001/05/25 03:03:23 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: schmidtd $

Method Summary
 void endOfSync(Synchronizer s)
          Insert the method's description here.
 java.util.Vector getConduits(Synchronizer s)
          Insert the method's description here.
 DefaultConduit getDefaultConduit(Synchronizer s)
          Insert the method's description here.
 java.util.ListResourceBundle getLanguageBundle()
          Insert the method's description here.
 DLPUserInfo getNewUserInfo(Synchronizer s)
          Insert the method's description here.
 int getSyncType(Synchronizer s)
          Insert the method's description here.
 void midSync(Synchronizer s)
          Insert the method's description here.
 void processUser(DLPUserInfo userInfo, Synchronizer s)
          Insert the method's description here.
 void startOfSync(Synchronizer s)
          Insert the method's description here.
 boolean useTimeSync(Synchronizer s)
          Insert the method's description here.
 boolean validateUser(int userID, Synchronizer s)
          Insert the method's description here.
 

Method Detail

endOfSync

public void endOfSync(Synchronizer s)
Insert the method's description here. Creation date: (04/03/00 5:58:10 PM)

getConduits

public java.util.Vector getConduits(Synchronizer s)
Insert the method's description here. Creation date: (04/03/00 8:10:20 PM)
Returns:
java.util.Vector

getDefaultConduit

public DefaultConduit getDefaultConduit(Synchronizer s)
Insert the method's description here. Creation date: (05/03/00 4:00:46 AM)
Returns:
com.ibm.manplato.Conduit.DefaultConduit

getLanguageBundle

public java.util.ListResourceBundle getLanguageBundle()
Insert the method's description here. Creation date: (04/03/00 2:03:45 AM)
Returns:
java.util.ResourceBundle

getNewUserInfo

public DLPUserInfo getNewUserInfo(Synchronizer s)
Insert the method's description here. Creation date: (04/03/00 8:03:12 PM)
Returns:
com.ibm.manplato.Protocol.Util.DLPUserInfo

getSyncType

public int getSyncType(Synchronizer s)
Insert the method's description here. Creation date: (04/03/00 2:15:04 AM)
Returns:
int

midSync

public void midSync(Synchronizer s)
Insert the method's description here. Creation date: (04/03/00 7:59:07 PM)

processUser

public void processUser(DLPUserInfo userInfo,
                        Synchronizer s)
Insert the method's description here. Creation date: (04/03/00 6:34:24 PM)
Parameters:
userInfo - com.ibm.manplato.Protocol.Util.DLPUserInfo

startOfSync

public void startOfSync(Synchronizer s)
Insert the method's description here. Creation date: (04/03/00 5:57:57 PM)

useTimeSync

public boolean useTimeSync(Synchronizer s)
Insert the method's description here. Creation date: (04/03/00 8:11:27 PM)
Returns:
boolean

validateUser

public boolean validateUser(int userID,
                            Synchronizer s)
Insert the method's description here. Creation date: (04/03/00 2:09:48 AM)
Parameters:
userID - int
Returns:
boolean