Package aleph.comm

Examples of aleph.comm.AlephServer.shutdown()


   **/
  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
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.