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

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
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 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 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 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 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();
H A DProxyArrayCalls.java62 static class ServerImpl extends UnicastRemoteObject implements Server { class in class:ProxyArrayCalls
63 public ServerImpl() throws RemoteException { method in class:ProxyArrayCalls.ServerImpl
73 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();
/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 DServerImpl.java44 class ServerImpl implements TimeSource { class in inherits:TimeSource
86 ServerImpl ( method in class:ServerImpl
521 sslStreams = new SSLStreams (ServerImpl.this, sslContext, chan);
529 ServerImpl.this, chan
532 ServerImpl.this, chan
653 logger.log (Level.FINER, "ServerImpl.Exchange (1)", e1);
662 logger.log (Level.FINER, "ServerImpl.Exchange (2)", e4);
718 logger.log (Level.FINER, "ServerImpl.sendReply", e);

Completed in 4241 milliseconds