plugins.collocation
Class collocationAgent

java.lang.Object
  extended by plugins.collocation.collocationAgent
All Implemented Interfaces:
java.lang.Runnable

public class collocationAgent
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
collocationAgent(java.lang.String host, int port)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

collocationAgent

public collocationAgent(java.lang.String host,
                        int port)
                 throws CamaException
Throws:
CamaException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws CamaException
Throws:
CamaException

run

public void run()
Specified by:
run in interface java.lang.Runnable