Package org.omg.CORBA

Class _AttributeDefStub

    • Field Detail

      • __ids

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

      • _AttributeDefStub

        public _AttributeDefStub()
    • Method Detail

      • move

        public void move​(Container new_container,
                         java.lang.String new_name,
                         java.lang.String new_version)
        Specified by:
        move in interface ContainedOperations
      • def_kind

        public DefinitionKind def_kind()
        Description copied from interface: IRObjectOperations
        Returns the DefinitionKind corresponding to this Interface Repository object.
        Specified by:
        def_kind in interface IRObjectOperations
        Returns:
        the DefinitionKind corresponding to this Interface Repository object.
      • destroy

        public void destroy()
        Description copied from interface: IRObjectOperations
        Destroys this object. If the object is a Container, this method is applied to all its contents. If the object contains an IDLType attribute for an anonymous type, that IDLType is destroyed. If the object is currently contained in some other object, it is removed. If the method is invoked on a Repository or on a PrimitiveDef then the BAD_INV_ORDER exception is raised with minor value 2. An attempt to destroy an object that would leave the repository in an incoherent state causes BAD_INV_ORDER exception to be raised with the minor code 1.
        Specified by:
        destroy in interface IRObjectOperations
      • _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