com.sun.corba.se.pept.protocol.ClientDelegate Java Examples
The following examples show how to use
com.sun.corba.se.pept.protocol.ClientDelegate.
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: TOAImpl.java From jdk1.8-source-analysis with Apache License 2.0 | 6 votes |
public void disconnect( org.omg.CORBA.Object objref ) { // Get the delegate, then ior, then transientKey, then delete servant org.omg.CORBA.portable.Delegate del = StubAdapter.getDelegate( objref ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)del).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; byte[] oid = jlcs.getObjectId() ; servants.deleteServant(oid); jlcs.unexport() ; } else { throw new RuntimeException( "TOAImpl.disconnect can not be called on " + lcs ) ; } }
Example #2
Source File: TOAImpl.java From openjdk-8 with GNU General Public License v2.0 | 6 votes |
public void disconnect( org.omg.CORBA.Object objref ) { // Get the delegate, then ior, then transientKey, then delete servant org.omg.CORBA.portable.Delegate del = StubAdapter.getDelegate( objref ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)del).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; byte[] oid = jlcs.getObjectId() ; servants.deleteServant(oid); jlcs.unexport() ; } else { throw new RuntimeException( "TOAImpl.disconnect can not be called on " + lcs ) ; } }
Example #3
Source File: TOAImpl.java From openjdk-8-source with GNU General Public License v2.0 | 6 votes |
public void disconnect( org.omg.CORBA.Object objref ) { // Get the delegate, then ior, then transientKey, then delete servant org.omg.CORBA.portable.Delegate del = StubAdapter.getDelegate( objref ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)del).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; byte[] oid = jlcs.getObjectId() ; servants.deleteServant(oid); jlcs.unexport() ; } else { throw new RuntimeException( "TOAImpl.disconnect can not be called on " + lcs ) ; } }
Example #4
Source File: TOAImpl.java From hottub with GNU General Public License v2.0 | 6 votes |
public void disconnect( org.omg.CORBA.Object objref ) { // Get the delegate, then ior, then transientKey, then delete servant org.omg.CORBA.portable.Delegate del = StubAdapter.getDelegate( objref ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)del).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; byte[] oid = jlcs.getObjectId() ; servants.deleteServant(oid); jlcs.unexport() ; } else { throw new RuntimeException( "TOAImpl.disconnect can not be called on " + lcs ) ; } }
Example #5
Source File: TOAImpl.java From openjdk-jdk9 with GNU General Public License v2.0 | 6 votes |
public void disconnect( org.omg.CORBA.Object objref ) { // Get the delegate, then ior, then transientKey, then delete servant org.omg.CORBA.portable.Delegate del = StubAdapter.getDelegate( objref ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)del).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; byte[] oid = jlcs.getObjectId() ; servants.deleteServant(oid); jlcs.unexport() ; } else { throw new RuntimeException( "TOAImpl.disconnect can not be called on " + lcs ) ; } }
Example #6
Source File: TOAImpl.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 6 votes |
public void disconnect( org.omg.CORBA.Object objref ) { // Get the delegate, then ior, then transientKey, then delete servant org.omg.CORBA.portable.Delegate del = StubAdapter.getDelegate( objref ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)del).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; byte[] oid = jlcs.getObjectId() ; servants.deleteServant(oid); jlcs.unexport() ; } else { throw new RuntimeException( "TOAImpl.disconnect can not be called on " + lcs ) ; } }
Example #7
Source File: TOAImpl.java From openjdk-jdk8u with GNU General Public License v2.0 | 6 votes |
public void disconnect( org.omg.CORBA.Object objref ) { // Get the delegate, then ior, then transientKey, then delete servant org.omg.CORBA.portable.Delegate del = StubAdapter.getDelegate( objref ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)del).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; byte[] oid = jlcs.getObjectId() ; servants.deleteServant(oid); jlcs.unexport() ; } else { throw new RuntimeException( "TOAImpl.disconnect can not be called on " + lcs ) ; } }
Example #8
Source File: TOAImpl.java From JDKSourceCode1.8 with MIT License | 6 votes |
public void disconnect( org.omg.CORBA.Object objref ) { // Get the delegate, then ior, then transientKey, then delete servant org.omg.CORBA.portable.Delegate del = StubAdapter.getDelegate( objref ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)del).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; byte[] oid = jlcs.getObjectId() ; servants.deleteServant(oid); jlcs.unexport() ; } else { throw new RuntimeException( "TOAImpl.disconnect can not be called on " + lcs ) ; } }
Example #9
Source File: TOAImpl.java From jdk8u60 with GNU General Public License v2.0 | 6 votes |
public void disconnect( org.omg.CORBA.Object objref ) { // Get the delegate, then ior, then transientKey, then delete servant org.omg.CORBA.portable.Delegate del = StubAdapter.getDelegate( objref ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)del).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; byte[] oid = jlcs.getObjectId() ; servants.deleteServant(oid); jlcs.unexport() ; } else { throw new RuntimeException( "TOAImpl.disconnect can not be called on " + lcs ) ; } }
Example #10
Source File: TOAImpl.java From TencentKona-8 with GNU General Public License v2.0 | 6 votes |
public void disconnect( org.omg.CORBA.Object objref ) { // Get the delegate, then ior, then transientKey, then delete servant org.omg.CORBA.portable.Delegate del = StubAdapter.getDelegate( objref ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)del).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; byte[] oid = jlcs.getObjectId() ; servants.deleteServant(oid); jlcs.unexport() ; } else { throw new RuntimeException( "TOAImpl.disconnect can not be called on " + lcs ) ; } }
Example #11
Source File: TOAImpl.java From openjdk-jdk8u with GNU General Public License v2.0 | 5 votes |
public void connect( org.omg.CORBA.Object objref) { // Store the objref and get a userkey allocated by the transient // object manager. byte[] key = servants.storeServant(objref, null); // Find out the repository ID for this objref. String id = StubAdapter.getTypeIds( objref )[0] ; // Create the new objref ObjectReferenceFactory orf = getCurrentFactory() ; org.omg.CORBA.Object obj = orf.make_object( id, key ) ; // Copy the delegate from the new objref to the argument // XXX handle the case of an attempt to connect a local object. org.omg.CORBA.portable.Delegate delegate = StubAdapter.getDelegate( obj ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)delegate).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; jlcs.setServant( objref ) ; } else { throw new RuntimeException( "TOAImpl.connect can not be called on " + lcs ) ; } StubAdapter.setDelegate( objref, delegate ) ; }
Example #12
Source File: TOAImpl.java From JDKSourceCode1.8 with MIT License | 5 votes |
public void connect( org.omg.CORBA.Object objref) { // Store the objref and get a userkey allocated by the transient // object manager. byte[] key = servants.storeServant(objref, null); // Find out the repository ID for this objref. String id = StubAdapter.getTypeIds( objref )[0] ; // Create the new objref ObjectReferenceFactory orf = getCurrentFactory() ; org.omg.CORBA.Object obj = orf.make_object( id, key ) ; // Copy the delegate from the new objref to the argument // XXX handle the case of an attempt to connect a local object. org.omg.CORBA.portable.Delegate delegate = StubAdapter.getDelegate( obj ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)delegate).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; jlcs.setServant( objref ) ; } else { throw new RuntimeException( "TOAImpl.connect can not be called on " + lcs ) ; } StubAdapter.setDelegate( objref, delegate ) ; }
Example #13
Source File: TOAImpl.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 5 votes |
public void connect( org.omg.CORBA.Object objref) { // Store the objref and get a userkey allocated by the transient // object manager. byte[] key = servants.storeServant(objref, null); // Find out the repository ID for this objref. String id = StubAdapter.getTypeIds( objref )[0] ; // Create the new objref ObjectReferenceFactory orf = getCurrentFactory() ; org.omg.CORBA.Object obj = orf.make_object( id, key ) ; // Copy the delegate from the new objref to the argument // XXX handle the case of an attempt to connect a local object. org.omg.CORBA.portable.Delegate delegate = StubAdapter.getDelegate( obj ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)delegate).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; jlcs.setServant( objref ) ; } else { throw new RuntimeException( "TOAImpl.connect can not be called on " + lcs ) ; } StubAdapter.setDelegate( objref, delegate ) ; }
Example #14
Source File: TOAImpl.java From openjdk-jdk9 with GNU General Public License v2.0 | 5 votes |
public void connect( org.omg.CORBA.Object objref) { // Store the objref and get a userkey allocated by the transient // object manager. byte[] key = servants.storeServant(objref, null); // Find out the repository ID for this objref. String id = StubAdapter.getTypeIds( objref )[0] ; // Create the new objref ObjectReferenceFactory orf = getCurrentFactory() ; org.omg.CORBA.Object obj = orf.make_object( id, key ) ; // Copy the delegate from the new objref to the argument // XXX handle the case of an attempt to connect a local object. org.omg.CORBA.portable.Delegate delegate = StubAdapter.getDelegate( obj ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)delegate).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; jlcs.setServant( objref ) ; } else { throw new RuntimeException( "TOAImpl.connect can not be called on " + lcs ) ; } StubAdapter.setDelegate( objref, delegate ) ; }
Example #15
Source File: TOAImpl.java From jdk8u60 with GNU General Public License v2.0 | 5 votes |
public void connect( org.omg.CORBA.Object objref) { // Store the objref and get a userkey allocated by the transient // object manager. byte[] key = servants.storeServant(objref, null); // Find out the repository ID for this objref. String id = StubAdapter.getTypeIds( objref )[0] ; // Create the new objref ObjectReferenceFactory orf = getCurrentFactory() ; org.omg.CORBA.Object obj = orf.make_object( id, key ) ; // Copy the delegate from the new objref to the argument // XXX handle the case of an attempt to connect a local object. org.omg.CORBA.portable.Delegate delegate = StubAdapter.getDelegate( obj ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)delegate).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; jlcs.setServant( objref ) ; } else { throw new RuntimeException( "TOAImpl.connect can not be called on " + lcs ) ; } StubAdapter.setDelegate( objref, delegate ) ; }
Example #16
Source File: TOAImpl.java From hottub with GNU General Public License v2.0 | 5 votes |
public void connect( org.omg.CORBA.Object objref) { // Store the objref and get a userkey allocated by the transient // object manager. byte[] key = servants.storeServant(objref, null); // Find out the repository ID for this objref. String id = StubAdapter.getTypeIds( objref )[0] ; // Create the new objref ObjectReferenceFactory orf = getCurrentFactory() ; org.omg.CORBA.Object obj = orf.make_object( id, key ) ; // Copy the delegate from the new objref to the argument // XXX handle the case of an attempt to connect a local object. org.omg.CORBA.portable.Delegate delegate = StubAdapter.getDelegate( obj ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)delegate).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; jlcs.setServant( objref ) ; } else { throw new RuntimeException( "TOAImpl.connect can not be called on " + lcs ) ; } StubAdapter.setDelegate( objref, delegate ) ; }
Example #17
Source File: TOAImpl.java From openjdk-8-source with GNU General Public License v2.0 | 5 votes |
public void connect( org.omg.CORBA.Object objref) { // Store the objref and get a userkey allocated by the transient // object manager. byte[] key = servants.storeServant(objref, null); // Find out the repository ID for this objref. String id = StubAdapter.getTypeIds( objref )[0] ; // Create the new objref ObjectReferenceFactory orf = getCurrentFactory() ; org.omg.CORBA.Object obj = orf.make_object( id, key ) ; // Copy the delegate from the new objref to the argument // XXX handle the case of an attempt to connect a local object. org.omg.CORBA.portable.Delegate delegate = StubAdapter.getDelegate( obj ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)delegate).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; jlcs.setServant( objref ) ; } else { throw new RuntimeException( "TOAImpl.connect can not be called on " + lcs ) ; } StubAdapter.setDelegate( objref, delegate ) ; }
Example #18
Source File: TOAImpl.java From TencentKona-8 with GNU General Public License v2.0 | 5 votes |
public void connect( org.omg.CORBA.Object objref) { // Store the objref and get a userkey allocated by the transient // object manager. byte[] key = servants.storeServant(objref, null); // Find out the repository ID for this objref. String id = StubAdapter.getTypeIds( objref )[0] ; // Create the new objref ObjectReferenceFactory orf = getCurrentFactory() ; org.omg.CORBA.Object obj = orf.make_object( id, key ) ; // Copy the delegate from the new objref to the argument // XXX handle the case of an attempt to connect a local object. org.omg.CORBA.portable.Delegate delegate = StubAdapter.getDelegate( obj ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)delegate).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; jlcs.setServant( objref ) ; } else { throw new RuntimeException( "TOAImpl.connect can not be called on " + lcs ) ; } StubAdapter.setDelegate( objref, delegate ) ; }
Example #19
Source File: TOAImpl.java From openjdk-8 with GNU General Public License v2.0 | 5 votes |
public void connect( org.omg.CORBA.Object objref) { // Store the objref and get a userkey allocated by the transient // object manager. byte[] key = servants.storeServant(objref, null); // Find out the repository ID for this objref. String id = StubAdapter.getTypeIds( objref )[0] ; // Create the new objref ObjectReferenceFactory orf = getCurrentFactory() ; org.omg.CORBA.Object obj = orf.make_object( id, key ) ; // Copy the delegate from the new objref to the argument // XXX handle the case of an attempt to connect a local object. org.omg.CORBA.portable.Delegate delegate = StubAdapter.getDelegate( obj ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)delegate).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; jlcs.setServant( objref ) ; } else { throw new RuntimeException( "TOAImpl.connect can not be called on " + lcs ) ; } StubAdapter.setDelegate( objref, delegate ) ; }
Example #20
Source File: TOAImpl.java From jdk1.8-source-analysis with Apache License 2.0 | 5 votes |
public void connect( org.omg.CORBA.Object objref) { // Store the objref and get a userkey allocated by the transient // object manager. byte[] key = servants.storeServant(objref, null); // Find out the repository ID for this objref. String id = StubAdapter.getTypeIds( objref )[0] ; // Create the new objref ObjectReferenceFactory orf = getCurrentFactory() ; org.omg.CORBA.Object obj = orf.make_object( id, key ) ; // Copy the delegate from the new objref to the argument // XXX handle the case of an attempt to connect a local object. org.omg.CORBA.portable.Delegate delegate = StubAdapter.getDelegate( obj ) ; CorbaContactInfoList ccil = (CorbaContactInfoList) ((ClientDelegate)delegate).getContactInfoList() ; LocalClientRequestDispatcher lcs = ccil.getLocalClientRequestDispatcher() ; if (lcs instanceof JIDLLocalCRDImpl) { JIDLLocalCRDImpl jlcs = (JIDLLocalCRDImpl)lcs ; jlcs.setServant( objref ) ; } else { throw new RuntimeException( "TOAImpl.connect can not be called on " + lcs ) ; } StubAdapter.setDelegate( objref, delegate ) ; }