com.jniwrapper.win32.ole.impl
Class IObjectSafetyImpl

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

public class IObjectSafetyImpl
extends IUnknownImpl
implements IObjectSafety

Represents COM interface IObjectSafety.


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
 
Fields inherited from interface com.jniwrapper.win32.ole.IObjectSafety
INTERFACE_USES_DISPEX, INTERFACE_USES_SECURITY_MANAGER, INTERFACESAFE_FOR_UNTRUSTED_CALLER, INTERFACESAFE_FOR_UNTRUSTED_DATA
 
Constructor Summary
IObjectSafetyImpl()
           
IObjectSafetyImpl(CLSID clsid, ClsCtx dwClsContext)
           
IObjectSafetyImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IObjectSafetyImpl(IUnknown that)
           
IObjectSafetyImpl(IUnknownImpl that)
           
IObjectSafetyImpl(Pointer.Void interfacePointer)
           
 
Method Summary
 java.lang.Object clone()
           
 IID getIID()
           
 void getInterfaceSafetyOptions(IID iid, UInt32 supportedOptions, UInt32 enabledOptions)
           
 void setInterfaceSafetyOptions(IID iid, UInt32 optionSetMask, UInt32 enabledOptions)
           
 
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

IObjectSafetyImpl

public IObjectSafetyImpl()

IObjectSafetyImpl

public IObjectSafetyImpl(IUnknownImpl that)
                  throws ComException

IObjectSafetyImpl

public IObjectSafetyImpl(IUnknown that)

IObjectSafetyImpl

public IObjectSafetyImpl(CLSID clsid,
                         ClsCtx dwClsContext)
                  throws ComException

IObjectSafetyImpl

public IObjectSafetyImpl(CLSID clsid,
                         IUnknown pUnkOuter,
                         ClsCtx dwClsContext)
                  throws ComException

IObjectSafetyImpl

public IObjectSafetyImpl(Pointer.Void interfacePointer)
Method Detail

getInterfaceSafetyOptions

public void getInterfaceSafetyOptions(IID iid,
                                      UInt32 supportedOptions,
                                      UInt32 enabledOptions)
                               throws ComException
Specified by:
getInterfaceSafetyOptions in interface IObjectSafety
Throws:
ComException

setInterfaceSafetyOptions

public void setInterfaceSafetyOptions(IID iid,
                                      UInt32 optionSetMask,
                                      UInt32 enabledOptions)
                               throws ComException
Specified by:
setInterfaceSafetyOptions in interface IObjectSafety
Throws:
ComException

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl

clone

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