Uses of Class
org.glassfish.rmic.iiop.InterfaceType
Packages that use InterfaceType
-
Uses of InterfaceType in org.glassfish.rmic.iiop
Subclasses of InterfaceType in org.glassfish.rmic.iiopModifier and TypeClassDescriptionclassAbstractType represents any non-special interface which does not inherit from java.rmi.Remote, for which all methods throw RemoteException.classNCInterfaceType represents any non-special, non-conforming interface.classRemoteType represents any non-special interface which inherits from java.rmi.Remote.classSpecialInterfaceType represents any one of the following types:Fields in org.glassfish.rmic.iiop declared as InterfaceTypeMethods in org.glassfish.rmic.iiop that return InterfaceTypeModifier and TypeMethodDescriptionCompoundType.getInterfaces()Return an array of interfaces directly implemented by this type.Methods in org.glassfish.rmic.iiop that return types with arguments of type InterfaceTypeModifier and TypeMethodDescriptionprotected Vector<InterfaceType>CompoundType.addNonRemoteInterfaces(Vector<InterfaceType> list, ContextStack stack) protected Vector<InterfaceType>CompoundType.addRemoteInterfaces(Vector<InterfaceType> list, boolean allowNonConforming, ContextStack stack) Method parameters in org.glassfish.rmic.iiop with type arguments of type InterfaceTypeModifier and TypeMethodDescriptionprotected Vector<InterfaceType>CompoundType.addNonRemoteInterfaces(Vector<InterfaceType> list, ContextStack stack) protected Vector<InterfaceType>CompoundType.addRemoteInterfaces(Vector<InterfaceType> list, boolean allowNonConforming, ContextStack stack) protected booleanCompoundType.initialize(Vector<InterfaceType> directInterfaces, Vector<CompoundType.Method> directMethods, Vector<CompoundType.Member> directMembers, ContextStack stack, boolean quiet) Initialize this instance.