com.moesol.bindings
Class DispatchJavaStructure

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

public class DispatchJavaStructure
extends DispatchJavaCommon

Internal helper. Carry the computed information for finding an IRecordInfo for a VT_RECORD.


Field Summary
 
Fields inherited from class com.moesol.bindings.DispatchJavaCommon
m_uuid
 
Constructor Summary
DispatchJavaStructure()
           
 
Method Summary
static DispatchJavaStructure forClass(Class c)
          Normally called from JNI code to learn enough information to convert the Java structure format into the native format.
static long getRecordsAlloc()
           
 boolean isSearchable()
           
 
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

DispatchJavaStructure

public DispatchJavaStructure()
Method Detail

getRecordsAlloc

public static long getRecordsAlloc()
Returns:
The number of records that have been allocated but not freed.

forClass

public static DispatchJavaStructure forClass(Class c)
Normally called from JNI code to learn enough information to convert the Java structure format into the native format.

Parameters:
c -
Returns:
DispatchJavaStructure with information about c.

isSearchable

public boolean isSearchable()


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