| Package | Description |
|---|---|
| sun.rmi.rmic.iiop |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractType
AbstractType represents any non-special interface which does not
inherit from java.rmi.Remote, for which all methods throw RemoteException.
|
class |
ArrayType
ArrayType is a wrapper for any of the other types.
|
class |
ClassType
ClassType is an abstract base representing any non-special class
type.
|
class |
CompoundType
A CompoundType is an abstract base class for all IIOP class and
interface types.
|
class |
CompoundType.Member
An CompoundType.Member object wraps a Type and a value representing
a data member, including constants.
|
class |
CompoundType.Method
A CompoundType.Method object encapsulates IIOP-specific information
about a particular method in the interface represented by the outer
instance.
|
class |
ImplementationType
ImplementationType represents any non-special class which implements
one or more interfaces which inherit from java.rmi.Remote.
|
class |
InterfaceType
InterfaceType is an abstract base representing any non-special
interface type.
|
class |
NCClassType
NCClassType represents any non-special class which does not
extends one or more interfaces which inherit from java.rmi.Remote.
|
class |
NCInterfaceType
NCInterfaceType represents any non-special, non-conforming interface.
|
class |
PrimitiveType
PrimitiveType wraps primitive types and void.
|
class |
RemoteType
RemoteType represents any non-special interface which inherits
from java.rmi.Remote.
|
class |
SpecialClassType
SpecialClassType represents any one of the following types:
|
class |
SpecialInterfaceType
SpecialInterfaceType represents any one of the following types:
|
class |
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.
|
class |
ValueType
ValueType represents any non-special class which does inherit from
java.io.Serializable and does not inherit from java.rmi.Remote.
|
| Modifier and Type | Method and Description |
|---|---|
sun.rmi.rmic.iiop.TypeContext |
ContextStack.push(ContextElement element)
Push a new element on the stack.
|
Copyright © 2016. All Rights Reserved.