< prev index next >

src/jdk.rmic/share/classes/sun/rmi/rmic/resources/rmic.properties

Print this page
rev 55120 : 8217412: deprecate rmic for removal
Reviewed-by: XXX
   1 #
   2 #
   3 # Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.
   4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 #
   6 # This code is free software; you can redistribute it and/or modify it
   7 # under the terms of the GNU General Public License version 2 only, as
   8 # published by the Free Software Foundation.  Oracle designates this
   9 # particular file as subject to the "Classpath" exception as provided
  10 # by Oracle in the LICENSE file that accompanied this code.
  11 #
  12 # This code is distributed in the hope that it will be useful, but WITHOUT
  13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15 # version 2 for more details (a copy is included in the LICENSE file that
  16 # accompanied this code).
  17 #
  18 # You should have received a copy of the GNU General Public License version
  19 # 2 along with this work; if not, write to the Free Software Foundation,
  20 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 #
  22 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23 # or visit www.oracle.com if you need additional information or have any


 119 rmic.no.output.dir=\
 120         Cannot find suitable output directory for {0}. Use the -d option to specify a root directory.
 121 rmic.cannot.create.dir=\
 122         Cannot create output directory {0}.
 123 
 124 #
 125 # JRMP Messages
 126 #
 127 
 128 rmic.cant.make.stubs.for.interface=\
 129         {0} is an interface; stubs are needed only for remote object classes.
 130 rmic.must.implement.remote=\
 131         Class {0} does not implement an interface that extends java.rmi.Remote; only remote objects need stubs and skeletons.
 132 rmic.must.implement.remote.directly=\
 133         Stubs are only needed for classes that directly implement an interface that extends java.rmi.Remote; class {0} does not directly implement a remote interface.
 134 rmic.must.throw.remoteexception=\
 135         {0} is not a valid remote interface: method {1} must throw java.rmi.RemoteException.
 136 rmic.must.only.throw.exception=\
 137         Method {0} is not a valid remote method implementation because it throws {1}; implementations of remote methods may only throw java.lang.Exception or its subclasses.
 138 rmic.jrmp.stubs.deprecated=\
 139         Warning: generation and use of skeletons and static stubs for JRMP\

 140         \nis deprecated. Skeletons are unnecessary, and static stubs have\
 141         \nbeen superseded by dynamically generated stubs. Users are\
 142         \nencouraged to migrate away from using {0} to generate skeletons and static\
 143         \nstubs. See the documentation for java.rmi.server.UnicastRemoteObject.
   1 #
   2 #
   3 # Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
   4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 #
   6 # This code is free software; you can redistribute it and/or modify it
   7 # under the terms of the GNU General Public License version 2 only, as
   8 # published by the Free Software Foundation.  Oracle designates this
   9 # particular file as subject to the "Classpath" exception as provided
  10 # by Oracle in the LICENSE file that accompanied this code.
  11 #
  12 # This code is distributed in the hope that it will be useful, but WITHOUT
  13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15 # version 2 for more details (a copy is included in the LICENSE file that
  16 # accompanied this code).
  17 #
  18 # You should have received a copy of the GNU General Public License version
  19 # 2 along with this work; if not, write to the Free Software Foundation,
  20 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 #
  22 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23 # or visit www.oracle.com if you need additional information or have any


 119 rmic.no.output.dir=\
 120         Cannot find suitable output directory for {0}. Use the -d option to specify a root directory.
 121 rmic.cannot.create.dir=\
 122         Cannot create output directory {0}.
 123 
 124 #
 125 # JRMP Messages
 126 #
 127 
 128 rmic.cant.make.stubs.for.interface=\
 129         {0} is an interface; stubs are needed only for remote object classes.
 130 rmic.must.implement.remote=\
 131         Class {0} does not implement an interface that extends java.rmi.Remote; only remote objects need stubs and skeletons.
 132 rmic.must.implement.remote.directly=\
 133         Stubs are only needed for classes that directly implement an interface that extends java.rmi.Remote; class {0} does not directly implement a remote interface.
 134 rmic.must.throw.remoteexception=\
 135         {0} is not a valid remote interface: method {1} must throw java.rmi.RemoteException.
 136 rmic.must.only.throw.exception=\
 137         Method {0} is not a valid remote method implementation because it throws {1}; implementations of remote methods may only throw java.lang.Exception or its subclasses.
 138 rmic.jrmp.stubs.deprecated=\
 139         Warning: {0} has been deprecated and is subject to removal in a future\
 140         \nrelease. Generation and use of skeletons and static stubs for JRMP\
 141         \nis deprecated. Skeletons are unnecessary, and static stubs have\
 142         \nbeen superseded by dynamically generated stubs. Users are encouraged\
 143         \nto migrate away from using this tool to generate skeletons and static\
 144         \nstubs. See the documentation for java.rmi.server.UnicastRemoteObject.
< prev index next >