Package com.sun.corba.ee.impl.misc
Interface RepositoryIdInterface
-
- All Known Implementing Classes:
RepIdDelegator
public interface RepositoryIdInterface
Methods 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.Class
getClassFromType()
java.lang.Class
getClassFromType(java.lang.Class expectedType, java.lang.String codebaseURL)
java.lang.Class
getClassFromType(java.lang.String codebaseURL)
java.lang.String
getClassName()
-
-
-
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.ClassNotFoundException
java.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.ClassNotFoundException
java.net.MalformedURLException
-
getClassName
java.lang.String getClassName()
-
-