sun.rmi.rmic.iiop |
|
Java Source File Name | Type | Comment |
AbstractType.java | Class | AbstractType represents any non-special interface which does not
inherit from java.rmi.Remote, for which all methods throw RemoteException. |
ArrayType.java | Class | ArrayType is a wrapper for any of the other types. |
BatchEnvironment.java | Class | BatchEnvironment for iiop extends rmic's version to add
parse state. |
ClassPathLoader.java | Class | A ClassLoader that will ultimately use a given sun.tools.java.ClassPath to
find the desired file. |
ClassType.java | Class | ClassType is an abstract base representing any non-special class
type. |
CompoundType.java | Class | A CompoundType is an abstract base class for all IIOP class and
interface types. |
Constants.java | Interface | |
ContextElement.java | Interface | ContextElement provides a common interface for elements of a ContextStack. |
ContextStack.java | Class | ContextStack provides a mechanism to record parsing state. |
DirectoryLoader.java | Class | DirectoryLoader is a simple ClassLoader which loads from a specified
file system directory. |
Generator.java | Class | Generator provides a small framework from which IIOP-specific
generators can inherit. |
IDLGenerator.java | Class | An IDL generator for rmic. |
IDLNames.java | Class | IDLNames provides static utility methods to perform the IDL
name mappings specified in Chapter 5 of the Java Language
to IDL specification. |
ImplementationType.java | Class | ImplementationType represents any non-special class which implements
one or more interfaces which inherit from java.rmi.Remote. |
InterfaceType.java | Class | InterfaceType is an abstract base representing any non-special
interface type. |
NameContext.java | Class | A NameContext enables detection of strings which differ only
in case. |
NCClassType.java | Class | NCClassType represents any non-special class which does not
extends one or more interfaces which inherit from java.rmi.Remote. |
NCInterfaceType.java | Class | NCInterfaceType represents any non-special, non-conforming interface. |
PrimitiveType.java | Class | PrimitiveType wraps primitive types and void. |
PrintGenerator.java | Class | An IDL generator for rmic. |
RemoteType.java | Class | RemoteType represents any non-special interface which inherits
from java.rmi.Remote. |
SpecialClassType.java | Class | SpecialClassType represents any one of the following types:
java.lang.Object
java.lang.String
all of which are treated as special cases. |
SpecialInterfaceType.java | Class | SpecialInterfaceType represents any one of the following types:
java.rmi.Remote
java.io.Serializable
java.io.Externalizable
org.omg.CORBA.Object
org.omg.CORBA.portable.IDLEntity
all of which are treated as special cases. |
StaticStringsHash.java | Class | StaticStringsHash takes an array of constant strings and
uses several different hash methods to try to find the
'best' one for that set. |
StubGenerator.java | Class | An IIOP stub/tie generator for rmic.
version: 1.0, 2/23/98 author: Bryan Atsatt author: Anil Vijendran version: 2.0 fall 99 author: M. |
Type.java | 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. |
Util.java | Class | Util provides static utility methods used by other rmic classes. |
ValueType.java | Class | ValueType represents any non-special class which does inherit from
java.io.Serializable and does not inherit from java.rmi.Remote. |