equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
37 */ |
37 */ |
38 @Deprecated |
38 @Deprecated |
39 public interface ServerRef extends RemoteRef { |
39 public interface ServerRef extends RemoteRef { |
40 |
40 |
41 /** indicate compatibility with JDK 1.1.x version of class. */ |
41 /** indicate compatibility with JDK 1.1.x version of class. */ |
|
42 @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual |
42 static final long serialVersionUID = -4557750989390278438L; |
43 static final long serialVersionUID = -4557750989390278438L; |
43 |
44 |
44 /** |
45 /** |
45 * Creates a client stub object for the supplied Remote object. |
46 * Creates a client stub object for the supplied Remote object. |
46 * If the call completes successfully, the remote object should |
47 * If the call completes successfully, the remote object should |