org.jboss.jca.adapters.jdbc.classloading
Class TCClassLoaderPlugin

java.lang.Object
  extended by org.jboss.jca.adapters.jdbc.classloading.TCClassLoaderPlugin
All Implemented Interfaces:
ClassLoaderPlugin

public class TCClassLoaderPlugin
extends Object
implements ClassLoaderPlugin

A TCClassLoaderPlugin.

Author:
Stefano Maestri

Constructor Summary
TCClassLoaderPlugin()
          Create a new TCClassLoaderPlugin.
 
Method Summary
 ClassLoader getClassLoader()
          get the correct classLoader to use according to installed plugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCClassLoaderPlugin

public TCClassLoaderPlugin()
Create a new TCClassLoaderPlugin.

Method Detail

getClassLoader

public ClassLoader getClassLoader()
Description copied from interface: ClassLoaderPlugin
get the correct classLoader to use according to installed plugin

Specified by:
getClassLoader in interface ClassLoaderPlugin
Returns:
the correct class loader


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)