net.spy.util
Class CloseUtil

java.lang.Object
  extended by net.spy.util.CloseUtil

public final class CloseUtil
extends Object

Object closer.


Constructor Summary
CloseUtil()
           
 
Method Summary
static void close(Closeable closeable)
          Close a closeable.
static void close(Connection closeable)
          Close a JDBC connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseUtil

public CloseUtil()
Method Detail

close

public static void close(Closeable closeable)
Close a closeable.


close

public static void close(Connection closeable)
Close a JDBC connection.



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.