messageServerP
Class MessageServerCore

java.lang.Object
  extended by messageServerP.MessageServerCore

public class MessageServerCore
extends java.lang.Object

The main class of the Message Server, witch starts all the services.

Author:
Marco Cornolti

Field Summary
protected static BackupperInterface mainBackupper
           
 
Constructor Summary
MessageServerCore()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method to launch the Message Server, activating all the threads, publishing the rmi services, and restoring the data from the filename previousely used as backup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainBackupper

protected static BackupperInterface mainBackupper
Constructor Detail

MessageServerCore

public MessageServerCore()
Method Detail

main

public static void main(java.lang.String[] args)
The main method to launch the Message Server, activating all the threads, publishing the rmi services, and restoring the data from the filename previousely used as backup.

Parameters:
args - the arguments.