public interface ReferenceMethods
ReferenceMethods
holds pointers to methods for a single reference.
The methods are used for event (method) injection and field injection.
Modifier and Type | Field and Description |
---|---|
static ReferenceMethods |
NOPReferenceMethod
This is a NOP implementation.
|
Modifier and Type | Method and Description |
---|---|
ReferenceMethod |
getBind()
Get the method to bind a service.
|
InitReferenceMethod |
getInit()
Get an optional method to initialize the component reference handling.
|
ReferenceMethod |
getUnbind()
Get the method to unbind a service.
|
ReferenceMethod |
getUpdated()
Get the method to update a service.
|
static final ReferenceMethods NOPReferenceMethod
ReferenceMethod getBind()
null
.ReferenceMethod getUnbind()
null
.ReferenceMethod getUpdated()
null
.InitReferenceMethod getInit()
null