com.moesol.bindings.platform_sdk.data_services
Class Error.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.platform_sdk.data_services.Error.Jni
All Implemented Interfaces:
IDispatch, IUnknown, Error
Enclosing interface:
Error

public static class Error.Jni
extends IDispatch.Jni
implements Error

Implementation, Java to COM.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.platform_sdk.data_services.Error
Error.Disp, Error.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services.Error
IID, TYPELIB
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
protected Error.Jni()
           
 
Method Summary
 String getDescription()
          IDL: [ helpstring("") ]
 int getHelpContext()
          IDL: [ helpstring("") ]
 String getHelpFile()
          IDL: [ helpstring("") ]
 int getNativeError()
          IDL: [ helpstring("") ]
 int getNumber()
          IDL: [ helpstring("") ]
 String getSource()
          IDL: [ helpstring("") ]
 String getSQLState()
          IDL: [ helpstring("") ]
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, internalOnSetInterface, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Constructor Detail

Error.Jni

protected Error.Jni()
Method Detail

getNumber

public int getNumber()
Description copied from interface: Error
IDL: [ helpstring("") ]

Specified by:
getNumber in interface Error
Returns:
IDL: [out] [retval] LONG*

getSource

public String getSource()
Description copied from interface: Error
IDL: [ helpstring("") ]

Specified by:
getSource in interface Error
Returns:
IDL: [out] [retval] BSTR*

getDescription

public String getDescription()
Description copied from interface: Error
IDL: [ helpstring("") ]

Specified by:
getDescription in interface Error
Returns:
IDL: [out] [retval] BSTR*

getHelpFile

public String getHelpFile()
Description copied from interface: Error
IDL: [ helpstring("") ]

Specified by:
getHelpFile in interface Error
Returns:
IDL: [out] [retval] BSTR*

getHelpContext

public int getHelpContext()
Description copied from interface: Error
IDL: [ helpstring("") ]

Specified by:
getHelpContext in interface Error
Returns:
IDL: [out] [retval] LONG*

getSQLState

public String getSQLState()
Description copied from interface: Error
IDL: [ helpstring("") ]

Specified by:
getSQLState in interface Error
Returns:
IDL: [out] [retval] BSTR*

getNativeError

public int getNativeError()
Description copied from interface: Error
IDL: [ helpstring("") ]

Specified by:
getNativeError in interface Error
Returns:
IDL: [out] [retval] LONG*


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