Class PreprocessorCustomizer
java.lang.Object
org.eclipse.equinox.http.servlet.internal.PreprocessorCustomizer
- All Implemented Interfaces:
ServiceTrackerCustomizer<Preprocessor,
AtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration>>
public class PreprocessorCustomizer
extends Object
implements ServiceTrackerCustomizer<Preprocessor,AtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration>>
- Author:
- Raymond Augé
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration>
addingService
(ServiceReference<Preprocessor> serviceReference) void
modifiedService
(ServiceReference<Preprocessor> serviceReference, AtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration> reference) void
removedService
(ServiceReference<Preprocessor> serviceReference, AtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration> reference)
-
Constructor Details
-
PreprocessorCustomizer
-
-
Method Details
-
addingService
public AtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration> addingService(ServiceReference<Preprocessor> serviceReference) - Specified by:
addingService
in interfaceServiceTrackerCustomizer<Preprocessor,
AtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration>>
-
modifiedService
public void modifiedService(ServiceReference<Preprocessor> serviceReference, AtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration> reference) - Specified by:
modifiedService
in interfaceServiceTrackerCustomizer<Preprocessor,
AtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration>>
-
removedService
public void removedService(ServiceReference<Preprocessor> serviceReference, AtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration> reference) - Specified by:
removedService
in interfaceServiceTrackerCustomizer<Preprocessor,
AtomicReference<org.eclipse.equinox.http.servlet.internal.registration.PreprocessorRegistration>>
-