Java Code Examples for org.omg.CORBA.portable.InputStream#orb()
The following examples show how to use
org.omg.CORBA.portable.InputStream#orb() .
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: ORBUtility.java From hottub with GNU General Public License v2.0 | 5 votes |
public static SystemException extractSystemException(Any any) { InputStream in = any.create_input_stream(); ORB orb = (ORB)(in.orb()); if ( ! isSystemExceptionTypeCode(any.type(), orb)) { throw wrapper.unknownDsiSysex(CompletionStatus.COMPLETED_MAYBE); } return ORBUtility.readSystemException(in); }
Example 2
Source File: ORBUtility.java From TencentKona-8 with GNU General Public License v2.0 | 5 votes |
public static SystemException extractSystemException(Any any) { InputStream in = any.create_input_stream(); ORB orb = (ORB)(in.orb()); if ( ! isSystemExceptionTypeCode(any.type(), orb)) { throw wrapper.unknownDsiSysex(CompletionStatus.COMPLETED_MAYBE); } return ORBUtility.readSystemException(in); }
Example 3
Source File: ORBUtility.java From jdk8u60 with GNU General Public License v2.0 | 5 votes |
public static SystemException extractSystemException(Any any) { InputStream in = any.create_input_stream(); ORB orb = (ORB)(in.orb()); if ( ! isSystemExceptionTypeCode(any.type(), orb)) { throw wrapper.unknownDsiSysex(CompletionStatus.COMPLETED_MAYBE); } return ORBUtility.readSystemException(in); }
Example 4
Source File: ORBUtility.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 5 votes |
public static SystemException extractSystemException(Any any) { InputStream in = any.create_input_stream(); ORB orb = (ORB)(in.orb()); if ( ! isSystemExceptionTypeCode(any.type(), orb)) { throw wrapper.unknownDsiSysex(CompletionStatus.COMPLETED_MAYBE); } return ORBUtility.readSystemException(in); }
Example 5
Source File: ORBUtility.java From openjdk-8-source with GNU General Public License v2.0 | 5 votes |
public static SystemException extractSystemException(Any any) { InputStream in = any.create_input_stream(); ORB orb = (ORB)(in.orb()); if ( ! isSystemExceptionTypeCode(any.type(), orb)) { throw wrapper.unknownDsiSysex(CompletionStatus.COMPLETED_MAYBE); } return ORBUtility.readSystemException(in); }
Example 6
Source File: ObjectReferenceTemplateImpl.java From JDKSourceCode1.8 with MIT License | 4 votes |
public ObjectReferenceTemplateImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 7
Source File: ObjectReferenceTemplateImpl.java From openjdk-jdk9 with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceTemplateImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 8
Source File: ObjectReferenceFactoryImpl.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceFactoryImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 9
Source File: ObjectReferenceTemplateImpl.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceTemplateImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 10
Source File: ObjectReferenceTemplateImpl.java From openjdk-8-source with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceTemplateImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 11
Source File: ObjectReferenceFactoryImpl.java From hottub with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceFactoryImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 12
Source File: ObjectReferenceFactoryImpl.java From openjdk-jdk9 with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceFactoryImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 13
Source File: ObjectReferenceFactoryImpl.java From JDKSourceCode1.8 with MIT License | 4 votes |
public ObjectReferenceFactoryImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 14
Source File: ObjectReferenceFactoryImpl.java From openjdk-8 with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceFactoryImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 15
Source File: ObjectReferenceTemplateImpl.java From hottub with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceTemplateImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 16
Source File: ObjectReferenceTemplateImpl.java From jdk8u60 with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceTemplateImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 17
Source File: ObjectReferenceFactoryImpl.java From TencentKona-8 with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceFactoryImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 18
Source File: ObjectReferenceTemplateImpl.java From TencentKona-8 with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceTemplateImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 19
Source File: ObjectReferenceFactoryImpl.java From openjdk-8-source with GNU General Public License v2.0 | 4 votes |
public ObjectReferenceFactoryImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }
Example 20
Source File: ObjectReferenceTemplateImpl.java From jdk1.8-source-analysis with Apache License 2.0 | 4 votes |
public ObjectReferenceTemplateImpl( InputStream is ) { super( (ORB)(is.orb()) ) ; _read( is ) ; }