A client filter is re-entrant and may be called by by more than one thread at the same time.
A client filter instance MUST be occur at most once in any {@link Filterable}instance, otherwise unexpected results may occur. If it is necessary to add the same type of client filter more than once to the same {@link Filterable} instance or to more than one {@link Filterable}instance then a new instance of that filter MUST be added. @author Paul.Sandoz@Sun.Com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|