org.kuali.rice.kew.plugin
Class ContextClassLoaderBinderTest

java.lang.Object
  extended by org.kuali.rice.kew.plugin.ContextClassLoaderBinderTest

public class ContextClassLoaderBinderTest
extends Object

Tests the ContextClassLoaderBinder

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
ContextClassLoaderBinderTest()
           
 
Method Summary
 void testBinding()
          Deprecated. ContextClassLoaderBinder.doInContextClassLoader(ClassLoader, java.util.concurrent.Callable) is the safe way to run code under a specific Context ClassLoader that ensures the classloader is always set and unset properly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextClassLoaderBinderTest

public ContextClassLoaderBinderTest()
Method Detail

testBinding

public void testBinding()
Deprecated. ContextClassLoaderBinder.doInContextClassLoader(ClassLoader, java.util.concurrent.Callable) is the safe way to run code under a specific Context ClassLoader that ensures the classloader is always set and unset properly.



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.