**/
public boolean stop () throws SecurityException {
try { // croak on unexpected exceptions
AlephServer server = getServer();
if (server != null) {
server.shutdown(InetAddress.getLocalHost().getHostAddress());
return true; // no problem
} else {
return false; // something happened
}
} catch (java.rmi.UnmarshalException e) { // server shut down too fast