Uses of Interface
org.glassfish.rmic.Constants

Packages that use Constants
  • Uses of Constants in org.glassfish.rmic

    Subinterfaces of Constants in org.glassfish.rmic
    Modifier and Type
    Interface
    Description
    interface 
    WARNING: The contents of this source file are not part of any supported API.
    Classes in org.glassfish.rmic that implement Constants
    Modifier and Type
    Class
    Description
    class 
    Main "rmic" program.
    class 
    A RemoteClass object encapsulates RMI-specific information about a remote implementation class, i.e.
    class 
    A placeholder to handle the no-longer supported JRMP flags.
    class 
    Util provides static utility methods used by other rmic classes.
  • Uses of Constants in org.glassfish.rmic.iiop

    Modifier and Type
    Interface
    Description
    interface 
     
    Classes in org.glassfish.rmic.iiop that implement Constants
    Modifier and Type
    Class
    Description
    class 
    AbstractType represents any non-special interface which does not inherit from java.rmi.Remote, for which all methods throw RemoteException.
    class 
    ArrayType is a wrapper for any of the other types.
    class 
    BatchEnvironment for iiop extends rmic's version to add parse state.
    class 
    ClassType is an abstract base representing any non-special class type.
    class 
    A CompoundType is an abstract base class for all IIOP class and interface types.
    class 
    Generator provides a small framework from which IIOP-specific generators can inherit.
    class 
    An IDL generator for rmic.
    class 
    IDLNames provides static utility methods to perform the IDL name mappings specified in Chapter 5 of the Java Language to IDL specification.
    class 
    ImplementationType represents any non-special class which implements one or more interfaces which inherit from java.rmi.Remote.
    class 
    InterfaceType is an abstract base representing any non-special interface type.
    class 
    NCClassType represents any non-special class which does not extends one or more interfaces which inherit from java.rmi.Remote.
    class 
    NCInterfaceType represents any non-special, non-conforming interface.
    class 
    PrimitiveType wraps primitive types and void.
    class 
    An IDL generator for rmic.
    class 
    RemoteType represents any non-special interface which inherits from java.rmi.Remote.
    class 
    SpecialClassType represents any one of the following types:
    class 
    SpecialInterfaceType represents any one of the following types:
    class 
    An IIOP stub/tie generator for rmic.
    class 
    Type 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.
    final class 
    Util provides static utility methods used by other rmic classes.
    class 
    ValueType represents any non-special class which does inherit from java.io.Serializable and does not inherit from java.rmi.Remote.
  • Uses of Constants in sun.rmi.rmic

    Classes in sun.rmi.rmic that implement Constants
    Modifier and Type
    Class
    Description
    class 
    Legacy main class for "rmic" program, allowing the old class name to be used to run it.