Package info.walnutstreet.vs.ps02.model.remote.interfaces

Examples of info.walnutstreet.vs.ps02.model.remote.interfaces.ChatServerModelInterface.bind()


   * @throws NumberFormatException
   * @throws NoSuchAlgorithmException
   */
  public static void main(String[] argv) throws RemoteException, NotBoundException, NumberFormatException, NoSuchAlgorithmException {
    ChatServerModelInterface chatServerModel = new ChatServerModel(Integer.parseInt(argv[0]));
    chatServerModel.bind();
    System.out.println("Server start ...");
  }
}
View Full Code Here


   * @throws NumberFormatException
   * @throws NoSuchAlgorithmException
   */
  public static void main(String[] argv) throws RemoteException, NotBoundException, NumberFormatException, NoSuchAlgorithmException {
    ChatServerModelInterface chatServerModel = new ChatServerModel(Integer.parseInt(argv[0]));
    chatServerModel.bind();
    System.out.println("Server start ...");
  }
}
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.