Searched defs:string_to_object (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DORB.java536 abstract public org.omg.CORBA.Object string_to_object(String str); method in class:ORB
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBImpl.java253 // ORB making the call to string_to_object. This caused a deadlock between the
265 // Converts strings to object references for resolvers and string_to_object
812 public org.omg.CORBA.Object string_to_object(String str) method in class:ORBImpl
1945 /** Set the operation used in string_to_object calls. The Operation must expect a
1958 /** Get the operation used in string_to_object calls. The Operation must expect a
H A DORBSingleton.java363 public org.omg.CORBA.Object string_to_object(String s) { method in class:ORBSingleton

Completed in 90 milliseconds