Searched refs:IIOPProxy (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DIIOPHelper.java48 // loads IIOPProxy implementation class if available
51 private static final IIOPProxy proxy =
52 AccessController.doPrivileged(new PrivilegedAction<IIOPProxy>() {
53 public IIOPProxy run() {
56 return (IIOPProxy)c.newInstance();
H A DIIOPProxy.java38 public interface IIOPProxy { interface
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DIIOPProxyImpl.java38 import com.sun.jmx.remote.internal.IIOPProxy;
41 * An implementatin of IIOPProxy that simply delegates to the appropriate
45 public class IIOPProxyImpl implements IIOPProxy {

Completed in 49 milliseconds