mx4j.tools.remote

Class AbstractConnection

public abstract class AbstractConnection extends Object implements Connection

Implementation of the Connection interface, to be used on the server-side end of the connection.

Version: $Revision: 1.4 $

Constructor Summary
protected AbstractConnection(String connectionId, ConnectionManager manager)
Method Summary
voidclose()
StringgetConnectionId()

Constructor Detail

AbstractConnection

protected AbstractConnection(String connectionId, ConnectionManager manager)

Method Detail

close

public void close()

getConnectionId

public String getConnectionId()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.