| Package | Description |
|---|---|
| org.glassfish.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Vector<InterfaceType> |
CompoundType.addNonRemoteInterfaces(Vector<InterfaceType> list,
ContextStack stack) |
protected Vector<InterfaceType> |
CompoundType.addRemoteInterfaces(Vector<InterfaceType> list,
boolean allowNonConforming,
ContextStack stack) |
| Modifier and Type | Method and Description |
|---|---|
protected Vector<InterfaceType> |
CompoundType.addNonRemoteInterfaces(Vector<InterfaceType> list,
ContextStack stack) |
protected Vector<InterfaceType> |
CompoundType.addRemoteInterfaces(Vector<InterfaceType> list,
boolean allowNonConforming,
ContextStack stack) |
protected boolean |
CompoundType.initialize(Vector<InterfaceType> directInterfaces,
Vector<CompoundType.Method> directMethods,
Vector<CompoundType.Member> directMembers,
ContextStack stack,
boolean quiet)
Initialize this instance.
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.