|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectbootstrapP.BootstrapCore
public class BootstrapCore
The main class of the Bootstrap Server, witch starts the services.
Field Summary | |
---|---|
protected static BackupperInterface |
mainBackupper
|
private static java.util.Date |
upTime
|
Constructor Summary | |
---|---|
BootstrapCore()
|
Method Summary | |
---|---|
static long |
getUpTime()
Get the the time the server has started by. |
static void |
main(java.lang.String[] args)
The main method to launch the Bootstrap 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 |
---|
private static java.util.Date upTime
protected static BackupperInterface mainBackupper
Constructor Detail |
---|
public BootstrapCore()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- the arguments.public static long getUpTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |