|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.core.helpers.Closer
public class Closer
Helper class for closing resources.
Constructor Summary | |
---|---|
Closer()
|
Method Summary | |
---|---|
static void |
close(Closeable closeable)
Closes the specified Closeable (stream or reader/writer). |
static void |
close(Connection connection)
Closes the specified Connection . |
static void |
close(Statement statement)
Closes the specified Statement . |
static void |
closeSilent(Closeable closeable)
Closes the specified Closeable (stream or reader/writer),
ignoring any exceptions thrown by the close operation. |
static void |
closeSilent(Connection connection)
Closes the specified Connection , ignoring any exceptions thrown
by the close operation. |
static void |
closeSilent(Statement statement)
Closes the specified Statement , ignoring any exceptions thrown by
the close operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Closer()
Method Detail |
---|
public static void closeSilent(Closeable closeable)
Closeable
(stream or reader/writer),
ignoring any exceptions thrown by the close operation.
closeable
- the resource to close, may be null
public static void close(Closeable closeable) throws IOException
Closeable
(stream or reader/writer).
closeable
- the resource to close, may be null
IOException
- if a problem occurred closing the specified resourcepublic static void closeSilent(Statement statement)
Statement
, ignoring any exceptions thrown by
the close operation.
statement
- the resource to close, may be null
public static void close(Statement statement) throws SQLException
Statement
.
statement
- the resource to close, may be null
SQLException
- if a problem occurred closing the specified resourcepublic static void closeSilent(Connection connection)
Connection
, ignoring any exceptions thrown
by the close operation.
connection
- the resource to close, may be null
public static void close(Connection connection) throws SQLException
Connection
.
connection
- the resource to close, may be null
SQLException
- if a problem occurred closing the specified resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.