| Package | Description |
|---|---|
| org.glassfish.rmic.iiop |
| Modifier and Type | Class and Description |
|---|---|
class |
ImplementationType
ImplementationType represents any non-special class which implements
one or more interfaces which inherit from java.rmi.Remote.
|
class |
NCClassType
NCClassType represents any non-special class which does not
extends one or more interfaces which inherit from java.rmi.Remote.
|
class |
SpecialClassType
SpecialClassType represents any one of the following types:
|
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 |
|---|---|
ClassType |
CompoundType.getSuperclass()
Return the parent class of this type.
|
ClassType |
ClassType.getSuperclass()
Return the parent class of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CompoundType.isRemoteException(ClassType ex,
BatchEnvironment env) |
protected void |
IDLGenerator.writeException(ClassType t,
IndentingWriter p)
Write an exception.
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.