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

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

Uses of JILocalMethodDescriptor in org.jinterop.dcom.core
 

Methods in org.jinterop.dcom.core that return JILocalMethodDescriptor
 JILocalMethodDescriptor JILocalInterfaceDefinition.getMethodDescriptor(int opnum)
          Returns the method descriptor identified by it's number.
 JILocalMethodDescriptor JILocalInterfaceDefinition.getMethodDescriptor(java.lang.String name)
          Returns the method descriptor identified by it's name.
 JILocalMethodDescriptor JILocalInterfaceDefinition.getMethodDescriptorForDispId(int dispId)
          Returns the method descriptor identified by it's dispId.
 JILocalMethodDescriptor[] JILocalInterfaceDefinition.getMethodDescriptors()
          Returns all method descriptors.
 

Methods in org.jinterop.dcom.core with parameters of type JILocalMethodDescriptor
 void JILocalInterfaceDefinition.addMethodDescriptor(JILocalMethodDescriptor methodDescriptor)
          Adds a Method Descriptor.
 



Copyright © 2011. All Rights Reserved.