Uses of Class
gov.nih.nci.caarray.services.exception.ServiceLookupException

Packages that use ServiceLookupException
gov.nih.nci.caarray.services.fileparse2.mdb   
gov.nih.nci.caarray.services.security.db   
gov.nih.nci.caarray.services.util   
gov.nih.nci.caarray.services.util.jms   
 

Uses of ServiceLookupException in gov.nih.nci.caarray.services.fileparse2.mdb
 

Methods in gov.nih.nci.caarray.services.fileparse2.mdb that throw ServiceLookupException
 void FileParserDelegate.processArrayDesignFileUploadGroup(long fileUploadGroupId)
           
 void FileParserDelegate.processHybridizationFileUploadGroup(long fileUploadGroupId)
           
 

Uses of ServiceLookupException in gov.nih.nci.caarray.services.security.db
 

Methods in gov.nih.nci.caarray.services.security.db that throw ServiceLookupException
static java.util.List SecurityDSConnectionUtil.query(java.lang.String sql)
           
static int SecurityDSConnectionUtil.update(java.lang.String sqlString)
           
 

Uses of ServiceLookupException in gov.nih.nci.caarray.services.util
 

Methods in gov.nih.nci.caarray.services.util that throw ServiceLookupException
 javax.sql.DataSource ServiceLocator.getDataSource()
           
 javax.ejb.EJBLocalHome ServiceLocator.getLocalHome(java.lang.String jndiHomeName)
          Retrieve a LocalHome object for an EJB.
 javax.jms.Queue ServiceLocator.getQueue(java.lang.String queueName)
           
 javax.jms.QueueConnectionFactory ServiceLocator.getQueueConnectionFactory()
           
 javax.jms.QueueConnectionFactory ServiceLocator.getQueueConnectionFactory(java.lang.String jndiName)
           
 javax.ejb.EJBHome ServiceLocator.getRemoteHome(java.lang.String jndiHomeName, java.lang.Class className)
          Retrieve the EJBHome object given an EJB Home and its corresponding JNDI name.
 javax.sql.DataSource ServiceLocator.getSecurityDataSource()
           
 javax.jms.Topic ServiceLocator.getTopic(java.lang.String topicName)
           
 javax.jms.TopicConnectionFactory ServiceLocator.getTopicConnectionFactory()
           
 javax.jms.TopicConnectionFactory ServiceLocator.getTopicConnectionFactory(java.lang.String jdniName)
          Obtain the TopicConnectionFactory for sending/receiving JMS messages
 javax.transaction.UserTransaction ServiceLocator.getUserTransaction()
          Looks up UserTransaction.
 

Uses of ServiceLookupException in gov.nih.nci.caarray.services.util.jms
 

Methods in gov.nih.nci.caarray.services.util.jms that throw ServiceLookupException
 void JMSMessageHandler.startQueueSession(java.lang.String queueName)
           
 void DefaultJMSMessageHandler.startQueueSession(java.lang.String queueName)
           
 void JMSMessageHandler.startQueueSession(java.lang.String queueName, java.lang.String connFactName)
           
 void DefaultJMSMessageHandler.startQueueSession(java.lang.String queueName, java.lang.String connFactName)
           
 void JMSMessageHandler.startTopicSession(java.lang.String queueName)
           
 void JMSMessageHandler.startTopicSession(java.lang.String topicName, java.lang.String topicFactName)