public interface Connection
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the connection.
|
java.lang.String |
getJobName()
Returns the server job associated with this connection, if any.
|
java.lang.String |
getUser()
Returns the current authenticated user of this connection.
|
boolean |
isClosed()
Returns true if this connection is closed.
|
void close() throws java.io.IOException
java.io.IOException
boolean isClosed()
java.lang.String getUser()
java.lang.String getJobName()