protected static class ComponentManagerImpl.Stash extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected List<RegistrationInfo> | 
toAdd  | 
protected Set<ComponentName> | 
toRemove  | 
| Constructor and Description | 
|---|
Stash()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(RegistrationInfo ri)  | 
List<RegistrationInfo> | 
getRegistrationsToRemove(ComponentRegistry reg)  | 
boolean | 
isEmpty()  | 
void | 
remove(ComponentName name)  | 
protected volatile List<RegistrationInfo> toAdd
protected volatile Set<ComponentName> toRemove
public Stash()
public void add(RegistrationInfo ri)
public void remove(ComponentName name)
public boolean isEmpty()
public List<RegistrationInfo> getRegistrationsToRemove(ComponentRegistry reg)
Copyright © 2019 Nuxeo. All rights reserved.