Java Code Examples for com.sun.corba.se.spi.orb.ORB#getTaggedProfileTemplateFactoryFinder()
The following examples show how to use
com.sun.corba.se.spi.orb.ORB#getTaggedProfileTemplateFactoryFinder() .
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: ORBConfiguratorImpl.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 5 votes |
private void initIORFinders( ORB orb ) { IdentifiableFactoryFinder profFinder = orb.getTaggedProfileFactoryFinder() ; profFinder.registerFactory( IIOPFactories.makeIIOPProfileFactory() ) ; IdentifiableFactoryFinder profTempFinder = orb.getTaggedProfileTemplateFactoryFinder() ; profTempFinder.registerFactory( IIOPFactories.makeIIOPProfileTemplateFactory() ) ; IdentifiableFactoryFinder compFinder = orb.getTaggedComponentFactoryFinder() ; compFinder.registerFactory( IIOPFactories.makeCodeSetsComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaCodebaseComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeORBTypeComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeMaxStreamFormatVersionComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeAlternateIIOPAddressComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeRequestPartitioningComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaSerializationComponentFactory()); // Register the ValueFactory instances for ORT IORFactories.registerValueFactories( orb ) ; // Register an ObjectKeyFactory orb.setObjectKeyFactory( IORFactories.makeObjectKeyFactory(orb) ) ; }
Example 2
Source File: IORTemplateImpl.java From openjdk-8 with GNU General Public License v2.0 | 5 votes |
public IORTemplateImpl( InputStream is ) { ORB orb = (ORB)(is.orb()) ; IdentifiableFactoryFinder finder = orb.getTaggedProfileTemplateFactoryFinder() ; oktemp = orb.getObjectKeyFactory().createTemplate( is ) ; EncapsulationUtility.readIdentifiableSequence( this, finder, is ) ; makeImmutable() ; }
Example 3
Source File: ORBConfiguratorImpl.java From openjdk-8 with GNU General Public License v2.0 | 5 votes |
private void initIORFinders( ORB orb ) { IdentifiableFactoryFinder profFinder = orb.getTaggedProfileFactoryFinder() ; profFinder.registerFactory( IIOPFactories.makeIIOPProfileFactory() ) ; IdentifiableFactoryFinder profTempFinder = orb.getTaggedProfileTemplateFactoryFinder() ; profTempFinder.registerFactory( IIOPFactories.makeIIOPProfileTemplateFactory() ) ; IdentifiableFactoryFinder compFinder = orb.getTaggedComponentFactoryFinder() ; compFinder.registerFactory( IIOPFactories.makeCodeSetsComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaCodebaseComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeORBTypeComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeMaxStreamFormatVersionComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeAlternateIIOPAddressComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeRequestPartitioningComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaSerializationComponentFactory()); // Register the ValueFactory instances for ORT IORFactories.registerValueFactories( orb ) ; // Register an ObjectKeyFactory orb.setObjectKeyFactory( IORFactories.makeObjectKeyFactory(orb) ) ; }
Example 4
Source File: IORTemplateImpl.java From openjdk-8-source with GNU General Public License v2.0 | 5 votes |
public IORTemplateImpl( InputStream is ) { ORB orb = (ORB)(is.orb()) ; IdentifiableFactoryFinder finder = orb.getTaggedProfileTemplateFactoryFinder() ; oktemp = orb.getObjectKeyFactory().createTemplate( is ) ; EncapsulationUtility.readIdentifiableSequence( this, finder, is ) ; makeImmutable() ; }
Example 5
Source File: ORBConfiguratorImpl.java From openjdk-8-source with GNU General Public License v2.0 | 5 votes |
private void initIORFinders( ORB orb ) { IdentifiableFactoryFinder profFinder = orb.getTaggedProfileFactoryFinder() ; profFinder.registerFactory( IIOPFactories.makeIIOPProfileFactory() ) ; IdentifiableFactoryFinder profTempFinder = orb.getTaggedProfileTemplateFactoryFinder() ; profTempFinder.registerFactory( IIOPFactories.makeIIOPProfileTemplateFactory() ) ; IdentifiableFactoryFinder compFinder = orb.getTaggedComponentFactoryFinder() ; compFinder.registerFactory( IIOPFactories.makeCodeSetsComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaCodebaseComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeORBTypeComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeMaxStreamFormatVersionComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeAlternateIIOPAddressComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeRequestPartitioningComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaSerializationComponentFactory()); // Register the ValueFactory instances for ORT IORFactories.registerValueFactories( orb ) ; // Register an ObjectKeyFactory orb.setObjectKeyFactory( IORFactories.makeObjectKeyFactory(orb) ) ; }
Example 6
Source File: IORTemplateImpl.java From hottub with GNU General Public License v2.0 | 5 votes |
public IORTemplateImpl( InputStream is ) { ORB orb = (ORB)(is.orb()) ; IdentifiableFactoryFinder finder = orb.getTaggedProfileTemplateFactoryFinder() ; oktemp = orb.getObjectKeyFactory().createTemplate( is ) ; EncapsulationUtility.readIdentifiableSequence( this, finder, is ) ; makeImmutable() ; }
Example 7
Source File: ORBConfiguratorImpl.java From hottub with GNU General Public License v2.0 | 5 votes |
private void initIORFinders( ORB orb ) { IdentifiableFactoryFinder profFinder = orb.getTaggedProfileFactoryFinder() ; profFinder.registerFactory( IIOPFactories.makeIIOPProfileFactory() ) ; IdentifiableFactoryFinder profTempFinder = orb.getTaggedProfileTemplateFactoryFinder() ; profTempFinder.registerFactory( IIOPFactories.makeIIOPProfileTemplateFactory() ) ; IdentifiableFactoryFinder compFinder = orb.getTaggedComponentFactoryFinder() ; compFinder.registerFactory( IIOPFactories.makeCodeSetsComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaCodebaseComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeORBTypeComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeMaxStreamFormatVersionComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeAlternateIIOPAddressComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeRequestPartitioningComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaSerializationComponentFactory()); // Register the ValueFactory instances for ORT IORFactories.registerValueFactories( orb ) ; // Register an ObjectKeyFactory orb.setObjectKeyFactory( IORFactories.makeObjectKeyFactory(orb) ) ; }
Example 8
Source File: IORTemplateImpl.java From openjdk-jdk9 with GNU General Public License v2.0 | 5 votes |
public IORTemplateImpl( InputStream is ) { ORB orb = (ORB)(is.orb()) ; IdentifiableFactoryFinder finder = orb.getTaggedProfileTemplateFactoryFinder() ; oktemp = orb.getObjectKeyFactory().createTemplate( is ) ; EncapsulationUtility.readIdentifiableSequence( this, finder, is ) ; makeImmutable() ; }
Example 9
Source File: ORBConfiguratorImpl.java From openjdk-jdk9 with GNU General Public License v2.0 | 5 votes |
private void initIORFinders( ORB orb ) { IdentifiableFactoryFinder profFinder = orb.getTaggedProfileFactoryFinder() ; profFinder.registerFactory( IIOPFactories.makeIIOPProfileFactory() ) ; IdentifiableFactoryFinder profTempFinder = orb.getTaggedProfileTemplateFactoryFinder() ; profTempFinder.registerFactory( IIOPFactories.makeIIOPProfileTemplateFactory() ) ; IdentifiableFactoryFinder compFinder = orb.getTaggedComponentFactoryFinder() ; compFinder.registerFactory( IIOPFactories.makeCodeSetsComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaCodebaseComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeORBTypeComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeMaxStreamFormatVersionComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeAlternateIIOPAddressComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeRequestPartitioningComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaSerializationComponentFactory()); // Register the ValueFactory instances for ORT IORFactories.registerValueFactories( orb ) ; // Register an ObjectKeyFactory orb.setObjectKeyFactory( IORFactories.makeObjectKeyFactory(orb) ) ; }
Example 10
Source File: IORTemplateImpl.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 5 votes |
public IORTemplateImpl( InputStream is ) { ORB orb = (ORB)(is.orb()) ; IdentifiableFactoryFinder finder = orb.getTaggedProfileTemplateFactoryFinder() ; oktemp = orb.getObjectKeyFactory().createTemplate( is ) ; EncapsulationUtility.readIdentifiableSequence( this, finder, is ) ; makeImmutable() ; }
Example 11
Source File: ORBConfiguratorImpl.java From jdk1.8-source-analysis with Apache License 2.0 | 5 votes |
private void initIORFinders( ORB orb ) { IdentifiableFactoryFinder profFinder = orb.getTaggedProfileFactoryFinder() ; profFinder.registerFactory( IIOPFactories.makeIIOPProfileFactory() ) ; IdentifiableFactoryFinder profTempFinder = orb.getTaggedProfileTemplateFactoryFinder() ; profTempFinder.registerFactory( IIOPFactories.makeIIOPProfileTemplateFactory() ) ; IdentifiableFactoryFinder compFinder = orb.getTaggedComponentFactoryFinder() ; compFinder.registerFactory( IIOPFactories.makeCodeSetsComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaCodebaseComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeORBTypeComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeMaxStreamFormatVersionComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeAlternateIIOPAddressComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeRequestPartitioningComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaSerializationComponentFactory()); // Register the ValueFactory instances for ORT IORFactories.registerValueFactories( orb ) ; // Register an ObjectKeyFactory orb.setObjectKeyFactory( IORFactories.makeObjectKeyFactory(orb) ) ; }
Example 12
Source File: IORTemplateImpl.java From openjdk-jdk8u with GNU General Public License v2.0 | 5 votes |
public IORTemplateImpl( InputStream is ) { ORB orb = (ORB)(is.orb()) ; IdentifiableFactoryFinder finder = orb.getTaggedProfileTemplateFactoryFinder() ; oktemp = orb.getObjectKeyFactory().createTemplate( is ) ; EncapsulationUtility.readIdentifiableSequence( this, finder, is ) ; makeImmutable() ; }
Example 13
Source File: ORBConfiguratorImpl.java From openjdk-jdk8u with GNU General Public License v2.0 | 5 votes |
private void initIORFinders( ORB orb ) { IdentifiableFactoryFinder profFinder = orb.getTaggedProfileFactoryFinder() ; profFinder.registerFactory( IIOPFactories.makeIIOPProfileFactory() ) ; IdentifiableFactoryFinder profTempFinder = orb.getTaggedProfileTemplateFactoryFinder() ; profTempFinder.registerFactory( IIOPFactories.makeIIOPProfileTemplateFactory() ) ; IdentifiableFactoryFinder compFinder = orb.getTaggedComponentFactoryFinder() ; compFinder.registerFactory( IIOPFactories.makeCodeSetsComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaCodebaseComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeORBTypeComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeMaxStreamFormatVersionComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeAlternateIIOPAddressComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeRequestPartitioningComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaSerializationComponentFactory()); // Register the ValueFactory instances for ORT IORFactories.registerValueFactories( orb ) ; // Register an ObjectKeyFactory orb.setObjectKeyFactory( IORFactories.makeObjectKeyFactory(orb) ) ; }
Example 14
Source File: IORTemplateImpl.java From JDKSourceCode1.8 with MIT License | 5 votes |
public IORTemplateImpl( InputStream is ) { ORB orb = (ORB)(is.orb()) ; IdentifiableFactoryFinder finder = orb.getTaggedProfileTemplateFactoryFinder() ; oktemp = orb.getObjectKeyFactory().createTemplate( is ) ; EncapsulationUtility.readIdentifiableSequence( this, finder, is ) ; makeImmutable() ; }
Example 15
Source File: ORBConfiguratorImpl.java From JDKSourceCode1.8 with MIT License | 5 votes |
private void initIORFinders( ORB orb ) { IdentifiableFactoryFinder profFinder = orb.getTaggedProfileFactoryFinder() ; profFinder.registerFactory( IIOPFactories.makeIIOPProfileFactory() ) ; IdentifiableFactoryFinder profTempFinder = orb.getTaggedProfileTemplateFactoryFinder() ; profTempFinder.registerFactory( IIOPFactories.makeIIOPProfileTemplateFactory() ) ; IdentifiableFactoryFinder compFinder = orb.getTaggedComponentFactoryFinder() ; compFinder.registerFactory( IIOPFactories.makeCodeSetsComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaCodebaseComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeORBTypeComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeMaxStreamFormatVersionComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeAlternateIIOPAddressComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeRequestPartitioningComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaSerializationComponentFactory()); // Register the ValueFactory instances for ORT IORFactories.registerValueFactories( orb ) ; // Register an ObjectKeyFactory orb.setObjectKeyFactory( IORFactories.makeObjectKeyFactory(orb) ) ; }
Example 16
Source File: IORTemplateImpl.java From jdk8u60 with GNU General Public License v2.0 | 5 votes |
public IORTemplateImpl( InputStream is ) { ORB orb = (ORB)(is.orb()) ; IdentifiableFactoryFinder finder = orb.getTaggedProfileTemplateFactoryFinder() ; oktemp = orb.getObjectKeyFactory().createTemplate( is ) ; EncapsulationUtility.readIdentifiableSequence( this, finder, is ) ; makeImmutable() ; }
Example 17
Source File: ORBConfiguratorImpl.java From jdk8u60 with GNU General Public License v2.0 | 5 votes |
private void initIORFinders( ORB orb ) { IdentifiableFactoryFinder profFinder = orb.getTaggedProfileFactoryFinder() ; profFinder.registerFactory( IIOPFactories.makeIIOPProfileFactory() ) ; IdentifiableFactoryFinder profTempFinder = orb.getTaggedProfileTemplateFactoryFinder() ; profTempFinder.registerFactory( IIOPFactories.makeIIOPProfileTemplateFactory() ) ; IdentifiableFactoryFinder compFinder = orb.getTaggedComponentFactoryFinder() ; compFinder.registerFactory( IIOPFactories.makeCodeSetsComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaCodebaseComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeORBTypeComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeMaxStreamFormatVersionComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeAlternateIIOPAddressComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeRequestPartitioningComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaSerializationComponentFactory()); // Register the ValueFactory instances for ORT IORFactories.registerValueFactories( orb ) ; // Register an ObjectKeyFactory orb.setObjectKeyFactory( IORFactories.makeObjectKeyFactory(orb) ) ; }
Example 18
Source File: IORTemplateImpl.java From TencentKona-8 with GNU General Public License v2.0 | 5 votes |
public IORTemplateImpl( InputStream is ) { ORB orb = (ORB)(is.orb()) ; IdentifiableFactoryFinder finder = orb.getTaggedProfileTemplateFactoryFinder() ; oktemp = orb.getObjectKeyFactory().createTemplate( is ) ; EncapsulationUtility.readIdentifiableSequence( this, finder, is ) ; makeImmutable() ; }
Example 19
Source File: ORBConfiguratorImpl.java From TencentKona-8 with GNU General Public License v2.0 | 5 votes |
private void initIORFinders( ORB orb ) { IdentifiableFactoryFinder profFinder = orb.getTaggedProfileFactoryFinder() ; profFinder.registerFactory( IIOPFactories.makeIIOPProfileFactory() ) ; IdentifiableFactoryFinder profTempFinder = orb.getTaggedProfileTemplateFactoryFinder() ; profTempFinder.registerFactory( IIOPFactories.makeIIOPProfileTemplateFactory() ) ; IdentifiableFactoryFinder compFinder = orb.getTaggedComponentFactoryFinder() ; compFinder.registerFactory( IIOPFactories.makeCodeSetsComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaCodebaseComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeORBTypeComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeMaxStreamFormatVersionComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeAlternateIIOPAddressComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeRequestPartitioningComponentFactory() ) ; compFinder.registerFactory( IIOPFactories.makeJavaSerializationComponentFactory()); // Register the ValueFactory instances for ORT IORFactories.registerValueFactories( orb ) ; // Register an ObjectKeyFactory orb.setObjectKeyFactory( IORFactories.makeObjectKeyFactory(orb) ) ; }
Example 20
Source File: IORTemplateImpl.java From jdk1.8-source-analysis with Apache License 2.0 | 5 votes |
public IORTemplateImpl( InputStream is ) { ORB orb = (ORB)(is.orb()) ; IdentifiableFactoryFinder finder = orb.getTaggedProfileTemplateFactoryFinder() ; oktemp = orb.getObjectKeyFactory().createTemplate( is ) ; EncapsulationUtility.readIdentifiableSequence( this, finder, is ) ; makeImmutable() ; }