org.omg.IOP.CodecFactory Java Examples

The following examples show how to use org.omg.IOP.CodecFactory. 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: ORBInitInfoImpl.java    From jdk1.8-source-analysis with Apache License 2.0 6 votes vote down vote up
/**
 * Creates a new ORBInitInfoImpl object (scoped to package)
 *
 * @param args The arguments passed to ORB_init.
 */
ORBInitInfoImpl( ORB orb, String[] args,
    String orbId, CodecFactory codecFactory )
{
    this.orb = orb;

    wrapper = InterceptorsSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    orbutilWrapper = ORBUtilSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    omgWrapper = OMGSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;

    this.args = args;
    this.orbId = orbId;
    this.codecFactory = codecFactory;
}
 
Example #2
Source File: ORBInitInfoImpl.java    From TencentKona-8 with GNU General Public License v2.0 6 votes vote down vote up
/**
 * Creates a new ORBInitInfoImpl object (scoped to package)
 *
 * @param args The arguments passed to ORB_init.
 */
ORBInitInfoImpl( ORB orb, String[] args,
    String orbId, CodecFactory codecFactory )
{
    this.orb = orb;

    wrapper = InterceptorsSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    orbutilWrapper = ORBUtilSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    omgWrapper = OMGSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;

    this.args = args;
    this.orbId = orbId;
    this.codecFactory = codecFactory;
}
 
Example #3
Source File: ORBInitInfoImpl.java    From openjdk-8 with GNU General Public License v2.0 6 votes vote down vote up
/**
 * Creates a new ORBInitInfoImpl object (scoped to package)
 *
 * @param args The arguments passed to ORB_init.
 */
ORBInitInfoImpl( ORB orb, String[] args,
    String orbId, CodecFactory codecFactory )
{
    this.orb = orb;

    wrapper = InterceptorsSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    orbutilWrapper = ORBUtilSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    omgWrapper = OMGSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;

    this.args = args;
    this.orbId = orbId;
    this.codecFactory = codecFactory;
}
 
Example #4
Source File: ORBInitInfoImpl.java    From jdk8u60 with GNU General Public License v2.0 6 votes vote down vote up
/**
 * Creates a new ORBInitInfoImpl object (scoped to package)
 *
 * @param args The arguments passed to ORB_init.
 */
ORBInitInfoImpl( ORB orb, String[] args,
    String orbId, CodecFactory codecFactory )
{
    this.orb = orb;

    wrapper = InterceptorsSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    orbutilWrapper = ORBUtilSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    omgWrapper = OMGSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;

    this.args = args;
    this.orbId = orbId;
    this.codecFactory = codecFactory;
}
 
Example #5
Source File: ORBInitInfoImpl.java    From JDKSourceCode1.8 with MIT License 6 votes vote down vote up
/**
 * Creates a new ORBInitInfoImpl object (scoped to package)
 *
 * @param args The arguments passed to ORB_init.
 */
ORBInitInfoImpl( ORB orb, String[] args,
    String orbId, CodecFactory codecFactory )
{
    this.orb = orb;

    wrapper = InterceptorsSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    orbutilWrapper = ORBUtilSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    omgWrapper = OMGSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;

    this.args = args;
    this.orbId = orbId;
    this.codecFactory = codecFactory;
}
 
Example #6
Source File: ORBInitInfoImpl.java    From openjdk-8-source with GNU General Public License v2.0 6 votes vote down vote up
/**
 * Creates a new ORBInitInfoImpl object (scoped to package)
 *
 * @param args The arguments passed to ORB_init.
 */
ORBInitInfoImpl( ORB orb, String[] args,
    String orbId, CodecFactory codecFactory )
{
    this.orb = orb;

    wrapper = InterceptorsSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    orbutilWrapper = ORBUtilSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    omgWrapper = OMGSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;

    this.args = args;
    this.orbId = orbId;
    this.codecFactory = codecFactory;
}
 
