Package cartago

Examples of cartago.NodeId


      if (port1 != -1){
        port = port1;
      }
      Client client = new Client(address, port, callHandler);
      ICartagoNodeRemote env = (ICartagoNodeRemote) client.getGlobal(ICartagoNodeRemote.class);
      NodeId nodeId = env.getNodeId();
      client.close();
      return nodeId;   
    } catch (IOException ex) {
      ex.printStackTrace();
      throw new CartagoInfrastructureLayerException();
View Full Code Here

TOP

Related Classes of cartago.NodeId

Copyright © 2018 www.massapicom. 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.