Searched defs:xa (Results 1 - 8 of 8) sorted by relevance

/openjdk7/corba/src/share/classes/javax/transaction/xa/
H A DXid.java26 package javax.transaction.xa;
H A DXAException.java26 package javax.transaction.xa;
H A DXAResource.java26 package javax.transaction.xa;
/openjdk7/jdk/test/sun/security/pkcs11/KeyAgreement/
H A DTestInterop.java56 private final static BigInteger xa = new BigInteger field in class:TestInterop
88 DHPrivateKeySpec privSpecA = new DHPrivateKeySpec(xa, p, g);
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DCallSite.java312 private static void maybeReBoxElements(Object[] xa) { argument
313 for (int i = 0; i < xa.length; i++) {
314 xa[i] = maybeReBox(xa[i]);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSAX2XNI.java243 private final XMLAttributes xa = new XMLAttributesImpl(); field in class:SAX2XNI
247 xa.removeAllAttributes();
250 xa.addAttribute(
254 return xa;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DContainerElement.java125 XmlAttribute xa = method.getAnnotation(XmlAttribute.class);
130 if(xa!=null) {
134 addAttribute(xa,method,args);
151 private void addAttribute(XmlAttribute xa, Method method, Object[] args) { argument
152 assert xa!=null;
156 String localName = xa.value();
157 if(xa.value().length()==0)
160 _attribute(xa.ns(),localName,args);
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestN1.java57 public boolean[] xa; field in class:N1.Inner2
171 in1.getField("xa").getGenericType() == boolean[].class :
172 "Type of Inner2.xa should be boolean[]";
182 "Type of Inner2.xa should be char[]";

Completed in 39 milliseconds