Package com.sun.star.corba.giop

Examples of com.sun.star.corba.giop.RequestHeader_1_2



  private IMessage readRequest(Unmarshal unmarshal) throws Exception {
    ++ _requestsRecieved;

    RequestHeader_1_2 requestHeader = (RequestHeader_1_2)unmarshal.readObject(__RequestHeader_1_2TypeDescription);
   
    LogicalThreadID logicalThreadID = unmarshalLogicalThreadID(unmarshal.isLittleEndian(), requestHeader.service_context[0].context_data);
   
    ObjectKey objectKey = unmarshalObjectKey(unmarshal.isLittleEndian(), requestHeader.target.object_key);
   
View Full Code Here


    }


    int messageType = MsgType_1_1.Request_value;
    marshal.writeObject(__RequestHeader_1_2TypeDescription,
              new RequestHeader_1_2(++ _requestId,
                          (byte)(synchron[0].booleanValue() ? 3 : 0),
                          (byte)0, (byte)0, (byte)0,
                          targetAddress,
                          new CorbaString8(operation),
                          serviceContexts)
View Full Code Here

TOP

Related Classes of com.sun.star.corba.giop.RequestHeader_1_2

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.