Uses of Package
org.glassfish.rmic.iiop

Packages that use org.glassfish.rmic.iiop
Package
Description
 
  • Class
    Description
    AbstractType represents any non-special interface which does not inherit from java.rmi.Remote, for which all methods throw RemoteException.
    ArrayType is a wrapper for any of the other types.
    BatchEnvironment for iiop extends rmic's version to add parse state.
    A ClassLoader that will ultimately use a given org.glassfish.rmic.tools.java.ClassPath to find the desired file.
    ClassType is an abstract base representing any non-special class type.
    A CompoundType is an abstract base class for all IIOP class and interface types.
    An CompoundType.Member object wraps a Type and a value representing a data member, including constants.
    A CompoundType.Method object encapsulates IIOP-specific information about a particular method in the interface represented by the outer instance.
     
    ContextElement provides a common interface for elements of a ContextStack.
    ContextStack provides a mechanism to record parsing state.
    DirectoryLoader is a simple ClassLoader which loads from a specified file system directory.
    Generator provides a small framework from which IIOP-specific generators can inherit.
     
    ImplementationType represents any non-special class which implements one or more interfaces which inherit from java.rmi.Remote.
    InterfaceType is an abstract base representing any non-special interface type.
    A NameContext enables detection of strings which differ only in case.
     
    NCClassType represents any non-special class which does not extends one or more interfaces which inherit from java.rmi.Remote.
    NCInterfaceType represents any non-special, non-conforming interface.
    PrimitiveType wraps primitive types and void.
    RemoteType represents any non-special interface which inherits from java.rmi.Remote.
    SpecialClassType represents any one of the following types:
    SpecialInterfaceType represents any one of the following types:
    StaticStringsHash takes an array of constant strings and uses several different hash methods to try to find the 'best' one for that set.
    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.
     
    ValueType represents any non-special class which does inherit from java.io.Serializable and does not inherit from java.rmi.Remote.