public class ToTidyList extends Object
Transaction is
terminated.| Modifier and Type | Class and Description |
|---|---|
static interface |
ToTidyList.Closeable
Can be closed.
|
| Constructor and Description |
|---|
ToTidyList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(InputStream o)
Add an InputStream to the list.
|
void |
add(OutputStream o)
Add an OutputStream to the list.
|
void |
add(Reader o)
Add a Reader to the list.
|
void |
add(ResultSet o)
Add a ResultSet to the list.
|
void |
add(Statement o)
Add a Statement to the list.
|
void |
add(ToTidyList.Closeable o)
Add any Closeable to the list.
|
void |
add(Writer o)
Add a Writer to the list.
|
void |
close()
Close all objects on list.
|
Enumeration<Object> |
elements() |
public void close()
public void add(ResultSet o)
o - the ResultSet to addpublic void add(Statement o)
o - the Statement to addpublic void add(Reader o)
o - the Reader to addpublic void add(Writer o)
o - the Writer to addpublic void add(InputStream o)
o - the InputStream to addpublic void add(OutputStream o)
o - the OutputStream to addpublic void add(ToTidyList.Closeable o)
o - the Closeable to addpublic Enumeration<Object> elements()
Copyright © 2000–2021 PanEris. All rights reserved.