public interface

Channel

sun.rmi.transport.Channel
Known Indirect Subclasses

Summary

Public Methods
abstract void free(Connection conn, boolean reuse)
Free the connection generated by this channel.
abstract Endpoint getEndpoint()
Returns the endpoint of the address space for which this is a channel.
abstract Connection newConnection()
Generates a new connection to the endpoint of the address space for which this is a channel.

Public Methods

public abstract void free (Connection conn, boolean reuse)

Free the connection generated by this channel.

Parameters
reuse If true, the connection is in a state in which it can be reused for another method call.

public abstract Endpoint getEndpoint ()

Returns the endpoint of the address space for which this is a channel.

public abstract Connection newConnection ()

Generates a new connection to the endpoint of the address space for which this is a channel.