Home
last modified time | relevance | path

Searched refs:objectId (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DConnectionLog.java44 private final int objectId; field in ConnectionLog
48 objectId = uniqueIds[objectType.ordinal()].getAndIncrement(); in ConnectionLog()
52 return objectId; in getObjectId()
58 argsWithId[0] = objectId; in log()
66 argsWithId[0] = objectId; in logp()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DMessage.java35 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
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java66 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 Durp.java612 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 DUrpMessage.java34 ThreadId threadId, boolean request, String objectId, in UrpMessage() argument
40 threadId, request, objectId, type, method, synchronous, in UrpMessage()

Completed in 22 milliseconds