Package com.sun.corba.ee.impl.io
Class ObjectStreamClassCorbaExt
java.lang.Object
com.sun.corba.ee.impl.io.ObjectStreamClassCorbaExt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static final Method[]
getDeclaredMethods
(Class clz) (package private) static final boolean
Return true, iff, 1.(package private) static final boolean
-
Field Details
-
objectString
- See Also:
-
serializableString
- See Also:
-
externalizableString
- See Also:
-
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:
-
-
Constructor Details
-
ObjectStreamClassCorbaExt
ObjectStreamClassCorbaExt()
-
-
Method Details
-
isAbstractInterface
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
-
getDeclaredMethods
-