Interface | Description |
---|---|
ComponentMethod | |
ComponentMethods | |
InitReferenceMethod |
Callback for initializing the reference (field references)
|
Logger |
The
Logger interface defines a simple API to enable some logging
in the XML Parser and ComponentMetadata handling classes and at the same
time not be too intrusive for the unit tests. |
ReferenceMethod |
Component method to be invoked on service (un)binding or updating
|
ReferenceMethods |
ReferenceMethods holds pointers to methods for a single reference. |
SimpleLogger |
Class | Description |
---|---|
Coercions |
This implements the coercion table in RFC 190 5.6.3
|
ComponentServiceObjectsHelper |
Utility class for handling references using a ComponentServiceObjects
to get services.
|
ComponentServiceObjectsHelper.ComponentServiceObjectsImpl | |
ConfigAdminTracker | |
MethodResult |
The
MethodResult conveys the return value of one of the
activate, modify, and deactivate methods. |
ReadOnlyDictionary |
The
ReadOnlyDictionary is both a Dictionary and
a Map whose modification methods (like Dictionary.put(Object, Object) ,
ReadOnlyDictionary.remove(Object) , etc.) throw an UnsupportedOperationException . |