Uses of Interface
org.glassfish.rmic.iiop.Constants
Packages that use Constants
-
Uses of Constants in org.glassfish.rmic.iiop
Classes in org.glassfish.rmic.iiop that implement ConstantsModifier and TypeClassDescriptionclassAbstractType represents any non-special interface which does not inherit from java.rmi.Remote, for which all methods throw RemoteException.classArrayType is a wrapper for any of the other types.classBatchEnvironment for iiop extends rmic's version to add parse state.classClassType is an abstract base representing any non-special class type.classA CompoundType is an abstract base class for all IIOP class and interface types.classGenerator provides a small framework from which IIOP-specific generators can inherit.classAn IDL generator for rmic.classIDLNames provides static utility methods to perform the IDL name mappings specified in Chapter 5 of the Java Language to IDL specification.classImplementationType represents any non-special class which implements one or more interfaces which inherit from java.rmi.Remote.classInterfaceType is an abstract base representing any non-special interface type.classNCClassType represents any non-special class which does not extends one or more interfaces which inherit from java.rmi.Remote.classNCInterfaceType represents any non-special, non-conforming interface.classPrimitiveType wraps primitive types and void.classAn IDL generator for rmic.classRemoteType represents any non-special interface which inherits from java.rmi.Remote.classSpecialClassType represents any one of the following types:classSpecialInterfaceType represents any one of the following types:classAn IIOP stub/tie generator for rmic.classType is an abstract base class for a family of types which provide conformance checking and name mapping as defined in the "Java to IDL Mapping" OMG specification.classValueType represents any non-special class which does inherit from java.io.Serializable and does not inherit from java.rmi.Remote.