Package org.jboss.jms.util

Examples of org.jboss.jms.util.ThreadContextClassLoaderChanger.restore()


         delegate.setClientID(clientID);
      }
      finally
      {
         tccc.restore();
      }
   }

   public ConnectionMetaData getMetaData() throws JMSException
   {
View Full Code Here


            delegate.createSessionDelegate(transacted, acknowledgeMode, isXA);
         return new JBossSession(sessionDelegate, type);
      }
      finally
      {
         tccc.restore();
      }
   }

   // Temporarily commented out as it seems to produce random test failures
   // See http://jira.jboss.org/jira/browse/JBMESSAGING-548
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.