org.xnio
Class Closer
java.lang.Object
org.xnio.Closer
- All Implemented Interfaces:
- Runnable
public final class Closer
- extends Object
- implements Runnable
A Runnable
that closes some resource.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Closer
public Closer(Closeable resource)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2010 JBoss, a division of Red Hat, Inc.