edu.ucsb.cs.jicos.services.external.services
Class CollectorSoap

java.lang.Object
  extended by java.lang.Thread
      extended by edu.ucsb.cs.jicos.services.external.services.Collector
          extended by edu.ucsb.cs.jicos.services.external.services.CollectorSoap
All Implemented Interfaces:
java.lang.Runnable

public class CollectorSoap
extends Collector


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class edu.ucsb.cs.jicos.services.external.services.Collector
host, hsp, port
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CollectorSoap()
          Default, no argument constructor.
CollectorSoap(edu.ucsb.cs.jicos.services.ClientToHsp hsp)
          Construct a CollectorHttp associated with a particular HSP.
CollectorSoap(edu.ucsb.cs.jicos.services.ClientToHsp hsp, int port)
          Construct a CollectorHttp associated with a particular HSP on a particular port.
 
Method Summary
 void run()
          Start up this thread.
 
Methods inherited from class edu.ucsb.cs.jicos.services.external.services.Collector
getHost, getHostPort, getHsp, getPort, setHost, setHsp, setPort
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectorSoap

public CollectorSoap()
Default, no argument constructor.


CollectorSoap

public CollectorSoap(edu.ucsb.cs.jicos.services.ClientToHsp hsp)
Construct a CollectorHttp associated with a particular HSP.

Parameters:
hsp - The HSP

CollectorSoap

public CollectorSoap(edu.ucsb.cs.jicos.services.ClientToHsp hsp,
                     int port)
Construct a CollectorHttp associated with a particular HSP on a particular port.

Parameters:
hsp - The HSP
port - The port to bind to.
Method Detail

run

public void run()
Start up this thread.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class Collector


Jicos: http://cs.ucsb.edu/projects/jicos