For internal use only.
13651366136713681369137013711372137313741375
try { AdviceBinding binding = internalRemoveBinding(name); if (binding != null) { binding.clearAdvisors(); dynamicStrategy.interceptorChainsUpdated(); } } finally {
13901391139213931394139513961397139813991400
13141315131613171318131913201321132213231324
public synchronized void removeBinding(String name) { AdviceBinding binding = internalRemoveBinding(name); if (binding != null) { binding.clearAdvisors(); dynamicStrategy.interceptorChainsUpdated(); } } public synchronized void removeBindings(ArrayList binds)
13871388138913901391139213931394139513961397
public void removeBinding(String name) { AdviceBinding binding = internalRemoveBinding(name); if (binding != null) { binding.clearAdvisors(); dynamicStrategy.interceptorChainsUpdated(); } } public synchronized void removeBindings(ArrayList<String> binds)
13881389139013911392139313941395139613971398
14101411141214131414141514161417141814191420
13941395139613971398139914001401140214031404
public synchronized void removeBinding(String name) { AdviceBinding binding = internalRemoveBinding(name); if (binding != null) { binding.clearAdvisors(); dynamicStrategy.interceptorChainsUpdated(); } } public synchronized void removeBindings(ArrayList<String> binds)
16571658165916601661166216631664166516661667
{ synchronized (interfaceIntroductions) { InterfaceIntroduction pointcut = interfaceIntroductions.remove(name); if (pointcut == null) return; pointcut.clearAdvisors(); } } /** * Retrieve an introduction pointcut of a certain name
16831684168516861687168816891690169116921693
{ synchronized (interfaceIntroductions) { InterfaceIntroduction pointcut = interfaceIntroductions.remove(name); if (pointcut == null) return; pointcut.clearAdvisors(); } } finally { lock.unlockWrite();
16181619162016211622162316241625162616271628