Searched refs:ServerImpl (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMakefile61 bench.rmi.BooleanArrayCalls.ServerImpl \
62 bench.rmi.BooleanCalls.ServerImpl \
63 bench.rmi.ByteArrayCalls.ServerImpl \
64 bench.rmi.ByteCalls.ServerImpl \
65 bench.rmi.CharArrayCalls.ServerImpl \
66 bench.rmi.CharCalls.ServerImpl \
67 bench.rmi.DoubleArrayCalls.ServerImpl \
68 bench.rmi.DoubleCalls.ServerImpl \
69 bench.rmi.ExceptionCalls.ServerImpl \
71 bench.rmi.IntCalls.ServerImpl \
[all...]
H A DBooleanArrayCalls.java45 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:BooleanArrayCalls
46 public ServerImpl() throws RemoteException { method in class:BooleanArrayCalls.ServerImpl
56 return new ServerImpl();
H A DBooleanCalls.java44 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:BooleanCalls
45 public ServerImpl() throws RemoteException { method in class:BooleanCalls.ServerImpl
55 return new ServerImpl();
H A DByteArrayCalls.java45 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:ByteArrayCalls
46 public ServerImpl() throws RemoteException { method in class:ByteArrayCalls.ServerImpl
56 return new ServerImpl();
H A DByteCalls.java44 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:ByteCalls
45 public ServerImpl() throws RemoteException { method in class:ByteCalls.ServerImpl
55 return new ServerImpl();
H A DCharArrayCalls.java45 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:CharArrayCalls
46 public ServerImpl() throws RemoteException { method in class:CharArrayCalls.ServerImpl
56 return new ServerImpl();
H A DCharCalls.java44 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:CharCalls
45 public ServerImpl() throws RemoteException { method in class:CharCalls.ServerImpl
55 return new ServerImpl();
H A DDoubleArrayCalls.java45 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:DoubleArrayCalls
46 public ServerImpl() throws RemoteException { method in class:DoubleArrayCalls.ServerImpl
56 return new ServerImpl();
H A DDoubleCalls.java44 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:DoubleCalls
45 public ServerImpl() throws RemoteException { method in class:DoubleCalls.ServerImpl
55 return new ServerImpl();
H A DExceptionCalls.java47 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:ExceptionCalls
48 public ServerImpl() throws RemoteException { method in class:ExceptionCalls.ServerImpl
58 return new ServerImpl();
H A DFloatArrayCalls.java45 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:FloatArrayCalls
46 public ServerImpl() throws RemoteException { method in class:FloatArrayCalls.ServerImpl
56 return new ServerImpl();
H A DFloatCalls.java44 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:FloatCalls
45 public ServerImpl() throws RemoteException { method in class:FloatCalls.ServerImpl
55 return new ServerImpl();
H A DIntArrayCalls.java45 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:IntArrayCalls
46 public ServerImpl() throws RemoteException { method in class:IntArrayCalls.ServerImpl
56 return new ServerImpl();
H A DIntCalls.java44 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:IntCalls
45 public ServerImpl() throws RemoteException { method in class:IntCalls.ServerImpl
55 return new ServerImpl();
H A DLongArrayCalls.java45 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:LongArrayCalls
46 public ServerImpl() throws RemoteException { method in class:LongArrayCalls.ServerImpl
56 return new ServerImpl();
H A DLongCalls.java44 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:LongCalls
45 public ServerImpl() throws RemoteException { method in class:LongCalls.ServerImpl
55 return new ServerImpl();
H A DNullCalls.java44 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:NullCalls
45 public ServerImpl() throws RemoteException { method in class:NullCalls.ServerImpl
54 return new ServerImpl();
H A DShortArrayCalls.java45 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:ShortArrayCalls
46 public ServerImpl() throws RemoteException { method in class:ShortArrayCalls.ServerImpl
56 return new ServerImpl();
H A DShortCalls.java44 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:ShortCalls
45 public ServerImpl() throws RemoteException { method in class:ShortCalls.ServerImpl
55 return new ServerImpl();
H A DObjArrayCalls.java67 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:ObjArrayCalls
68 public ServerImpl() throws RemoteException { method in class:ObjArrayCalls.ServerImpl
78 return new ServerImpl();
H A DObjTreeCalls.java67 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:ObjTreeCalls
68 public ServerImpl() throws RemoteException { method in class:ObjTreeCalls.ServerImpl
78 return new ServerImpl();
H A DRemoteObjArrayCalls.java50 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:RemoteObjArrayCalls
51 public ServerImpl() throws RemoteException { method in class:RemoteObjArrayCalls.ServerImpl
61 return new ServerImpl();
H A DSmallObjTreeCalls.java58 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:SmallObjTreeCalls
59 public ServerImpl() throws RemoteException { method in class:SmallObjTreeCalls.ServerImpl
69 return new ServerImpl();
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DServerImpl.java28 public class ServerImpl class in inherits:UnicastRemoteObject,Server
35 public ServerImpl(String s) throws java.rmi.RemoteException { method in class:ServerImpl
41 System.out.println("Calling Callback method from the ServerImpl");
51 "ServerImpl.main: exception while calling callback " +
64 ServerImpl obj = null;
67 obj = new ServerImpl("ServerImpl");
68 Naming.rebind("/ServerImpl", obj);
69 System.out.println("ServerImpl created and bound in the registry" +
70 " to the name ServerImpl");
[all...]
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpConnection.java126 ServerImpl.dprint ("Channel already closed");
135 ServerImpl.dprint (e);
142 ServerImpl.dprint (e);
149 ServerImpl.dprint (e);
154 ServerImpl.dprint (e);

Completed in 44 milliseconds

12