com.jniwrapper.win32.ole.impl
Class IEnumConnectionsImpl

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

public class IEnumConnectionsImpl
extends IUnknownImpl
implements IEnumConnections

Represents COM interface IEnumConnections.


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
  IEnumConnectionsImpl()
           
  IEnumConnectionsImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IEnumConnectionsImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IEnumConnectionsImpl(IUnknown that)
           
protected IEnumConnectionsImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 IID getIID()
           
 IEnumConnections invokeClone()
           
 Int32 next(Int32 cConnections, ConnectData rgcd, Int32 lpcFetched)
           
 void reset()
           
 void skip(Int32 cConnections)
           
 
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

IEnumConnectionsImpl

public IEnumConnectionsImpl()

IEnumConnectionsImpl

protected IEnumConnectionsImpl(IUnknownImpl that)
                        throws ComException

IEnumConnectionsImpl

public IEnumConnectionsImpl(IUnknown that)

IEnumConnectionsImpl

public IEnumConnectionsImpl(CLSID clsid,
                            ClsCtx dwClsContext)
                     throws ComException

IEnumConnectionsImpl

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

next

public Int32 next(Int32 cConnections,
                  ConnectData rgcd,
                  Int32 lpcFetched)
Specified by:
next in interface IEnumConnections
Parameters:
cConnections - [in]
rgcd - [in,out]
lpcFetched - [in,out]

skip

public void skip(Int32 cConnections)
          throws ComException
Specified by:
skip in interface IEnumConnections
Parameters:
cConnections - [in]
Throws:
ComException

reset

public void reset()
           throws ComException
Specified by:
reset in interface IEnumConnections
Throws:
ComException

invokeClone

public IEnumConnections invokeClone()
                             throws ComException
Specified by:
invokeClone in interface IEnumConnections
Throws:
ComException

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl

clone

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