Top Methods
sun.rmi.transport

public Interface Endpoint

Known Direct Implementers
sun.rmi.transport.tcp.TCPEndpoint
Imports
java.rmi.RemoteException, .Remote, java.rmi.server.ObjID, .RemoteServer

Method Summary

Modifier and TypeMethod and Description
public void
exportObject(Target target)

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

public Channel
getChannel()

Return a channel that generates connections to the remote endpoint.

public Transport
getInboundTransport()

Returns the transport for incoming connections to this endpoint.

public Transport
getOutboundTransport()

Returns transport for making connections to remote endpoints.

Method Detail

exportObjectback to summary
public void exportObject(Target target) throws RemoteException

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

getChannelback to summary
public Channel getChannel()

Return a channel that generates connections to the remote endpoint.

getInboundTransportback to summary
public Transport getInboundTransport()

Returns the transport for incoming connections to this endpoint.

getOutboundTransportback to summary
public Transport getOutboundTransport()

Returns transport for making connections to remote endpoints.