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

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DIIOPProxy.java88 String objectToString(Object orb, Object obj); method in interface:IIOPProxy
H A DIIOPHelper.java151 public static String objectToString(Object orb, Object obj) { method in class:IIOPHelper
153 return proxy.objectToString(orb, obj);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DIIOPProxyImpl.java95 public String objectToString(Object orb, Object obj) { method in class:IIOPProxyImpl

Completed in 255 milliseconds