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. exceptionsprivate ValueType[]CompoundType.Method. implExceptionsMethods in org.glassfish.rmic.iiop that return ValueType Modifier and Type Method Description static ValueTypeValueType. 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 voidCompoundType.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.intUserExceptionComparator. 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) 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 ValueType Modifier and Type Method Description private voidCompoundType.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.
-