Searched refs:objref (Results 1 - 7 of 7) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTOAImpl.java174 public void connect( org.omg.CORBA.Object objref) argument
176 // Store the objref and get a userkey allocated by the transient
178 byte[] key = servants.storeServant(objref, null);
180 // Find out the repository ID for this objref.
181 String id = StubAdapter.getTypeIds( objref )[0] ;
183 // Create the new objref
187 // Copy the delegate from the new objref to the argument
199 jlcs.setServant( objref ) ;
205 StubAdapter.setDelegate( objref, delegate ) ;
208 public void disconnect( org.omg.CORBA.Object objref )
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubConnectImpl.java99 ObjectImpl objref = new CORBAObjectImpl() ;
100 objref._set_delegate( del ) ;
101 ior = new StubIORImpl( objref ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/resolver/
H A DBootstrapResolverImpl.java96 org.omg.CORBA.Object objref = null ;
99 OutputStream os = (OutputStream) bootstrapDelegate.request( objref,
107 // The only reason a null objref is passed is to get the version of
114 inStream = bootstrapDelegate.invoke( objref, os);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DObjectReferenceImpl.java214 ObjectReference objref = vm.objectMirror(oop);
215 List fields = objref.referenceType().allFields();
218 if (objref.getValue(fld).equals(obj) && !objects.contains(objref)) {
219 objects.add(objref);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectorServer.java407 final RMIServer objref = objectToBind(rmiServer, attributes);
426 bind(jndiUrl, usemap, objref, rebind);
438 encodeStubInAddress(objref, attributes);
H A DRMIConnector.java1925 Object objref = ctx.lookup(jndiURL);
1929 return narrowIIOPServer(objref);
1931 return narrowJRMPServer(objref);
1934 private static RMIServer narrowJRMPServer(Object objref) { argument
1936 return (RMIServer) objref;
1939 private static RMIServer narrowIIOPServer(Object objref) { argument
1941 return IIOPHelper.narrow(objref, RMIServer.class);
1944 logger.trace("narrowIIOPServer","Failed to narrow objref=" +
1945 objref + ": " + e);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java787 org.omg.CORBA.Object objref = (org.omg.CORBA.Object)
793 if (objref != null) {
794 return objref;
808 org.omg.CORBA.Object objref = null ;
810 objref = stubFactory.makeStub() ;
819 objref = new CORBAObjectImpl() ;
822 StubAdapter.setDelegate( objref, del ) ;
823 return objref;

Completed in 95 milliseconds