unsw.cse.mica.blackboard
Class XMLOverTCPBlackboard

java.lang.Object
  extended by unsw.cse.mica.blackboard.XMLOverTCPBlackboard

public class XMLOverTCPBlackboard
extends java.lang.Object

A helper class to simplify the process of creating a blackboard with a TCP+XML interface, since this is currently the most commonly used setup. It also provides a minimal set of console commands for debugging and information purposes.

Author:
jhw

Constructor Summary
XMLOverTCPBlackboard()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Create a new SQL blackboard with an XMLOverTCP transport.
static void usage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLOverTCPBlackboard

public XMLOverTCPBlackboard()
Method Detail

usage

public static void usage()

main

public static void main(java.lang.String[] arg)
Create a new SQL blackboard with an XMLOverTCP transport. Recognised parameters are: Note that all the paramters are optional. If not specified, settings revert to their default values.

Parameters:
arg -
Throws:
MicaException