|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.rmi.server.RemoteObject | +--java.rmi.server.RemoteServer | +--java.rmi.server.UnicastRemoteObject | +--com.ibm.manplato.Server
Thir class provides the executable code to start the ManplatoSync Mustiport Server.
Inner Class Summary | |
(package private) class |
Server.ExitThread
|
(package private) class |
Server.LogPrintStream
|
Field Summary | |
static int |
NETSYNC_DEFAULT_NUMLISTENERS
|
static int |
NETSYNC_DEFAULT_PORT
|
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Constructor Summary | |
Server()
ManplatoSyncServer constructor comment. |
Method Summary | |
void |
endOfSync(Synchronizer s)
endOfSync method comment. |
protected void |
finalize()
Insert the method's description here. |
java.util.Vector |
getConduits(Synchronizer s)
getConduits method comment. |
DefaultConduit |
getDefaultConduit(Synchronizer s)
Insert the method's description here. |
java.util.ListResourceBundle |
getLanguageBundle()
getLanguageBundle method comment. |
DLPUserInfo |
getNewUserInfo(Synchronizer s)
getNewUserInfo method comment. |
int |
getSyncType(Synchronizer s)
getSyncType method comment. |
static void |
main(java.lang.String[] args)
Starts the application. |
void |
midSync(Synchronizer s)
midSync method comment. |
void |
processUser(DLPUserInfo userInfo,
Synchronizer s)
processUser method comment. |
void |
startOfSync(Synchronizer s)
startOfSync method comment. |
void |
startServer()
Insert the method's description here. |
java.lang.Boolean |
stopServer(java.lang.String password)
Informs the server to shutdown all operations. |
boolean |
useTimeSync(Synchronizer s)
useTimeSync method comment. |
boolean |
validateUser(int userID,
Synchronizer s)
validateUser method comment. |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
|
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int NETSYNC_DEFAULT_PORT
public static final int NETSYNC_DEFAULT_NUMLISTENERS
Constructor Detail |
public Server() throws java.rmi.RemoteException
Method Detail |
public void endOfSync(Synchronizer s)
endOfSync
in interface SynchronizerListener
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
public java.util.Vector getConduits(Synchronizer s)
getConduits
in interface SynchronizerListener
com.ibm.manplato.Threads.SynchronizerListener
public DefaultConduit getDefaultConduit(Synchronizer s)
getDefaultConduit
in interface SynchronizerListener
public java.util.ListResourceBundle getLanguageBundle()
getLanguageBundle
in interface SynchronizerListener
com.ibm.manplato.Threads.SynchronizerListener
public DLPUserInfo getNewUserInfo(Synchronizer s)
getNewUserInfo
in interface SynchronizerListener
com.ibm.manplato.Threads.SynchronizerListener
public int getSyncType(Synchronizer s)
getSyncType
in interface SynchronizerListener
com.ibm.manplato.Threads.SynchronizerListener
public static void main(java.lang.String[] args)
args
- an array of command-line argumentspublic void midSync(Synchronizer s)
midSync
in interface SynchronizerListener
public void processUser(DLPUserInfo userInfo, Synchronizer s)
processUser
in interface SynchronizerListener
com.ibm.manplato.Threads.SynchronizerListener
userInfo
- com.ibm.manplato.Protocol.Util.DLPUserInfopublic void startOfSync(Synchronizer s)
startOfSync
in interface SynchronizerListener
public void startServer()
public java.lang.Boolean stopServer(java.lang.String password) throws java.rmi.RemoteException
stopServer
in interface RemoteManagementListener
the
- remote administration password.java.rmi.RemoteException
- Any exception thrown while processing the request.public boolean useTimeSync(Synchronizer s)
useTimeSync
in interface SynchronizerListener
com.ibm.manplato.Threads.SynchronizerListener
public boolean validateUser(int userID, Synchronizer s)
validateUser
in interface SynchronizerListener
com.ibm.manplato.Threads.SynchronizerListener
userID
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |