net.sf.josceleton.core.api.async
Interface Closeable

All Known Subinterfaces:
Connection, ConnectionInternal

public interface Closeable

Compared to java.io.Closeable this interface does not declare a checked exception to be thrown. Onca a Closeable has been closed, any further method calls will respond with an IllegalStateException.

Since:
0.1

Method Summary
 void close()
          It is most likely you will get an IllegalStateException if called more than once.
 

Method Detail

close

void close()
It is most likely you will get an IllegalStateException if called more than once.

Since:
0.1


Copyright © 2011 Josceleton. All Rights Reserved.