Interface Server<C extends Remote,A extends ServerAdmin>

Type Parameters:
C - the type of remote interface this server supplies to clients
A - the type of the admin interface this server supplies
All Superinterfaces:
Remote
All Known Implementing Classes:
AbstractServer, EntityServer

public interface Server<C extends Remote,A extends ServerAdmin> extends Remote
A server for serving remote interfaces