1 26 27 package org.objectweb.benchmark.benchIce.latency; 28 29 36 public class PingImpl 37 extends _PingItfDisp 38 { 39 45 46 private Ice.Communicator _ic; 47 48 54 public PingImpl(Ice.Communicator ic) 55 { 56 _ic = ic; 57 } 58 59 65 68 public void ping(Ice.Current __current) 69 { 70 } 72 73 76 public void shutdown(Ice.Current __current) 77 { 78 _ic.shutdown(); 79 } 80 } 81 | Popular Tags |