Class _CodeBaseStub

    • Field Detail

      • __ids

        private static java.lang.String[] __ids
    • Constructor Detail

      • _CodeBaseStub

        public _CodeBaseStub()
    • Method Detail

      • bases

        public java.lang.String[] bases​(java.lang.String x)
        Specified by:
        bases in interface CodeBaseOperations
      • _ids

        public java.lang.String[] _ids()
        Description copied from class: ObjectImpl
        Retrieves a string array containing the repository identifiers supported by this ObjectImpl object. For example, for a stub, this method returns information about all the interfaces supported by the stub.
        Specified by:
        _ids in class ObjectImpl
        Returns:
        the array of all repository identifiers supported by this ObjectImpl instance
      • readObject

        private void readObject​(java.io.ObjectInputStream s)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • writeObject

        private void writeObject​(java.io.ObjectOutputStream s)
                          throws java.io.IOException
        Throws:
        java.io.IOException