Uses of Class
org.jinterop.dcom.core.JILocalInterfaceDefinition

Packages that use JILocalInterfaceDefinition
org.jinterop.dcom.core Defines the classes and data structures required to work with j-Interop. 
 

Uses of JILocalInterfaceDefinition in org.jinterop.dcom.core
 

Methods in org.jinterop.dcom.core that return JILocalInterfaceDefinition
 JILocalInterfaceDefinition JILocalCoClass.getInterfaceDefinition()
          Returns the primary interfaceDefinition.
 JILocalInterfaceDefinition JILocalCoClass.getInterfaceDefinition(java.lang.String IID)
          Returns the interface definition based on the IID of the interface.
 

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

Constructors in org.jinterop.dcom.core with parameters of type JILocalInterfaceDefinition
JILocalCoClass(JILocalInterfaceDefinition interfaceDefinition, java.lang.Class clazz)
          Creates a local class instance.
JILocalCoClass(JILocalInterfaceDefinition interfaceDefinition, java.lang.Class clazz, boolean useInterfaceDefinitionIID)
          Refer JILocalCoClass.JILocalCoClass(JILocalInterfaceDefinition, Class).
JILocalCoClass(JILocalInterfaceDefinition interfaceDefinition, java.lang.Object instance)
          Creates a local class instance.
JILocalCoClass(JILocalInterfaceDefinition interfaceDefinition, java.lang.Object instance, boolean useInterfaceDefinitionIID)
          Creates a local class instance.
 



Copyright © 2011. All Rights Reserved.