All Packages Class Hierarchy This Package Previous Next Index
Class edu.sunysb.cs.ecsl.videoserver.VideoServer
java.lang.Object
|
+----edu.sunysb.cs.ecsl.videoserver.VideoServer
- public class VideoServer
- extends Object
The main entry point to the program. The main thread.
-
application
- the single instance of VideoServer class
-
channelRegistry
- holds the list of all channels
-
connectionsThreadGroup
- all incoming connections goes into that group
-
logFileName
-
-
logOutputStream
- print all logging to stream
-
properties
-
-
RootPassword
-
-
verboseLevel
-
-
VideoServer()
- constructor
-
finalize()
-
-
log(int, String)
-
-
main(String[])
-
-
startrecording(String, String, DataOutputStream)
-
-
stoprecording(String, DataOutputStream)
-
-
testPassward(String)
-
properties
static VSProperties properties
application
private static VideoServer application
- the single instance of VideoServer class
RootPassword
private String RootPassword
logFileName
String logFileName
logOutputStream
private PrintWriter logOutputStream
- print all logging to stream
verboseLevel
private int verboseLevel
channelRegistry
protected ChannelRegistry channelRegistry
- holds the list of all channels
connectionsThreadGroup
private static ThreadGroup connectionsThreadGroup
- all incoming connections goes into that group
VideoServer
public VideoServer()
- constructor
main
public static void main(String args[])
finalize
protected synchronized void finalize() throws Throwable
- Overrides:
- finalize in class Object
testPassward
protected synchronized boolean testPassward(String p)
startrecording
protected void startrecording(String channel_id,
String database_name,
DataOutputStream outputstream) throws SyntaxException, IOException
stoprecording
protected void stoprecording(String channel_id,
DataOutputStream outputstream) throws SyntaxException, IOException
log
public void log(int level,
String msg)
All Packages Class Hierarchy This Package Previous Next Index