< prev index next >

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

Print this page

        

@@ -1,8 +1,8 @@
 #
 #
-# Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -40,11 +40,11 @@
 
 # For each available generator, list the command line argument used
 # to invoke it.  The value can be a single item or a comma separated
 # list.
 
-generator.args=v1.1,vcompat,v1.2,iiop,idl,xprint
+generator.args=v1.1,vcompat,v1.2,xprint
 
 # For each generator, specify the class to invoke, using the following
 # syntax:
 #
 #     generator.class.{arg}=fullClassName

@@ -56,12 +56,10 @@
 generator.class.default=sun.rmi.rmic.RMIGenerator
 
 generator.class.v1.1=sun.rmi.rmic.RMIGenerator
 generator.class.vcompat=sun.rmi.rmic.RMIGenerator
 generator.class.v1.2=sun.rmi.rmic.RMIGenerator
-generator.class.iiop=sun.rmi.rmic.iiop.StubGenerator
-generator.class.idl=sun.rmi.rmic.iiop.IDLGenerator
 generator.class.xprint=sun.rmi.rmic.iiop.PrintGenerator
 
 # If a generator needs a BatchEnvironment other than
 # sun.rmi.rmic.BatchEnvironment, specify it as follows:
 #

@@ -78,22 +76,10 @@
 \n  -keepgenerated (same as "-keep")\
 \n  -v1.1          Create stubs/skeletons for 1.1 stub protocol version (deprecated)\
 \n  -vcompat       Create stubs/skeletons compatible with both\
 \n                           1.1 and 1.2 stub protocol versions (deprecated)\
 \n  -v1.2          (default) Create stubs for 1.2 stub protocol version only (deprecated)\
-\n  -iiop          Create stubs for IIOP. When present, <options> also includes:\
-\n\
-\n                   -always           Create stubs even when they appear current\
-\n                   -alwaysgenerate   (same as "-always")\
-\n                   -nolocalstubs     Do not create stubs optimized for same process\
-\n\
-\n  -idl           Create IDL. When present, <options> also includes:\
-\n\
-\n                   -noValueMethods   Do not generate methods for valuetypes \
-\n                   -always           Create IDL even when it appears current\
-\n                   -alwaysgenerate   (same as "-always")\
-\n\
 \n  -g             Generate debugging info\
 \n  -nowarn        Generate no warnings\
 \n  -nowrite       Do not write compiled classes to the file system\
 \n  -verbose       Output messages about what the compiler is doing\
 \n  -classpath <path>      Specify where to find input class files\

@@ -147,81 +133,11 @@
         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.
 rmic.must.throw.remoteexception=\
         {0} is not a valid remote interface: method {1} must throw java.rmi.RemoteException.
 rmic.must.only.throw.exception=\
         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.
-warn.rmic.tie.found=\
-        An IIOP "tie" exists for class {0}:\
-        \n  {1}\
-        \nIf you use PortableRemoteObject.exportObject, you should remove this file; otherwise, your server object will be exported to IIOP rather than to JRMP.
 rmic.jrmp.stubs.deprecated=\
         Warning: generation and use of skeletons and static stubs for JRMP\
         \nis deprecated. Skeletons are unnecessary, and static stubs have\
         \nbeen superseded by dynamically generated stubs. Users are\
         \nencouraged to migrate away from using {0} to generate skeletons and static\
         \nstubs. See the documentation for java.rmi.server.UnicastRemoteObject.
-
-#
-# RMI-IIOP Messages
-#
-
-rmic.generated=[generated {0} in {1} ms]
-rmic.previously.generated=[previously generated file {0} is current]
-warn.rmic.member.not.mapped=\
-    Data member {0} of class {1} was not mapped to IDL.
-
-rmic.iiop.constraint.1=\
-    {0} is not a valid interface: does not inherit from java.rmi.Remote.
-rmic.iiop.constraint.2=\
-    serialPersistentFields array of class {0} is invalid: references non-existent members.
-rmic.iiop.constraint.3=\
-    {0} is not a valid remote interface: {1} is not a valid primitive or String constant.
-rmic.iiop.constraint.4=\
-    {0} is not a valid value: serialPersistentFields must be private static final.
-rmic.iiop.constraint.5=\
-    {0} is not a valid remote interface: method {1} must throw RemoteException or a superclass of RemoteException.
-rmic.iiop.constraint.6=\
-    {0} is not a valid remote interface: inherited interfaces {1} both declare method {2}.
-rmic.iiop.constraint.7=\
-    {0} is not a valid type: {1} differ only in case.
-rmic.iiop.constraint.8=\
-    {0} is not a valid remote implementation: has no remote interfaces.
-rmic.iiop.constraint.9=\
-    serialPersistentFields array member {0} of class {1} is invalid: type does not match declared member.
-rmic.iiop.constraint.10=\
-    {0} is not a valid value: implements java.rmi.Remote.
-rmic.iiop.constraint.11=\
-    {0} is not a valid value: does not implement java.io.Serializable.
-rmic.iiop.constraint.12=\
-    {0} is not a valid value: invalid parent.
-rmic.iiop.constraint.13=\
-    {0} is not a valid interface: the idl name for method {1} conflicts with another method.
-rmic.iiop.constraint.14=\
-    {0} is not a valid abstract interface: not an interface.
-rmic.iiop.constraint.15=\
-    {0} is not a valid abstract interface: implements java.rmi.Remote.
-rmic.iiop.constraint.16=\
-    {0} is not a valid remote interface: not an interface.
-rmic.iiop.constraint.17=\
-    {0} is not a valid remote implementation: not a class.
-rmic.iiop.constraint.18=\
-    {0} is not a valid interface: method {1} may not pass an exception which implements org.omg.CORBA.portable.IDLEntity.
-rmic.iiop.constraint.19=\
-    {0} is not a valid interface: the idl name for constant {1} conflicts with another constant.
-rmic.iiop.constraint.20=\
-    {0} is not a valid class: the idl name for member {1} conflicts with another member.
-rmic.iiop.constraint.21=\
-    {0} is a remote implementation class and cannot be used as a method argument or return type in {1}.
-rmic.iiop.constraint.22=\
-    Internal failure: (Method) exception {0} not a class type.
-rmic.iiop.constraint.23=\
-    Internal failure: (Method) caught null pointer exception for {0}.
-rmic.iiop.constraint.24=\
-    Class {0} contains an invalid return type.
-rmic.iiop.constraint.25=\
-    Class {0} contains an invalid argument type in method {1}.
-rmic.iiop.constraint.26=\
-    Could not compile {0}.
-rmic.iiop.constraint.27=\
-    Could not load class {0}.
-rmic.iiop.constraint.28=\
-    {0} is a remote implementation class and cannot be used as a data member in {1}.
< prev index next >