Uses of Class
org.glassfish.rmic.iiop.ValueType
Packages that use ValueType
-
Uses of ValueType in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as ValueTypeModifier and TypeFieldDescriptionprivate ValueType[]
CompoundType.Method.exceptions
private ValueType[]
CompoundType.Method.implExceptions
Methods in org.glassfish.rmic.iiop that return ValueTypeModifier and TypeMethodDescriptionstatic ValueType
ValueType.forValue
(ClassDefinition classDef, ContextStack stack, boolean quiet) Create an ValueType object for the given class.CompoundType.Method.getExceptions()
Return an array of the exception classes declared to be thrown by this remote method.CompoundType.Method.getFilteredStubExceptions
(ValueType[] list) Return an array containing only those exceptions which need to be handled explicitly by the stub.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) 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 ValueTypeModifier and TypeMethodDescriptionprivate void
CompoundType.Method.collectCompatibleExceptions
(ValueType[] from, ValueType[] with, 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
CompoundType.Method.getFilteredStubExceptions
(ValueType[] list) Return an array containing only those exceptions which need to be handled explicitly by the stub.CompoundType.Method.getUniqueCatchList
(ValueType[] list) Return an array containing only those exceptions which need to be caught.(package private) final 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 ValueTypeModifier and TypeMethodDescriptionprivate void
CompoundType.Method.collectCompatibleExceptions
(ValueType[] from, ValueType[] with, Vector<ValueType> list) Add to the supplied list all exceptions in the "from" array that are subclasses of an exception in the "with" array.