< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/naming/pcosnaming/NameService.java

Print this page

        

*** 184,194 **** } /** * getObjectReferenceFromKey returns the Object reference from the objectkey using POA.create_reference_with_id method * @param Object Key as String ! * @returns reference an CORBA.Object. */ org.omg.CORBA.Object getObjectReferenceFromKey( String key ) { org.omg.CORBA.Object theObject = null; try --- 184,194 ---- } /** * getObjectReferenceFromKey returns the Object reference from the objectkey using POA.create_reference_with_id method * @param Object Key as String ! * @return a CORBA.Object reference. */ org.omg.CORBA.Object getObjectReferenceFromKey( String key ) { org.omg.CORBA.Object theObject = null; try
*** 203,213 **** } /** * getObjectKey gets the Object Key from the reference using POA.reference_to_id method * @param reference an CORBA.Object. ! * @returns Object Key as String */ String getObjectKey( org.omg.CORBA.Object reference ) { byte theId[]; try --- 203,213 ---- } /** * getObjectKey gets the Object Key from the reference using POA.reference_to_id method * @param reference an CORBA.Object. ! * @return Object Key as String */ String getObjectKey( org.omg.CORBA.Object reference ) { byte theId[]; try
< prev index next >