Searched refs:xid (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/src/java.sql/share/classes/javax/transaction/xa/
H A DXAResource.java64 * Commits the global transaction specified by xid.
66 * @param xid A global transaction identifier
69 * commit protocol to commit the work done on behalf of xid.
80 void commit(Xid xid, boolean onePhase) throws XAException; argument
99 * @param xid A global transaction identifier that is the same as
108 void end(Xid xid, int flags) throws XAException; argument
114 * @param xid A global transaction identifier.
120 void forget(Xid xid) throws XAException; argument
156 * of the transaction specified in xid.
158 * @param xid
170 prepare(Xid xid) argument
200 rollback(Xid xid) argument
247 start(Xid xid, int flags) argument
[all...]
/openjdk9/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsClient.java170 int xid;
176 xid = random.nextInt(TRANSACTION_ID_BOUND);
177 pkt = makeQueryPacket(fqdn, xid, qclass, qtype, recursion);
180 collision = reqs.putIfAbsent(xid, new ResourceRecord(pkt.getData(),
205 dprint("SEND ID (" + (retry + 1) + "): " + xid);
210 retry, xid);
219 msg = lookupResponse(xid);
303 reqs.remove(xid); // cleanup
318 int xid = random.nextInt(TRANSACTION_ID_BOUND);
320 Packet pkt = makeQueryPacket(zone, xid, qclas
390 doUdpQuery(Packet pkt, InetAddress server, int port, int retry, int xid) argument
483 makeQueryPacket(DnsName fqdn, int xid, int qclass, int qtype, boolean recursion) argument
524 lookupResponse(Integer xid) argument
557 isMatchResponse(byte[] pkt, int xid) argument
[all...]
H A DHeader.java53 int xid; // ID: 16-bit query identifier field in class:Header
88 xid = getShort(msg, pos);
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DGtkFileDialogPeer.java203 boolean setWindow(long xid) { argument
205 standaloneWindow = xid;
/openjdk9/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRSurfaceData.java375 renderQueue.copyArea(xid, xid, xgc, x, y, w, h, x + dx, y + dy);
416 private int xid; field in class:XRSurfaceData
748 return xid;
/openjdk9/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dsun_awt_X11_GtkFileDialogPeer.c412 XID xid = gtk->gdk_x11_drawable_get_xid(gtk->get_window(dialog)); local
413 if( (*env)->CallBooleanMethod(env, jpeer, setWindowMethodID, xid) ) {
/openjdk9/nashorn/test/script/basic/
H A DJDK-8017084.js16493 xid: 16462,

Completed in 78 milliseconds