|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pfsw.tools.beluga.ldap.interceptors.InterceptorChain<TInterceptor>
public abstract class InterceptorChain<TInterceptor>
Common abstract implementation of inspector chains.
Constructor Summary | |
---|---|
InterceptorChain()
Initialize the new instance with default values. |
Method Summary | |
---|---|
void |
addInterceptors(TInterceptor... interceptorsToAdd)
Add one or more interceptors to the internal interceptor list. |
void |
removeInterceptors(TInterceptor... interceptorsToRemove)
Remove one or more interceptors from the internal interceptor list. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InterceptorChain()
Method Detail |
---|
public void addInterceptors(TInterceptor... interceptorsToAdd)
interceptorsToAdd
- All the interceptors to be addedpublic void removeInterceptors(TInterceptor... interceptorsToRemove)
interceptorsToRemove
- All the interceptors to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |