| Package | Description |
|---|---|
| org.glassfish.rmic.iiop |
| Modifier and Type | Method and Description |
|---|---|
static ValueType |
ValueType.forValue(ClassDefinition classDef,
ContextStack stack,
boolean quiet)
Create an ValueType object for the given class.
|
ValueType[] |
CompoundType.Method.getExceptions()
Return an array of the exception classes declared to be
thrown by this remote method.
|
ValueType[] |
CompoundType.Method.getFilteredStubExceptions(ValueType[] list)
Return an array containing only those exceptions which need to be
handled explicitly by the stub.
|
ValueType[] |
CompoundType.Method.getImplExceptions()
Same as getExceptions(), except when method is in an
ImplementationType and the exceptions list is narrower.
|
protected ValueType[] |
CompoundType.getMethodExceptions(MemberDefinition member,
boolean quiet,
ContextStack stack) |
ValueType[] |
CompoundType.Method.getUniqueCatchList(ValueType[] list)
Return an array containing only those exceptions which
need to be caught.
|
| Modifier and Type | Method and Description |
|---|---|
ValueType[] |
CompoundType.Method.getFilteredStubExceptions(ValueType[] list)
Return an array containing only those exceptions which need to be
handled explicitly by the stub.
|
ValueType[] |
CompoundType.Method.getUniqueCatchList(ValueType[] list)
Return an array containing only those exceptions which
need to be caught.
|
void |
CompoundType.Method.setImplExceptions(ValueType[] exceptions)
Set the implExceptions array.
|
protected void |
IDLGenerator.writeValue(ValueType t,
IndentingWriter p)
Write an IDL valuetype definition for a conforming Java class.
|
Copyright © 2018. All Rights Reserved.