| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteType |
RemoteType.forRemote(ClassDefinition classDef,
ContextStack stack,
boolean quiet)
Create an RemoteType for the given class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
IDLGenerator.writeRemote(RemoteType t,
IndentingWriter p)
Write an IDL interface definition for either:
1) a conforming Java remote interface (RemoteType)..or
2) a non-conforming Java interface whose methods all throw
java.rmi.RemoteException (AbstractType)
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.