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

  • Reading from database using SQL prepared statement
  • addToBackStack (FragmentTransaction)
  • getSupportFragmentManager (FragmentActivity)
  • startActivity (Activity)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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