Class ObjectStreamClassCorbaExt


  • class ObjectStreamClassCorbaExt
    extends java.lang.Object
    • Field Detail

      • 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
    • Constructor Detail

      • ObjectStreamClassCorbaExt

        ObjectStreamClassCorbaExt()
    • 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)