DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦14148ea9f⟧ Ada Source

    Length: 7168 (0x1c00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Broker_Client_Test, seg_029b00

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Message;
with Message_Transport;
with Method;
with Parameter;
with Signature;
with Text_Io;

use Text_Io;

package body Broker_Client_Test is
    procedure Start is
        P1 : Parameter.Object;
        P2 : Parameter.Object;
        S : Signature.Object;
        M : Method.Object;

        Mes1 : Message.Object;  
        Mes2 : Message.Object;  
        Mes3 : Message.Object;  
        Mes4 : Message.Object;  
        Status : Message_Transport.Status_Code;
    begin
        P1 := Parameter.Create
                 (Name => "message", Class => "string", Value => "hello world");
        P2 := Parameter.Create (Name => "message",
                                Class => Parameter.Void,
                                Value => Parameter.Void);

        S := Signature.Create;  
        Signature.Add (To_Signature => S,
                       The_Parameter => P1,
                       At_Position => 1);
        Signature.Add (To_Signature => S,
                       The_Parameter => P2,
                       At_Position => 2);

        M := Method.Create (Name => "Send", Signature => S);

        Mes1 := Message.Create (Class => Message.Subscription,
                                Addressee => 0,
                                Sender => 123,
                                Method => M);

        Mes2 := Message.Create (Class => Message.Publication,
                                Addressee => 0,
                                Sender => 444,
                                Method => M);

        Mes4 := Message.Create (Class => Message.Publication,
                                Addressee => 0,
                                Sender => 68,
                                Method => M);

        Mes3 := Message.Create (Class => Message.Request,
                                Addressee => 0,
                                Sender => 140763,
                                Method => M);

        Put_Line (Message.Image (Message.Value (Message.Image (Mes1))));
        Message_Transport.Put (Message => Message.Image (Mes1),
                               Remote_Host => "Ancolie",
                               Remote_Socket => 2605,
                               Number_Of_Retry => 1,
                               Retry_Delay => 0.1,
                               Status => Status);
        Put_Line (Message_Transport.Status_Code'Image (Status));


        Put_Line (Message.Image (Message.Value (Message.Image (Mes2))));
        Message_Transport.Put (Message => Message.Image (Mes2),
                               Remote_Host => "Ancolie",
                               Remote_Socket => 2605,
                               Number_Of_Retry => 1,
                               Retry_Delay => 0.1,
                               Status => Status);
        Put_Line (Message_Transport.Status_Code'Image (Status));

        Put_Line (Message.Image (Message.Value (Message.Image (Mes4))));
        Message_Transport.Put (Message => Message.Image (Mes4),
                               Remote_Host => "Ancolie",
                               Remote_Socket => 2605,
                               Number_Of_Retry => 1,
                               Retry_Delay => 0.1,
                               Status => Status);
        Put_Line (Message_Transport.Status_Code'Image (Status));

        Mes1 := Message.Create (Class => Message.Notification,
                                Addressee => 0,
                                Sender => 428,
                                Method => M);

        Put_Line (Message.Image (Message.Value (Message.Image (Mes1))));
        Message_Transport.Put (Message => Message.Image (Mes1),
                               Remote_Host => "Ancolie",
                               Remote_Socket => 2605,
                               Number_Of_Retry => 1,
                               Retry_Delay => 0.1,
                               Status => Status);
        Put_Line (Message_Transport.Status_Code'Image (Status));

        Put_Line (Message.Image (Message.Value (Message.Image (Mes3))));
        Message_Transport.Put (Message => Message.Image (Mes3),
                               Remote_Host => "Ancolie",
                               Remote_Socket => 2605,
                               Number_Of_Retry => 1,
                               Retry_Delay => 0.1,
                               Status => Status);
        Put_Line (Message_Transport.Status_Code'Image (Status));
    end Start;
end Broker_Client_Test;

E3 Meta Data

    nblk1=6
    nid=3
    hdr6=a
        [0x00] rec0=22 rec1=00 rec2=01 rec3=03c
        [0x01] rec0=18 rec1=00 rec2=06 rec3=050
        [0x02] rec0=15 rec1=00 rec2=02 rec3=03e
        [0x03] rec0=13 rec1=00 rec2=05 rec3=048
        [0x04] rec0=0e rec1=00 rec2=04 rec3=000
        [0x05] rec0=41 rec1=ea rec2=3a rec3=202
    tail 0x217233be283d65d0f27a0 0x42a00088462060003
Free Block Chain:
  0x3: 0000  00 00 03 fc 80 05 3e 20 4d 29 3b 05 00 00 00 00  ┆      > M);     ┆