public interface

Endpoint

sun.rmi.transport.Endpoint
Known Indirect Subclasses

Summary

Public Methods
abstract void exportObject(Target target)
Export the object so that it can accept incoming calls at the endpoint.
abstract Channel getChannel()
Return a channel that generates connections to the remote endpoint.
abstract Transport getInboundTransport()
Returns the transport for incoming connections to this endpoint.
abstract Transport getOutboundTransport()
Returns transport for making connections to remote endpoints.

Public Methods

public abstract void exportObject (Target target)

Export the object so that it can accept incoming calls at the endpoint.

public abstract Channel getChannel ()

Return a channel that generates connections to the remote endpoint.

public abstract Transport getInboundTransport ()

Returns the transport for incoming connections to this endpoint.

public abstract Transport getOutboundTransport ()

Returns transport for making connections to remote endpoints.