Package com.sun.corba.ee.impl.misc
Interface RepositoryIdInterface
-
- All Known Implementing Classes:
RepIdDelegator
public interface RepositoryIdInterfaceMethods on specific instances of RepositoryId. Hides versioning of our RepositoryId class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ClassgetClassFromType()java.lang.ClassgetClassFromType(java.lang.Class expectedType, java.lang.String codebaseURL)java.lang.ClassgetClassFromType(java.lang.String codebaseURL)java.lang.StringgetClassName()
-
-
-
Method Detail
-
getClassFromType
java.lang.Class getClassFromType() throws java.lang.ClassNotFoundException- Throws:
java.lang.ClassNotFoundException
-
getClassFromType
java.lang.Class getClassFromType(java.lang.String codebaseURL) throws java.lang.ClassNotFoundException, java.net.MalformedURLException- Throws:
java.lang.ClassNotFoundExceptionjava.net.MalformedURLException
-
getClassFromType
java.lang.Class getClassFromType(java.lang.Class expectedType, java.lang.String codebaseURL) throws java.lang.ClassNotFoundException, java.net.MalformedURLException- Throws:
java.lang.ClassNotFoundExceptionjava.net.MalformedURLException
-
getClassName
java.lang.String getClassName()
-
-