Searched refs:getAll (Results 1 - 25 of 42) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/naming/
H A DCompositeName.java335 return (new CompositeName(getAll()));
367 public Enumeration<String> getAll() { method in class:CompositeName
368 return (impl.getAll());
431 return (impl.startsWith(n.size(), n.getAll()));
450 return (impl.endsWith(n.size(), n.getAll()));
468 impl.addAll(suffix.getAll());
495 impl.addAll(posn, n.getAll());
566 Enumeration comps = getAll();
H A DCompoundName.java277 return (new CompoundName(getAll(), mySyntax));
346 public Enumeration<String> getAll() { method in class:CompoundName
347 return (impl.getAll());
418 return (impl.startsWith(n.size(), n.getAll()));
439 return (impl.endsWith(n.size(), n.getAll()));
459 impl.addAll(suffix.getAll());
489 impl.addAll(posn, n.getAll());
560 Enumeration comps = getAll();
H A DReference.java257 public Enumeration<RefAddr> getAll() { method in class:Reference
334 Enumeration mycomps = getAll();
335 Enumeration comps = target.getAll();
353 for (Enumeration e = getAll(); e.hasMoreElements();)
384 Enumeration<RefAddr> a = getAll();
H A DName.java126 public Enumeration<String> getAll(); method in interface:Name
H A DNameImpl.java477 Enumeration mycomps = getAll();
478 Enumeration comps = target.getAll();
546 public Enumeration getAll() { method in class:NameImpl
693 for (Enumeration e = getAll(); e.hasMoreElements();) {
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DCompositeData.java79 public Object[] getAll(String[] keys) ; method in interface:CompositeData
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DContainmentFilter.java59 NamingEnumeration m = subset.getAll();
71 NamingEnumeration vals = target.getAll();
H A DSearchFilter.java340 candidates = attr.getAll();
444 for (NamingEnumeration e = attrs.getAll(); e.hasMore(); ) {
450 for (NamingEnumeration ve = attr.getAll();
/openjdk7/jdk/test/sun/net/InetAddress/nameservice/dns/
H A DCanonicalName.java46 NamingEnumeration ne = attrs.getAll();
55 for (NamingEnumeration e = attr.getAll(); e.hasMoreElements();) {
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DAttributes.java110 NamingEnumeration<? extends Attribute> getAll(); method in interface:Attributes
H A DAttribute.java61 * <tt>getAll()</tt>.
95 NamingEnumeration<?> getAll() throws NamingException; method in interface:Attribute
H A DBasicAttributes.java166 public NamingEnumeration<Attribute> getAll() { method in class:BasicAttributes
237 NamingEnumeration theirs = target.getAll();
271 NamingEnumeration all = getAll();
H A DBasicAttribute.java55 * Subclasses of <tt>BasicAttribute</tt> can override <tt>get()</tt> and <tt>getAll()</tt>
152 Enumeration theirs = target.getAll();
284 public NamingEnumeration<?> getAll() throws NamingException { method in class:BasicAttribute
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DInit.java32 static Quick[] getAll() { method in class:Init
H A DLocatableAnnotation.java126 for( Quick q : Init.getAll() ) {
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest8013416.java69 for (Entry<String, String> entry : map.getAll()) {
86 public Set<Entry<K, V>> getAll() { method in class:Test8013416.Private
/openjdk7/jdk/src/share/classes/sun/management/
H A DLazyCompositeData.java67 public Object[] getAll(String[] keys) { method in class:LazyCompositeData
68 return compositeData().getAll(keys);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DArrayField.java72 block.assign($var,$target.invoke($getAll));
88 private JMethod $getAll;
115 $getAll = writer.declareMethod( exposedType.array(),"get"+prop.getName(true));
117 body = $getAll.body();
/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGcInfo.java253 public Object[] getAll(String[] keys) { method in class:GcInfo
254 return cdata.getAll(keys);
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNNameParser.java314 return new CNCompoundName(getAll());
318 Enumeration comps = super.getPrefix(posn).getAll();
323 Enumeration comps = super.getSuffix(posn).getAll();
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java154 objDescs = objDescsAttr.getAll();
186 attrDescs = attributeDescAttr.getAll();
219 syntaxDescs = syntaxDescAttr.getAll();
252 matchRuleDescs = matchRuleDescAttr.getAll();
846 for (NamingEnumeration ae = attrs.getAll();
976 for (NamingEnumeration ae = attrs.getAll();
1043 for (NamingEnumeration ae = attrs.getAll();
1120 for (NamingEnumeration ae = attrs.getAll();
1204 NamingEnumeration values = attr.getAll();
1241 NamingEnumeration values = oidsAttr.getAll();
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/rmi/registry/
H A DRegistryContextFactory.java155 Enumeration addrs = ref.getAll();
/openjdk7/jdk/src/share/classes/java/net/
H A DNetworkInterface.java334 final NetworkInterface[] netifs = getAll();
357 private native static NetworkInterface[] getAll() method in class:NetworkInterface
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DLdapName.java203 public Enumeration<String> getAll() { method in class:LdapName
460 Enumeration comps = suffix.getAll();
/openjdk7/jdk/src/share/classes/sun/net/spi/nameservice/dns/
H A DDNSNameService.java184 NamingEnumeration<? extends Attribute> ne = attrs.getAll();
196 for (NamingEnumeration e = attr.getAll(); e.hasMoreElements();) {

Completed in 101 milliseconds

12