net.shrine.monitor.scanner
Class ReqThread

java.lang.Object
  extended by net.shrine.monitor.scanner.ReqThread
All Implemented Interfaces:
Callable<ReqResPair>

public class ReqThread
extends Object
implements Callable<ReqResPair>

Author:
Andrew McMurry, MS

With primary support from Children's Hospital Informatics Program @ Harvard-MIT Health Sciences and Technology and

Secondary support from the Harvard Medical School Center for BioMedical Informatics

PHD candidate, Boston University Bioinformatics Member, I2b2 National Center for Biomedical Computing

All works licensed under LGPL

User: andy Date: Oct 19, 2010 Time: 1:30:20 PM


Constructor Summary
ReqThread(String crcURL, edu.harvard.i2b2.crc.datavo.i2b2message.RequestMessageType request)
           
ReqThread(String crcURL, edu.harvard.i2b2.crc.datavo.i2b2message.RequestMessageType request, boolean anonymize)
           
 
Method Summary
 ReqResPair call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReqThread

public ReqThread(String crcURL,
                 edu.harvard.i2b2.crc.datavo.i2b2message.RequestMessageType request)
          throws IOException
Throws:
IOException

ReqThread

public ReqThread(String crcURL,
                 edu.harvard.i2b2.crc.datavo.i2b2message.RequestMessageType request,
                 boolean anonymize)
          throws IOException
Throws:
IOException
Method Detail

call

public ReqResPair call()
                throws IOException
Specified by:
call in interface Callable<ReqResPair>
Throws:
IOException


Copyright © 2011. All Rights Reserved.