Specification of package Corba.Portableserver.Poamanager.Impl







 ========================================================================= --
 ===                                                                   === --
 ===                 Top Graph'X CORBA Implementation                  === --
 ===                                                                   === --
 ===                 Copyright (c) 2000, Top Graph'X.                  === --
 ===                                                                   === --
 ===                     --- Copyright Notice ---                      === --
 ===                                                                   === --
 ===    This software is protected as an unpublished work under the    === --
 ===     Copyright Act of 1976.  All rights reserved.  Top Graph'X.    === --
 ===                                                                   === --
 ========================================================================= --

with Corba.Impl ;
with Ada.Exceptions ;
package Corba.PortableServer.POAManager.Impl is

   type Object is new Corba.Impl.Object with
   record
      Status : State := Holding ;
   end record ;

   type Object_Ptr is access all Object'class ;

   procedure Activate ( Self : access Object) ;

   procedure Hold_Requests
      ( Self : access Object;
        Wait_For_Completion : in Corba.Boolean) ;

   procedure Discard_Requests
      ( Self : access Object;
        Wait_For_Completion : in Corba.Boolean) ;

   procedure Deactivate
      ( Self : access Object;
        Etherealize_Objects : in Corba.Boolean;
        Wait_For_Completion : in Corba.Boolean) ;

   function Get_State ( Self : access Object) return State ;

end Corba.PortableServer.POAManager.Impl;




List of definition uses










This page was generated by PrismTech's ada2html on Friday Mai 12 2006 16:18