com.jniwrapper.win32.ole.impl
Class IOleCacheImpl

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

public class IOleCacheImpl
extends IUnknownImpl
implements IOleCache

Represents COM interface IOleCache.


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
  IOleCacheImpl()
           
  IOleCacheImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IOleCacheImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IOleCacheImpl(IUnknown that)
           
protected IOleCacheImpl(IUnknownImpl that)
           
 
Method Summary
 Int32 cache(FormatEtc pformatetc, AdviceFlags advf)
           
 java.lang.Object clone()
           
 IEnumStatData enumCache()
           
 IID getIID()
           
 void initCache(IDataObject pDataObject)
           
 void setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 void uncache(Int32 dwConnection)
           
 
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

IOleCacheImpl

public IOleCacheImpl()

IOleCacheImpl

protected IOleCacheImpl(IUnknownImpl that)
                 throws ComException

IOleCacheImpl

public IOleCacheImpl(IUnknown that)

IOleCacheImpl

public IOleCacheImpl(CLSID clsid,
                     ClsCtx dwClsContext)
              throws ComException

IOleCacheImpl

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

cache

public Int32 cache(FormatEtc pformatetc,
                   AdviceFlags advf)
            throws ComException
Specified by:
cache in interface IOleCache
Parameters:
pformatetc - [in]
advf - [in]
Throws:
ComException

uncache

public void uncache(Int32 dwConnection)
             throws ComException
Specified by:
uncache in interface IOleCache
Parameters:
dwConnection - [in]
Throws:
ComException

enumCache

public IEnumStatData enumCache()
                        throws ComException
Specified by:
enumCache in interface IOleCache
Throws:
ComException

initCache

public void initCache(IDataObject pDataObject)
               throws ComException
Specified by:
initCache in interface IOleCache
Parameters:
pDataObject - [in]
Throws:
ComException

setData

public void setData(FormatEtc pformatetc,
                    StgMedium pmedium,
                    VariantBool fRelease)
             throws ComException
Specified by:
setData in interface IOleCache
Parameters:
pformatetc - [in]
pmedium - [in]
fRelease - [in]
Throws:
ComException

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl

clone

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