Uses of Class
org.apache.felix.http.base.internal.runtime.AbstractInfo
Packages that use AbstractInfo
Package
Description
-
Uses of AbstractInfo in org.apache.felix.http.base.internal.runtime
Subclasses of AbstractInfo in org.apache.felix.http.base.internal.runtimeModifier and TypeClassDescriptionclassInfo for the default contextclassProvides registration information for aFilter, and is used to programmatically registerFilters.classInfo object for registered listeners.classProvides registration information for aPreprocessor.final classInfo object for a resource registrationclassProvides registration information for aServletContextHelperclassProvides registration information for aServlet, and is used to programmatically registerServlets.classBase class for all info objects.Methods in org.apache.felix.http.base.internal.runtime with parameters of type AbstractInfoModifier and TypeMethodDescriptionintAbstractInfo.compareTo(AbstractInfo<T> other) Compare two info objects based on their ranking (aka reverse ServiceReference ordering)booleanAbstractInfo.isSame(AbstractInfo<T> other) Compare two info objectsbooleanFilterInfo.isSame(AbstractInfo<jakarta.servlet.Filter> other) booleanListenerInfo.isSame(AbstractInfo<EventListener> other) booleanPreprocessorInfo.isSame(AbstractInfo<org.osgi.service.servlet.whiteboard.Preprocessor> other) booleanResourceInfo.isSame(AbstractInfo<Object> other) booleanServletContextHelperInfo.isSame(AbstractInfo<org.osgi.service.servlet.context.ServletContextHelper> other) booleanServletInfo.isSame(AbstractInfo<jakarta.servlet.Servlet> other) booleanWhiteboardServiceInfo.isSame(AbstractInfo<T> other) -
Uses of AbstractInfo in org.apache.felix.http.base.internal.runtime.dto
Methods in org.apache.felix.http.base.internal.runtime.dto with parameters of type AbstractInfoModifier and TypeMethodDescriptionvoidFailedDTOHolder.add(AbstractInfo<?> info, long contextId, int failureCode) -
Uses of AbstractInfo in org.apache.felix.http.base.internal.whiteboard
Methods in org.apache.felix.http.base.internal.whiteboard with parameters of type AbstractInfoModifier and TypeMethodDescriptionvoidFailureStateHandler.addFailure(AbstractInfo<?> info, int reason) voidFailureStateHandler.addFailure(AbstractInfo<?> info, int reason, Exception ex) voidFailureStateHandler.addFailure(AbstractInfo<?> info, long contextId, int reason) voidFailureStateHandler.addFailure(AbstractInfo<?> info, long contextId, int reason, Exception ex) booleanFailureStateHandler.remove(AbstractInfo<?> info) booleanFailureStateHandler.remove(AbstractInfo<?> info, long contextId) booleanFailureStateHandler.removeAll(AbstractInfo<?> info)