Package com.sun.star.corba

Examples of com.sun.star.corba.OneThreadID


                                        new IOR(new CorbaString8(""),
                                            new TaggedProfile[0])
                                          )
                              );

    LogicalThreadID logicalThreadID = new LogicalThreadID(new OneThreadID[]{new OneThreadID(0, threadId.getBytes())});
    ServiceContext serviceContexts[] = new ServiceContext[]{new ServiceContext(4, marshalLogicalThreadID(logicalThreadID))};


    // if the type of request is not provided, use methodDescription if available, otherwise fall back to synchron
    if(synchron[0] == null) {
View Full Code Here


    TypeDescription resType    = (TypeDescription)data[2];
    int requestId     = ((Integer)data[3]).intValue();

    Marshal marshal = new Marshal(false, _iBridge);

    LogicalThreadID logicalThreadID = new LogicalThreadID(new OneThreadID[]{new OneThreadID(0, threadId.getBytes())});
    ServiceContext serviceContexts[] = new ServiceContext[]{new ServiceContext(4, marshalLogicalThreadID(logicalThreadID))};

    int messageType = MsgType_1_1.Reply_value;
    marshal.writeObject(__ReplyHeader_1_2TypeDescription,
              new ReplyHeader_1_2(requestId,
View Full Code Here

TOP

Related Classes of com.sun.star.corba.OneThreadID

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.