public abstract class AbstractConnection extends java.lang.Object implements Connection
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConnection(java.lang.String connectionId,
ConnectionManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this connection
|
java.lang.String |
getConnectionId()
Returns the connection ID as specified by JSR 160 specification
|
protected AbstractConnection(java.lang.String connectionId,
ConnectionManager manager)
public void close()
throws java.io.IOException
Connectionclose in interface Connectionjava.io.IOExceptionpublic java.lang.String getConnectionId()
throws java.io.IOException
ConnectiongetConnectionId in interface Connectionjava.io.IOException