Interface ServerEntityConnection

All Superinterfaces:
AutoCloseable, Remote

public interface ServerEntityConnection extends Remote, AutoCloseable
The EntityConnection running on the server, as exported to clients over RMI.

This is the wire contract, adapted to EntityConnection on the client side by RemoteEntityConnection. Each method mirrors its EntityConnection counterpart, adding RemoteException; refer to EntityConnection for the behavioral contract.

Note that this interface can not extend EntityConnection, RMI requiring every method on a Remote interface to declare RemoteException.