gov.nih.nci.caarray.services.fileparse2.mdb
Class FileParserDelegate

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse2.mdb.FileParserDelegate

public final class FileParserDelegate
extends java.lang.Object

This class represents a JMS client that publishes a request for asynchronously parsing files of a hybridization or array design.

This class is intended for use within the middle tier EJB, not web tier.

Author:
TranP

Constructor Summary
FileParserDelegate()
           
 
Method Summary
 void processArrayDesignFileUploadGroup(long fileUploadGroupId)
           
 void processHybridizationFileUploadGroup(long fileUploadGroupId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileParserDelegate

public FileParserDelegate()
Method Detail

processHybridizationFileUploadGroup

public void processHybridizationFileUploadGroup(long fileUploadGroupId)
                                         throws ServiceLookupException,
                                                GeneralException
Throws:
ServiceLookupException
GeneralException

processArrayDesignFileUploadGroup

public void processArrayDesignFileUploadGroup(long fileUploadGroupId)
                                       throws ServiceLookupException,
                                              GeneralException
Throws:
ServiceLookupException
GeneralException