/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/spi/sfsb/util/ |
H A D | SFSBVersionManager.java | 62 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 D | DataStructure.java | 109 void removeAll(); method in interface:DataStructure
|
H A D | ListDataStructure.java | 206 public void removeAll() { method in class:ListDataStructure
|
H A D | RWLockDataStructure.java | 193 public void removeAll() { method in class:RWLockDataStructure
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/ |
H A D | Cache.java | 189 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 D | PersistenceElementCollection.java | 144 list.removeAll(elements);
|
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/ |
H A D | ExtentCollection.java | 201 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 D | ArrayList.java | 387 removed.removeAll(c); 405 public boolean removeAll(Collection c) { method in class:ArrayList 471 removed.removeAll(c); 599 super.removeAll(c);
|
H A D | Vector.java | 532 removed.removeAll(c); 550 public synchronized boolean removeAll(Collection c) { method in class:Vector 616 removed.removeAll(c); 746 super.removeAll(c);
|
H A D | HashSet.java | 423 * @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 D | ServerLoginCallbackHandler.java | 136 principalSet.removeAll(fs.getPrincipals(Group.class));
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/ |
H A D | InterceptorBindingTranslator.java | 222 tempClassInterceptorChain.removeAll 231 tempClassInterceptorChain.removeAll
|
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/ |
H A D | MapUtil.java | 189 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 D | SetUtil.java | 303 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 D | EJBHashSet.java | 167 * @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 D | EarDeployer.java | 247 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 D | AMXConfigHelper.java | 100 remaining.removeAll(elementNames);
|
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/ |
H A D | ConfigToolsImpl.java | 185 props.removeAll( toRemove ); 247 props.removeAll( toRemove );
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/commands/ |
H A D | DeleteJvmOptions.java | 165 boolean removed = jvmopts.removeAll(toRemove);
|
H A D | CreateJvmOptions.java | 263 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 D | ServletSecurityHandler.java | 196 urlPatternsWithoutSC.removeAll(wrc.getUrlPatterns());
|
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/ |
H A D | CustomMBeanConfigTest.java | 277 customsAfter.removeAll(customsBefore);
|
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/ |
H A D | BundleProvisioner.java | 191 newBundles.removeAll(current); 195 deletedBundles.removeAll(discovered);
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/listener/ |
H A D | CombinedJavaConfigSystemPropertyListener.java | 336 added.removeAll(old); 339 removed.removeAll(cur);
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/ |
H A D | BeanMethodCalculatorImpl.java | 265 v.removeAll(disallowedMethods);
|