From 0031991fad54c376b742b1a425531345638cbf57 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 7 Feb 2009 11:29:36 +0000 Subject: initial import into svn --- doc/server/NetCalendarServer.html | 296 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 296 insertions(+) create mode 100644 doc/server/NetCalendarServer.html (limited to 'doc/server/NetCalendarServer.html') diff --git a/doc/server/NetCalendarServer.html b/doc/server/NetCalendarServer.html new file mode 100644 index 0000000..48dd847 --- /dev/null +++ b/doc/server/NetCalendarServer.html @@ -0,0 +1,296 @@ + + + + + + +NetCalendarServer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +server +
+Class NetCalendarServer

+
+java.lang.Object
+  extended byjava.lang.Thread
+      extended byserver.NetCalendarServer
+
+
+
All Implemented Interfaces:
java.lang.Runnable
+
+
+
+
public class NetCalendarServer
extends java.lang.Thread
+ +

+This is the main class of the server part of the netcalendar suite. + It contains the server socket part and hold a references to the calendar database. +

+ +

+

+
Author:
+
buetow
+
+
+ +

+ + + + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
+  + + + + + + + + + + +
+Constructor Summary
NetCalendarServer(int iPort, + java.lang.String sWorkdir) + +
+          Creates a NetCalendarServer instance and runs it as a thread.
+  + + + + + + + + + + + +
+Method Summary
+ voidrun() + +
+          This method specifies the start method of the Thread.
+ + + + + + + +
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+NetCalendarServer

+
+public NetCalendarServer(int iPort,
+                         java.lang.String sWorkdir)
+
+
Creates a NetCalendarServer instance and runs it as a thread. +

+

Parameters:
iPort - Specifies the server port of the server to be used.
sWorkdir - Specifies the working directory of the server.
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run()
+
+
This method specifies the start method of the Thread. Its setting up the server port. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3