com.jniwrapper.win32.com.impl
Class IServiceProviderImpl

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.win32.com.impl.IUnknownImpl
          extended bycom.jniwrapper.win32.com.impl.IServiceProviderImpl
All Implemented Interfaces:
AutoDeleteParameter, IServiceProvider, IUnknown, PointerParameter

public class IServiceProviderImpl
extends IUnknownImpl
implements IServiceProvider

Represents COM interface IServiceProvider.


Nested Class Summary
 
Nested classes inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
IUnknownImpl.MemoryBufferImpl
 
Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Fields inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
DebugComfyJ, LICENSE_TYPE, PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
V
 
Constructor Summary
  IServiceProviderImpl()
           
  IServiceProviderImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IServiceProviderImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IServiceProviderImpl(IUnknown that)
           
protected IServiceProviderImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 IID getIID()
           
 void queryService(GUID guidService, IID iid, IUnknown reqService)
           
 void queryService(GUID guidService, IUnknownImpl reqService)
           
 
Methods inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

IServiceProviderImpl

public IServiceProviderImpl()

IServiceProviderImpl

protected IServiceProviderImpl(IUnknownImpl that)
                        throws ComException

IServiceProviderImpl

public IServiceProviderImpl(IUnknown that)

IServiceProviderImpl

public IServiceProviderImpl(CLSID clsid,
                            ClsCtx dwClsContext)
                     throws ComException

IServiceProviderImpl

public IServiceProviderImpl(CLSID clsid,
                            IUnknown pUnkOuter,
                            ClsCtx dwClsContext)
                     throws ComException
Method Detail

queryService

public final void queryService(GUID guidService,
                               IID iid,
                               IUnknown reqService)
                        throws ComException
Specified by:
queryService in interface IServiceProvider
Parameters:
guidService - [in]
iid - [in]
reqService - [out]
Throws:
ComException

queryService

public final void queryService(GUID guidService,
                               IUnknownImpl reqService)
                        throws ComException
Parameters:
guidService - [in]
reqService - [out]
Throws:
ComException

clone

public java.lang.Object clone()
Overrides:
clone in class IUnknownImpl

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl