Java Code Examples for com.sun.corba.se.spi.orb.ORBVersionFactory#create()

The following examples show how to use com.sun.corba.se.spi.orb.ORBVersionFactory#create() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: ORBVersionServiceContext.java    From jdk1.8-source-analysis with Apache License 2.0 5 votes vote down vote up
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
{
    super(is, gv) ;
    // pay particular attention to where the version is being read from!
    // is contains an encapsulation, ServiceContext reads off the
    // encapsulation and leaves the pointer in the variable "in",
    // which points to the long value.

    version = ORBVersionFactory.create( in ) ;
}
 
Example 2
Source File: ORBVersionServiceContext.java    From TencentKona-8 with GNU General Public License v2.0 5 votes vote down vote up
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
{
    super(is, gv) ;
    // pay particular attention to where the version is being read from!
    // is contains an encapsulation, ServiceContext reads off the
    // encapsulation and leaves the pointer in the variable "in",
    // which points to the long value.

    version = ORBVersionFactory.create( in ) ;
}
 
Example 3
Source File: ORBVersionServiceContext.java    From openjdk-8 with GNU General Public License v2.0 5 votes vote down vote up
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
{
    super(is, gv) ;
    // pay particular attention to where the version is being read from!
    // is contains an encapsulation, ServiceContext reads off the
    // encapsulation and leaves the pointer in the variable "in",
    // which points to the long value.

    version = ORBVersionFactory.create( in ) ;
}
 
Example 4
Source File: ORBVersionServiceContext.java    From jdk8u60 with GNU General Public License v2.0 5 votes vote down vote up
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
{
    super(is, gv) ;
    // pay particular attention to where the version is being read from!
    // is contains an encapsulation, ServiceContext reads off the
    // encapsulation and leaves the pointer in the variable "in",
    // which points to the long value.

    version = ORBVersionFactory.create( in ) ;
}
 
Example 5
Source File: ORBVersionServiceContext.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
{
    super(is, gv) ;
    // pay particular attention to where the version is being read from!
    // is contains an encapsulation, ServiceContext reads off the
    // encapsulation and leaves the pointer in the variable "in",
    // which points to the long value.

    version = ORBVersionFactory.create( in ) ;
}
 
Example 6
Source File: ORBVersionServiceContext.java    From openjdk-8-source with GNU General Public License v2.0 5 votes vote down vote up
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
{
    super(is, gv) ;
    // pay particular attention to where the version is being read from!
    // is contains an encapsulation, ServiceContext reads off the
    // encapsulation and leaves the pointer in the variable "in",
    // which points to the long value.

    version = ORBVersionFactory.create( in ) ;
}
 
Example 7
Source File: ORBVersionServiceContext.java    From openjdk-jdk8u with GNU General Public License v2.0 5 votes vote down vote up
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
{
    super(is, gv) ;
    // pay particular attention to where the version is being read from!
    // is contains an encapsulation, ServiceContext reads off the
    // encapsulation and leaves the pointer in the variable "in",
    // which points to the long value.

    version = ORBVersionFactory.create( in ) ;
}
 
Example 8
Source File: ORBVersionServiceContext.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 5 votes vote down vote up
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
{
    super(is, gv) ;
    // pay particular attention to where the version is being read from!
    // is contains an encapsulation, ServiceContext reads off the
    // encapsulation and leaves the pointer in the variable "in",
    // which points to the long value.

    version = ORBVersionFactory.create( in ) ;
}
 
Example 9
Source File: ORBVersionServiceContext.java    From hottub with GNU General Public License v2.0 5 votes vote down vote up
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
{
    super(is, gv) ;
    // pay particular attention to where the version is being read from!
    // is contains an encapsulation, ServiceContext reads off the
    // encapsulation and leaves the pointer in the variable "in",
    // which points to the long value.

    version = ORBVersionFactory.create( in ) ;
}
 
Example 10
Source File: ORBVersionServiceContext.java    From openjdk-jdk9 with GNU General Public License v2.0 5 votes vote down vote up
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
{
    super(is, gv) ;
    // pay particular attention to where the version is being read from!
    // is contains an encapsulation, ServiceContext reads off the
    // encapsulation and leaves the pointer in the variable "in",
    // which points to the long value.

    version = ORBVersionFactory.create( in ) ;
}
 
Example 11
Source File: NewObjectKeyTemplateBase.java    From openjdk-8 with GNU General Public License v2.0 4 votes vote down vote up
protected void setORBVersion( InputStream is )
{
    ORBVersion version = ORBVersionFactory.create( is ) ;
    setORBVersion( version ) ;
}
 
Example 12
Source File: NewObjectKeyTemplateBase.java    From openjdk-8-source with GNU General Public License v2.0 4 votes vote down vote up
protected void setORBVersion( InputStream is )
{
    ORBVersion version = ORBVersionFactory.create( is ) ;
    setORBVersion( version ) ;
}
 
Example 13
Source File: NewObjectKeyTemplateBase.java    From hottub with GNU General Public License v2.0 4 votes vote down vote up
protected void setORBVersion( InputStream is )
{
    ORBVersion version = ORBVersionFactory.create( is ) ;
    setORBVersion( version ) ;
}
 
Example 14
Source File: NewObjectKeyTemplateBase.java    From openjdk-jdk9 with GNU General Public License v2.0 4 votes vote down vote up
protected void setORBVersion( InputStream is )
{
    ORBVersion version = ORBVersionFactory.create( is ) ;
    setORBVersion( version ) ;
}
 
Example 15
Source File: NewObjectKeyTemplateBase.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 4 votes vote down vote up
protected void setORBVersion( InputStream is )
{
    ORBVersion version = ORBVersionFactory.create( is ) ;
    setORBVersion( version ) ;
}
 
Example 16
Source File: NewObjectKeyTemplateBase.java    From openjdk-jdk8u with GNU General Public License v2.0 4 votes vote down vote up
protected void setORBVersion( InputStream is )
{
    ORBVersion version = ORBVersionFactory.create( is ) ;
    setORBVersion( version ) ;
}
 
Example 17
Source File: NewObjectKeyTemplateBase.java    From JDKSourceCode1.8 with MIT License 4 votes vote down vote up
protected void setORBVersion( InputStream is )
{
    ORBVersion version = ORBVersionFactory.create( is ) ;
    setORBVersion( version ) ;
}
 
Example 18
Source File: NewObjectKeyTemplateBase.java    From jdk8u60 with GNU General Public License v2.0 4 votes vote down vote up
protected void setORBVersion( InputStream is )
{
    ORBVersion version = ORBVersionFactory.create( is ) ;
    setORBVersion( version ) ;
}
 
Example 19
Source File: NewObjectKeyTemplateBase.java    From TencentKona-8 with GNU General Public License v2.0 4 votes vote down vote up
protected void setORBVersion( InputStream is )
{
    ORBVersion version = ORBVersionFactory.create( is ) ;
    setORBVersion( version ) ;
}
 
Example 20
Source File: NewObjectKeyTemplateBase.java    From jdk1.8-source-analysis with Apache License 2.0 4 votes vote down vote up
protected void setORBVersion( InputStream is )
{
    ORBVersion version = ORBVersionFactory.create( is ) ;
    setORBVersion( version ) ;
}