| Package | Description |
|---|---|
| org.apache.felix.http.base.internal.runtime | |
| org.apache.felix.http.base.internal.runtime.dto | |
| org.apache.felix.http.base.internal.whiteboard |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterInfo
Provides registration information for a
Filter, and is used to programmatically register Filters. |
class |
ListenerInfo
Info object for registered listeners.
|
class |
PreprocessorInfo
Provides registration information for a
Preprocessor. |
class |
ResourceInfo
Info object for a resource registration
|
class |
ServletContextHelperInfo
Provides registration information for a
ServletContextHelper |
class |
ServletInfo
Provides registration information for a
Servlet, and is used to programmatically register Servlets. |
class |
WhiteboardServiceInfo<T>
Base class for all info objects.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractInfo.compareTo(AbstractInfo<T> other)
Compare two info objects based on their ranking (aka reverse ServiceReference ordering)
|
| Modifier and Type | Method and Description |
|---|---|
void |
FailedDTOHolder.add(AbstractInfo<?> info,
long contextId,
int failureCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.