| Package | Description |
|---|---|
| org.glassfish.rmic | |
| org.glassfish.rmic.iiop |
| Modifier and Type | Method and Description |
|---|---|
BatchEnvironment |
Main.getEnv()
Get the correct type of BatchEnvironment
|
| Modifier and Type | Method and Description |
|---|---|
void |
Main.compileAllClasses(BatchEnvironment env) |
boolean |
Main.compileClass(ClassDeclaration c,
ByteArrayOutputStream buf,
BatchEnvironment env) |
static RemoteClass |
RemoteClass.forClass(BatchEnvironment env,
ClassDefinition implClassDef)
Create a RemoteClass object representing the remote meta-information
of the given class.
|
void |
RMIGenerator.generate(BatchEnvironment env,
File destDir,
ClassDefinition cdef)
Generate the source files for the stub and/or skeleton classes
needed by RMI for the given remote implementation class.
|
void |
Generator.generate(BatchEnvironment env,
File destDir,
ClassDefinition cdef)
Generate output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchEnvironment
BatchEnvironment for iiop extends rmic's version to add
parse state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StubGenerator.generate(BatchEnvironment env,
File destDir,
ClassDefinition cdef)
Overridden in order to set the standardPackage flag.
|
void |
PrintGenerator.generate(BatchEnvironment env,
File destDir,
ClassDefinition cdef)
Generate output.
|
void |
Generator.generate(BatchEnvironment env,
File destDir,
ClassDefinition cdef)
Generate output.
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.