mx4j.tools.remote
Interface Connection
- AbstractConnection, HTTPConnectionHandler, JMXConnectionHandler
public interface Connection
Represents a connection between a client and a server.
A connection has normally a client end and a server end. Both ends will be implemented in
a protocol specific way by JSR 160 protocol provider implementations.
void | close() - Closes this connection
|
String | getConnectionId() - Returns the connection ID as specified by JSR 160 specification
|
close
public void close()
throws IOException
Closes this connection
getConnectionId
public String getConnectionId()
throws IOException
Returns the connection ID as specified by JSR 160 specification
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.