Uses of Class
org.jinterop.dcom.common.JIInterfaceDefinition

Packages that use JIInterfaceDefinition
org.jinterop.dcom.common Defines classes used for initialising and using the library. 
 

Uses of JIInterfaceDefinition in org.jinterop.dcom.common
 

Methods in org.jinterop.dcom.common that return JIInterfaceDefinition
 JIInterfaceDefinition JIJavaCoClass.getInterfaceDefinition()
          Returns the primary(i.e the one added first time during construction of this instance) interfaceDefinition.
 JIInterfaceDefinition JIJavaCoClass.getInterfaceDefinition(java.lang.String IID)
          Returns the interfaceDefinition based on the IID of the interface.
 

Methods in org.jinterop.dcom.common with parameters of type JIInterfaceDefinition
 void JIJavaCoClass.addInterfaceDefinition(JIInterfaceDefinition interfaceDefinition, java.lang.Class clazz)
          Add another interface definition and it's class.
 void JIJavaCoClass.addInterfaceDefinition(JIInterfaceDefinition interfaceDefinition, java.lang.Object instance)
          Add another interface definition and it's supporting object instance.
 

Constructors in org.jinterop.dcom.common with parameters of type JIInterfaceDefinition
JIJavaCoClass(JIInterfaceDefinition interfaceDefinition, java.lang.Class clazz)
           
JIJavaCoClass(JIInterfaceDefinition interfaceDefinition, java.lang.Object instance)