| 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 |
NCInterfaceType
NCInterfaceType represents any non-special, non-conforming interface.
|
class |
RemoteType
RemoteType represents any non-special interface which inherits
from java.rmi.Remote.
|
class |
SpecialInterfaceType
SpecialInterfaceType represents any one of the following types:
|
| Modifier and Type | Field and Description |
|---|---|
protected InterfaceType[] |
CompoundType.interfaces |
| Modifier and Type | Method and Description |
|---|---|
InterfaceType[] |
CompoundType.getInterfaces()
Return an array of interfaces directly implemented by this type.
|
Copyright © 2016. All Rights Reserved.