/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/ |
H A D | NullCalls.java | 44 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 D | BooleanArrayCalls.java | 45 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 D | BooleanCalls.java | 44 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 D | ByteArrayCalls.java | 45 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 D | ByteCalls.java | 44 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 D | CharArrayCalls.java | 45 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 D | CharCalls.java | 44 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 D | DoubleArrayCalls.java | 45 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 D | DoubleCalls.java | 44 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 D | ExceptionCalls.java | 47 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 D | FloatArrayCalls.java | 45 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 D | FloatCalls.java | 44 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 D | IntArrayCalls.java | 45 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 D | IntCalls.java | 44 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 D | LongArrayCalls.java | 45 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 D | LongCalls.java | 44 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 D | RemoteObjArrayCalls.java | 50 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 D | ShortArrayCalls.java | 45 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 D | ShortCalls.java | 44 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 D | SmallObjTreeCalls.java | 58 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 D | ProxyArrayCalls.java | 62 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 D | ObjArrayCalls.java | 67 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 D | ObjTreeCalls.java | 67 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 D | ServerImpl.java | 28 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 D | ServerImpl.java | 44 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);
|