|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.util.JDBCDriverUnloader
public class JDBCDriverUnloader
This class gets specially loaded directly in the JRubyClassLoader so that we can unregister all JDBC drivers that were loaded/registered. It gets invoked as part of the Ruby runtime tear down. See http://bugs.jruby.org/4226.
Constructor Summary | |
---|---|
JDBCDriverUnloader()
|
Method Summary | |
---|---|
java.util.Iterator<java.sql.Driver> |
iterator()
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDBCDriverUnloader()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public java.util.Iterator<java.sql.Driver> iterator()
iterator
in interface java.lang.Iterable<java.sql.Driver>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |