com.moesol.bindings
Class DispatchJavaInterface

java.lang.Object
  extended by com.moesol.bindings.DispatchJavaCommon
      extended by com.moesol.bindings.DispatchJavaInterface

public class DispatchJavaInterface
extends DispatchJavaCommon

Internal helper. Help locate ITypeInfo for an interface


Field Summary
 
Fields inherited from class com.moesol.bindings.DispatchJavaCommon
m_uuid
 
Constructor Summary
protected DispatchJavaInterface()
           
 
Method Summary
static DispatchJavaInterface forClass(Class c)
          Normally called from JNI code to learn enough information to lookup the ITypeInfo for the interface.
 
Methods inherited from class com.moesol.bindings.DispatchJavaCommon
fillLibraryInfo, getLcid, getLibid, getMajorVersion, getMinorVersion, getObjectField, getUuid, setLcid, setLibid, setMajorVersion, setMinorVersion, setUuid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchJavaInterface

protected DispatchJavaInterface()
Method Detail

forClass

public static DispatchJavaInterface forClass(Class c)
Normally called from JNI code to learn enough information to lookup the ITypeInfo for the interface.

Parameters:
c - class of the interface
Returns:
DispatchJavaInterface information for c.


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.