corba/src/share/classes/sun/corba/JavaCorbaAccess.java
changeset 18304 56149cf29cf9
parent 16136 f5a39cbcd82f
equal deleted inserted replaced
16817:da9a4c931281 18304:56149cf29cf9
     1 /*
     1 /*
     2  * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    27 
    27 
    28 import com.sun.corba.se.impl.io.ValueHandlerImpl;
    28 import com.sun.corba.se.impl.io.ValueHandlerImpl;
    29 
    29 
    30 public interface JavaCorbaAccess {
    30 public interface JavaCorbaAccess {
    31     public ValueHandlerImpl newValueHandlerImpl();
    31     public ValueHandlerImpl newValueHandlerImpl();
       
    32     public Class<?> loadClass(String className) throws ClassNotFoundException;
    32 }
    33 }