| Interface | Description |
|---|---|
| Constants | |
| ContextElement |
ContextElement provides a common interface for elements of a ContextStack.
|
| Class | Description |
|---|---|
| AbstractType |
AbstractType represents any non-special interface which does not
inherit from java.rmi.Remote, for which all methods throw RemoteException.
|
| ArrayType |
ArrayType is a wrapper for any of the other types.
|
| BatchEnvironment |
BatchEnvironment for iiop extends rmic's version to add
parse state.
|
| ClassPathLoader |
A ClassLoader that will ultimately use a given sun.tools.java.ClassPath to
find the desired file.
|
| ClassType |
ClassType is an abstract base representing any non-special class
type.
|
| CompoundType |
A CompoundType is an abstract base class for all IIOP class and
interface types.
|
| ContextStack |
ContextStack provides a mechanism to record parsing state.
|
| DirectoryLoader |
DirectoryLoader is a simple ClassLoader which loads from a specified
file system directory.
|
| Generator |
Generator provides a small framework from which IIOP-specific
generators can inherit.
|
| IDLGenerator |
An IDL generator for rmic.
|
| IDLNames |
IDLNames provides static utility methods to perform the IDL
name mappings specified in Chapter 5 of the Java Language
to IDL specification.
|
| ImplementationType |
ImplementationType represents any non-special class which implements
one or more interfaces which inherit from java.rmi.Remote.
|
| InterfaceType |
InterfaceType is an abstract base representing any non-special
interface type.
|
| NCClassType |
NCClassType represents any non-special class which does not
extends one or more interfaces which inherit from java.rmi.Remote.
|
| NCInterfaceType |
NCInterfaceType represents any non-special, non-conforming interface.
|
| PrimitiveType |
PrimitiveType wraps primitive types and void.
|
| PrintGenerator |
An IDL generator for rmic.
|
| RemoteType |
RemoteType represents any non-special interface which inherits
from java.rmi.Remote.
|
| SpecialClassType |
SpecialClassType represents any one of the following types:
|
| SpecialInterfaceType |
SpecialInterfaceType represents any one of the following types:
|
| StaticStringsHash |
StaticStringsHash takes an array of constant strings and
uses several different hash methods to try to find the
'best' one for that set.
|
| StubGenerator |
An IIOP stub/tie generator for rmic.
|
| Type |
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.
|
| Util |
Util provides static utility methods used by other rmic classes.
|
| ValueType |
ValueType represents any non-special class which does inherit from
java.io.Serializable and does not inherit from java.rmi.Remote.
|
Copyright © 2017. All Rights Reserved.