Uses of Class
org.glassfish.rmic.iiop.InterfaceType
-
Packages that use InterfaceType Package Description org.glassfish.rmic.iiop -
-
Uses of InterfaceType in org.glassfish.rmic.iiop
Subclasses of InterfaceType in org.glassfish.rmic.iiop Modifier and Type Class Description class
AbstractType
AbstractType represents any non-special interface which does not inherit from java.rmi.Remote, for which all methods throw RemoteException.class
NCInterfaceType
NCInterfaceType represents any non-special, non-conforming interface.class
RemoteType
RemoteType represents any non-special interface which inherits from java.rmi.Remote.class
SpecialInterfaceType
SpecialInterfaceType represents any one of the following types:Fields in org.glassfish.rmic.iiop declared as InterfaceType Modifier and Type Field Description protected InterfaceType[]
CompoundType. interfaces
Methods in org.glassfish.rmic.iiop that return InterfaceType Modifier and Type Method Description InterfaceType[]
CompoundType. getInterfaces()
Return an array of interfaces directly implemented by this type.Methods in org.glassfish.rmic.iiop that return types with arguments of type InterfaceType Modifier and Type Method Description protected java.util.Vector<InterfaceType>
CompoundType. addNonRemoteInterfaces(java.util.Vector<InterfaceType> list, ContextStack stack)
protected java.util.Vector<InterfaceType>
CompoundType. addRemoteInterfaces(java.util.Vector<InterfaceType> list, boolean allowNonConforming, ContextStack stack)
Methods in org.glassfish.rmic.iiop with parameters of type InterfaceType Modifier and Type Method Description private static void
ImplementationType. copyRemoteMethods(InterfaceType type, java.util.Vector list)
Method parameters in org.glassfish.rmic.iiop with type arguments of type InterfaceType Modifier and Type Method Description protected java.util.Vector<InterfaceType>
CompoundType. addNonRemoteInterfaces(java.util.Vector<InterfaceType> list, ContextStack stack)
protected java.util.Vector<InterfaceType>
CompoundType. addRemoteInterfaces(java.util.Vector<InterfaceType> list, boolean allowNonConforming, ContextStack stack)
protected boolean
CompoundType. initialize(java.util.Vector<InterfaceType> directInterfaces, java.util.Vector<CompoundType.Method> directMethods, java.util.Vector<CompoundType.Member> directMembers, ContextStack stack, boolean quiet)
Initialize this instance.private boolean
RemoteType. isConformingRemoteInterface(java.util.Vector<InterfaceType> directInterfaces, java.util.Vector<CompoundType.Method> directMethods, java.util.Vector<CompoundType.Member> directConstants, boolean quiet, ContextStack stack)
Check to ensure that the interface and all it's methods and arguments conforms to the RMI/IDL java subset for remote interfaces as defined by the "Java to IDL Mapping" specification, section 4.
-