Uses of Class
org.glassfish.rmic.iiop.ValueType
-
Packages that use ValueType Package Description org.glassfish.rmic.iiop -
-
Uses of ValueType in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as ValueType Modifier and Type Field Description private ValueType[]
CompoundType.Method. exceptions
private ValueType[]
CompoundType.Method. implExceptions
Methods in org.glassfish.rmic.iiop that return ValueType Modifier and Type Method 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)
(package private) ValueType[]
StubGenerator. getStubExceptions(CompoundType.Method method, boolean sort)
(package private) ValueType[]
StubGenerator. getTieExceptions(CompoundType.Method method)
ValueType[]
CompoundType.Method. getUniqueCatchList(ValueType[] list)
Return an array containing only those exceptions which need to be caught.Methods in org.glassfish.rmic.iiop with parameters of type ValueType Modifier and Type Method Description private void
CompoundType.Method. collectCompatibleExceptions(ValueType[] from, ValueType[] with, java.util.Vector<ValueType> list)
Add to the supplied list all exceptions in the "from" array that are subclasses of an exception in the "with" array.int
UserExceptionComparator. compare(ValueType o1, ValueType o2)
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.(package private) boolean
UserExceptionComparator. isUserException(ValueType it)
void
CompoundType.Method. setImplExceptions(ValueType[] exceptions)
Set the implExceptions array.protected void
IDLGenerator. writeValue(ValueType type, IndentingWriter outputStream)
Write an IDL valuetype definition for a conforming Java class.Method parameters in org.glassfish.rmic.iiop with type arguments of type ValueType Modifier and Type Method Description private void
CompoundType.Method. collectCompatibleExceptions(ValueType[] from, ValueType[] with, java.util.Vector<ValueType> list)
Add to the supplied list all exceptions in the "from" array that are subclasses of an exception in the "with" array.
-