Example #7
Source File: ORBInitInfoImpl.java    From openjdk-jdk8u with GNU General Public License v2.0 6 votes vote down vote up
/**
 * Creates a new ORBInitInfoImpl object (scoped to package)
 *
 * @param args The arguments passed to ORB_init.
 */
ORBInitInfoImpl( ORB orb, String[] args,
    String orbId, CodecFactory codecFactory )
{
    this.orb = orb;

    wrapper = InterceptorsSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    orbutilWrapper = ORBUtilSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    omgWrapper = OMGSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;

    this.args = args;
    this.orbId = orbId;
    this.codecFactory = codecFactory;
}
 
Example #8
Source File: ORBInitInfoImpl.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 6 votes vote down vote up
/**
 * Creates a new ORBInitInfoImpl object (scoped to package)
 *
 * @param args The arguments passed to ORB_init.
 */
ORBInitInfoImpl( ORB orb, String[] args,
    String orbId, CodecFactory codecFactory )
{
    this.orb = orb;

    wrapper = InterceptorsSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    orbutilWrapper = ORBUtilSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    omgWrapper = OMGSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;

    this.args = args;
    this.orbId = orbId;
    this.codecFactory = codecFactory;
}
 
Example #9
Source File: ORBInitInfoImpl.java    From hottub with GNU General Public License v2.0 6 votes vote down vote up
/**
 * Creates a new ORBInitInfoImpl object (scoped to package)
 *
 * @param args The arguments passed to ORB_init.
 */
ORBInitInfoImpl( ORB orb, String[] args,
    String orbId, CodecFactory codecFactory )
{
    this.orb = orb;

    wrapper = InterceptorsSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    orbutilWrapper = ORBUtilSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    omgWrapper = OMGSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;

    this.args = args;
    this.orbId = orbId;
    this.codecFactory = codecFactory;
}
 
Example #10
Source File: ORBInitInfoImpl.java    From openjdk-jdk9 with GNU General Public License v2.0 6 votes vote down vote up
/**
 * Creates a new ORBInitInfoImpl object (scoped to package)
 *
 * @param args The arguments passed to ORB_init.
 */
ORBInitInfoImpl( ORB orb, String[] args,
    String orbId, CodecFactory codecFactory )
{
    this.orb = orb;

    wrapper = InterceptorsSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    orbutilWrapper = ORBUtilSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;
    omgWrapper = OMGSystemException.get( orb,
        CORBALogDomains.RPC_PROTOCOL ) ;

    this.args = args;
    this.orbId = orbId;
    this.codecFactory = codecFactory;
}
 
Example #11
Source File: ORBInitInfoImpl.java    From openjdk-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This attribute is the IOP::CodecFactory.  The CodecFactory is normally
 * obtained via a call to ORB::resolve_initial_references( "CodecFactory" )
 * but since the ORB is not yet available and Interceptors, particularly
 * when processing service contexts, will require a Codec, a means of
 * obtaining a Codec is necessary during ORB intialization.
 */
public CodecFactory codec_factory () {
    checkStage();
    return codecFactory;
}
 
Example #12
Source File: ORBInitInfoImpl.java    From openjdk-8-source with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This attribute is the IOP::CodecFactory.  The CodecFactory is normally
 * obtained via a call to ORB::resolve_initial_references( "CodecFactory" )
 * but since the ORB is not yet available and Interceptors, particularly
 * when processing service contexts, will require a Codec, a means of
 * obtaining a Codec is necessary during ORB intialization.
 */
public CodecFactory codec_factory () {
    checkStage();
    return codecFactory;
}
 
Example #13
Source File: ORBInitInfoImpl.java    From hottub with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This attribute is the IOP::CodecFactory.  The CodecFactory is normally
 * obtained via a call to ORB::resolve_initial_references( "CodecFactory" )
 * but since the ORB is not yet available and Interceptors, particularly
 * when processing service contexts, will require a Codec, a means of
 * obtaining a Codec is necessary during ORB intialization.
 */
