Searched refs:removeAll (Results 1 - 25 of 45) sorted by relevance

12

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/spi/sfsb/util/
H A DSFSBVersionManager.java62 public void removeAll(long containerId); method in interface:SFSBVersionManager
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/datastructure/
H A DDataStructure.java109 void removeAll(); method in interface:DataStructure
H A DListDataStructure.java206 public void removeAll() { method in class:ListDataStructure
H A DRWLockDataStructure.java193 public void removeAll() { method in class:RWLockDataStructure
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DCache.java189 public void removeAll(Object key); method in interface:Cache
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/jdo/impl/
H A DPersistenceElementCollection.java144 list.removeAll(elements);
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/
H A DExtentCollection.java201 public boolean removeAll(Collection c) { method in class:ExtentCollection
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sco/
H A DArrayList.java387 removed.removeAll(c);
405 public boolean removeAll(Collection c) { method in class:ArrayList
471 removed.removeAll(c);
599 super.removeAll(c);
H A DVector.java532 removed.removeAll(c);
550 public synchronized boolean removeAll(Collection c) { method in class:Vector
616 removed.removeAll(c);
746 super.removeAll(c);
H A DHashSet.java423 * @throws UnsupportedOperationException removeAll is not supported
429 public boolean removeAll(Collection c) method in class:HashSet
462 boolean modified = super.removeAll(c);
484 return super.removeAll(c);
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/login/common/
H A DServerLoginCallbackHandler.java136 principalSet.removeAll(fs.getPrincipals(Group.class));
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DInterceptorBindingTranslator.java222 tempClassInterceptorChain.removeAll
231 tempClassInterceptorChain.removeAll
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DMapUtil.java189 public static <T> void removeAll( method in class:MapUtil
300 public static <K> void removeAll(final Map<K, ?> m, final Set<K> s) method in class:MapUtil
H A DSetUtil.java303 result.removeAll(set2);
318 result.removeAll(common);
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/
H A DEJBHashSet.java167 * @throws UnsupportedOperationException removeAll is not supported
173 public boolean removeAll(Collection c) { method in class:EJBHashSet
174 logger.finest("---EJBHashSet.removeAll---"); // NOI18N
178 return pcSet.removeAll(helper.convertCollectionEJBLocalObjectToPC(c, pm, true));
/glassfish-3.1.2/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/
H A DEarDeployer.java247 bundles.removeAll(doOnAllTypedBundles(application, XModuleType.RAR, runnable));
250 bundles.removeAll(doOnAllTypedBundles(application, XModuleType.EJB, runnable));
253 bundles.removeAll(doOnAllTypedBundles(application, XModuleType.WAR, runnable));
258 bundles.removeAll(appClientBundles);
516 sniffers.removeAll(sniffersToRemove);
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DAMXConfigHelper.java100 remaining.removeAll(elementNames);
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/
H A DConfigToolsImpl.java185 props.removeAll( toRemove );
247 props.removeAll( toRemove );
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/commands/
H A DDeleteJvmOptions.java165 boolean removed = jvmopts.removeAll(toRemove);
H A DCreateJvmOptions.java263 newOpts.removeAll(bag.getJvmOptions()); //"prune" the given list first to avoid duplicates
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/
H A DServletSecurityHandler.java196 urlPatternsWithoutSC.removeAll(wrc.getUrlPatterns());
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/
H A DCustomMBeanConfigTest.java277 customsAfter.removeAll(customsBefore);
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/
H A DBundleProvisioner.java191 newBundles.removeAll(current);
195 deletedBundles.removeAll(discovered);
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/listener/
H A DCombinedJavaConfigSystemPropertyListener.java336 added.removeAll(old);
339 removed.removeAll(cur);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/
H A DBeanMethodCalculatorImpl.java265 v.removeAll(disallowedMethods);

Completed in 336 milliseconds

12