net.spy.util
Class CloseUtil

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

public class CloseUtil
extends java.lang.Object

Object closer.


Constructor Summary
CloseUtil()
           
 
Method Summary
static void close(java.io.Closeable closeable)
          Close a closeable.
static void close(java.sql.Connection closeable)
          Close a JDBC connection.
static void close(DBSPLike closeable)
          Close a DBSP instance.
 
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(java.io.Closeable closeable)
Close a closeable.


close

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


close

public static void close(DBSPLike closeable)
Close a DBSP instance.



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