| Package | Description |
|---|---|
| org.jinterop.dcom.core |
Defines the classes and data structures required to work with j-Interop.
|
| Modifier and Type | Method and Description |
|---|---|
JILocalMethodDescriptor |
JILocalInterfaceDefinition.getMethodDescriptor(int opnum)
Returns the method descriptor identified by it's number.
|
JILocalMethodDescriptor |
JILocalInterfaceDefinition.getMethodDescriptor(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JILocalInterfaceDefinition.addMethodDescriptor(JILocalMethodDescriptor methodDescriptor)
Adds a Method Descriptor.
|
Copyright © 2017 LSST. All rights reserved.