public CodecFactory codec_factory () {
    checkStage();
    return codecFactory;
}
 
Example #14
Source File: ORBInitInfoImpl.java    From openjdk-jdk9 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This attribute is the IOP::CodecFactory.  The CodecFactory is normally
 * obtained via a call to ORB::resolve_initial_references( "CodecFactory" )
 * but since the ORB is not yet available and Interceptors, particularly
 * when processing service contexts, will require a Codec, a means of
 * obtaining a Codec is necessary during ORB intialization.
 */
public CodecFactory codec_factory () {
    checkStage();
    return codecFactory;
}
 
Example #15
Source File: ORBInitInfoImpl.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This attribute is the IOP::CodecFactory.  The CodecFactory is normally
 * obtained via a call to ORB::resolve_initial_references( "CodecFactory" )
 * but since the ORB is not yet available and Interceptors, particularly
 * when processing service contexts, will require a Codec, a means of
 * obtaining a Codec is necessary during ORB intialization.
 */
public CodecFactory codec_factory () {
    checkStage();
    return codecFactory;
}
 
Example #16
Source File: ORBInitInfoImpl.java    From openjdk-jdk8u with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This attribute is the IOP::CodecFactory.  The CodecFactory is normally
 * obtained via a call to ORB::resolve_initial_references( "CodecFactory" )
 * but since the ORB is not yet available and Interceptors, particularly
 * when processing service contexts, will require a Codec, a means of
 * obtaining a Codec is necessary during ORB intialization.
 */
public CodecFactory codec_factory () {
    checkStage();
    return codecFactory;
}
 
Example #17
Source File: ORBInitInfoImpl.java    From JDKSourceCode1.8 with MIT License 2 votes vote down vote up
/**
 * This attribute is the IOP::CodecFactory.  The CodecFactory is normally
 * obtained via a call to ORB::resolve_initial_references( "CodecFactory" )
 * but since the ORB is not yet available and Interceptors, particularly
 * when processing service contexts, will require a Codec, a means of
 * obtaining a Codec is necessary during ORB intialization.
 */
public CodecFactory codec_factory () {
    checkStage();
    return codecFactory;
}
 
Example #18
Source File: ORBInitInfoImpl.java    From jdk8u60 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This attribute is the IOP::CodecFactory.  The CodecFactory is normally
 * obtained via a call to ORB::resolve_initial_references( "CodecFactory" )
 * but since the ORB is not yet available and Interceptors, particularly
 * when processing service contexts, will require a Codec, a means of
 * obtaining a Codec is necessary during ORB intialization.
 */
public CodecFactory codec_factory () {
    checkStage();
    return codecFactory;
}
 
Example #19
Source File: ORBInitInfoImpl.java    From TencentKona-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * This attribute is the IOP::CodecFactory.  The CodecFactory is normally
 * obtained via a call to ORB::resolve_initial_references( "CodecFactory" )
 * but since the ORB is not yet available and Interceptors, particularly
 * when processing service contexts, will require a Codec, a means of
 * obtaining a Codec is necessary during ORB intialization.
 */
public CodecFactory codec_factory () {
    checkStage();
    return codecFactory;
}
 
Example #20
Source File: ORBInitInfoImpl.java    From jdk1.8-source-analysis with Apache License 2.0 2 votes vote down vote up
/**
 * This attribute is the IOP::CodecFactory.  The CodecFactory is normally
 * obtained via a call to ORB::resolve_initial_references( "CodecFactory" )
 * but since the ORB is not yet available and Interceptors, particularly
 * when processing service contexts, will require a Codec, a means of
 * obtaining a Codec is necessary during ORB intialization.
 */
public CodecFactory codec_factory () {
    checkStage();
    return codecFactory;
}