Package com.sun.star.corba.iop

Examples of com.sun.star.corba.iop.ServiceContext


                                            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) {
      if(methodDescription == null)
View Full Code Here


    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,
                        exception ? ReplyStatusType_1_2.USER_EXCEPTION : ReplyStatusType_1_2.NO_EXCEPTION,
View Full Code Here

TOP

Related Classes of com.sun.star.corba.iop.ServiceContext

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.