| Package | Description |
|---|---|
| org.glassfish.rmic.iiop |
| Modifier and Type | Method and Description |
|---|---|
protected Generator.OutputType[] |
StubGenerator.getOutputTypesFor(CompoundType topType,
HashSet alreadyChecked)
Return an array containing all the file names and types that need to be
generated for the given top-level type.
|
protected Generator.OutputType[] |
IDLGenerator.getOutputTypesFor(CompoundType topType,
HashSet alreadyChecked)
Return an array of OutputTypes for the IDL files that need to be
generated for the given top-level type.
|
protected abstract Generator.OutputType[] |
Generator.getOutputTypesFor(CompoundType topType,
HashSet alreadyChecked)
Return an array containing all the file names and types that need to be
generated for the given top-level type.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
StubGenerator.getFileNameExtensionFor(Generator.OutputType outputType)
Return the file name extension for the given file name (e.g.
|
protected String |
IDLGenerator.getFileNameExtensionFor(Generator.OutputType outputType)
Return the file name extension for the given file name (e.g.
|
protected abstract String |
Generator.getFileNameExtensionFor(Generator.OutputType outputType)
Return the file name extension for the given file name (e.g.
|
protected Identifier |
IDLGenerator.getOutputId(Generator.OutputType ot)
Return an Identifier which contains the fully-qualified IDL filename
for the given OutputType.
|
protected Identifier |
Generator.getOutputId(Generator.OutputType outputType)
Return an identifier to use for output.
|
protected void |
StubGenerator.writeOutputFor(Generator.OutputType outputType,
HashSet alreadyChecked,
IndentingWriter writer)
Write the output for the given OutputFileName into the output stream.
|
protected void |
IDLGenerator.writeOutputFor(Generator.OutputType ot,
HashSet alreadyChecked,
IndentingWriter p)
Write the output for the given OutputFileName into the output stream.
|
protected abstract void |
Generator.writeOutputFor(Generator.OutputType outputType,
HashSet alreadyChecked,
IndentingWriter writer)
Write the output for the given OutputFileName into the output stream.
|
protected void |
IDLGenerator.writeSequence(Generator.OutputType ot,
IndentingWriter p)
Write boxedRMI valuetype for a single dimension of an IDL sequence
indicated by the given OutputType.
|
protected void |
StubGenerator.writeTie(Generator.OutputType outputType,
IndentingWriter p)
Write the Tie for the remote class to a stream.
|
Copyright © 2018. All Rights Reserved.