Searched refs:objectId (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/jurt/com/sun/star/lib/uno/environments/remote/ |
H A D | Message.java | 35 ThreadId threadId, boolean request, String objectId, in Message() argument 42 this.objectId = objectId; in Message() 83 return objectId; in getObjectId() 183 private final String objectId; field in Message
|
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | Marshal.java | 66 public void writeObjectId(String objectId) { in writeObjectId() argument 67 if (objectId == null) { in writeObjectId() 72 int index = objectIdCache.add(found, objectId); in writeObjectId() 73 writeStringValue(found[0] ? null : objectId); in writeObjectId()
|
H A D | urp.java | 612 r.internal, r.objectId, r.type, r.method, r.threadId, null, in writeQueuedReleases() 663 boolean internal, String objectId, TypeDescription type, in QueuedRelease() argument 667 this.objectId = objectId; in QueuedRelease() 674 public final String objectId; field in urp.QueuedRelease
|
H A D | UrpMessage.java | 34 ThreadId threadId, boolean request, String objectId, in UrpMessage() argument 40 threadId, request, objectId, type, method, synchronous, in UrpMessage()
|
Completed in 20 milliseconds