Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.server
Class ConsoleManager

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.server.ConsoleManager

public class ConsoleManager
extends java.lang.Object


Constructor Summary
ConsoleManager()
          ConsoleManager.
 
Method Summary
 void addConsole(java.net.Socket s, java.io.DataInputStream in)
          addConsole.
 void broadcast(java.lang.String msg)
          broadcast.
 java.lang.String getConsoleListing()
          getConsoleListing.
 void removeConsole(ConsoleHandler handler)
          removeConsole.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleManager

public ConsoleManager()
ConsoleManager.

Method Detail

addConsole

public void addConsole(java.net.Socket s,
                       java.io.DataInputStream in)
                throws java.lang.Exception
addConsole.

Throws:
java.lang.Exception

removeConsole

public void removeConsole(ConsoleHandler handler)
removeConsole.


broadcast

public void broadcast(java.lang.String msg)
broadcast.


getConsoleListing

public java.lang.String getConsoleListing()
getConsoleListing.


Simulcast 4.2