Specification of package Corba.Pollableset.Impl







 ==================================================== --
 ===  Code automatically generated by IDL to Ada  === --
 ===  compiler OrbAda-idl2ada                     === --
 ===  Copyright Top Graph'X  1997-2001            === --
 ==================================================== --
 From IDL file Messaging.idl
with Corba.Iop ;
with Corba.Impl ;
with Corba.Sequences ;
with CORBA.Pollable.Impl;
package CORBA.PollableSet.Impl is
   type Object is new Corba.Impl.Object with
   record
      Notifier  : CORBA.Pollable.Impl.Set_Signaler_Ptr :=
         new CORBA.Pollable.Impl.Set_Signaler ;
   end record;

   type Object_Ptr is access all Object'class;

   -----------------------------
    Methods of this interface --
   -----------------------------

    function create_dii_pollable
       ( Self : access Object)
       return CORBA.DIIPollable.Value_Ref ;

   procedure add_pollable
      ( Self : access Object;
        potential : in CORBA.Pollable.Value_Ref) ;

   function get_ready_pollable
      ( Self : access Object;
        timeout : in Corba.Unsigned_Long)
      return CORBA.Pollable.Value_Ref ;

   procedure remove
      ( Self : access Object;
        potential : in CORBA.Pollable.Value_Ref) ;

   function number_left
      ( Self : access Object)
      return Corba.Unsigned_Short ;

   ---------------------
    Intrinsic Methods --
   ---------------------

   function Is_A ( For_Servant     : access Object;
                   Logical_Type_ID : in Standard.String) return Boolean ;

    Finalization method to clean up the signaler
   procedure Finalize ( Self : access Object) ;
end CORBA.PollableSet.Impl;



List of definition uses










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