mx4j.tools.remote
Class AbstractConnection
java.lang.Object
mx4j.tools.remote.AbstractConnection
- Connection
public abstract class AbstractConnection
extends java.lang.Object
Implementation of the Connection interface, to be used on the server-side end of the connection.
void | close() - Closes this connection
|
String | getConnectionId() - Returns the connection ID as specified by JSR 160 specification
|
AbstractConnection
protected AbstractConnection(String connectionId,
ConnectionManager manager)
close
public void close()
throws IOException
Closes this connection
- close in interface Connection
getConnectionId
public String getConnectionId()
throws IOException
Returns the connection ID as specified by JSR 160 specification
- getConnectionId in interface Connection
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.