Package com.sun.corba.ee.impl.io
Class ObjectStreamClassCorbaExt
- java.lang.Object
-
- com.sun.corba.ee.impl.io.ObjectStreamClassCorbaExt
-
class ObjectStreamClassCorbaExt extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
debugIsAny
private static int
externalizableLength
private static java.lang.String
externalizableString
private static int
objectLength
private static java.lang.String
objectString
private static int
serializableLength
private static java.lang.String
serializableString
-
Constructor Summary
Constructors Constructor Description ObjectStreamClassCorbaExt()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.reflect.Method[]
getDeclaredMethods(java.lang.Class clz)
(package private) static boolean
isAbstractInterface(java.lang.Class cl)
Return true, iff, 1.(package private) static boolean
isAny(java.lang.String typeString)
-
-
-
Field Detail
-
objectString
private static final java.lang.String objectString
- See Also:
- Constant Field Values
-
serializableString
private static final java.lang.String serializableString
- See Also:
- Constant Field Values
-
externalizableString
private static final java.lang.String externalizableString
- See Also:
- Constant Field Values
-
objectLength
private static final int objectLength
-
serializableLength
private static final int serializableLength
-
externalizableLength
private static final int externalizableLength
-
debugIsAny
private static final boolean debugIsAny
- See Also:
- Constant Field Values
-
-
Method Detail
-
isAbstractInterface
static final boolean isAbstractInterface(java.lang.Class cl)
Return true, iff, 1. 'cl' is an interface, and 2. 'cl' and all its ancestors do not implement java.rmi.Remote, and 3. if 'cl' has no methods (including those of its ancestors), or, if all the methods (including those of its ancestors) throw an exception that is atleast java.rmi.RemoteException or one of java.rmi.RemoteException's super classes.
-
isAny
static final boolean isAny(java.lang.String typeString)
-
getDeclaredMethods
private static final java.lang.reflect.Method[] getDeclaredMethods(java.lang.Class clz)
-
-