Tabnine Logo
JISession.resolveSessionForOxid
Code IndexAdd Tabnine to your IDE (free)

How to use
resolveSessionForOxid
method
in
org.jinterop.dcom.core.JISession

Best Java code snippets using org.jinterop.dcom.core.JISession.resolveSessionForOxid (Showing top 3 results out of 315)

origin: org.jinterop/j-interop

/** 
 * @exclude
 * @param src
 * @param target
 */
static JISession resolveSessionForOXID(byte[] oxid)
{
  return JISession.resolveSessionForOxid(new JIOxid(oxid));
}
 
origin: org.kohsuke.jinterop/j-interop

/**
 * @exclude
 * @param src
 * @param target
 */
static JISession resolveSessionForOXID(byte[] oxid)
{
  return JISession.resolveSessionForOxid(new JIOxid(oxid));
}
origin: org.openscada.jinterop/org.openscada.jinterop.core

/**
 * @exclude
 * @param src
 * @param target
 */
static JISession resolveSessionForOXID ( final byte[] oxid )
{
  return JISession.resolveSessionForOxid ( new JIOxid ( oxid ) );
}
org.jinterop.dcom.coreJISessionresolveSessionForOxid

Javadoc

Based on the oxid returns the JISession (and thus the COM Server) associated with it. This is required, since there are cases where a different JISession may be passed in JIObjectFactory for an JIInterfacePointer which does not belong to this JISession. Under those scenarios, the COM factory will create a new instance of a JISession and associate that Interface pointer with the session. But that is not the right approach as a COM Server for that interface and thus a session might already exist and these have to be tied together.

Popular methods of JISession

  • createSession
    Creates a new session using credentials of the sessionparameter. The new session is not yet attached
  • setGlobalSocketTimeout
    Sets the timeout for all sockets opened to (not fro) the COM server for this session. Default value
  • destroySession
    Used to destroy the session, this release all references of the COM server and it's interfaces. It s
  • useSessionSecurity
    Sets the use of NTLM2 Session Security. Framework will use NTLM Packet Level Privacy and Sign\Seal
  • <init>
  • addToSession
  • debug_addIpids
  • debug_delIpids
  • equals
  • getDomain
    Gets the domain of the user associated with this session.
  • getGlobalSocketTimeout
    Returns the global timeout applied to all sockets opened from this session to COM Server.
  • getLocalHost
  • getGlobalSocketTimeout,
  • getLocalHost,
  • getLocalhostAddressAsIPString,
  • getLocalhostAddressAsIPbytes,
  • getLocalhostCanonicalAddressAsString,
  • getPassword,
  • getSessionIdentifier,
  • getStub,
  • getTargetServer,
  • getUnreferencedHandler

Popular in Java

  • Reactive rest calls using spring rest template
  • onCreateOptionsMenu (Activity)
  • putExtra (Intent)
  • getSystemService (Context)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Best plugins for Eclipse
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