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

/openjdk7/corba/src/share/classes/javax/transaction/xa/
H A DXAResource.java62 /** Commits the global transaction specified by xid.
64 * @param xid A global transaction identifier
67 * commit protocol to commit the work done on behalf of xid.
79 void commit(Xid xid, boolean onePhase) throws XAException; argument
98 * @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.
121 void forget(Xid xid) throws XAException; argument
155 * of the transaction specified in xid.
157 * @param xid
170 prepare(Xid xid) argument
203 rollback(Xid xid) argument
251 start(Xid xid, int flags) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsClient.java169 int xid;
172 xid = ident;
176 reqs.add(xid);
178 Packet pkt = makeQueryPacket(fqdn, xid, qclass, qtype, recursion);
199 dprint("SEND ID (" + (retry + 1) + "): " + xid);
204 retry, xid);
213 msg = lookupResponse(xid);
295 reqs.remove(xid);
308 int xid;
311 xid
383 doUdpQuery(Packet pkt, InetAddress server, int port, int retry, int xid) argument
476 makeQueryPacket(DnsName fqdn, int xid, int qclass, int qtype, boolean recursion) argument
517 lookupResponse(Integer xid) argument
547 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);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java347 renderQueue.copyArea(xid, xid, xgc, x, y, w, h, x + dx, y + dy);
388 private int xid; field in class:XRSurfaceData
674 return xid;

Completed in 35 milliseconds