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 TypeClassDescriptionclass
Info for the default contextclass
Provides registration information for aFilter
, and is used to programmatically registerFilter
s.class
Info object for registered listeners.class
Provides registration information for aPreprocessor
.final class
Info object for a resource registrationclass
Provides registration information for aServletContextHelper
class
Provides registration information for aServlet
, and is used to programmatically registerServlet
s.class
Base class for all info objects.Methods in org.apache.felix.http.base.internal.runtime with parameters of type AbstractInfoModifier and TypeMethodDescriptionint
AbstractInfo.compareTo
(AbstractInfo<T> other) Compare two info objects based on their ranking (aka reverse ServiceReference ordering)boolean
AbstractInfo.isSame
(AbstractInfo<T> other) Compare two info objectsboolean
FilterInfo.isSame
(AbstractInfo<jakarta.servlet.Filter> other) boolean
ListenerInfo.isSame
(AbstractInfo<EventListener> other) boolean
PreprocessorInfo.isSame
(AbstractInfo<org.osgi.service.servlet.whiteboard.Preprocessor> other) boolean
ResourceInfo.isSame
(AbstractInfo<Object> other) boolean
ServletContextHelperInfo.isSame
(AbstractInfo<org.osgi.service.servlet.context.ServletContextHelper> other) boolean
ServletInfo.isSame
(AbstractInfo<jakarta.servlet.Servlet> other) boolean
WhiteboardServiceInfo.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 TypeMethodDescriptionvoid
FailedDTOHolder.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 TypeMethodDescriptionvoid
FailureStateHandler.addFailure
(AbstractInfo<?> info, int reason) void
FailureStateHandler.addFailure
(AbstractInfo<?> info, int reason, Exception ex) void
FailureStateHandler.addFailure
(AbstractInfo<?> info, long contextId, int reason) void
FailureStateHandler.addFailure
(AbstractInfo<?> info, long contextId, int reason, Exception ex) boolean
FailureStateHandler.remove
(AbstractInfo<?> info) boolean
FailureStateHandler.remove
(AbstractInfo<?> info, long contextId) boolean
FailureStateHandler.removeAll
(AbstractInfo<?> info)