|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.david.libs.helpers.TypeCodeHelpers
This class contains some helper methods to manipulate TypeCodes.
| Constructor Summary | |
TypeCodeHelpers()
|
|
| Method Summary | |
static java.lang.String |
getRMIRepositoryID(java.lang.Class clz)
This method returns the RMI-style repository ID string from clz. |
static org.omg.CORBA.TypeCode |
getTypeCode(java.lang.Class classe)
Returns the TypeCode corresponding to the provided Class. |
static org.omg.CORBA.TypeCode |
getValueTypeCode(java.io.Serializable value)
Returns the TypeCode corresponding to the provided value. |
static org.omg.CORBA.TypeCode |
unAliasedTypeCode(org.omg.CORBA.TypeCode tc)
Returns the TypeCode represented by tc, after having followed
the chain of possible aliases. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TypeCodeHelpers()
| Method Detail |
public static org.omg.CORBA.TypeCode unAliasedTypeCode(org.omg.CORBA.TypeCode tc)
tc, after having followed
the chain of possible aliases.
tc - a TypeCode
public static org.omg.CORBA.TypeCode getValueTypeCode(java.io.Serializable value)
value.
value - a Serializable object;
public static org.omg.CORBA.TypeCode getTypeCode(java.lang.Class classe)
classe - a Class instance;
public static final java.lang.String getRMIRepositoryID(java.lang.Class clz)
clz - a Class instance;
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||