Tabnine Logo
IJIComObject.internal_setConnectionInfo
Code IndexAdd Tabnine to your IDE (free)

How to use
internal_setConnectionInfo
method
in
org.jinterop.dcom.core.IJIComObject

Best Java code snippets using org.jinterop.dcom.core.IJIComObject.internal_setConnectionInfo (Showing top 6 results out of 315)

origin: org.openscada.jinterop/org.openscada.jinterop.core

@Override
public String internal_setConnectionInfo ( final IJIComObject connectionPoint, final Integer cookie )
{
  return this.comObject.internal_setConnectionInfo ( connectionPoint, cookie );
}
origin: org.kohsuke.jinterop/j-interop

public String internal_setConnectionInfo(IJIComObject connectionPoint, Integer cookie) {
  return comObject.internal_setConnectionInfo(connectionPoint,cookie);
}
origin: org.jinterop/j-interop

public String internal_setConnectionInfo(IJIComObject connectionPoint, Integer cookie) {
  return comObject.internal_setConnectionInfo(connectionPoint,cookie);
}
origin: org.openscada.jinterop/org.openscada.jinterop.core

connectionPointContainer.release ();
return comObject.internal_setConnectionInfo ( connectionPointer, dwcookie );
origin: org.kohsuke.jinterop/j-interop

return comObject.internal_setConnectionInfo(connectionPointer,dwcookie);
origin: org.jinterop/j-interop

return comObject.internal_setConnectionInfo(connectionPointer,dwcookie);
org.jinterop.dcom.coreIJIComObjectinternal_setConnectionInfo

Javadoc

Adds a connection point information and it's cookie to the connectionPointMap internally. To be called only by the framework.

Popular methods of IJIComObject

  • queryInterface
    Retrieve interface references based on iid. Make sure to narrow before casting to the expected type
  • call
    Refer #call(JICallBuilder) for details on this method.
  • getAssociatedSession
    Returns session associated with this object.
  • addRef
    Increases the reference count on the COM server by 5 (currently hard coded). The developer should r
  • getInstanceLevelSocketTimeout
    Returns the socket timeout set at the instance level. This timeout value is used during all socket l
  • getInterfaceIdentifier
    Returns the COM IID of this object
  • getIpid
    Unique 128 bit uuid representing the interface on the COM server. This value can and should be used
  • getUnreferencedHandler
    Returns the IJIUnreferenced handler associated with this object.
  • internal_getConnectionInfo
    Framework Internal Returns the ConnectionPoint (IJIComObject) and it's Cookie.
  • internal_getInterfacePointer
    Framework Internal Returns self Interface pointer.
  • internal_removeConnectionInfo
    Framework Internal Returns and Removes the connection info from the internal map.
  • internal_setDeffered
    Framework Internal
  • internal_removeConnectionInfo,
  • internal_setDeffered,
  • isDispatchSupported,
  • isLocalReference,
  • registerUnreferencedHandler,
  • release,
  • setInstanceLevelSocketTimeout,
  • unregisterUnreferencedHandler

Popular in Java

  • Finding current android device location
  • setContentView (Activity)
  • setRequestProperty (URLConnection)
  • getSupportFragmentManager (FragmentActivity)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now