Uses of Class
org.glassfish.rmic.iiop.ValueType
Packages that use ValueType
-
Uses of ValueType in org.glassfish.rmic.iiop
Classes in org.glassfish.rmic.iiop that implement interfaces with type arguments of type ValueTypeFields in org.glassfish.rmic.iiop declared as ValueTypeModifier and TypeFieldDescriptionprivate ValueType[]CompoundType.Method.exceptionsprivate ValueType[]CompoundType.Method.implExceptionsMethods in org.glassfish.rmic.iiop that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeValueType.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 voidCompoundType.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.intCompoundType.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 booleanUserExceptionComparator.isUserException(ValueType it) voidCompoundType.Method.setImplExceptions(ValueType[] exceptions) Set the implExceptions array.protected voidIDLGenerator.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 voidCompoundType.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.