org.sapia.ubik.rmi.server
Interface Server

All Known Implementing Classes:
ServerTable, ServletServer, SocketRmiServer, UdpRmiServer

public interface Server

Specifies the behavior of Ubik RMI server implementations. Allows to implement different types of servers.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Method Summary
 void close()
          Closes this server, which cleanly shuts down.
 ServerAddress getServerAddress()
          Returns this instance's address.
 void start()
          Starts this server - this method should not block infinitely.
 

Method Detail

getServerAddress

ServerAddress getServerAddress()
Returns this instance's address. a ServerAddress.


start

void start()
           throws java.rmi.RemoteException
Starts this server - this method should not block infinitely.

Throws:
java.rmi.RemoteException - if a problem occurs while starting up.

close

void close()
Closes this server, which cleanly shuts down.



Copyright © 2010 Sapia OSS. All Rights Reserved.