1 26 27 package org.objectweb.benchmark.rmi.latency; 28 29 30 import java.rmi.RemoteException ; 32 import java.rmi.server.UnicastRemoteObject ; 33 34 41 public class PingImpl 42 extends UnicastRemoteObject  43 implements PingItf 44 { 45 51 57 60 public PingImpl() 61 throws RemoteException  62 { 63 } 64 65 71 77 78 83 public void ping() 84 throws RemoteException  85 { 86 } 88 89 } | Popular Tags |