|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.ir.RepositoryID
This class builds CORBA repository IDs from Java classes or class names, or builds Java class names from repository IDs
Constructor Summary | |
RepositoryID()
|
Method Summary | |
static java.lang.String |
className(java.lang.String repId)
Returns the fully qualified name of the Java class to which the given Repository ID is mapped. |
static java.lang.String |
className(java.lang.String repId,
java.lang.String suffix)
Returns the fully qualified name of the Java class to which the given Repository ID is mapped, with a given suffix appended to the class name. |
static BoxedValueHelper |
createBoxedValueHelper(java.lang.String repId)
Creates a BoxedValueHelper instance for a given repository ID. |
static java.lang.String |
repId(java.lang.Class c)
|
static java.lang.String |
toRepositoryID(java.lang.String className)
|
static java.lang.String |
toRepositoryID(java.lang.String className,
boolean resolveClass)
Converts a class name to a Repository ID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RepositoryID()
Method Detail |
public static java.lang.String className(java.lang.String repId)
public static java.lang.String className(java.lang.String repId, java.lang.String suffix)
public static java.lang.String repId(java.lang.Class c)
public static java.lang.String toRepositoryID(java.lang.String className, boolean resolveClass)
resolveClass
- indicates whether the method should try to
resolve and load the class. If true and the class could
not be loaded, an IllegalArgumentException will be thrownpublic static java.lang.String toRepositoryID(java.lang.String className)
public static BoxedValueHelper createBoxedValueHelper(java.lang.String repId)
repId
- the repository ID of the boxed value type
java.lang.RuntimeException
- if creation of the Helper instance fails
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |